body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 5.63rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 9.008rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 4.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.941rem;
    font-size: calc( 2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #7c9786 !important;
}
.bg-success {
  background-color: #19212f !important;
}
.bg-info {
  background-color: #333333 !important;
}
.bg-warning {
  background-color: #5d5d5d !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7c9786 !important;
  border-color: #7c9786 !important;
  color: #333333 !important;
}
.btn-primary:hover {
  color: #333333 !important;
  background-color: #586f60 !important;
  border-color: #586f60 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #333333 !important;
  background-color: #586f60 !important;
  border-color: #586f60 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #98aea0 !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a8a8a8 !important;
  border-color: #a8a8a8 !important;
  color: #333333 !important;
}
.btn-secondary:hover {
  color: #333333 !important;
  background-color: #828282 !important;
  border-color: #828282 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #333333 !important;
  background-color: #828282 !important;
  border-color: #828282 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #333333 !important;
}
.btn-info:hover {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #19212f !important;
  border-color: #19212f !important;
  color: #333333 !important;
}
.btn-success:hover {
  color: #333333 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #333333 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #5d5d5d !important;
  border-color: #5d5d5d !important;
  color: #333333 !important;
}
.btn-warning:hover {
  color: #333333 !important;
  background-color: #373737 !important;
  border-color: #373737 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #333333 !important;
  background-color: #373737 !important;
  border-color: #373737 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #333333 !important;
}
.btn-danger:hover {
  color: #333333 !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #333333 !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #333333 !important;
}
.btn-white:hover {
  color: #333333 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #333333 !important;
}
.btn-black:hover {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #7c9786 !important;
  color: #ffffff !important;
  color: #7c9786 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #7c9786;
  color: #7c9786;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #7c9786;
  border-color: #7c9786;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7c9786 !important;
  border-color: #7c9786 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #7c9786 !important;
  color: #333333 !important;
}
.btn-primary-outline:hover {
  color: #333333 !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #a8a8a8 !important;
  color: #ffffff !important;
  color: #a8a8a8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #a8a8a8;
  color: #a8a8a8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #a8a8a8 !important;
  color: #333333 !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
  color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #333333 !important;
  color: #333333 !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #19212f !important;
  color: #ffffff !important;
  color: #19212f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #19212f;
  color: #19212f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #19212f;
  border-color: #19212f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #19212f !important;
  border-color: #19212f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #19212f !important;
  color: #333333 !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #5d5d5d !important;
  color: #ffffff !important;
  color: #5d5d5d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5d5d5d;
  color: #5d5d5d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5d5d5d;
  border-color: #5d5d5d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5d5d5d !important;
  border-color: #5d5d5d !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #5d5d5d !important;
  color: #333333 !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #b1a374 !important;
  color: #ffffff !important;
  color: #b1a374 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #b1a374 !important;
  color: #333333 !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #7c9786 !important;
}
.text-secondary {
  color: #a8a8a8 !important;
}
.text-success {
  color: #19212f !important;
}
.text-info {
  color: #333333 !important;
}
.text-warning {
  color: #5d5d5d !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b5c4bb !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #dbdbdb !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #3c5072 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #333333 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #909090 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #7c9786;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #333333;
}
.alert-warning {
  background-color: #5d5d5d;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7c9786;
  border-color: #7c9786;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7c9786;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c3cfc8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cad3e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9d9d9d;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #7c9786;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7c9786;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7c9786;
  border-bottom-color: #7c9786;
}
.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: #7c9786 !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: #a8a8a8 !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='%237c9786' %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-sUYIHtlDiC {
  padding-top: 270px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/eco3-1910x903.jpg");
}
.cid-sUYIHtlDiC .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
.cid-sUYIHtlDiC .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-sUYIHtlDiC .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Roboto', sans-serif;
}
.cid-sUYIHtlDiC .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #c1f7d5;
}
.cid-sUYIHtlDiC .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-sUYIHtlDiC .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-sUYIHtlDiC .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-sUYIHtlDiC .bottom-title {
  letter-spacing: 0px;
}
.cid-sUYIHtlDiC .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sUYIHtlDiC .btn-primary-outline {
  color: #ffffff !important;
}
.cid-sUYIHtlDiC .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-sUYIHtlDiC H4 {
  color: #ffffff;
}
.cid-rUTuXtqKzG {
  min-height: 80px !important;
  position: static;
}
.cid-rUTuXtqKzG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTuXtqKzG .nav-item:focus,
.cid-rUTuXtqKzG .nav-link:focus {
  outline: none;
}
.cid-rUTuXtqKzG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTuXtqKzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTuXtqKzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTuXtqKzG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTuXtqKzG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTuXtqKzG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rUTuXtqKzG .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rUTuXtqKzG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTuXtqKzG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTuXtqKzG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rUTuXtqKzG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTuXtqKzG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTuXtqKzG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rUTuXtqKzG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTuXtqKzG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTuXtqKzG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTuXtqKzG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTuXtqKzG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTuXtqKzG .navbar.navbar-short {
  background: #ffffff;
}
.cid-rUTuXtqKzG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rUTuXtqKzG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTuXtqKzG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTuXtqKzG .dropdown-item.active,
.cid-rUTuXtqKzG .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTuXtqKzG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTuXtqKzG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-rUTuXtqKzG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTuXtqKzG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTuXtqKzG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTuXtqKzG .navbar-nav {
  margin: auto;
}
.cid-rUTuXtqKzG .navbar-buttons {
  text-align: center;
}
.cid-rUTuXtqKzG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b6a188;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTuXtqKzG .navbar-dropdown {
  padding-left: 0rem;
}
.cid-rUTuXtqKzG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTuXtqKzG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTuXtqKzG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTuXtqKzG .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTuXtqKzG .navbar {
    height: 77px;
  }
  .cid-rUTuXtqKzG .navbar.opened {
    height: auto;
  }
}
.cid-rUTuXtqKzG .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTuXtqKzG .text-btn {
  transition: transform 0.3s;
}
.cid-rUTuXtqKzG .btn:hover {
  transform: scale(0.8);
}
.cid-rUTuXtqKzG .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTuXtqKzG .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTuXtqKzG .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTuXtqKzG .nav-link:hover::before {
  width: 100%;
}
.cid-rUTuXtqKzG .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTuXtqKzG .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTuXtqKzG .link {
  margin: 0rem 1.2rem;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTuXtqKzG .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTuXtqKzG .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTuXtqKzG .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTuXtqKzG .navbar-caption {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 992px) {
  .cid-rUTuXtqKzG .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTuXtqKzG .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTuXtqKzG .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTuXtqKzG .btn:hover {
    background-color: #7c9786 !important;
    color: #333333 !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTuXtqKzG .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTuXtqKzG .nav-link::before {
    display: none;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-rUTuXtqKzG .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTuXtqKzG .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTuXtqKzG .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:focus,
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTuXtqKzG .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTuXtqKzG .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTuXtqKzG .btn:hover {
    background-color: #333333 !important;
    color: #7c9786 !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:focus,
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTuXtqKzG .btn-primary {
  color: #333333 !important;
}
.cid-rUTuXtqKzG .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTuXtqKzG .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTuXtqKzG .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-sH75I6KLsl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sH75I6KLsl .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-sH75I6KLsl .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-sH75I6KLsl H2 {
  color: #7c9786;
}
.cid-sUXVE3VIWU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sUXVE3VIWU img {
  width: 100%;
  object-fit: cover;
}
.cid-sUXVE3VIWU .quote {
  color: #333333;
  font-weight: 700;
}
.cid-sUXVE3VIWU .img-card {
  justify-content: center;
}
.cid-sUXVE3VIWU .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-sUXVE3VIWU .card-title {
  margin-bottom: 1.2rem;
}
.cid-sUXVE3VIWU .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-sUXVE3VIWU .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sUXVE3VIWU .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sUXVE3VIWU .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sUXVE3VIWU .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-sUXVE3VIWU .card-title,
.cid-sUXVE3VIWU .card-box {
  color: #7c9786;
}
.cid-sUYxmSGKkm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sUYxmSGKkm img {
  width: 100%;
  object-fit: cover;
}
.cid-sUYxmSGKkm .quote {
  color: #333333;
  font-weight: 700;
}
.cid-sUYxmSGKkm .img-card {
  justify-content: center;
}
.cid-sUYxmSGKkm .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-sUYxmSGKkm .card-title {
  margin-bottom: 1.2rem;
}
.cid-sUYxmSGKkm .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-sUYxmSGKkm .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sUYxmSGKkm .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sUYxmSGKkm .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sUYxmSGKkm .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-sUYxmSGKkm .card-title,
.cid-sUYxmSGKkm .card-box {
  color: #7c9786;
}
.cid-sUYy697mFl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sUYy697mFl img {
  width: 100%;
  object-fit: cover;
}
.cid-sUYy697mFl .quote {
  color: #333333;
  font-weight: 700;
}
.cid-sUYy697mFl .img-card {
  justify-content: center;
}
.cid-sUYy697mFl .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-sUYy697mFl .card-title {
  margin-bottom: 1.2rem;
}
.cid-sUYy697mFl .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-sUYy697mFl .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sUYy697mFl .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sUYy697mFl .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sUYy697mFl .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-sUYy697mFl .card-title,
.cid-sUYy697mFl .card-box {
  color: #7c9786;
}
.cid-sV2XOV8eay {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sV2XOV8eay .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-sV2XOV8eay .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-sV2XOV8eay H3 {
  color: #7c9786;
}
.cid-sV3ch0CiTy {
  padding-top: 0px;
  padding-bottom: 120px;
  background: #ffffff;
}
.cid-sV3ch0CiTy .main-heading {
  margin-bottom: 1.3rem;
}
.cid-sV3ch0CiTy img {
  border-radius: 100%;
}
.cid-sV3ch0CiTy .mbr-section-title {
  margin-bottom: 0.5rem;
}
.cid-sV3ch0CiTy .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-sV3ch0CiTy .mbr-role {
  margin-bottom: 0rem;
  color: #777777;
}
.cid-sV3ch0CiTy .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sV3ch0CiTy .team-card:hover .card-wrap {
  background: #7c9786;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-sV3ch0CiTy .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-sV3ch0CiTy .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sV3ch0CiTy .card-title,
.cid-sV3ch0CiTy .mbr-role {
  transition: 0.3s;
}
.cid-sV3ch0CiTy a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-sV3ch0CiTy a:hover {
  color: #c1f7d5 !important;
}
.cid-sV3ch0CiTy .card-wrap {
  padding: 1.8rem 3rem 1.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-sV3ch0CiTy .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sV3ch0CiTy .card-wrap .content-wrap {
  padding-top: 1.5rem;
}
.cid-sV3ch0CiTy .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sV3ch0CiTy .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sV3ch0CiTy .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sV3ch0CiTy .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-sV3ch0CiTy .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sV3ch0CiTy .social-list {
  margin-bottom: 1.5rem;
}
.cid-sUYyzyB8tp {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/montanhas-1792x850.jpg");
}
.cid-sUYyzyB8tp .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-sUYyzyB8tp .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-sUYyzyB8tp H2 {
  color: #ffffff;
}
.cid-sUZ4eLAINU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sUZ4eLAINU img {
  width: 100%;
  object-fit: cover;
}
.cid-sUZ4eLAINU .quote {
  color: #333333;
  font-weight: 700;
}
.cid-sUZ4eLAINU .img-card {
  justify-content: center;
}
.cid-sUZ4eLAINU .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-sUZ4eLAINU .card-title {
  margin-bottom: 1.2rem;
}
.cid-sUZ4eLAINU .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-sUZ4eLAINU .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sUZ4eLAINU .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sUZ4eLAINU .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sUZ4eLAINU .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-sUZ4eLAINU .card-title,
.cid-sUZ4eLAINU .card-box {
  color: #7c9786;
}
.cid-sUZ4gMQ7WE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sUZ4gMQ7WE img {
  width: 100%;
  object-fit: cover;
}
.cid-sUZ4gMQ7WE .quote {
  color: #333333;
  font-weight: 700;
}
.cid-sUZ4gMQ7WE .img-card {
  justify-content: center;
}
.cid-sUZ4gMQ7WE .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-sUZ4gMQ7WE .card-title {
  margin-bottom: 1.2rem;
}
.cid-sUZ4gMQ7WE .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-sUZ4gMQ7WE .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sUZ4gMQ7WE .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sUZ4gMQ7WE .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sUZ4gMQ7WE .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-sUZ4gMQ7WE .card-title,
.cid-sUZ4gMQ7WE .card-box {
  color: #7c9786;
}
.cid-sV4VSim8tb {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sV4VSim8tb img {
  width: 100%;
  object-fit: cover;
}
.cid-sV4VSim8tb .quote {
  color: #333333;
  font-weight: 700;
}
.cid-sV4VSim8tb .img-card {
  justify-content: center;
}
.cid-sV4VSim8tb .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-sV4VSim8tb .card-title {
  margin-bottom: 1.2rem;
}
.cid-sV4VSim8tb .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-sV4VSim8tb .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sV4VSim8tb .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sV4VSim8tb .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sV4VSim8tb .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-sV4VSim8tb .card-title,
.cid-sV4VSim8tb .card-box {
  color: #7c9786;
}
.cid-t0quravlJC {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t0quravlJC .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-t0quravlJC .mbr-section-title {
  color: #7c9786;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-t0quravlJC img {
  height: 100%;
  object-fit: cover;
  /*filter: grayscale(1);*/
}
.cid-t0quravlJC .mbr-figure {
  height: 100%;
}
.cid-t0quravlJC .row {
  margin: 0;
  align-items: center;
}
.cid-t0quravlJC .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-t0quravlJC .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0quravlJC .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0quravlJC .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0quravlJC .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0quravlJC .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-t0quravlJC .img-block {
    padding-left: 6rem;
  }
}
.cid-t0quravlJC .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-sUZ57nVmZN {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-sUZ57nVmZN h2,
.cid-sUZ57nVmZN h4,
.cid-sUZ57nVmZN p {
  margin: 0;
}
.cid-sUZ57nVmZN .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-sUZ57nVmZN .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-sUZ57nVmZN .image-wrap {
    margin-top: 30px;
  }
}
.cid-sUZ57nVmZN img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-sUZ57nVmZN .mbr-section-title {
  color: #7c9786;
  margin-bottom: 8px;
}
.cid-sUZ57nVmZN .mbr-section-subtitle {
  color: #7c9786;
  margin-bottom: 8px;
}
.cid-sUZ57nVmZN .mbr-text {
  color: #6b6b6b;
  margin-bottom: 30px;
}
.cid-sUZ57nVmZN .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-sUZ57nVmZN .socials p {
  margin: 0 20px 0 0;
}
.cid-sUZ57nVmZN .socials-item .link {
  color: #000000;
}
.cid-sV32v1iKfl {
  background-image: url("../../../assets/images/eco-friendly-1960x1167.jpg");
}
.cid-sV32v1iKfl .mbr-section-subtitle {
  font-weight: 700;
}
.cid-sV32v1iKfl .btn-primary-outline {
  color: #ffffff !important;
}
.cid-sV32v1iKfl .btn-primary-outline:hover {
  color: #333333 !important;
}
.cid-sV32v1iKfl .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-sV32v1iKfl .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-sV32v1iKfl .link:hover {
  color: #7c9786 !important;
}
.cid-sV32v1iKfl .link:hover::after {
  opacity: 0;
}
.cid-sV32v1iKfl .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-sV32v1iKfl .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-sV32v1iKfl .img-mbr-section-text {
  position: relative;
}
.cid-sV32v1iKfl .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
}
.cid-sV32v1iKfl img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
  filter: grayscale(1);
}
.cid-sV32v1iKfl .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-sV32v1iKfl .row {
  margin: 0;
}
.cid-sV32v1iKfl .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-sV32v1iKfl .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-sV32v1iKfl .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-sV32v1iKfl .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sV32v1iKfl .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-sV32v1iKfl .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-sV32v1iKfl .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-sV32v1iKfl .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-sV32v1iKfl .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-sV32v1iKfl .img-block {
    padding-left: 6rem;
  }
}
.cid-sV9fCPknpO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sV9fCPknpO img {
  width: 100%;
  object-fit: cover;
}
.cid-sV9fCPknpO .quote {
  color: #555555;
  font-weight: 700;
}
.cid-sV9fCPknpO .img-card {
  justify-content: center;
}
.cid-sV9fCPknpO .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-sV9fCPknpO .card-title {
  margin-bottom: 1.2rem;
}
.cid-sV9fCPknpO .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-sV9fCPknpO .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sV9fCPknpO .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sV9fCPknpO .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sV9fCPknpO .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-sV9fCPknpO .card-title,
.cid-sV9fCPknpO .card-box {
  color: #7c9786;
}
.cid-sV4SfZe1i4 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sV4SfZe1i4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-sV4SfZe1i4 .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-sV4SfZe1i4 input,
.cid-sV4SfZe1i4 textarea {
  font-size: 14px;
}
.cid-sV4SfZe1i4 input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-sV4SfZe1i4 textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-sV4SfZe1i4 .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-sV4SfZe1i4 .col-auto {
  width: 100%;
  text-align: center;
}
.cid-sV4SfZe1i4 img {
  width: 90%;
  border-radius: 8px;
}
.cid-sV4SfZe1i4 .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-sV4SfZe1i4 .btn {
  padding: 1rem 3.5rem !important;
}
.cid-sV4SfZe1i4 .title-block {
  margin-bottom: 2rem;
}
.cid-sV4SfZe1i4 .form-control,
.cid-sV4SfZe1i4 .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sV4SfZe1i4 .form-control:hover,
.cid-sV4SfZe1i4 .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sV4SfZe1i4 .form-control:focus,
.cid-sV4SfZe1i4 .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sV4SfZe1i4 input::-webkit-input-placeholder,
.cid-sV4SfZe1i4 textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-sV4SfZe1i4 input:-moz-placeholder,
.cid-sV4SfZe1i4 textarea:-moz-placeholder {
  color: #807d78;
}
.cid-sV4SfZe1i4 .jq-selectbox li,
.cid-sV4SfZe1i4 .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-sV4SfZe1i4 .jq-selectbox li:hover,
.cid-sV4SfZe1i4 .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-sV4SfZe1i4 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-sV4SfZe1i4 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-sV4SfZe1i4 H5 {
  padding-bottom: 2rem;
}
.cid-sV4SfZe1i4 .mbr-text {
  color: #777777;
}
.cid-sV4SfZe1i4 .mbr-form {
  padding: 0rem;
}
.cid-sV4SfZe1i4 .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-sV4SfZe1i4 .form-row {
    margin: 0;
  }
  .cid-sV4SfZe1i4 .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-sV4SfZe1i4 .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-sV4SfZe1i4 img {
    width: 100%;
  }
}
.cid-sV4SfZe1i4 .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-sV4SfZe1i4 H3 {
  color: #7c9786;
}
.cid-sHbHPsQnoQ {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHbHPsQnoQ .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-sHbHPsQnoQ .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-sHbHPsQnoQ H2 {
  color: #161616;
}
#custom-html-h {
  /* Type valid CSS here */
}
#custom-html-h div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-h p {
  font-size: 60px;
  color: #777;
}
.cid-rUTv2HcR2Y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-rUTv2HcR2Y .media-container-row {
  align-items: center;
}
.cid-rUTv2HcR2Y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTv2HcR2Y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTv2HcR2Y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTv2HcR2Y .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTv2HcR2Y .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTv2HcR2Y .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTv2HcR2Y .foot-menu {
    justify-content: center;
  }
  .cid-rUTv2HcR2Y .mbr-text {
    text-align: center;
  }
  .cid-rUTv2HcR2Y .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTv2HcR2Y .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTv2HcR2Y .link:hover {
  text-decoration: underline;
}
.cid-rUTv2HcR2Y .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTv2HcR2Y .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTv2HcR2Y .container {
    padding: 0;
  }
}
.cid-rUTv2HcR2Y .media-container-row .mbr-text {
  color: #838383;
}
.cid-t0eRGAhYa9 {
  padding-top: 270px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/eco3-1910x903.jpg");
}
.cid-t0eRGAhYa9 .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
.cid-t0eRGAhYa9 .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-t0eRGAhYa9 .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Roboto', sans-serif;
}
.cid-t0eRGAhYa9 .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #c1f7d5;
}
.cid-t0eRGAhYa9 .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-t0eRGAhYa9 .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-t0eRGAhYa9 .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-t0eRGAhYa9 .bottom-title {
  letter-spacing: 0px;
}
.cid-t0eRGAhYa9 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-t0eRGAhYa9 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-t0eRGAhYa9 .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-t0eRGAhYa9 H4 {
  color: #ffffff;
}
.cid-t0eRGAIeSU {
  min-height: 80px !important;
  position: static;
}
.cid-t0eRGAIeSU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0eRGAIeSU .nav-item:focus,
.cid-t0eRGAIeSU .nav-link:focus {
  outline: none;
}
.cid-t0eRGAIeSU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0eRGAIeSU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t0eRGAIeSU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0eRGAIeSU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0eRGAIeSU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0eRGAIeSU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t0eRGAIeSU .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t0eRGAIeSU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t0eRGAIeSU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0eRGAIeSU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t0eRGAIeSU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t0eRGAIeSU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0eRGAIeSU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0eRGAIeSU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t0eRGAIeSU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0eRGAIeSU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t0eRGAIeSU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t0eRGAIeSU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0eRGAIeSU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t0eRGAIeSU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0eRGAIeSU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0eRGAIeSU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t0eRGAIeSU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t0eRGAIeSU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0eRGAIeSU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0eRGAIeSU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t0eRGAIeSU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t0eRGAIeSU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t0eRGAIeSU .navbar.navbar-short {
  background: #ffffff;
}
.cid-t0eRGAIeSU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0eRGAIeSU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0eRGAIeSU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0eRGAIeSU .dropdown-item.active,
.cid-t0eRGAIeSU .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-t0eRGAIeSU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0eRGAIeSU .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-t0eRGAIeSU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-t0eRGAIeSU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-t0eRGAIeSU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0eRGAIeSU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0eRGAIeSU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t0eRGAIeSU .navbar-nav {
  margin: auto;
}
.cid-t0eRGAIeSU .navbar-buttons {
  text-align: center;
}
.cid-t0eRGAIeSU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0eRGAIeSU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b6a188;
}
.cid-t0eRGAIeSU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t0eRGAIeSU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t0eRGAIeSU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t0eRGAIeSU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t0eRGAIeSU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0eRGAIeSU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t0eRGAIeSU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t0eRGAIeSU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0eRGAIeSU .navbar-dropdown {
  padding-left: 0rem;
}
.cid-t0eRGAIeSU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0eRGAIeSU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t0eRGAIeSU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-t0eRGAIeSU .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0eRGAIeSU .navbar {
    height: 77px;
  }
  .cid-t0eRGAIeSU .navbar.opened {
    height: auto;
  }
}
.cid-t0eRGAIeSU .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-t0eRGAIeSU .text-btn {
  transition: transform 0.3s;
}
.cid-t0eRGAIeSU .btn:hover {
  transform: scale(0.8);
}
.cid-t0eRGAIeSU .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-t0eRGAIeSU .nav-link {
  position: relative;
  display: inline-block;
}
.cid-t0eRGAIeSU .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-t0eRGAIeSU .nav-link:hover::before {
  width: 100%;
}
.cid-t0eRGAIeSU .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-t0eRGAIeSU .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-t0eRGAIeSU .link {
  margin: 0rem 1.2rem;
}
.cid-t0eRGAIeSU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-t0eRGAIeSU .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-t0eRGAIeSU .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-t0eRGAIeSU .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-t0eRGAIeSU .navbar-caption {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 992px) {
  .cid-t0eRGAIeSU .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-t0eRGAIeSU .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-t0eRGAIeSU .dropdown-menu::before {
    display: none !important;
  }
  .cid-t0eRGAIeSU .btn:hover {
    background-color: #7c9786 !important;
    color: #333333 !important;
  }
  .cid-t0eRGAIeSU .dropdown-menu > a::after {
    display: none;
  }
  .cid-t0eRGAIeSU .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-t0eRGAIeSU .nav-link::before {
    display: none;
  }
  .cid-t0eRGAIeSU .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-t0eRGAIeSU .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-t0eRGAIeSU .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-t0eRGAIeSU .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-t0eRGAIeSU .nav-dropdown .dropdown-item:focus,
  .cid-t0eRGAIeSU .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-t0eRGAIeSU .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eRGAIeSU .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eRGAIeSU .container-fluid {
    padding-right: 0rem;
  }
  .cid-t0eRGAIeSU .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-t0eRGAIeSU .btn {
    padding: 1.8rem 6rem;
  }
  .cid-t0eRGAIeSU .btn:hover {
    background-color: #333333 !important;
    color: #7c9786 !important;
  }
  .cid-t0eRGAIeSU .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-t0eRGAIeSU .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-t0eRGAIeSU .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-t0eRGAIeSU .nav-dropdown .dropdown-item:focus,
  .cid-t0eRGAIeSU .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-t0eRGAIeSU .btn-primary {
  color: #333333 !important;
}
.cid-t0eRGAIeSU .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-t0eRGAIeSU .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-t0eRGAIeSU .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-t0eRGB1RA5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0eRGB1RA5 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0eRGB1RA5 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0eRGB1RA5 H2 {
  color: #7c9786;
}
.cid-t0eRGBgGAG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0eRGBgGAG img {
  width: 100%;
  object-fit: cover;
}
.cid-t0eRGBgGAG .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0eRGBgGAG .img-card {
  justify-content: center;
}
.cid-t0eRGBgGAG .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0eRGBgGAG .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0eRGBgGAG .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0eRGBgGAG .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0eRGBgGAG .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eRGBgGAG .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eRGBgGAG .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0eRGBgGAG .card-title,
.cid-t0eRGBgGAG .card-box {
  color: #7c9786;
}
.cid-t0eRGBsSXf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0eRGBsSXf img {
  width: 100%;
  object-fit: cover;
}
.cid-t0eRGBsSXf .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0eRGBsSXf .img-card {
  justify-content: center;
}
.cid-t0eRGBsSXf .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0eRGBsSXf .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0eRGBsSXf .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0eRGBsSXf .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0eRGBsSXf .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eRGBsSXf .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eRGBsSXf .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0eRGBsSXf .card-title,
.cid-t0eRGBsSXf .card-box {
  color: #7c9786;
}
.cid-t0eRGBDtcY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0eRGBDtcY img {
  width: 100%;
  object-fit: cover;
}
.cid-t0eRGBDtcY .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0eRGBDtcY .img-card {
  justify-content: center;
}
.cid-t0eRGBDtcY .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0eRGBDtcY .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0eRGBDtcY .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0eRGBDtcY .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0eRGBDtcY .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eRGBDtcY .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eRGBDtcY .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0eRGBDtcY .card-title,
.cid-t0eRGBDtcY .card-box {
  color: #7c9786;
}
.cid-t0eRGBOJwt {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0eRGBOJwt .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0eRGBOJwt .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0eRGBOJwt H3 {
  color: #7c9786;
}
.cid-t0eRGC3H4s {
  padding-top: 0px;
  padding-bottom: 120px;
  background: #ffffff;
}
.cid-t0eRGC3H4s .main-heading {
  margin-bottom: 1.3rem;
}
.cid-t0eRGC3H4s img {
  border-radius: 100%;
}
.cid-t0eRGC3H4s .mbr-section-title {
  margin-bottom: 0.5rem;
}
.cid-t0eRGC3H4s .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0eRGC3H4s .mbr-role {
  margin-bottom: 0rem;
  color: #777777;
}
.cid-t0eRGC3H4s .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t0eRGC3H4s .team-card:hover .card-wrap {
  background: #7c9786;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-t0eRGC3H4s .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-t0eRGC3H4s .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t0eRGC3H4s .card-title,
.cid-t0eRGC3H4s .mbr-role {
  transition: 0.3s;
}
.cid-t0eRGC3H4s a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-t0eRGC3H4s a:hover {
  color: #c1f7d5 !important;
}
.cid-t0eRGC3H4s .card-wrap {
  padding: 1.8rem 3rem 1.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-t0eRGC3H4s .card-wrap .image-wrap img {
  width: 100%;
}
.cid-t0eRGC3H4s .card-wrap .content-wrap {
  padding-top: 1.5rem;
}
.cid-t0eRGC3H4s .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t0eRGC3H4s .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t0eRGC3H4s .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t0eRGC3H4s .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0eRGC3H4s .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-t0eRGC3H4s .social-list {
  margin-bottom: 1.5rem;
}
.cid-t0eRGCGDrs {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/montanhas-1792x850.jpg");
}
.cid-t0eRGCGDrs .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0eRGCGDrs .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0eRGCGDrs H2 {
  color: #ffffff;
}
.cid-t0eRGCZ5Oq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0eRGCZ5Oq img {
  width: 100%;
  object-fit: cover;
}
.cid-t0eRGCZ5Oq .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0eRGCZ5Oq .img-card {
  justify-content: center;
}
.cid-t0eRGCZ5Oq .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0eRGCZ5Oq .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0eRGCZ5Oq .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0eRGCZ5Oq .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0eRGCZ5Oq .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eRGCZ5Oq .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eRGCZ5Oq .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0eRGCZ5Oq .card-title,
.cid-t0eRGCZ5Oq .card-box {
  color: #7c9786;
}
.cid-t0eRGDbLUu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0eRGDbLUu img {
  width: 100%;
  object-fit: cover;
}
.cid-t0eRGDbLUu .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0eRGDbLUu .img-card {
  justify-content: center;
}
.cid-t0eRGDbLUu .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0eRGDbLUu .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0eRGDbLUu .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0eRGDbLUu .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0eRGDbLUu .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eRGDbLUu .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eRGDbLUu .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0eRGDbLUu .card-title,
.cid-t0eRGDbLUu .card-box {
  color: #7c9786;
}
.cid-t0eRGDmnjq {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-t0eRGDmnjq img {
  width: 100%;
  object-fit: cover;
}
.cid-t0eRGDmnjq .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0eRGDmnjq .img-card {
  justify-content: center;
}
.cid-t0eRGDmnjq .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0eRGDmnjq .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0eRGDmnjq .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0eRGDmnjq .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0eRGDmnjq .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eRGDmnjq .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eRGDmnjq .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0eRGDmnjq .card-title,
.cid-t0eRGDmnjq .card-box {
  color: #7c9786;
}
.cid-t0qI6PRQNv {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t0qI6PRQNv .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-t0qI6PRQNv .mbr-section-title {
  color: #7c9786;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-t0qI6PRQNv img {
  height: 100%;
  object-fit: cover;
  /*filter: grayscale(1);*/
}
.cid-t0qI6PRQNv .mbr-figure {
  height: 100%;
}
.cid-t0qI6PRQNv .row {
  margin: 0;
  align-items: center;
}
.cid-t0qI6PRQNv .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-t0qI6PRQNv .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0qI6PRQNv .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0qI6PRQNv .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0qI6PRQNv .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0qI6PRQNv .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-t0qI6PRQNv .img-block {
    padding-left: 6rem;
  }
}
.cid-t0qI6PRQNv .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-t0eRGDzaHd {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-t0eRGDzaHd h2,
.cid-t0eRGDzaHd h4,
.cid-t0eRGDzaHd p {
  margin: 0;
}
.cid-t0eRGDzaHd .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-t0eRGDzaHd .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-t0eRGDzaHd .image-wrap {
    margin-top: 30px;
  }
}
.cid-t0eRGDzaHd img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-t0eRGDzaHd .mbr-section-title {
  color: #7c9786;
  margin-bottom: 8px;
}
.cid-t0eRGDzaHd .mbr-section-subtitle {
  color: #7c9786;
  margin-bottom: 8px;
}
.cid-t0eRGDzaHd .mbr-text {
  color: #6b6b6b;
  margin-bottom: 30px;
}
.cid-t0eRGDzaHd .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-t0eRGDzaHd .socials p {
  margin: 0 20px 0 0;
}
.cid-t0eRGDzaHd .socials-item .link {
  color: #000000;
}
.cid-t0eRGDOQM6 {
  background-image: url("../../../assets/images/eco-friendly-1960x1167.jpg");
}
.cid-t0eRGDOQM6 .mbr-section-subtitle {
  font-weight: 700;
}
.cid-t0eRGDOQM6 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-t0eRGDOQM6 .btn-primary-outline:hover {
  color: #333333 !important;
}
.cid-t0eRGDOQM6 .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-t0eRGDOQM6 .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-t0eRGDOQM6 .link:hover {
  color: #7c9786 !important;
}
.cid-t0eRGDOQM6 .link:hover::after {
  opacity: 0;
}
.cid-t0eRGDOQM6 .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-t0eRGDOQM6 .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-t0eRGDOQM6 .img-mbr-section-text {
  position: relative;
}
.cid-t0eRGDOQM6 .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
}
.cid-t0eRGDOQM6 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
  filter: grayscale(1);
}
.cid-t0eRGDOQM6 .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-t0eRGDOQM6 .row {
  margin: 0;
}
.cid-t0eRGDOQM6 .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-t0eRGDOQM6 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0eRGDOQM6 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-t0eRGDOQM6 .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eRGDOQM6 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0eRGDOQM6 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-t0eRGDOQM6 .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-t0eRGDOQM6 .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-t0eRGDOQM6 .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-t0eRGDOQM6 .img-block {
    padding-left: 6rem;
  }
}
.cid-t0eRGE37Fw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0eRGE37Fw img {
  width: 100%;
  object-fit: cover;
}
.cid-t0eRGE37Fw .quote {
  color: #555555;
  font-weight: 700;
}
.cid-t0eRGE37Fw .img-card {
  justify-content: center;
}
.cid-t0eRGE37Fw .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0eRGE37Fw .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0eRGE37Fw .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0eRGE37Fw .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0eRGE37Fw .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eRGE37Fw .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eRGE37Fw .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0eRGE37Fw .card-title,
.cid-t0eRGE37Fw .card-box {
  color: #7c9786;
}
.cid-t0eRGEjEOv {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-t0eRGEjEOv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-t0eRGEjEOv .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-t0eRGEjEOv input,
.cid-t0eRGEjEOv textarea {
  font-size: 14px;
}
.cid-t0eRGEjEOv input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-t0eRGEjEOv textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-t0eRGEjEOv .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-t0eRGEjEOv .col-auto {
  width: 100%;
  text-align: center;
}
.cid-t0eRGEjEOv img {
  width: 90%;
  border-radius: 8px;
}
.cid-t0eRGEjEOv .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-t0eRGEjEOv .btn {
  padding: 1rem 3.5rem !important;
}
.cid-t0eRGEjEOv .title-block {
  margin-bottom: 2rem;
}
.cid-t0eRGEjEOv .form-control,
.cid-t0eRGEjEOv .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t0eRGEjEOv .form-control:hover,
.cid-t0eRGEjEOv .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t0eRGEjEOv .form-control:focus,
.cid-t0eRGEjEOv .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t0eRGEjEOv input::-webkit-input-placeholder,
.cid-t0eRGEjEOv textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-t0eRGEjEOv input:-moz-placeholder,
.cid-t0eRGEjEOv textarea:-moz-placeholder {
  color: #807d78;
}
.cid-t0eRGEjEOv .jq-selectbox li,
.cid-t0eRGEjEOv .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-t0eRGEjEOv .jq-selectbox li:hover,
.cid-t0eRGEjEOv .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-t0eRGEjEOv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-t0eRGEjEOv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-t0eRGEjEOv H5 {
  padding-bottom: 2rem;
}
.cid-t0eRGEjEOv .mbr-text {
  color: #777777;
}
.cid-t0eRGEjEOv .mbr-form {
  padding: 0rem;
}
.cid-t0eRGEjEOv .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-t0eRGEjEOv .form-row {
    margin: 0;
  }
  .cid-t0eRGEjEOv .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-t0eRGEjEOv .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-t0eRGEjEOv img {
    width: 100%;
  }
}
.cid-t0eRGEjEOv .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-t0eRGEjEOv H3 {
  color: #7c9786;
}
.cid-t0eRGEyXGG {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t0eRGEyXGG .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0eRGEyXGG .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0eRGEyXGG H2 {
  color: #161616;
}
#custom-html-35 {
  /* Type valid CSS here */
}
#custom-html-35 div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-35 p {
  font-size: 60px;
  color: #777;
}
.cid-t0eRGETmQN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-t0eRGETmQN .media-container-row {
  align-items: center;
}
.cid-t0eRGETmQN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t0eRGETmQN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t0eRGETmQN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t0eRGETmQN .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-t0eRGETmQN .foot-menu-item {
  transform: 0.2s;
}
.cid-t0eRGETmQN .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-t0eRGETmQN .foot-menu {
    justify-content: center;
  }
  .cid-t0eRGETmQN .mbr-text {
    text-align: center;
  }
  .cid-t0eRGETmQN .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0eRGETmQN .foot-menu {
    justify-content: flex-end;
  }
}
.cid-t0eRGETmQN .link:hover {
  text-decoration: underline;
}
.cid-t0eRGETmQN .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-t0eRGETmQN .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-t0eRGETmQN .container {
    padding: 0;
  }
}
.cid-t0eRGETmQN .media-container-row .mbr-text {
  color: #838383;
}
.cid-t0eNsjbbTI {
  padding-top: 270px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/eco3-1910x903.jpg");
}
.cid-t0eNsjbbTI .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
.cid-t0eNsjbbTI .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-t0eNsjbbTI .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Roboto', sans-serif;
}
.cid-t0eNsjbbTI .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #c1f7d5;
}
.cid-t0eNsjbbTI .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-t0eNsjbbTI .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-t0eNsjbbTI .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-t0eNsjbbTI .bottom-title {
  letter-spacing: 0px;
}
.cid-t0eNsjbbTI .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-t0eNsjbbTI .btn-primary-outline {
  color: #ffffff !important;
}
.cid-t0eNsjbbTI .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-t0eNsjbbTI H4 {
  color: #ffffff;
}
.cid-t0eNsjF5N6 {
  min-height: 80px !important;
  position: static;
}
.cid-t0eNsjF5N6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0eNsjF5N6 .nav-item:focus,
.cid-t0eNsjF5N6 .nav-link:focus {
  outline: none;
}
.cid-t0eNsjF5N6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0eNsjF5N6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t0eNsjF5N6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0eNsjF5N6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0eNsjF5N6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0eNsjF5N6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t0eNsjF5N6 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t0eNsjF5N6 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t0eNsjF5N6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0eNsjF5N6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t0eNsjF5N6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t0eNsjF5N6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0eNsjF5N6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0eNsjF5N6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t0eNsjF5N6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0eNsjF5N6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t0eNsjF5N6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t0eNsjF5N6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0eNsjF5N6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t0eNsjF5N6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0eNsjF5N6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0eNsjF5N6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t0eNsjF5N6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t0eNsjF5N6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0eNsjF5N6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0eNsjF5N6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t0eNsjF5N6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t0eNsjF5N6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t0eNsjF5N6 .navbar.navbar-short {
  background: #ffffff;
}
.cid-t0eNsjF5N6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0eNsjF5N6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0eNsjF5N6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0eNsjF5N6 .dropdown-item.active,
.cid-t0eNsjF5N6 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-t0eNsjF5N6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0eNsjF5N6 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-t0eNsjF5N6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-t0eNsjF5N6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-t0eNsjF5N6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0eNsjF5N6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0eNsjF5N6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t0eNsjF5N6 .navbar-nav {
  margin: auto;
}
.cid-t0eNsjF5N6 .navbar-buttons {
  text-align: center;
}
.cid-t0eNsjF5N6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0eNsjF5N6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b6a188;
}
.cid-t0eNsjF5N6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t0eNsjF5N6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t0eNsjF5N6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t0eNsjF5N6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t0eNsjF5N6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0eNsjF5N6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t0eNsjF5N6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t0eNsjF5N6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0eNsjF5N6 .navbar-dropdown {
  padding-left: 0rem;
}
.cid-t0eNsjF5N6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0eNsjF5N6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t0eNsjF5N6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-t0eNsjF5N6 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0eNsjF5N6 .navbar {
    height: 77px;
  }
  .cid-t0eNsjF5N6 .navbar.opened {
    height: auto;
  }
}
.cid-t0eNsjF5N6 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-t0eNsjF5N6 .text-btn {
  transition: transform 0.3s;
}
.cid-t0eNsjF5N6 .btn:hover {
  transform: scale(0.8);
}
.cid-t0eNsjF5N6 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-t0eNsjF5N6 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-t0eNsjF5N6 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-t0eNsjF5N6 .nav-link:hover::before {
  width: 100%;
}
.cid-t0eNsjF5N6 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-t0eNsjF5N6 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-t0eNsjF5N6 .link {
  margin: 0rem 1.2rem;
}
.cid-t0eNsjF5N6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-t0eNsjF5N6 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-t0eNsjF5N6 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-t0eNsjF5N6 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-t0eNsjF5N6 .navbar-caption {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 992px) {
  .cid-t0eNsjF5N6 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-t0eNsjF5N6 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-t0eNsjF5N6 .dropdown-menu::before {
    display: none !important;
  }
  .cid-t0eNsjF5N6 .btn:hover {
    background-color: #7c9786 !important;
    color: #333333 !important;
  }
  .cid-t0eNsjF5N6 .dropdown-menu > a::after {
    display: none;
  }
  .cid-t0eNsjF5N6 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-t0eNsjF5N6 .nav-link::before {
    display: none;
  }
  .cid-t0eNsjF5N6 .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-t0eNsjF5N6 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-t0eNsjF5N6 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-t0eNsjF5N6 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-t0eNsjF5N6 .nav-dropdown .dropdown-item:focus,
  .cid-t0eNsjF5N6 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-t0eNsjF5N6 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eNsjF5N6 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eNsjF5N6 .container-fluid {
    padding-right: 0rem;
  }
  .cid-t0eNsjF5N6 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-t0eNsjF5N6 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-t0eNsjF5N6 .btn:hover {
    background-color: #333333 !important;
    color: #7c9786 !important;
  }
  .cid-t0eNsjF5N6 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-t0eNsjF5N6 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-t0eNsjF5N6 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-t0eNsjF5N6 .nav-dropdown .dropdown-item:focus,
  .cid-t0eNsjF5N6 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-t0eNsjF5N6 .btn-primary {
  color: #333333 !important;
}
.cid-t0eNsjF5N6 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-t0eNsjF5N6 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-t0eNsjF5N6 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-t0eNsjZPaI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0eNsjZPaI .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0eNsjZPaI .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0eNsjZPaI H2 {
  color: #7c9786;
}
.cid-t0eNskcb9c {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0eNskcb9c img {
  width: 100%;
  object-fit: cover;
}
.cid-t0eNskcb9c .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0eNskcb9c .img-card {
  justify-content: center;
}
.cid-t0eNskcb9c .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0eNskcb9c .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0eNskcb9c .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0eNskcb9c .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0eNskcb9c .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eNskcb9c .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eNskcb9c .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0eNskcb9c .card-title,
.cid-t0eNskcb9c .card-box {
  color: #7c9786;
}
.cid-t0eNskozaX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0eNskozaX img {
  width: 100%;
  object-fit: cover;
}
.cid-t0eNskozaX .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0eNskozaX .img-card {
  justify-content: center;
}
.cid-t0eNskozaX .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0eNskozaX .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0eNskozaX .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0eNskozaX .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0eNskozaX .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eNskozaX .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eNskozaX .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0eNskozaX .card-title,
.cid-t0eNskozaX .card-box {
  color: #7c9786;
}
.cid-t0eNskzfyG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0eNskzfyG img {
  width: 100%;
  object-fit: cover;
}
.cid-t0eNskzfyG .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0eNskzfyG .img-card {
  justify-content: center;
}
.cid-t0eNskzfyG .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0eNskzfyG .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0eNskzfyG .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0eNskzfyG .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0eNskzfyG .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eNskzfyG .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eNskzfyG .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0eNskzfyG .card-title,
.cid-t0eNskzfyG .card-box {
  color: #7c9786;
}
.cid-t0eNskLyPw {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0eNskLyPw .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0eNskLyPw .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0eNskLyPw H3 {
  color: #7c9786;
}
.cid-t0eNskZwRj {
  padding-top: 0px;
  padding-bottom: 120px;
  background: #ffffff;
}
.cid-t0eNskZwRj .main-heading {
  margin-bottom: 1.3rem;
}
.cid-t0eNskZwRj img {
  border-radius: 100%;
}
.cid-t0eNskZwRj .mbr-section-title {
  margin-bottom: 0.5rem;
}
.cid-t0eNskZwRj .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0eNskZwRj .mbr-role {
  margin-bottom: 0rem;
  color: #777777;
}
.cid-t0eNskZwRj .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t0eNskZwRj .team-card:hover .card-wrap {
  background: #7c9786;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-t0eNskZwRj .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-t0eNskZwRj .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t0eNskZwRj .card-title,
.cid-t0eNskZwRj .mbr-role {
  transition: 0.3s;
}
.cid-t0eNskZwRj a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-t0eNskZwRj a:hover {
  color: #c1f7d5 !important;
}
.cid-t0eNskZwRj .card-wrap {
  padding: 1.8rem 3rem 1.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-t0eNskZwRj .card-wrap .image-wrap img {
  width: 100%;
}
.cid-t0eNskZwRj .card-wrap .content-wrap {
  padding-top: 1.5rem;
}
.cid-t0eNskZwRj .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t0eNskZwRj .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t0eNskZwRj .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t0eNskZwRj .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0eNskZwRj .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-t0eNskZwRj .social-list {
  margin-bottom: 1.5rem;
}
.cid-t0eNslCB4J {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/montanhas-1792x850.jpg");
}
.cid-t0eNslCB4J .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0eNslCB4J .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0eNslCB4J H2 {
  color: #ffffff;
}
.cid-t0eNslRrfI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0eNslRrfI img {
  width: 100%;
  object-fit: cover;
}
.cid-t0eNslRrfI .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0eNslRrfI .img-card {
  justify-content: center;
}
.cid-t0eNslRrfI .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0eNslRrfI .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0eNslRrfI .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0eNslRrfI .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0eNslRrfI .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eNslRrfI .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eNslRrfI .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0eNslRrfI .card-title,
.cid-t0eNslRrfI .card-box {
  color: #7c9786;
}
.cid-t0eNsm4HM0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0eNsm4HM0 img {
  width: 100%;
  object-fit: cover;
}
.cid-t0eNsm4HM0 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0eNsm4HM0 .img-card {
  justify-content: center;
}
.cid-t0eNsm4HM0 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0eNsm4HM0 .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0eNsm4HM0 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0eNsm4HM0 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0eNsm4HM0 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eNsm4HM0 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eNsm4HM0 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0eNsm4HM0 .card-title,
.cid-t0eNsm4HM0 .card-box {
  color: #7c9786;
}
.cid-t0eNsmgHtf {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-t0eNsmgHtf img {
  width: 100%;
  object-fit: cover;
}
.cid-t0eNsmgHtf .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0eNsmgHtf .img-card {
  justify-content: center;
}
.cid-t0eNsmgHtf .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0eNsmgHtf .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0eNsmgHtf .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0eNsmgHtf .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0eNsmgHtf .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eNsmgHtf .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eNsmgHtf .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0eNsmgHtf .card-title,
.cid-t0eNsmgHtf .card-box {
  color: #7c9786;
}
.cid-t0qLdgYokO {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t0qLdgYokO .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-t0qLdgYokO .mbr-section-title {
  color: #7c9786;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-t0qLdgYokO img {
  height: 100%;
  object-fit: cover;
  /*filter: grayscale(1);*/
}
.cid-t0qLdgYokO .mbr-figure {
  height: 100%;
}
.cid-t0qLdgYokO .row {
  margin: 0;
  align-items: center;
}
.cid-t0qLdgYokO .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-t0qLdgYokO .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0qLdgYokO .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0qLdgYokO .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0qLdgYokO .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0qLdgYokO .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-t0qLdgYokO .img-block {
    padding-left: 6rem;
  }
}
.cid-t0qLdgYokO .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-t0eNsmtMKd {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-t0eNsmtMKd h2,
.cid-t0eNsmtMKd h4,
.cid-t0eNsmtMKd p {
  margin: 0;
}
.cid-t0eNsmtMKd .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-t0eNsmtMKd .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-t0eNsmtMKd .image-wrap {
    margin-top: 30px;
  }
}
.cid-t0eNsmtMKd img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-t0eNsmtMKd .mbr-section-title {
  color: #7c9786;
  margin-bottom: 8px;
}
.cid-t0eNsmtMKd .mbr-section-subtitle {
  color: #7c9786;
  margin-bottom: 8px;
}
.cid-t0eNsmtMKd .mbr-text {
  color: #6b6b6b;
  margin-bottom: 30px;
}
.cid-t0eNsmtMKd .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-t0eNsmtMKd .socials p {
  margin: 0 20px 0 0;
}
.cid-t0eNsmtMKd .socials-item .link {
  color: #000000;
}
.cid-t0eNsmKktn {
  background-image: url("../../../assets/images/eco-friendly-1960x1167.jpg");
}
.cid-t0eNsmKktn .mbr-section-subtitle {
  font-weight: 700;
}
.cid-t0eNsmKktn .btn-primary-outline {
  color: #ffffff !important;
}
.cid-t0eNsmKktn .btn-primary-outline:hover {
  color: #333333 !important;
}
.cid-t0eNsmKktn .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-t0eNsmKktn .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-t0eNsmKktn .link:hover {
  color: #7c9786 !important;
}
.cid-t0eNsmKktn .link:hover::after {
  opacity: 0;
}
.cid-t0eNsmKktn .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-t0eNsmKktn .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-t0eNsmKktn .img-mbr-section-text {
  position: relative;
}
.cid-t0eNsmKktn .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
}
.cid-t0eNsmKktn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
  filter: grayscale(1);
}
.cid-t0eNsmKktn .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-t0eNsmKktn .row {
  margin: 0;
}
.cid-t0eNsmKktn .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-t0eNsmKktn .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0eNsmKktn .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-t0eNsmKktn .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eNsmKktn .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0eNsmKktn .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-t0eNsmKktn .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-t0eNsmKktn .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-t0eNsmKktn .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-t0eNsmKktn .img-block {
    padding-left: 6rem;
  }
}
.cid-t0eNsmZzaD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0eNsmZzaD img {
  width: 100%;
  object-fit: cover;
}
.cid-t0eNsmZzaD .quote {
  color: #555555;
  font-weight: 700;
}
.cid-t0eNsmZzaD .img-card {
  justify-content: center;
}
.cid-t0eNsmZzaD .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0eNsmZzaD .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0eNsmZzaD .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0eNsmZzaD .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0eNsmZzaD .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eNsmZzaD .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eNsmZzaD .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0eNsmZzaD .card-title,
.cid-t0eNsmZzaD .card-box {
  color: #7c9786;
}
.cid-t0eNsndHkE {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-t0eNsndHkE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-t0eNsndHkE .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-t0eNsndHkE input,
.cid-t0eNsndHkE textarea {
  font-size: 14px;
}
.cid-t0eNsndHkE input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-t0eNsndHkE textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-t0eNsndHkE .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-t0eNsndHkE .col-auto {
  width: 100%;
  text-align: center;
}
.cid-t0eNsndHkE img {
  width: 90%;
  border-radius: 8px;
}
.cid-t0eNsndHkE .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-t0eNsndHkE .btn {
  padding: 1rem 3.5rem !important;
}
.cid-t0eNsndHkE .title-block {
  margin-bottom: 2rem;
}
.cid-t0eNsndHkE .form-control,
.cid-t0eNsndHkE .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t0eNsndHkE .form-control:hover,
.cid-t0eNsndHkE .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t0eNsndHkE .form-control:focus,
.cid-t0eNsndHkE .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t0eNsndHkE input::-webkit-input-placeholder,
.cid-t0eNsndHkE textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-t0eNsndHkE input:-moz-placeholder,
.cid-t0eNsndHkE textarea:-moz-placeholder {
  color: #807d78;
}
.cid-t0eNsndHkE .jq-selectbox li,
.cid-t0eNsndHkE .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-t0eNsndHkE .jq-selectbox li:hover,
.cid-t0eNsndHkE .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-t0eNsndHkE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-t0eNsndHkE .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-t0eNsndHkE H5 {
  padding-bottom: 2rem;
}
.cid-t0eNsndHkE .mbr-text {
  color: #777777;
}
.cid-t0eNsndHkE .mbr-form {
  padding: 0rem;
}
.cid-t0eNsndHkE .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-t0eNsndHkE .form-row {
    margin: 0;
  }
  .cid-t0eNsndHkE .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-t0eNsndHkE .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-t0eNsndHkE img {
    width: 100%;
  }
}
.cid-t0eNsndHkE .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-t0eNsndHkE H3 {
  color: #7c9786;
}
.cid-t0eNsntLNn {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t0eNsntLNn .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0eNsntLNn .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0eNsntLNn H2 {
  color: #161616;
}
#custom-html-2m {
  /* Type valid CSS here */
}
#custom-html-2m div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-2m p {
  font-size: 60px;
  color: #777;
}
.cid-t0eNsnP9dk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-t0eNsnP9dk .media-container-row {
  align-items: center;
}
.cid-t0eNsnP9dk .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t0eNsnP9dk .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t0eNsnP9dk .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t0eNsnP9dk .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-t0eNsnP9dk .foot-menu-item {
  transform: 0.2s;
}
.cid-t0eNsnP9dk .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-t0eNsnP9dk .foot-menu {
    justify-content: center;
  }
  .cid-t0eNsnP9dk .mbr-text {
    text-align: center;
  }
  .cid-t0eNsnP9dk .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0eNsnP9dk .foot-menu {
    justify-content: flex-end;
  }
}
.cid-t0eNsnP9dk .link:hover {
  text-decoration: underline;
}
.cid-t0eNsnP9dk .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-t0eNsnP9dk .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-t0eNsnP9dk .container {
    padding: 0;
  }
}
.cid-t0eNsnP9dk .media-container-row .mbr-text {
  color: #838383;
}
.cid-t0evVO2Ste {
  padding-top: 270px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/eco3-1910x903.jpg");
}
.cid-t0evVO2Ste .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
.cid-t0evVO2Ste .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-t0evVO2Ste .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Roboto', sans-serif;
}
.cid-t0evVO2Ste .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #c1f7d5;
}
.cid-t0evVO2Ste .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-t0evVO2Ste .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-t0evVO2Ste .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-t0evVO2Ste .bottom-title {
  letter-spacing: 0px;
}
.cid-t0evVO2Ste .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-t0evVO2Ste .btn-primary-outline {
  color: #ffffff !important;
}
.cid-t0evVO2Ste .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-t0evVO2Ste H4 {
  color: #ffffff;
}
.cid-t0evVOYEga {
  min-height: 80px !important;
  position: static;
}
.cid-t0evVOYEga .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0evVOYEga .nav-item:focus,
.cid-t0evVOYEga .nav-link:focus {
  outline: none;
}
.cid-t0evVOYEga .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0evVOYEga .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t0evVOYEga .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0evVOYEga .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0evVOYEga .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0evVOYEga .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t0evVOYEga .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t0evVOYEga .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t0evVOYEga .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0evVOYEga .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t0evVOYEga .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t0evVOYEga .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0evVOYEga .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0evVOYEga .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t0evVOYEga .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0evVOYEga .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t0evVOYEga .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t0evVOYEga .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0evVOYEga .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t0evVOYEga .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0evVOYEga .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0evVOYEga .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t0evVOYEga .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t0evVOYEga .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0evVOYEga .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0evVOYEga .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t0evVOYEga .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t0evVOYEga .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t0evVOYEga .navbar.navbar-short {
  background: #ffffff;
}
.cid-t0evVOYEga .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0evVOYEga .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0evVOYEga .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0evVOYEga .dropdown-item.active,
.cid-t0evVOYEga .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-t0evVOYEga .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0evVOYEga .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-t0evVOYEga .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-t0evVOYEga .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-t0evVOYEga .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0evVOYEga .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0evVOYEga ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t0evVOYEga .navbar-nav {
  margin: auto;
}
.cid-t0evVOYEga .navbar-buttons {
  text-align: center;
}
.cid-t0evVOYEga button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0evVOYEga button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b6a188;
}
.cid-t0evVOYEga button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t0evVOYEga button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t0evVOYEga button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t0evVOYEga button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t0evVOYEga nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0evVOYEga nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t0evVOYEga nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t0evVOYEga nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0evVOYEga .navbar-dropdown {
  padding-left: 0rem;
}
.cid-t0evVOYEga a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0evVOYEga .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t0evVOYEga .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-t0evVOYEga .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0evVOYEga .navbar {
    height: 77px;
  }
  .cid-t0evVOYEga .navbar.opened {
    height: auto;
  }
}
.cid-t0evVOYEga .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-t0evVOYEga .text-btn {
  transition: transform 0.3s;
}
.cid-t0evVOYEga .btn:hover {
  transform: scale(0.8);
}
.cid-t0evVOYEga .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-t0evVOYEga .nav-link {
  position: relative;
  display: inline-block;
}
.cid-t0evVOYEga .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-t0evVOYEga .nav-link:hover::before {
  width: 100%;
}
.cid-t0evVOYEga .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-t0evVOYEga .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-t0evVOYEga .link {
  margin: 0rem 1.2rem;
}
.cid-t0evVOYEga .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-t0evVOYEga .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-t0evVOYEga .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-t0evVOYEga .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-t0evVOYEga .navbar-caption {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 992px) {
  .cid-t0evVOYEga .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-t0evVOYEga .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-t0evVOYEga .dropdown-menu::before {
    display: none !important;
  }
  .cid-t0evVOYEga .btn:hover {
    background-color: #7c9786 !important;
    color: #333333 !important;
  }
  .cid-t0evVOYEga .dropdown-menu > a::after {
    display: none;
  }
  .cid-t0evVOYEga .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-t0evVOYEga .nav-link::before {
    display: none;
  }
  .cid-t0evVOYEga .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-t0evVOYEga .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-t0evVOYEga .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-t0evVOYEga .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-t0evVOYEga .nav-dropdown .dropdown-item:focus,
  .cid-t0evVOYEga .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-t0evVOYEga .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0evVOYEga .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0evVOYEga .container-fluid {
    padding-right: 0rem;
  }
  .cid-t0evVOYEga .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-t0evVOYEga .btn {
    padding: 1.8rem 6rem;
  }
  .cid-t0evVOYEga .btn:hover {
    background-color: #333333 !important;
    color: #7c9786 !important;
  }
  .cid-t0evVOYEga .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-t0evVOYEga .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-t0evVOYEga .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-t0evVOYEga .nav-dropdown .dropdown-item:focus,
  .cid-t0evVOYEga .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-t0evVOYEga .btn-primary {
  color: #333333 !important;
}
.cid-t0evVOYEga .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-t0evVOYEga .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-t0evVOYEga .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-t0evVPqc1y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0evVPqc1y .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0evVPqc1y .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0evVPqc1y H2 {
  color: #7c9786;
}
.cid-t0evVPRFrd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0evVPRFrd img {
  width: 100%;
  object-fit: cover;
}
.cid-t0evVPRFrd .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0evVPRFrd .img-card {
  justify-content: center;
}
.cid-t0evVPRFrd .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0evVPRFrd .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0evVPRFrd .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0evVPRFrd .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0evVPRFrd .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0evVPRFrd .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0evVPRFrd .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0evVPRFrd .card-title,
.cid-t0evVPRFrd .card-box {
  color: #7c9786;
}
.cid-t0evVQ7cD9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0evVQ7cD9 img {
  width: 100%;
  object-fit: cover;
}
.cid-t0evVQ7cD9 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0evVQ7cD9 .img-card {
  justify-content: center;
}
.cid-t0evVQ7cD9 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0evVQ7cD9 .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0evVQ7cD9 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0evVQ7cD9 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0evVQ7cD9 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0evVQ7cD9 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0evVQ7cD9 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0evVQ7cD9 .card-title,
.cid-t0evVQ7cD9 .card-box {
  color: #7c9786;
}
.cid-t0evVQm5Kw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0evVQm5Kw img {
  width: 100%;
  object-fit: cover;
}
.cid-t0evVQm5Kw .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0evVQm5Kw .img-card {
  justify-content: center;
}
.cid-t0evVQm5Kw .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0evVQm5Kw .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0evVQm5Kw .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0evVQm5Kw .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0evVQm5Kw .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0evVQm5Kw .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0evVQm5Kw .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0evVQm5Kw .card-title,
.cid-t0evVQm5Kw .card-box {
  color: #7c9786;
}
.cid-t0evVQyRj4 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0evVQyRj4 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0evVQyRj4 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0evVQyRj4 H3 {
  color: #7c9786;
}
.cid-t0evVQMegj {
  padding-top: 0px;
  padding-bottom: 120px;
  background: #ffffff;
}
.cid-t0evVQMegj .main-heading {
  margin-bottom: 1.3rem;
}
.cid-t0evVQMegj img {
  border-radius: 100%;
}
.cid-t0evVQMegj .mbr-section-title {
  margin-bottom: 0.5rem;
}
.cid-t0evVQMegj .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0evVQMegj .mbr-role {
  margin-bottom: 0rem;
  color: #777777;
}
.cid-t0evVQMegj .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t0evVQMegj .team-card:hover .card-wrap {
  background: #7c9786;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-t0evVQMegj .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-t0evVQMegj .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t0evVQMegj .card-title,
.cid-t0evVQMegj .mbr-role {
  transition: 0.3s;
}
.cid-t0evVQMegj a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-t0evVQMegj a:hover {
  color: #c1f7d5 !important;
}
.cid-t0evVQMegj .card-wrap {
  padding: 1.8rem 3rem 1.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-t0evVQMegj .card-wrap .image-wrap img {
  width: 100%;
}
.cid-t0evVQMegj .card-wrap .content-wrap {
  padding-top: 1.5rem;
}
.cid-t0evVQMegj .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t0evVQMegj .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t0evVQMegj .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t0evVQMegj .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0evVQMegj .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-t0evVQMegj .social-list {
  margin-bottom: 1.5rem;
}
.cid-t0evVRwblF {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/montanhas-1792x850.jpg");
}
.cid-t0evVRwblF .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0evVRwblF .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0evVRwblF H2 {
  color: #ffffff;
}
.cid-t0evVRKaQV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0evVRKaQV img {
  width: 100%;
  object-fit: cover;
}
.cid-t0evVRKaQV .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0evVRKaQV .img-card {
  justify-content: center;
}
.cid-t0evVRKaQV .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0evVRKaQV .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0evVRKaQV .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0evVRKaQV .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0evVRKaQV .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0evVRKaQV .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0evVRKaQV .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0evVRKaQV .card-title,
.cid-t0evVRKaQV .card-box {
  color: #7c9786;
}
.cid-t0evVRXgdP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0evVRXgdP img {
  width: 100%;
  object-fit: cover;
}
.cid-t0evVRXgdP .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0evVRXgdP .img-card {
  justify-content: center;
}
.cid-t0evVRXgdP .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0evVRXgdP .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0evVRXgdP .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0evVRXgdP .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0evVRXgdP .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0evVRXgdP .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0evVRXgdP .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0evVRXgdP .card-title,
.cid-t0evVRXgdP .card-box {
  color: #7c9786;
}
.cid-t0evVS9oB0 {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-t0evVS9oB0 img {
  width: 100%;
  object-fit: cover;
}
.cid-t0evVS9oB0 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0evVS9oB0 .img-card {
  justify-content: center;
}
.cid-t0evVS9oB0 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0evVS9oB0 .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0evVS9oB0 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0evVS9oB0 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0evVS9oB0 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0evVS9oB0 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0evVS9oB0 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0evVS9oB0 .card-title,
.cid-t0evVS9oB0 .card-box {
  color: #7c9786;
}
.cid-t0qCz6B3Ju {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t0qCz6B3Ju .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-t0qCz6B3Ju .mbr-section-title {
  color: #7c9786;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-t0qCz6B3Ju img {
  height: 100%;
  object-fit: cover;
  /*filter: grayscale(1);*/
}
.cid-t0qCz6B3Ju .mbr-figure {
  height: 100%;
}
.cid-t0qCz6B3Ju .row {
  margin: 0;
  align-items: center;
}
.cid-t0qCz6B3Ju .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-t0qCz6B3Ju .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0qCz6B3Ju .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0qCz6B3Ju .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0qCz6B3Ju .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0qCz6B3Ju .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-t0qCz6B3Ju .img-block {
    padding-left: 6rem;
  }
}
.cid-t0qCz6B3Ju .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-t0evVSmG3t {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-t0evVSmG3t h2,
.cid-t0evVSmG3t h4,
.cid-t0evVSmG3t p {
  margin: 0;
}
.cid-t0evVSmG3t .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-t0evVSmG3t .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-t0evVSmG3t .image-wrap {
    margin-top: 30px;
  }
}
.cid-t0evVSmG3t img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-t0evVSmG3t .mbr-section-title {
  color: #7c9786;
  margin-bottom: 8px;
}
.cid-t0evVSmG3t .mbr-section-subtitle {
  color: #7c9786;
  margin-bottom: 8px;
}
.cid-t0evVSmG3t .mbr-text {
  color: #6b6b6b;
  margin-bottom: 30px;
}
.cid-t0evVSmG3t .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-t0evVSmG3t .socials p {
  margin: 0 20px 0 0;
}
.cid-t0evVSmG3t .socials-item .link {
  color: #000000;
}
.cid-t0evVSFbah {
  background-image: url("../../../assets/images/eco-friendly-1960x1167.jpg");
}
.cid-t0evVSFbah .mbr-section-subtitle {
  font-weight: 700;
}
.cid-t0evVSFbah .btn-primary-outline {
  color: #ffffff !important;
}
.cid-t0evVSFbah .btn-primary-outline:hover {
  color: #333333 !important;
}
.cid-t0evVSFbah .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-t0evVSFbah .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-t0evVSFbah .link:hover {
  color: #7c9786 !important;
}
.cid-t0evVSFbah .link:hover::after {
  opacity: 0;
}
.cid-t0evVSFbah .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-t0evVSFbah .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-t0evVSFbah .img-mbr-section-text {
  position: relative;
}
.cid-t0evVSFbah .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
}
.cid-t0evVSFbah img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
  filter: grayscale(1);
}
.cid-t0evVSFbah .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-t0evVSFbah .row {
  margin: 0;
}
.cid-t0evVSFbah .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-t0evVSFbah .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0evVSFbah .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-t0evVSFbah .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0evVSFbah .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0evVSFbah .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-t0evVSFbah .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-t0evVSFbah .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-t0evVSFbah .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-t0evVSFbah .img-block {
    padding-left: 6rem;
  }
}
.cid-t0evVSWDUB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0evVSWDUB img {
  width: 100%;
  object-fit: cover;
}
.cid-t0evVSWDUB .quote {
  color: #555555;
  font-weight: 700;
}
.cid-t0evVSWDUB .img-card {
  justify-content: center;
}
.cid-t0evVSWDUB .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0evVSWDUB .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0evVSWDUB .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0evVSWDUB .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0evVSWDUB .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0evVSWDUB .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0evVSWDUB .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0evVSWDUB .card-title,
.cid-t0evVSWDUB .card-box {
  color: #7c9786;
}
.cid-t0evVTdLOh {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-t0evVTdLOh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-t0evVTdLOh .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-t0evVTdLOh input,
.cid-t0evVTdLOh textarea {
  font-size: 14px;
}
.cid-t0evVTdLOh input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-t0evVTdLOh textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-t0evVTdLOh .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-t0evVTdLOh .col-auto {
  width: 100%;
  text-align: center;
}
.cid-t0evVTdLOh img {
  width: 90%;
  border-radius: 8px;
}
.cid-t0evVTdLOh .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-t0evVTdLOh .btn {
  padding: 1rem 3.5rem !important;
}
.cid-t0evVTdLOh .title-block {
  margin-bottom: 2rem;
}
.cid-t0evVTdLOh .form-control,
.cid-t0evVTdLOh .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t0evVTdLOh .form-control:hover,
.cid-t0evVTdLOh .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t0evVTdLOh .form-control:focus,
.cid-t0evVTdLOh .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t0evVTdLOh input::-webkit-input-placeholder,
.cid-t0evVTdLOh textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-t0evVTdLOh input:-moz-placeholder,
.cid-t0evVTdLOh textarea:-moz-placeholder {
  color: #807d78;
}
.cid-t0evVTdLOh .jq-selectbox li,
.cid-t0evVTdLOh .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-t0evVTdLOh .jq-selectbox li:hover,
.cid-t0evVTdLOh .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-t0evVTdLOh .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-t0evVTdLOh .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-t0evVTdLOh H5 {
  padding-bottom: 2rem;
}
.cid-t0evVTdLOh .mbr-text {
  color: #777777;
}
.cid-t0evVTdLOh .mbr-form {
  padding: 0rem;
}
.cid-t0evVTdLOh .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-t0evVTdLOh .form-row {
    margin: 0;
  }
  .cid-t0evVTdLOh .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-t0evVTdLOh .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-t0evVTdLOh img {
    width: 100%;
  }
}
.cid-t0evVTdLOh .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-t0evVTdLOh H3 {
  color: #7c9786;
}
.cid-t0evVTv5f7 {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t0evVTv5f7 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0evVTv5f7 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0evVTv5f7 H2 {
  color: #161616;
}
#custom-html-23 {
  /* Type valid CSS here */
}
#custom-html-23 div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-23 p {
  font-size: 60px;
  color: #777;
}
.cid-t0evVTSgG8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-t0evVTSgG8 .media-container-row {
  align-items: center;
}
.cid-t0evVTSgG8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t0evVTSgG8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t0evVTSgG8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t0evVTSgG8 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-t0evVTSgG8 .foot-menu-item {
  transform: 0.2s;
}
.cid-t0evVTSgG8 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-t0evVTSgG8 .foot-menu {
    justify-content: center;
  }
  .cid-t0evVTSgG8 .mbr-text {
    text-align: center;
  }
  .cid-t0evVTSgG8 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0evVTSgG8 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-t0evVTSgG8 .link:hover {
  text-decoration: underline;
}
.cid-t0evVTSgG8 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-t0evVTSgG8 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-t0evVTSgG8 .container {
    padding: 0;
  }
}
.cid-t0evVTSgG8 .media-container-row .mbr-text {
  color: #838383;
}
.cid-t0eXjhdoNa {
  padding-top: 270px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/eco3-1910x903.jpg");
}
.cid-t0eXjhdoNa .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
.cid-t0eXjhdoNa .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-t0eXjhdoNa .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Roboto', sans-serif;
}
.cid-t0eXjhdoNa .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #c1f7d5;
}
.cid-t0eXjhdoNa .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-t0eXjhdoNa .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-t0eXjhdoNa .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-t0eXjhdoNa .bottom-title {
  letter-spacing: 0px;
}
.cid-t0eXjhdoNa .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-t0eXjhdoNa .btn-primary-outline {
  color: #ffffff !important;
}
.cid-t0eXjhdoNa .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-t0eXjhdoNa H4 {
  color: #ffffff;
}
.cid-t0eXjhJNvm {
  min-height: 80px !important;
  position: static;
}
.cid-t0eXjhJNvm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0eXjhJNvm .nav-item:focus,
.cid-t0eXjhJNvm .nav-link:focus {
  outline: none;
}
.cid-t0eXjhJNvm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0eXjhJNvm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t0eXjhJNvm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0eXjhJNvm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0eXjhJNvm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0eXjhJNvm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t0eXjhJNvm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t0eXjhJNvm .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t0eXjhJNvm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0eXjhJNvm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t0eXjhJNvm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t0eXjhJNvm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0eXjhJNvm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0eXjhJNvm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t0eXjhJNvm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0eXjhJNvm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t0eXjhJNvm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t0eXjhJNvm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0eXjhJNvm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t0eXjhJNvm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0eXjhJNvm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0eXjhJNvm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t0eXjhJNvm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t0eXjhJNvm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0eXjhJNvm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0eXjhJNvm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t0eXjhJNvm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t0eXjhJNvm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t0eXjhJNvm .navbar.navbar-short {
  background: #ffffff;
}
.cid-t0eXjhJNvm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0eXjhJNvm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0eXjhJNvm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0eXjhJNvm .dropdown-item.active,
.cid-t0eXjhJNvm .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-t0eXjhJNvm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0eXjhJNvm .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-t0eXjhJNvm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-t0eXjhJNvm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-t0eXjhJNvm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0eXjhJNvm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0eXjhJNvm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t0eXjhJNvm .navbar-nav {
  margin: auto;
}
.cid-t0eXjhJNvm .navbar-buttons {
  text-align: center;
}
.cid-t0eXjhJNvm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0eXjhJNvm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b6a188;
}
.cid-t0eXjhJNvm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t0eXjhJNvm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t0eXjhJNvm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t0eXjhJNvm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t0eXjhJNvm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0eXjhJNvm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t0eXjhJNvm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t0eXjhJNvm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0eXjhJNvm .navbar-dropdown {
  padding-left: 0rem;
}
.cid-t0eXjhJNvm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0eXjhJNvm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t0eXjhJNvm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-t0eXjhJNvm .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0eXjhJNvm .navbar {
    height: 77px;
  }
  .cid-t0eXjhJNvm .navbar.opened {
    height: auto;
  }
}
.cid-t0eXjhJNvm .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-t0eXjhJNvm .text-btn {
  transition: transform 0.3s;
}
.cid-t0eXjhJNvm .btn:hover {
  transform: scale(0.8);
}
.cid-t0eXjhJNvm .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-t0eXjhJNvm .nav-link {
  position: relative;
  display: inline-block;
}
.cid-t0eXjhJNvm .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-t0eXjhJNvm .nav-link:hover::before {
  width: 100%;
}
.cid-t0eXjhJNvm .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-t0eXjhJNvm .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-t0eXjhJNvm .link {
  margin: 0rem 1.2rem;
}
.cid-t0eXjhJNvm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-t0eXjhJNvm .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-t0eXjhJNvm .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-t0eXjhJNvm .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-t0eXjhJNvm .navbar-caption {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 992px) {
  .cid-t0eXjhJNvm .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-t0eXjhJNvm .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-t0eXjhJNvm .dropdown-menu::before {
    display: none !important;
  }
  .cid-t0eXjhJNvm .btn:hover {
    background-color: #7c9786 !important;
    color: #333333 !important;
  }
  .cid-t0eXjhJNvm .dropdown-menu > a::after {
    display: none;
  }
  .cid-t0eXjhJNvm .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-t0eXjhJNvm .nav-link::before {
    display: none;
  }
  .cid-t0eXjhJNvm .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-t0eXjhJNvm .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-t0eXjhJNvm .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-t0eXjhJNvm .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-t0eXjhJNvm .nav-dropdown .dropdown-item:focus,
  .cid-t0eXjhJNvm .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-t0eXjhJNvm .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eXjhJNvm .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eXjhJNvm .container-fluid {
    padding-right: 0rem;
  }
  .cid-t0eXjhJNvm .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-t0eXjhJNvm .btn {
    padding: 1.8rem 6rem;
  }
  .cid-t0eXjhJNvm .btn:hover {
    background-color: #333333 !important;
    color: #7c9786 !important;
  }
  .cid-t0eXjhJNvm .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-t0eXjhJNvm .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-t0eXjhJNvm .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-t0eXjhJNvm .nav-dropdown .dropdown-item:focus,
  .cid-t0eXjhJNvm .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-t0eXjhJNvm .btn-primary {
  color: #333333 !important;
}
.cid-t0eXjhJNvm .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-t0eXjhJNvm .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-t0eXjhJNvm .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-t0eXji3TFe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0eXji3TFe .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0eXji3TFe .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0eXji3TFe H2 {
  color: #7c9786;
}
.cid-t0eXjikZ8P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0eXjikZ8P img {
  width: 100%;
  object-fit: cover;
}
.cid-t0eXjikZ8P .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0eXjikZ8P .img-card {
  justify-content: center;
}
.cid-t0eXjikZ8P .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0eXjikZ8P .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0eXjikZ8P .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0eXjikZ8P .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0eXjikZ8P .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eXjikZ8P .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eXjikZ8P .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0eXjikZ8P .card-title,
.cid-t0eXjikZ8P .card-box {
  color: #7c9786;
}
.cid-t0eXjiwU8U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0eXjiwU8U img {
  width: 100%;
  object-fit: cover;
}
.cid-t0eXjiwU8U .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0eXjiwU8U .img-card {
  justify-content: center;
}
.cid-t0eXjiwU8U .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0eXjiwU8U .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0eXjiwU8U .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0eXjiwU8U .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0eXjiwU8U .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eXjiwU8U .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eXjiwU8U .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0eXjiwU8U .card-title,
.cid-t0eXjiwU8U .card-box {
  color: #7c9786;
}
.cid-t0eXjiR2S7 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0eXjiR2S7 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0eXjiR2S7 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0eXjiR2S7 H3 {
  color: #7c9786;
}
.cid-t0eXjj7AEz {
  padding-top: 0px;
  padding-bottom: 120px;
  background: #ffffff;
}
.cid-t0eXjj7AEz .main-heading {
  margin-bottom: 1.3rem;
}
.cid-t0eXjj7AEz img {
  border-radius: 100%;
}
.cid-t0eXjj7AEz .mbr-section-title {
  margin-bottom: 0.5rem;
}
.cid-t0eXjj7AEz .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0eXjj7AEz .mbr-role {
  margin-bottom: 0rem;
  color: #777777;
}
.cid-t0eXjj7AEz .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t0eXjj7AEz .team-card:hover .card-wrap {
  background: #7c9786;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-t0eXjj7AEz .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-t0eXjj7AEz .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t0eXjj7AEz .card-title,
.cid-t0eXjj7AEz .mbr-role {
  transition: 0.3s;
}
.cid-t0eXjj7AEz a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-t0eXjj7AEz a:hover {
  color: #c1f7d5 !important;
}
.cid-t0eXjj7AEz .card-wrap {
  padding: 1.8rem 3rem 1.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-t0eXjj7AEz .card-wrap .image-wrap img {
  width: 100%;
}
.cid-t0eXjj7AEz .card-wrap .content-wrap {
  padding-top: 1.5rem;
}
.cid-t0eXjj7AEz .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t0eXjj7AEz .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t0eXjj7AEz .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t0eXjj7AEz .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0eXjj7AEz .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-t0eXjj7AEz .social-list {
  margin-bottom: 1.5rem;
}
.cid-t0eXjjJYvO {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/montanhas-1792x850.jpg");
}
.cid-t0eXjjJYvO .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0eXjjJYvO .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0eXjjJYvO H2 {
  color: #ffffff;
}
.cid-t0eXjk9Dp0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0eXjk9Dp0 img {
  width: 100%;
  object-fit: cover;
}
.cid-t0eXjk9Dp0 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0eXjk9Dp0 .img-card {
  justify-content: center;
}
.cid-t0eXjk9Dp0 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0eXjk9Dp0 .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0eXjk9Dp0 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0eXjk9Dp0 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0eXjk9Dp0 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eXjk9Dp0 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eXjk9Dp0 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0eXjk9Dp0 .card-title,
.cid-t0eXjk9Dp0 .card-box {
  color: #7c9786;
}
.cid-t0eXjkDNUG {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-t0eXjkDNUG img {
  width: 100%;
  object-fit: cover;
}
.cid-t0eXjkDNUG .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0eXjkDNUG .img-card {
  justify-content: center;
}
.cid-t0eXjkDNUG .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0eXjkDNUG .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0eXjkDNUG .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0eXjkDNUG .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0eXjkDNUG .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eXjkDNUG .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eXjkDNUG .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0eXjkDNUG .card-title,
.cid-t0eXjkDNUG .card-box {
  color: #7c9786;
}
.cid-t0qGnSgqDv {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t0qGnSgqDv .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-t0qGnSgqDv .mbr-section-title {
  color: #7c9786;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-t0qGnSgqDv img {
  height: 100%;
  object-fit: cover;
  /*filter: grayscale(1);*/
}
.cid-t0qGnSgqDv .mbr-figure {
  height: 100%;
}
.cid-t0qGnSgqDv .row {
  margin: 0;
  align-items: center;
}
.cid-t0qGnSgqDv .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-t0qGnSgqDv .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0qGnSgqDv .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0qGnSgqDv .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0qGnSgqDv .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0qGnSgqDv .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-t0qGnSgqDv .img-block {
    padding-left: 6rem;
  }
}
.cid-t0qGnSgqDv .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-t0eXjldpr3 {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-t0eXjldpr3 h2,
.cid-t0eXjldpr3 h4,
.cid-t0eXjldpr3 p {
  margin: 0;
}
.cid-t0eXjldpr3 .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-t0eXjldpr3 .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-t0eXjldpr3 .image-wrap {
    margin-top: 30px;
  }
}
.cid-t0eXjldpr3 img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-t0eXjldpr3 .mbr-section-title {
  color: #7c9786;
  margin-bottom: 8px;
}
.cid-t0eXjldpr3 .mbr-section-subtitle {
  color: #7c9786;
  margin-bottom: 8px;
}
.cid-t0eXjldpr3 .mbr-text {
  color: #6b6b6b;
  margin-bottom: 30px;
}
.cid-t0eXjldpr3 .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-t0eXjldpr3 .socials p {
  margin: 0 20px 0 0;
}
.cid-t0eXjldpr3 .socials-item .link {
  color: #000000;
}
.cid-t0eXjlBPDt {
  background-image: url("../../../assets/images/eco-friendly-1960x1167.jpg");
}
.cid-t0eXjlBPDt .mbr-section-subtitle {
  font-weight: 700;
}
.cid-t0eXjlBPDt .btn-primary-outline {
  color: #ffffff !important;
}
.cid-t0eXjlBPDt .btn-primary-outline:hover {
  color: #333333 !important;
}
.cid-t0eXjlBPDt .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-t0eXjlBPDt .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-t0eXjlBPDt .link:hover {
  color: #7c9786 !important;
}
.cid-t0eXjlBPDt .link:hover::after {
  opacity: 0;
}
.cid-t0eXjlBPDt .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-t0eXjlBPDt .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-t0eXjlBPDt .img-mbr-section-text {
  position: relative;
}
.cid-t0eXjlBPDt .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
}
.cid-t0eXjlBPDt img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
  filter: grayscale(1);
}
.cid-t0eXjlBPDt .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-t0eXjlBPDt .row {
  margin: 0;
}
.cid-t0eXjlBPDt .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-t0eXjlBPDt .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0eXjlBPDt .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-t0eXjlBPDt .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eXjlBPDt .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0eXjlBPDt .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-t0eXjlBPDt .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-t0eXjlBPDt .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-t0eXjlBPDt .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-t0eXjlBPDt .img-block {
    padding-left: 6rem;
  }
}
.cid-t0eXjlYtao {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0eXjlYtao img {
  width: 100%;
  object-fit: cover;
}
.cid-t0eXjlYtao .quote {
  color: #555555;
  font-weight: 700;
}
.cid-t0eXjlYtao .img-card {
  justify-content: center;
}
.cid-t0eXjlYtao .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0eXjlYtao .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0eXjlYtao .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0eXjlYtao .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0eXjlYtao .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0eXjlYtao .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0eXjlYtao .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0eXjlYtao .card-title,
.cid-t0eXjlYtao .card-box {
  color: #7c9786;
}
.cid-t0eXjmkNGb {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-t0eXjmkNGb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-t0eXjmkNGb .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-t0eXjmkNGb input,
.cid-t0eXjmkNGb textarea {
  font-size: 14px;
}
.cid-t0eXjmkNGb input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-t0eXjmkNGb textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-t0eXjmkNGb .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-t0eXjmkNGb .col-auto {
  width: 100%;
  text-align: center;
}
.cid-t0eXjmkNGb img {
  width: 90%;
  border-radius: 8px;
}
.cid-t0eXjmkNGb .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-t0eXjmkNGb .btn {
  padding: 1rem 3.5rem !important;
}
.cid-t0eXjmkNGb .title-block {
  margin-bottom: 2rem;
}
.cid-t0eXjmkNGb .form-control,
.cid-t0eXjmkNGb .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t0eXjmkNGb .form-control:hover,
.cid-t0eXjmkNGb .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t0eXjmkNGb .form-control:focus,
.cid-t0eXjmkNGb .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t0eXjmkNGb input::-webkit-input-placeholder,
.cid-t0eXjmkNGb textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-t0eXjmkNGb input:-moz-placeholder,
.cid-t0eXjmkNGb textarea:-moz-placeholder {
  color: #807d78;
}
.cid-t0eXjmkNGb .jq-selectbox li,
.cid-t0eXjmkNGb .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-t0eXjmkNGb .jq-selectbox li:hover,
.cid-t0eXjmkNGb .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-t0eXjmkNGb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-t0eXjmkNGb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-t0eXjmkNGb H5 {
  padding-bottom: 2rem;
}
.cid-t0eXjmkNGb .mbr-text {
  color: #777777;
}
.cid-t0eXjmkNGb .mbr-form {
  padding: 0rem;
}
.cid-t0eXjmkNGb .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-t0eXjmkNGb .form-row {
    margin: 0;
  }
  .cid-t0eXjmkNGb .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-t0eXjmkNGb .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-t0eXjmkNGb img {
    width: 100%;
  }
}
.cid-t0eXjmkNGb .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-t0eXjmkNGb H3 {
  color: #7c9786;
}
.cid-t0eXjmIrUi {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t0eXjmIrUi .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0eXjmIrUi .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0eXjmIrUi H2 {
  color: #161616;
}
#custom-html-3o {
  /* Type valid CSS here */
}
#custom-html-3o div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-3o p {
  font-size: 60px;
  color: #777;
}
.cid-t0eXjnk10t {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-t0eXjnk10t .media-container-row {
  align-items: center;
}
.cid-t0eXjnk10t .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t0eXjnk10t .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t0eXjnk10t .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t0eXjnk10t .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-t0eXjnk10t .foot-menu-item {
  transform: 0.2s;
}
.cid-t0eXjnk10t .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-t0eXjnk10t .foot-menu {
    justify-content: center;
  }
  .cid-t0eXjnk10t .mbr-text {
    text-align: center;
  }
  .cid-t0eXjnk10t .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0eXjnk10t .foot-menu {
    justify-content: flex-end;
  }
}
.cid-t0eXjnk10t .link:hover {
  text-decoration: underline;
}
.cid-t0eXjnk10t .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-t0eXjnk10t .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-t0eXjnk10t .container {
    padding: 0;
  }
}
.cid-t0eXjnk10t .media-container-row .mbr-text {
  color: #838383;
}
.cid-t0fT42LX4q {
  padding-top: 270px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/eco3-1910x903.jpg");
}
.cid-t0fT42LX4q .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
.cid-t0fT42LX4q .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-t0fT42LX4q .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Roboto', sans-serif;
}
.cid-t0fT42LX4q .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #c1f7d5;
}
.cid-t0fT42LX4q .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-t0fT42LX4q .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-t0fT42LX4q .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-t0fT42LX4q .bottom-title {
  letter-spacing: 0px;
}
.cid-t0fT42LX4q .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-t0fT42LX4q .btn-primary-outline {
  color: #ffffff !important;
}
.cid-t0fT42LX4q .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-t0fT42LX4q H4 {
  color: #ffffff;
}
.cid-t0fT43fde9 {
  min-height: 80px !important;
  position: static;
}
.cid-t0fT43fde9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0fT43fde9 .nav-item:focus,
.cid-t0fT43fde9 .nav-link:focus {
  outline: none;
}
.cid-t0fT43fde9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0fT43fde9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t0fT43fde9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0fT43fde9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0fT43fde9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0fT43fde9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t0fT43fde9 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t0fT43fde9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t0fT43fde9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0fT43fde9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t0fT43fde9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t0fT43fde9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0fT43fde9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0fT43fde9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t0fT43fde9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0fT43fde9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t0fT43fde9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t0fT43fde9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0fT43fde9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t0fT43fde9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0fT43fde9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0fT43fde9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t0fT43fde9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t0fT43fde9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0fT43fde9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0fT43fde9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t0fT43fde9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t0fT43fde9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t0fT43fde9 .navbar.navbar-short {
  background: #ffffff;
}
.cid-t0fT43fde9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0fT43fde9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0fT43fde9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0fT43fde9 .dropdown-item.active,
.cid-t0fT43fde9 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-t0fT43fde9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0fT43fde9 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-t0fT43fde9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-t0fT43fde9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-t0fT43fde9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0fT43fde9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0fT43fde9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t0fT43fde9 .navbar-nav {
  margin: auto;
}
.cid-t0fT43fde9 .navbar-buttons {
  text-align: center;
}
.cid-t0fT43fde9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0fT43fde9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b6a188;
}
.cid-t0fT43fde9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t0fT43fde9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t0fT43fde9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t0fT43fde9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t0fT43fde9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0fT43fde9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t0fT43fde9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t0fT43fde9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0fT43fde9 .navbar-dropdown {
  padding-left: 0rem;
}
.cid-t0fT43fde9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0fT43fde9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t0fT43fde9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-t0fT43fde9 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0fT43fde9 .navbar {
    height: 77px;
  }
  .cid-t0fT43fde9 .navbar.opened {
    height: auto;
  }
}
.cid-t0fT43fde9 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-t0fT43fde9 .text-btn {
  transition: transform 0.3s;
}
.cid-t0fT43fde9 .btn:hover {
  transform: scale(0.8);
}
.cid-t0fT43fde9 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-t0fT43fde9 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-t0fT43fde9 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-t0fT43fde9 .nav-link:hover::before {
  width: 100%;
}
.cid-t0fT43fde9 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-t0fT43fde9 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-t0fT43fde9 .link {
  margin: 0rem 1.2rem;
}
.cid-t0fT43fde9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-t0fT43fde9 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-t0fT43fde9 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-t0fT43fde9 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-t0fT43fde9 .navbar-caption {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 992px) {
  .cid-t0fT43fde9 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-t0fT43fde9 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-t0fT43fde9 .dropdown-menu::before {
    display: none !important;
  }
  .cid-t0fT43fde9 .btn:hover {
    background-color: #7c9786 !important;
    color: #333333 !important;
  }
  .cid-t0fT43fde9 .dropdown-menu > a::after {
    display: none;
  }
  .cid-t0fT43fde9 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-t0fT43fde9 .nav-link::before {
    display: none;
  }
  .cid-t0fT43fde9 .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-t0fT43fde9 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-t0fT43fde9 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-t0fT43fde9 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-t0fT43fde9 .nav-dropdown .dropdown-item:focus,
  .cid-t0fT43fde9 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-t0fT43fde9 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0fT43fde9 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0fT43fde9 .container-fluid {
    padding-right: 0rem;
  }
  .cid-t0fT43fde9 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-t0fT43fde9 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-t0fT43fde9 .btn:hover {
    background-color: #333333 !important;
    color: #7c9786 !important;
  }
  .cid-t0fT43fde9 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-t0fT43fde9 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-t0fT43fde9 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-t0fT43fde9 .nav-dropdown .dropdown-item:focus,
  .cid-t0fT43fde9 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-t0fT43fde9 .btn-primary {
  color: #333333 !important;
}
.cid-t0fT43fde9 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-t0fT43fde9 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-t0fT43fde9 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-t0fT43BNaE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0fT43BNaE .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0fT43BNaE .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0fT43BNaE H2 {
  color: #7c9786;
}
.cid-t0fT43Nb6f {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0fT43Nb6f img {
  width: 100%;
  object-fit: cover;
}
.cid-t0fT43Nb6f .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0fT43Nb6f .img-card {
  justify-content: center;
}
.cid-t0fT43Nb6f .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0fT43Nb6f .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0fT43Nb6f .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0fT43Nb6f .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0fT43Nb6f .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0fT43Nb6f .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0fT43Nb6f .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0fT43Nb6f .card-title,
.cid-t0fT43Nb6f .card-box {
  color: #7c9786;
}
.cid-t0fT440uI7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0fT440uI7 img {
  width: 100%;
  object-fit: cover;
}
.cid-t0fT440uI7 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0fT440uI7 .img-card {
  justify-content: center;
}
.cid-t0fT440uI7 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0fT440uI7 .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0fT440uI7 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0fT440uI7 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0fT440uI7 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0fT440uI7 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0fT440uI7 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0fT440uI7 .card-title,
.cid-t0fT440uI7 .card-box {
  color: #7c9786;
}
.cid-t0fT44bmTa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0fT44bmTa img {
  width: 100%;
  object-fit: cover;
}
.cid-t0fT44bmTa .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0fT44bmTa .img-card {
  justify-content: center;
}
.cid-t0fT44bmTa .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0fT44bmTa .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0fT44bmTa .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0fT44bmTa .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0fT44bmTa .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0fT44bmTa .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0fT44bmTa .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0fT44bmTa .card-title,
.cid-t0fT44bmTa .card-box {
  color: #7c9786;
}
.cid-t0fT44o9iL {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0fT44o9iL .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0fT44o9iL .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0fT44o9iL H3 {
  color: #7c9786;
}
.cid-t0fT44CLIl {
  padding-top: 0px;
  padding-bottom: 120px;
  background: #ffffff;
}
.cid-t0fT44CLIl .main-heading {
  margin-bottom: 1.3rem;
}
.cid-t0fT44CLIl img {
  border-radius: 100%;
}
.cid-t0fT44CLIl .mbr-section-title {
  margin-bottom: 0.5rem;
}
.cid-t0fT44CLIl .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0fT44CLIl .mbr-role {
  margin-bottom: 0rem;
  color: #777777;
}
.cid-t0fT44CLIl .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t0fT44CLIl .team-card:hover .card-wrap {
  background: #7c9786;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-t0fT44CLIl .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-t0fT44CLIl .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t0fT44CLIl .card-title,
.cid-t0fT44CLIl .mbr-role {
  transition: 0.3s;
}
.cid-t0fT44CLIl a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-t0fT44CLIl a:hover {
  color: #c1f7d5 !important;
}
.cid-t0fT44CLIl .card-wrap {
  padding: 1.8rem 3rem 1.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-t0fT44CLIl .card-wrap .image-wrap img {
  width: 100%;
}
.cid-t0fT44CLIl .card-wrap .content-wrap {
  padding-top: 1.5rem;
}
.cid-t0fT44CLIl .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t0fT44CLIl .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t0fT44CLIl .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t0fT44CLIl .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0fT44CLIl .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-t0fT44CLIl .social-list {
  margin-bottom: 1.5rem;
}
.cid-t0fT45gCU7 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/montanhas-1792x850.jpg");
}
.cid-t0fT45gCU7 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0fT45gCU7 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0fT45gCU7 H2 {
  color: #ffffff;
}
.cid-t0fT45uTdG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0fT45uTdG img {
  width: 100%;
  object-fit: cover;
}
.cid-t0fT45uTdG .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0fT45uTdG .img-card {
  justify-content: center;
}
.cid-t0fT45uTdG .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0fT45uTdG .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0fT45uTdG .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0fT45uTdG .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0fT45uTdG .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0fT45uTdG .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0fT45uTdG .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0fT45uTdG .card-title,
.cid-t0fT45uTdG .card-box {
  color: #7c9786;
}
.cid-t0fT45HxG5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0fT45HxG5 img {
  width: 100%;
  object-fit: cover;
}
.cid-t0fT45HxG5 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0fT45HxG5 .img-card {
  justify-content: center;
}
.cid-t0fT45HxG5 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0fT45HxG5 .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0fT45HxG5 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0fT45HxG5 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0fT45HxG5 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0fT45HxG5 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0fT45HxG5 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0fT45HxG5 .card-title,
.cid-t0fT45HxG5 .card-box {
  color: #7c9786;
}
.cid-t0fT45Xct8 {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-t0fT45Xct8 img {
  width: 100%;
  object-fit: cover;
}
.cid-t0fT45Xct8 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0fT45Xct8 .img-card {
  justify-content: center;
}
.cid-t0fT45Xct8 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0fT45Xct8 .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0fT45Xct8 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0fT45Xct8 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0fT45Xct8 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0fT45Xct8 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0fT45Xct8 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0fT45Xct8 .card-title,
.cid-t0fT45Xct8 .card-box {
  color: #7c9786;
}
.cid-t0qClKvAqK {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t0qClKvAqK .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-t0qClKvAqK .mbr-section-title {
  color: #7c9786;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-t0qClKvAqK img {
  height: 100%;
  object-fit: cover;
  /*filter: grayscale(1);*/
}
.cid-t0qClKvAqK .mbr-figure {
  height: 100%;
}
.cid-t0qClKvAqK .row {
  margin: 0;
  align-items: center;
}
.cid-t0qClKvAqK .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-t0qClKvAqK .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0qClKvAqK .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0qClKvAqK .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0qClKvAqK .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0qClKvAqK .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-t0qClKvAqK .img-block {
    padding-left: 6rem;
  }
}
.cid-t0qClKvAqK .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-t0fT469Tat {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-t0fT469Tat h2,
.cid-t0fT469Tat h4,
.cid-t0fT469Tat p {
  margin: 0;
}
.cid-t0fT469Tat .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-t0fT469Tat .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-t0fT469Tat .image-wrap {
    margin-top: 30px;
  }
}
.cid-t0fT469Tat img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-t0fT469Tat .mbr-section-title {
  color: #7c9786;
  margin-bottom: 8px;
}
.cid-t0fT469Tat .mbr-section-subtitle {
  color: #7c9786;
  margin-bottom: 8px;
}
.cid-t0fT469Tat .mbr-text {
  color: #6b6b6b;
  margin-bottom: 30px;
}
.cid-t0fT469Tat .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-t0fT469Tat .socials p {
  margin: 0 20px 0 0;
}
.cid-t0fT469Tat .socials-item .link {
  color: #000000;
}
.cid-t0fT46pkZC {
  background-image: url("../../../assets/images/eco-friendly-1960x1167.jpg");
}
.cid-t0fT46pkZC .mbr-section-subtitle {
  font-weight: 700;
}
.cid-t0fT46pkZC .btn-primary-outline {
  color: #ffffff !important;
}
.cid-t0fT46pkZC .btn-primary-outline:hover {
  color: #333333 !important;
}
.cid-t0fT46pkZC .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-t0fT46pkZC .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-t0fT46pkZC .link:hover {
  color: #7c9786 !important;
}
.cid-t0fT46pkZC .link:hover::after {
  opacity: 0;
}
.cid-t0fT46pkZC .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-t0fT46pkZC .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-t0fT46pkZC .img-mbr-section-text {
  position: relative;
}
.cid-t0fT46pkZC .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
}
.cid-t0fT46pkZC img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
  filter: grayscale(1);
}
.cid-t0fT46pkZC .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-t0fT46pkZC .row {
  margin: 0;
}
.cid-t0fT46pkZC .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-t0fT46pkZC .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0fT46pkZC .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-t0fT46pkZC .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0fT46pkZC .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0fT46pkZC .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-t0fT46pkZC .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-t0fT46pkZC .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-t0fT46pkZC .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-t0fT46pkZC .img-block {
    padding-left: 6rem;
  }
}
.cid-t0fT46FjY4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0fT46FjY4 img {
  width: 100%;
  object-fit: cover;
}
.cid-t0fT46FjY4 .quote {
  color: #555555;
  font-weight: 700;
}
.cid-t0fT46FjY4 .img-card {
  justify-content: center;
}
.cid-t0fT46FjY4 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0fT46FjY4 .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0fT46FjY4 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0fT46FjY4 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0fT46FjY4 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0fT46FjY4 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0fT46FjY4 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0fT46FjY4 .card-title,
.cid-t0fT46FjY4 .card-box {
  color: #7c9786;
}
.cid-t0fT46Syap {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-t0fT46Syap .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-t0fT46Syap .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-t0fT46Syap input,
.cid-t0fT46Syap textarea {
  font-size: 14px;
}
.cid-t0fT46Syap input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-t0fT46Syap textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-t0fT46Syap .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-t0fT46Syap .col-auto {
  width: 100%;
  text-align: center;
}
.cid-t0fT46Syap img {
  width: 90%;
  border-radius: 8px;
}
.cid-t0fT46Syap .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-t0fT46Syap .btn {
  padding: 1rem 3.5rem !important;
}
.cid-t0fT46Syap .title-block {
  margin-bottom: 2rem;
}
.cid-t0fT46Syap .form-control,
.cid-t0fT46Syap .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t0fT46Syap .form-control:hover,
.cid-t0fT46Syap .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t0fT46Syap .form-control:focus,
.cid-t0fT46Syap .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t0fT46Syap input::-webkit-input-placeholder,
.cid-t0fT46Syap textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-t0fT46Syap input:-moz-placeholder,
.cid-t0fT46Syap textarea:-moz-placeholder {
  color: #807d78;
}
.cid-t0fT46Syap .jq-selectbox li,
.cid-t0fT46Syap .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-t0fT46Syap .jq-selectbox li:hover,
.cid-t0fT46Syap .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-t0fT46Syap .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-t0fT46Syap .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-t0fT46Syap H5 {
  padding-bottom: 2rem;
}
.cid-t0fT46Syap .mbr-text {
  color: #777777;
}
.cid-t0fT46Syap .mbr-form {
  padding: 0rem;
}
.cid-t0fT46Syap .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-t0fT46Syap .form-row {
    margin: 0;
  }
  .cid-t0fT46Syap .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-t0fT46Syap .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-t0fT46Syap img {
    width: 100%;
  }
}
.cid-t0fT46Syap .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-t0fT46Syap H3 {
  color: #7c9786;
}
.cid-t0fT479nPP {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t0fT479nPP .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0fT479nPP .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0fT479nPP H2 {
  color: #161616;
}
#custom-html-47 {
  /* Type valid CSS here */
}
#custom-html-47 div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-47 p {
  font-size: 60px;
  color: #777;
}
.cid-t0fT47yj1q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-t0fT47yj1q .media-container-row {
  align-items: center;
}
.cid-t0fT47yj1q .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t0fT47yj1q .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t0fT47yj1q .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t0fT47yj1q .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-t0fT47yj1q .foot-menu-item {
  transform: 0.2s;
}
.cid-t0fT47yj1q .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-t0fT47yj1q .foot-menu {
    justify-content: center;
  }
  .cid-t0fT47yj1q .mbr-text {
    text-align: center;
  }
  .cid-t0fT47yj1q .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0fT47yj1q .foot-menu {
    justify-content: flex-end;
  }
}
.cid-t0fT47yj1q .link:hover {
  text-decoration: underline;
}
.cid-t0fT47yj1q .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-t0fT47yj1q .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-t0fT47yj1q .container {
    padding: 0;
  }
}
.cid-t0fT47yj1q .media-container-row .mbr-text {
  color: #838383;
}
.cid-t0kuDd07WP {
  padding-top: 270px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/eco3-1910x903.jpg");
}
.cid-t0kuDd07WP .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
.cid-t0kuDd07WP .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-t0kuDd07WP .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Roboto', sans-serif;
}
.cid-t0kuDd07WP .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #c1f7d5;
}
.cid-t0kuDd07WP .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-t0kuDd07WP .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-t0kuDd07WP .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-t0kuDd07WP .bottom-title {
  letter-spacing: 0px;
}
.cid-t0kuDd07WP .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-t0kuDd07WP .btn-primary-outline {
  color: #ffffff !important;
}
.cid-t0kuDd07WP .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-t0kuDd07WP H4 {
  color: #ffffff;
}
.cid-t0kuDepi0w {
  min-height: 80px !important;
  position: static;
}
.cid-t0kuDepi0w .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0kuDepi0w .nav-item:focus,
.cid-t0kuDepi0w .nav-link:focus {
  outline: none;
}
.cid-t0kuDepi0w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0kuDepi0w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t0kuDepi0w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0kuDepi0w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0kuDepi0w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0kuDepi0w .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t0kuDepi0w .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t0kuDepi0w .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t0kuDepi0w .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0kuDepi0w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t0kuDepi0w .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t0kuDepi0w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0kuDepi0w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0kuDepi0w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t0kuDepi0w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0kuDepi0w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t0kuDepi0w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t0kuDepi0w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0kuDepi0w .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t0kuDepi0w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0kuDepi0w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0kuDepi0w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t0kuDepi0w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t0kuDepi0w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0kuDepi0w .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0kuDepi0w .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t0kuDepi0w .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t0kuDepi0w .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t0kuDepi0w .navbar.navbar-short {
  background: #ffffff;
}
.cid-t0kuDepi0w .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0kuDepi0w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0kuDepi0w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0kuDepi0w .dropdown-item.active,
.cid-t0kuDepi0w .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-t0kuDepi0w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0kuDepi0w .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-t0kuDepi0w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-t0kuDepi0w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #373737;
}
.cid-t0kuDepi0w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0kuDepi0w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0kuDepi0w ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t0kuDepi0w .navbar-nav {
  margin: auto;
}
.cid-t0kuDepi0w .navbar-buttons {
  text-align: center;
}
.cid-t0kuDepi0w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0kuDepi0w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b6a188;
}
.cid-t0kuDepi0w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t0kuDepi0w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t0kuDepi0w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t0kuDepi0w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t0kuDepi0w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0kuDepi0w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t0kuDepi0w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t0kuDepi0w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0kuDepi0w .navbar-dropdown {
  padding-left: 0rem;
}
.cid-t0kuDepi0w a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0kuDepi0w .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t0kuDepi0w .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-t0kuDepi0w .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0kuDepi0w .navbar {
    height: 77px;
  }
  .cid-t0kuDepi0w .navbar.opened {
    height: auto;
  }
}
.cid-t0kuDepi0w .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-t0kuDepi0w .text-btn {
  transition: transform 0.3s;
}
.cid-t0kuDepi0w .btn:hover {
  transform: scale(0.8);
}
.cid-t0kuDepi0w .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-t0kuDepi0w .nav-link {
  position: relative;
  display: inline-block;
}
.cid-t0kuDepi0w .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #b6a188;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-t0kuDepi0w .nav-link:hover::before {
  width: 100%;
}
.cid-t0kuDepi0w .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-t0kuDepi0w .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-t0kuDepi0w .link {
  margin: 0rem 1.2rem;
}
.cid-t0kuDepi0w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-t0kuDepi0w .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b6a188;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-t0kuDepi0w .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-t0kuDepi0w .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #373737;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-t0kuDepi0w .navbar-caption {
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 992px) {
  .cid-t0kuDepi0w .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-t0kuDepi0w .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-t0kuDepi0w .dropdown-menu::before {
    display: none !important;
  }
  .cid-t0kuDepi0w .btn:hover {
    background-color: #7c9786 !important;
    color: #333333 !important;
  }
  .cid-t0kuDepi0w .dropdown-menu > a::after {
    display: none;
  }
  .cid-t0kuDepi0w .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-t0kuDepi0w .nav-link::before {
    display: none;
  }
  .cid-t0kuDepi0w .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-t0kuDepi0w .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-t0kuDepi0w .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-t0kuDepi0w .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-t0kuDepi0w .nav-dropdown .dropdown-item:focus,
  .cid-t0kuDepi0w .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-t0kuDepi0w .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0kuDepi0w .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0kuDepi0w .container-fluid {
    padding-right: 0rem;
  }
  .cid-t0kuDepi0w .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-t0kuDepi0w .btn {
    padding: 1.8rem 6rem;
  }
  .cid-t0kuDepi0w .btn:hover {
    background-color: #333333 !important;
    color: #7c9786 !important;
  }
  .cid-t0kuDepi0w .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-t0kuDepi0w .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-t0kuDepi0w .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-t0kuDepi0w .nav-dropdown .dropdown-item:focus,
  .cid-t0kuDepi0w .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-t0kuDepi0w .btn-primary {
  color: #333333 !important;
}
.cid-t0kuDepi0w .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-t0kuDepi0w .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-t0kuDepi0w .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-t0kuDeUSVZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0kuDeUSVZ .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0kuDeUSVZ .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0kuDeUSVZ H2 {
  color: #7c9786;
}
.cid-t0kuDfal62 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0kuDfal62 img {
  width: 100%;
  object-fit: cover;
}
.cid-t0kuDfal62 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0kuDfal62 .img-card {
  justify-content: center;
}
.cid-t0kuDfal62 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0kuDfal62 .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0kuDfal62 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0kuDfal62 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0kuDfal62 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0kuDfal62 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0kuDfal62 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0kuDfal62 .card-title,
.cid-t0kuDfal62 .card-box {
  color: #7c9786;
}
.cid-t0kuDfvmJq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0kuDfvmJq img {
  width: 100%;
  object-fit: cover;
}
.cid-t0kuDfvmJq .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0kuDfvmJq .img-card {
  justify-content: center;
}
.cid-t0kuDfvmJq .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0kuDfvmJq .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0kuDfvmJq .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0kuDfvmJq .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0kuDfvmJq .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0kuDfvmJq .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0kuDfvmJq .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0kuDfvmJq .card-title,
.cid-t0kuDfvmJq .card-box {
  color: #7c9786;
}
.cid-t0kuDfPHeC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0kuDfPHeC img {
  width: 100%;
  object-fit: cover;
}
.cid-t0kuDfPHeC .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0kuDfPHeC .img-card {
  justify-content: center;
}
.cid-t0kuDfPHeC .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0kuDfPHeC .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0kuDfPHeC .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0kuDfPHeC .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0kuDfPHeC .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0kuDfPHeC .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0kuDfPHeC .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0kuDfPHeC .card-title,
.cid-t0kuDfPHeC .card-box {
  color: #7c9786;
}
.cid-t0kuDg3yIk {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0kuDg3yIk .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0kuDg3yIk .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0kuDg3yIk H3 {
  color: #7c9786;
}
.cid-t0kuDgltJP {
  padding-top: 0px;
  padding-bottom: 120px;
  background: #ffffff;
}
.cid-t0kuDgltJP .main-heading {
  margin-bottom: 1.3rem;
}
.cid-t0kuDgltJP img {
  border-radius: 100%;
}
.cid-t0kuDgltJP .mbr-section-title {
  margin-bottom: 0.5rem;
}
.cid-t0kuDgltJP .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0kuDgltJP .mbr-role {
  margin-bottom: 0rem;
  color: #777777;
}
.cid-t0kuDgltJP .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t0kuDgltJP .team-card:hover .card-wrap {
  background: #7c9786;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-t0kuDgltJP .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-t0kuDgltJP .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t0kuDgltJP .card-title,
.cid-t0kuDgltJP .mbr-role {
  transition: 0.3s;
}
.cid-t0kuDgltJP a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-t0kuDgltJP a:hover {
  color: #c1f7d5 !important;
}
.cid-t0kuDgltJP .card-wrap {
  padding: 1.8rem 3rem 1.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-t0kuDgltJP .card-wrap .image-wrap img {
  width: 100%;
}
.cid-t0kuDgltJP .card-wrap .content-wrap {
  padding-top: 1.5rem;
}
.cid-t0kuDgltJP .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t0kuDgltJP .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t0kuDgltJP .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t0kuDgltJP .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0kuDgltJP .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-t0kuDgltJP .social-list {
  margin-bottom: 1.5rem;
}
.cid-t0kuDhiIR1 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/montanhas-1792x850.jpg");
}
.cid-t0kuDhiIR1 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0kuDhiIR1 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0kuDhiIR1 H2 {
  color: #ffffff;
}
.cid-t0kuDhz9p2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0kuDhz9p2 img {
  width: 100%;
  object-fit: cover;
}
.cid-t0kuDhz9p2 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0kuDhz9p2 .img-card {
  justify-content: center;
}
.cid-t0kuDhz9p2 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0kuDhz9p2 .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0kuDhz9p2 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0kuDhz9p2 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0kuDhz9p2 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0kuDhz9p2 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0kuDhz9p2 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0kuDhz9p2 .card-title,
.cid-t0kuDhz9p2 .card-box {
  color: #7c9786;
}
.cid-t0kuDhTWPU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0kuDhTWPU img {
  width: 100%;
  object-fit: cover;
}
.cid-t0kuDhTWPU .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0kuDhTWPU .img-card {
  justify-content: center;
}
.cid-t0kuDhTWPU .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0kuDhTWPU .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0kuDhTWPU .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0kuDhTWPU .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0kuDhTWPU .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0kuDhTWPU .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0kuDhTWPU .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0kuDhTWPU .card-title,
.cid-t0kuDhTWPU .card-box {
  color: #7c9786;
}
.cid-t0kuDi7MJO {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-t0kuDi7MJO img {
  width: 100%;
  object-fit: cover;
}
.cid-t0kuDi7MJO .quote {
  color: #333333;
  font-weight: 700;
}
.cid-t0kuDi7MJO .img-card {
  justify-content: center;
}
.cid-t0kuDi7MJO .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0kuDi7MJO .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0kuDi7MJO .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0kuDi7MJO .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0kuDi7MJO .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0kuDi7MJO .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0kuDi7MJO .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0kuDi7MJO .card-title,
.cid-t0kuDi7MJO .card-box {
  color: #7c9786;
}
.cid-t0qG5eeZzP {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t0qG5eeZzP .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-t0qG5eeZzP .mbr-section-title {
  color: #7c9786;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-t0qG5eeZzP img {
  height: 100%;
  object-fit: cover;
  /*filter: grayscale(1);*/
}
.cid-t0qG5eeZzP .mbr-figure {
  height: 100%;
}
.cid-t0qG5eeZzP .row {
  margin: 0;
  align-items: center;
}
.cid-t0qG5eeZzP .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-t0qG5eeZzP .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0qG5eeZzP .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0qG5eeZzP .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0qG5eeZzP .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0qG5eeZzP .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-t0qG5eeZzP .img-block {
    padding-left: 6rem;
  }
}
.cid-t0qG5eeZzP .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-t0kuDissUo {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-t0kuDissUo h2,
.cid-t0kuDissUo h4,
.cid-t0kuDissUo p {
  margin: 0;
}
.cid-t0kuDissUo .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-t0kuDissUo .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-t0kuDissUo .image-wrap {
    margin-top: 30px;
  }
}
.cid-t0kuDissUo img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-t0kuDissUo .mbr-section-title {
  color: #7c9786;
  margin-bottom: 8px;
}
.cid-t0kuDissUo .mbr-section-subtitle {
  color: #7c9786;
  margin-bottom: 8px;
}
.cid-t0kuDissUo .mbr-text {
  color: #6b6b6b;
  margin-bottom: 30px;
}
.cid-t0kuDissUo .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-t0kuDissUo .socials p {
  margin: 0 20px 0 0;
}
.cid-t0kuDissUo .socials-item .link {
  color: #000000;
}
.cid-t0kuDiXx9R {
  background-image: url("../../../assets/images/eco-friendly-1960x1167.jpg");
}
.cid-t0kuDiXx9R .mbr-section-subtitle {
  font-weight: 700;
}
.cid-t0kuDiXx9R .btn-primary-outline {
  color: #ffffff !important;
}
.cid-t0kuDiXx9R .btn-primary-outline:hover {
  color: #333333 !important;
}
.cid-t0kuDiXx9R .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-t0kuDiXx9R .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-t0kuDiXx9R .link:hover {
  color: #7c9786 !important;
}
.cid-t0kuDiXx9R .link:hover::after {
  opacity: 0;
}
.cid-t0kuDiXx9R .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-t0kuDiXx9R .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-t0kuDiXx9R .img-mbr-section-text {
  position: relative;
}
.cid-t0kuDiXx9R .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
}
.cid-t0kuDiXx9R img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
  filter: grayscale(1);
}
.cid-t0kuDiXx9R .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-t0kuDiXx9R .row {
  margin: 0;
}
.cid-t0kuDiXx9R .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-t0kuDiXx9R .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0kuDiXx9R .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-t0kuDiXx9R .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0kuDiXx9R .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-t0kuDiXx9R .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-t0kuDiXx9R .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-t0kuDiXx9R .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-t0kuDiXx9R .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-t0kuDiXx9R .img-block {
    padding-left: 6rem;
  }
}
.cid-t0kuDjgkKO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0kuDjgkKO img {
  width: 100%;
  object-fit: cover;
}
.cid-t0kuDjgkKO .quote {
  color: #555555;
  font-weight: 700;
}
.cid-t0kuDjgkKO .img-card {
  justify-content: center;
}
.cid-t0kuDjgkKO .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-t0kuDjgkKO .card-title {
  margin-bottom: 1.2rem;
}
.cid-t0kuDjgkKO .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-t0kuDjgkKO .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-t0kuDjgkKO .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0kuDjgkKO .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0kuDjgkKO .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-t0kuDjgkKO .card-title,
.cid-t0kuDjgkKO .card-box {
  color: #7c9786;
}
.cid-t0kuDjx8Ap {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-t0kuDjx8Ap .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-t0kuDjx8Ap .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #999999;
  margin-bottom: 0.7rem;
}
.cid-t0kuDjx8Ap input,
.cid-t0kuDjx8Ap textarea {
  font-size: 14px;
}
.cid-t0kuDjx8Ap input {
  padding: 1.5rem 1.8rem !important;
  border-radius: 50px;
}
.cid-t0kuDjx8Ap textarea {
  padding: 0.9rem 2rem !important;
  border-radius: 30px;
  height: 100%;
}
.cid-t0kuDjx8Ap .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-t0kuDjx8Ap .col-auto {
  width: 100%;
  text-align: center;
}
.cid-t0kuDjx8Ap img {
  width: 90%;
  border-radius: 8px;
}
.cid-t0kuDjx8Ap .mbr-form .btn {
  margin: 0.4rem 0.4rem;
  margin-left: 0rem;
}
.cid-t0kuDjx8Ap .btn {
  padding: 1rem 3.5rem !important;
}
.cid-t0kuDjx8Ap .title-block {
  margin-bottom: 2rem;
}
.cid-t0kuDjx8Ap .form-control,
.cid-t0kuDjx8Ap .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t0kuDjx8Ap .form-control:hover,
.cid-t0kuDjx8Ap .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t0kuDjx8Ap .form-control:focus,
.cid-t0kuDjx8Ap .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t0kuDjx8Ap input::-webkit-input-placeholder,
.cid-t0kuDjx8Ap textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-t0kuDjx8Ap input:-moz-placeholder,
.cid-t0kuDjx8Ap textarea:-moz-placeholder {
  color: #807d78;
}
.cid-t0kuDjx8Ap .jq-selectbox li,
.cid-t0kuDjx8Ap .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-t0kuDjx8Ap .jq-selectbox li:hover,
.cid-t0kuDjx8Ap .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-t0kuDjx8Ap .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-t0kuDjx8Ap .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-t0kuDjx8Ap H5 {
  padding-bottom: 2rem;
}
.cid-t0kuDjx8Ap .mbr-text {
  color: #777777;
}
.cid-t0kuDjx8Ap .mbr-form {
  padding: 0rem;
}
.cid-t0kuDjx8Ap .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-t0kuDjx8Ap .form-row {
    margin: 0;
  }
  .cid-t0kuDjx8Ap .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-t0kuDjx8Ap .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-t0kuDjx8Ap img {
    width: 100%;
  }
}
.cid-t0kuDjx8Ap .form-row > [class*="col-"] {
  padding: 0 1rem;
}
.cid-t0kuDjx8Ap H3 {
  color: #7c9786;
}
.cid-t0kuDkoYws {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t0kuDkoYws .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-t0kuDkoYws .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t0kuDkoYws H2 {
  color: #161616;
}
#custom-html-4q {
  /* Type valid CSS here */
}
#custom-html-4q div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-4q p {
  font-size: 60px;
  color: #777;
}
.cid-t0kuDkR0si {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-t0kuDkR0si .media-container-row {
  align-items: center;
}
.cid-t0kuDkR0si .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t0kuDkR0si .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t0kuDkR0si .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t0kuDkR0si .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-t0kuDkR0si .foot-menu-item {
  transform: 0.2s;
}
.cid-t0kuDkR0si .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-t0kuDkR0si .foot-menu {
    justify-content: center;
  }
  .cid-t0kuDkR0si .mbr-text {
    text-align: center;
  }
  .cid-t0kuDkR0si .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0kuDkR0si .foot-menu {
    justify-content: flex-end;
  }
}
.cid-t0kuDkR0si .link:hover {
  text-decoration: underline;
}
.cid-t0kuDkR0si .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-t0kuDkR0si .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-t0kuDkR0si .container {
    padding: 0;
  }
}
.cid-t0kuDkR0si .media-container-row .mbr-text {
  color: #838383;
}
