.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Arimo', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Arimo', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Arimo', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e0e9df !important;
}
.bg-success {
  background-color: #695260 !important;
}
.bg-info {
  background-color: #60935a !important;
}
.bg-warning {
  background-color: #94a9b0 !important;
}
.bg-danger {
  background-color: #c4d1cd !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e0e9df !important;
  border-color: #e0e9df !important;
  color: #567752 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fdfefd !important;
  border-color: #fdfefd !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #567752 !important;
  background-color: #fdfefd !important;
  border-color: #fdfefd !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e88341 !important;
  border-color: #e88341 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #eea16e !important;
  border-color: #eea16e !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eea16e !important;
  border-color: #eea16e !important;
}
.btn-info,
.btn-info:active {
  background-color: #60935a !important;
  border-color: #60935a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #7bab75 !important;
  border-color: #7bab75 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7bab75 !important;
  border-color: #7bab75 !important;
}
.btn-success,
.btn-success:active {
  background-color: #695260 !important;
  border-color: #695260 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #86687a !important;
  border-color: #86687a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #86687a !important;
  border-color: #86687a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #94a9b0 !important;
  border-color: #94a9b0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #b1c1c6 !important;
  border-color: #b1c1c6 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b1c1c6 !important;
  border-color: #b1c1c6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c4d1cd !important;
  border-color: #c4d1cd !important;
  color: #42544f !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e1e7e5 !important;
  border-color: #e1e7e5 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #42544f !important;
  background-color: #e1e7e5 !important;
  border-color: #e1e7e5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e0e9df;
  color: #e0e9df;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #aec6ac !important;
  background-color: transparent !important;
  border-color: #aec6ac !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #567752 !important;
  background-color: #e0e9df !important;
  border-color: #e0e9df !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e88341;
  color: #e88341;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bc5817 !important;
  background-color: transparent !important;
  border-color: #bc5817 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e88341 !important;
  border-color: #e88341 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #60935a;
  color: #60935a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3d5d39 !important;
  background-color: transparent !important;
  border-color: #3d5d39 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #60935a !important;
  border-color: #60935a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #695260;
  color: #695260;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #382c33 !important;
  background-color: transparent !important;
  border-color: #382c33 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #695260 !important;
  border-color: #695260 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #94a9b0;
  color: #94a9b0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #658089 !important;
  background-color: transparent !important;
  border-color: #658089 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #94a9b0 !important;
  border-color: #94a9b0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c4d1cd;
  color: #c4d1cd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #93aba4 !important;
  background-color: transparent !important;
  border-color: #93aba4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #42544f !important;
  background-color: #c4d1cd !important;
  border-color: #c4d1cd !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e0e9df !important;
}
.text-secondary {
  color: #e88341 !important;
}
.text-success {
  color: #695260 !important;
}
.text-info {
  color: #60935a !important;
}
.text-warning {
  color: #94a9b0 !important;
}
.text-danger {
  color: #c4d1cd !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a5bfa3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ae5115 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #30252c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #375433 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5e7780 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8ba49c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e0e9df;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #60935a;
}
.alert-warning {
  background-color: #94a9b0;
}
.alert-danger {
  background-color: #c4d1cd;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e0e9df;
  border-color: #e0e9df;
  color: #60865c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e0e9df;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a991a0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8c8a5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dde4e6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Arimo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e0e9df !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Arimo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #e0e9df;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e0e9df;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e0e9df;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e0e9df;
  border-bottom-color: #e0e9df;
}
.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: #000000 !important;
  background-color: #e0e9df !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: #e88341 !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='%23e0e9df' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vgk062vSsx {
  z-index: 1000;
  width: 100%;
}
.cid-vgk062vSsx nav.navbar {
  position: fixed;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-vgk062vSsx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgk062vSsx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgk062vSsx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  color: white;
}
.cid-vgk062vSsx .dropdown-item:hover,
.cid-vgk062vSsx .dropdown-item:focus {
  background: #695260 !important;
  color: white !important;
}
.cid-vgk062vSsx .dropdown-item:hover span {
  color: white;
}
.cid-vgk062vSsx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgk062vSsx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgk062vSsx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgk062vSsx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgk062vSsx .nav-link {
  position: relative;
}
.cid-vgk062vSsx .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgk062vSsx .container {
    flex-wrap: wrap;
  }
}
.cid-vgk062vSsx .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgk062vSsx .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vgk062vSsx .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgk062vSsx .dropdown-menu,
.cid-vgk062vSsx .navbar.opened {
  background: #94a9b0 !important;
}
.cid-vgk062vSsx .nav-item:focus,
.cid-vgk062vSsx .nav-link:focus {
  outline: none;
}
.cid-vgk062vSsx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgk062vSsx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgk062vSsx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgk062vSsx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgk062vSsx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgk062vSsx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgk062vSsx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(148, 169, 176, 0);
}
.cid-vgk062vSsx .navbar.opened {
  transition: all 0.3s;
}
.cid-vgk062vSsx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgk062vSsx .navbar .navbar-logo img {
  width: auto;
}
.cid-vgk062vSsx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgk062vSsx .navbar.collapsed {
  justify-content: center;
}
.cid-vgk062vSsx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgk062vSsx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgk062vSsx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vgk062vSsx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgk062vSsx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgk062vSsx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgk062vSsx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgk062vSsx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgk062vSsx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgk062vSsx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgk062vSsx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgk062vSsx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgk062vSsx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgk062vSsx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgk062vSsx .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-vgk062vSsx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgk062vSsx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgk062vSsx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgk062vSsx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgk062vSsx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vgk062vSsx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vgk062vSsx .navbar.navbar-short {
  min-height: 130px;
}
.cid-vgk062vSsx .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-vgk062vSsx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgk062vSsx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgk062vSsx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgk062vSsx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgk062vSsx .dropdown-item.active,
.cid-vgk062vSsx .dropdown-item:active {
  background-color: transparent;
}
.cid-vgk062vSsx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgk062vSsx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgk062vSsx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgk062vSsx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #94a9b0;
}
.cid-vgk062vSsx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgk062vSsx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgk062vSsx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgk062vSsx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgk062vSsx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgk062vSsx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e88341;
}
.cid-vgk062vSsx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgk062vSsx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgk062vSsx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgk062vSsx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgk062vSsx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgk062vSsx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgk062vSsx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgk062vSsx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgk062vSsx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgk062vSsx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgk062vSsx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgk062vSsx .navbar {
    height: 70px;
  }
  .cid-vgk062vSsx .navbar.opened {
    height: auto;
  }
  .cid-vgk062vSsx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgk062vSsx a.text-white:hover {
  color: #E88341 !important;
}
.cid-vgk062vSsx a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-vgk062vSsx .mbr-section-btn {
  text-shadow: 1px 1px 1px #000000;
  font-size: 2rem;
  letter-spacing: 5px;
}
.cid-vgk02Ixxle {
  align-items: flex-end;
  background-image: url("../../../assets/images/am-property-maintenance-osprey-2000x1333.jpg");
}
.cid-vgk02Ixxle .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgk02Ixxle .card {
  justify-content: flex-end;
}
.cid-vgk02Ixxle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgk02Ixxle .title-wrapper {
  margin-top: 80px;
}
.cid-vgk02Ixxle .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-vgk02Ixxle .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vgk02Ixxle .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vgk02Ixxle .title-wrapper .list-wrapper .list {
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vgk02Ixxle .title-wrapper .list-wrapper .list {
    margin-bottom: 22px;
  }
}
.cid-vgk02Ixxle .title-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 20px;
}
.cid-vgk02Ixxle .title-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: inherit;
  display: inline-flex;
}
.cid-vgk02Ixxle .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vgk02Ixxle .mbr-label {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-vgk02Ixxle .mbr-section-title {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-vgk02Ixxle .list {
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-vgk02Ixxle .mbr-text {
  color: #ffffff;
}
.cid-vgk02Ixxle .list,
.cid-vgk02Ixxle .item-wrap,
.cid-vgk02Ixxle .list-wrapper {
  color: #60935a;
}
.cid-vgk02Ixxle hr {
  margin: 1rem 0;
  color: #E88341;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-vgk02Ixxle h2 {
    font-size: 35px !important;
    line-height: 2rem;
  }
  .cid-vgk02Ixxle p {
    font-size: 15px !important;
  }
}
.cid-vgnX5ZGMEP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #60935a;
}
.cid-vgnX5ZGMEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgnX5ZGMEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgnX5ZGMEP .mbr-section-title {
  color: #ffffff;
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-vgnX5ZGMEP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgnX5ZGMEP h3 {
  font-size: 2rem;
}
.cid-vgnX5ZGMEP hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-vgnX5ZGMEP h2 {
    line-height: 3rem;
  }
  .cid-vgnX5ZGMEP h3 {
    line-height: 2.5rem;
  }
}
.cid-vgo0muxhSd {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #60935a;
}
.cid-vgo0muxhSd .mbr-text,
.cid-vgo0muxhSd blockquote {
  color: #767676;
}
.cid-vgo0muxhSd .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vgo0muxhSd .mbr-text B {
  color: #efefef;
}
.cid-vgo0muxhSd .custom-shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-vgo0muxhSd .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-vgo0muxhSd .custom-shape-divider .shape-fill {
  fill: #e0e9df;
}
.cid-vgnXc1YBzg {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #e0e9df;
}
.cid-vgnXc1YBzg img,
.cid-vgnXc1YBzg .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vgnXc1YBzg .item:focus,
.cid-vgnXc1YBzg span:focus {
  outline: none;
}
.cid-vgnXc1YBzg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgnXc1YBzg .item {
    margin-bottom: 1rem;
  }
}
.cid-vgnXc1YBzg .item-wrapper {
  position: relative;
  background: #c4d1cd;
  transition: box-shadow 0.3s;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vgnXc1YBzg .item-wrapper:hover {
  box-shadow: 0px 0px 20px 0px #000000;
  transition: box-shadow 0.3s;
  -webkit-box-shadow: 0px 0px 20px 0px #000000;
  -moz-box-shadow: 0px 0px 20px 0px #000000;
}
.cid-vgnXc1YBzg .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vgnXc1YBzg .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vgnXc1YBzg .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-vgnXc1YBzg .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vgnXc1YBzg .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vgnXc1YBzg .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgnXc1YBzg .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-vgnXc1YBzg .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-vgnXc1YBzg .mbr-section-title {
  color: #232323;
}
.cid-vgnXc1YBzg .mbr-text,
.cid-vgnXc1YBzg .mbr-section-btn {
  text-align: center;
}
.cid-vgnXc1YBzg .item-title {
  text-align: left;
  font-size: 1.8rem;
}
.cid-vgnXc1YBzg .content-head {
  max-width: 800px;
}
.cid-vgnXc1YBzg .mbr-text,
.cid-vgnXc1YBzg .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vgnXc1YBzg hr {
  margin: 1rem 0;
  color: #60935a;
  opacity: .80;
}
.cid-vgodYDDM5v {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #171719;
}
.cid-vgodYDDM5v .mbr-text,
.cid-vgodYDDM5v blockquote {
  color: #767676;
}
.cid-vgodYDDM5v .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vgodYDDM5v .mbr-text B {
  color: #efefef;
}
.cid-vgodYDDM5v .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-vgodYDDM5v .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-vgodYDDM5v .custom-shape-divider .shape-fill {
  fill: #e0e9df;
}
.cid-vgo8JC7k71 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  background-image: linear-gradient(180deg, #171719 50%, #fafafa 50%);
}
.cid-vgo8JC7k71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgo8JC7k71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgo8JC7k71 .card {
  justify-content: flex-end;
}
.cid-vgo8JC7k71 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgo8JC7k71 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgo8JC7k71 .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgo8JC7k71 .text-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vgo8JC7k71 .card-wrapper {
  padding: 20px 20px 50px 20px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 12px 16px -8px #171719;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgo8JC7k71 .card-wrapper {
    padding: 20px 20px 30px 20px;
  }
}
.cid-vgo8JC7k71 .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #ffa600 0%, #60935a 50%, #695260 100%);
}
.cid-vgo8JC7k71 .card-wrapper .items-wrapper {
  margin: 0 -10px;
}
.cid-vgo8JC7k71 .card-wrapper .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vgo8JC7k71 .card-wrapper .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgo8JC7k71 .card-wrapper .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vgo8JC7k71 .card-wrapper .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vgo8JC7k71 .card-wrapper .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e88341;
}
.cid-vgo8JC7k71 .card-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #fafafa;
  border: 1px solid #ffffff;
  box-shadow: 0 12px 16px -4px #171719;
}
.cid-vgo8JC7k71 .card-wrapper .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vgo8JC7k71 .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vgo8JC7k71 .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgo8JC7k71 .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vgo8JC7k71 .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vgo8JC7k71 .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-vgo8JC7k71 .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgo8JC7k71 .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vgo8JC7k71 .mbr-section-btn .btn-primary-outline,
.cid-vgo8JC7k71 .mbr-section-btn .btn-secondary-outline,
.cid-vgo8JC7k71 .mbr-section-btn .btn-success-outline,
.cid-vgo8JC7k71 .mbr-section-btn .btn-info-outline,
.cid-vgo8JC7k71 .mbr-section-btn .btn-warning-outline,
.cid-vgo8JC7k71 .mbr-section-btn .btn-danger-outline,
.cid-vgo8JC7k71 .mbr-section-btn .btn-black-outline,
.cid-vgo8JC7k71 .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vgo8JC7k71 .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ffa600 0%, #60935a 50%, #695260 100%) !important;
}
.cid-vgo8JC7k71 .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vgo8JC7k71 .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vgo8JC7k71 .mbr-section-title {
  color: #ffffff;
}
.cid-vgo8JC7k71 .mbr-text {
  color: #ffffff;
}
.cid-vgo8JC7k71 .item-title {
  color: #e88341;
  font-size: 1.5rem;
}
.cid-vgo8JC7k71 .item-text {
  color: #000000;
}
.cid-vgo8JC7k71 .item-title,
.cid-vgo8JC7k71 .item-btn {
  color: #e88341;
}
.cid-vgojNxTQAh {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-top: 5px solid #026749;
  background-color: #695260;
}
.cid-vgojNxTQAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgojNxTQAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgojNxTQAh .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgojNxTQAh .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vgojNxTQAh .row {
    text-align: center;
  }
  .cid-vgojNxTQAh .row > div {
    margin: auto;
  }
  .cid-vgojNxTQAh .social-row {
    justify-content: center;
  }
}
.cid-vgojNxTQAh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgojNxTQAh .list {
  list-style: none;
  padding-left: 0;
  color: #e0e9df;
}
@media (max-width: 991px) {
  .cid-vgojNxTQAh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgojNxTQAh .list {
    margin-bottom: 0rem;
  }
}
.cid-vgojNxTQAh .mbr-text {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-vgojNxTQAh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgojNxTQAh .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgojNxTQAh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgojNxTQAh a.text-secondary:hover {
  color: #e0e9df !important;
}
.cid-vgojNxTQAh b,
.cid-vgojNxTQAh strong {
  color: #60935a;
  font-size: 1.6rem;
}
.cid-vgojNxTQAh hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: 1;
}
.cid-vgojNxTQAh .mbr-section-subtitle {
  color: #e0e9df;
}
.cid-vgojNxTQAh .copyright {
  text-align: center;
}
.cid-vgoi8amOfA {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 0rem;
  padding-bottom: 1.5rem;
  background-color: #60935a;
}
.cid-vgoi8amOfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgoi8amOfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgoi8amOfA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgFLEUluWX {
  z-index: 1000;
  width: 100%;
}
.cid-vgFLEUluWX nav.navbar {
  position: fixed;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-vgFLEUluWX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFLEUluWX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgFLEUluWX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  color: white;
}
.cid-vgFLEUluWX .dropdown-item:hover,
.cid-vgFLEUluWX .dropdown-item:focus {
  background: #695260 !important;
  color: white !important;
}
.cid-vgFLEUluWX .dropdown-item:hover span {
  color: white;
}
.cid-vgFLEUluWX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgFLEUluWX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgFLEUluWX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgFLEUluWX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgFLEUluWX .nav-link {
  position: relative;
}
.cid-vgFLEUluWX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgFLEUluWX .container {
    flex-wrap: wrap;
  }
}
.cid-vgFLEUluWX .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgFLEUluWX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vgFLEUluWX .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgFLEUluWX .dropdown-menu,
.cid-vgFLEUluWX .navbar.opened {
  background: #94a9b0 !important;
}
.cid-vgFLEUluWX .nav-item:focus,
.cid-vgFLEUluWX .nav-link:focus {
  outline: none;
}
.cid-vgFLEUluWX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgFLEUluWX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgFLEUluWX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgFLEUluWX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgFLEUluWX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgFLEUluWX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgFLEUluWX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(148, 169, 176, 0);
}
.cid-vgFLEUluWX .navbar.opened {
  transition: all 0.3s;
}
.cid-vgFLEUluWX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgFLEUluWX .navbar .navbar-logo img {
  width: auto;
}
.cid-vgFLEUluWX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgFLEUluWX .navbar.collapsed {
  justify-content: center;
}
.cid-vgFLEUluWX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgFLEUluWX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgFLEUluWX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vgFLEUluWX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgFLEUluWX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgFLEUluWX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgFLEUluWX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgFLEUluWX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgFLEUluWX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgFLEUluWX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgFLEUluWX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgFLEUluWX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgFLEUluWX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgFLEUluWX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgFLEUluWX .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-vgFLEUluWX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgFLEUluWX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgFLEUluWX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgFLEUluWX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgFLEUluWX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vgFLEUluWX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vgFLEUluWX .navbar.navbar-short {
  min-height: 130px;
}
.cid-vgFLEUluWX .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-vgFLEUluWX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgFLEUluWX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgFLEUluWX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgFLEUluWX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgFLEUluWX .dropdown-item.active,
.cid-vgFLEUluWX .dropdown-item:active {
  background-color: transparent;
}
.cid-vgFLEUluWX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgFLEUluWX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgFLEUluWX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgFLEUluWX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #94a9b0;
}
.cid-vgFLEUluWX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgFLEUluWX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgFLEUluWX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgFLEUluWX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgFLEUluWX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgFLEUluWX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e88341;
}
.cid-vgFLEUluWX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgFLEUluWX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgFLEUluWX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgFLEUluWX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgFLEUluWX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFLEUluWX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgFLEUluWX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgFLEUluWX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgFLEUluWX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgFLEUluWX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgFLEUluWX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgFLEUluWX .navbar {
    height: 70px;
  }
  .cid-vgFLEUluWX .navbar.opened {
    height: auto;
  }
  .cid-vgFLEUluWX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgFLEUluWX a.text-white:hover {
  color: #E88341 !important;
}
.cid-vgFLEUluWX a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-vgFLEUluWX .mbr-section-btn {
  text-shadow: 1px 1px 1px #000000;
  font-size: 2rem;
  letter-spacing: 5px;
}
.cid-vgFSwNHjgA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/am-property-maintenance-osprey-about-1-2000x600.png");
}
.cid-vgFSwNHjgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFSwNHjgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFSwNHjgA .mbr-section-title {
  color: #FFFFFF;
}
.cid-vgFSwNHjgA .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-vgFSwNHjgA .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-vgFSwNHjgA .mbr-section-btn {
  margin-top: 18px;
}
.cid-vgFSwNHjgA .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-vgFSwNHjgA .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-vgFSwNHjgA .spacr {
  margin-top: 120px;
}
.cid-vgFSwNHjgA h1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-vgFSwNHjgA h2 {
  font-size: 1.9rem;
  text-shadow: 2px 2px 2px #000000;
  font-weight: 400;
}
.cid-vgFSwNHjgA p {
  font-size: 1.3rem;
}
.cid-vgFSwNHjgA hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 100%;
}
@media (max-width: 520px) {
  .cid-vgFSwNHjgA {
    padding-top: 30px;
  }
  .cid-vgFSwNHjgA h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-vgFSwNHjgA h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-vgFSwNHjgA p {
    font-size: 20px !important;
  }
  .cid-vgFSwNHjgA hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
  }
}
.cid-vgGESGwLFe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vgGESGwLFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgGESGwLFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgGESGwLFe .mbr-section-title {
  text-align: justify;
}
.cid-vgGESGwLFe hr {
  margin: 1rem 0;
  color: #e88341;
  opacity: .80;
  width: 100%;
}
.cid-vgGESGwLFe h3 {
  font-size: 2.3rem;
}
.cid-vgGhkL5SNb {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-vgGhkL5SNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgGhkL5SNb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgGhkL5SNb .mbr-section-title {
  text-align: left;
}
.cid-vgGhkL5SNb .mbr-section-subtitle {
  text-align: left;
}
.cid-vgGhkL5SNb hr {
  margin: 1rem 0;
  color: #09472e;
  opacity: .80;
}
.cid-vgGhkL5SNb span {
  font-size: 1.6rem;
  color: #60935a;
  font-weight: 600;
}
.cid-vgGhkL5SNb h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 520px) {
  .cid-vgGhkL5SNb h3 {
    font-size: 28px !important;
    line-height: 2rem;
  }
}
.cid-vgFLEVUfnh {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #171719;
}
.cid-vgFLEVUfnh .mbr-text,
.cid-vgFLEVUfnh blockquote {
  color: #767676;
}
.cid-vgFLEVUfnh .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vgFLEVUfnh .mbr-text B {
  color: #efefef;
}
.cid-vgFLEVUfnh .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-vgFLEVUfnh .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-vgFLEVUfnh .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-vgFLEW6QRB {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  background-image: linear-gradient(180deg, #171719 50%, #fafafa 50%);
}
.cid-vgFLEW6QRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFLEW6QRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFLEW6QRB .card {
  justify-content: flex-end;
}
.cid-vgFLEW6QRB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgFLEW6QRB .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgFLEW6QRB .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgFLEW6QRB .text-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vgFLEW6QRB .card-wrapper {
  padding: 20px 20px 50px 20px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 12px 16px -8px #171719;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgFLEW6QRB .card-wrapper {
    padding: 20px 20px 30px 20px;
  }
}
.cid-vgFLEW6QRB .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #ffa600 0%, #60935a 50%, #695260 100%);
}
.cid-vgFLEW6QRB .card-wrapper .items-wrapper {
  margin: 0 -10px;
}
.cid-vgFLEW6QRB .card-wrapper .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vgFLEW6QRB .card-wrapper .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgFLEW6QRB .card-wrapper .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vgFLEW6QRB .card-wrapper .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vgFLEW6QRB .card-wrapper .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e88341;
}
.cid-vgFLEW6QRB .card-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #fafafa;
  border: 1px solid #ffffff;
  box-shadow: 0 12px 16px -4px #171719;
}
.cid-vgFLEW6QRB .card-wrapper .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vgFLEW6QRB .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vgFLEW6QRB .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgFLEW6QRB .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vgFLEW6QRB .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vgFLEW6QRB .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-vgFLEW6QRB .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgFLEW6QRB .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vgFLEW6QRB .mbr-section-btn .btn-primary-outline,
.cid-vgFLEW6QRB .mbr-section-btn .btn-secondary-outline,
.cid-vgFLEW6QRB .mbr-section-btn .btn-success-outline,
.cid-vgFLEW6QRB .mbr-section-btn .btn-info-outline,
.cid-vgFLEW6QRB .mbr-section-btn .btn-warning-outline,
.cid-vgFLEW6QRB .mbr-section-btn .btn-danger-outline,
.cid-vgFLEW6QRB .mbr-section-btn .btn-black-outline,
.cid-vgFLEW6QRB .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vgFLEW6QRB .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ffa600 0%, #60935a 50%, #695260 100%) !important;
}
.cid-vgFLEW6QRB .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vgFLEW6QRB .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vgFLEW6QRB .mbr-section-title {
  color: #ffffff;
}
.cid-vgFLEW6QRB .mbr-text {
  color: #ffffff;
}
.cid-vgFLEW6QRB .item-title {
  color: #e88341;
  font-size: 1.5rem;
}
.cid-vgFLEW6QRB .item-text {
  color: #000000;
}
.cid-vgFLEW6QRB .item-title,
.cid-vgFLEW6QRB .item-btn {
  color: #e88341;
}
.cid-vgFLEWNWLo {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-top: 5px solid #026749;
  background-color: #695260;
}
.cid-vgFLEWNWLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFLEWNWLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFLEWNWLo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgFLEWNWLo .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vgFLEWNWLo .row {
    text-align: center;
  }
  .cid-vgFLEWNWLo .row > div {
    margin: auto;
  }
  .cid-vgFLEWNWLo .social-row {
    justify-content: center;
  }
}
.cid-vgFLEWNWLo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgFLEWNWLo .list {
  list-style: none;
  padding-left: 0;
  color: #e0e9df;
}
@media (max-width: 991px) {
  .cid-vgFLEWNWLo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgFLEWNWLo .list {
    margin-bottom: 0rem;
  }
}
.cid-vgFLEWNWLo .mbr-text {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-vgFLEWNWLo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgFLEWNWLo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgFLEWNWLo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgFLEWNWLo a.text-secondary:hover {
  color: #e0e9df !important;
}
.cid-vgFLEWNWLo b,
.cid-vgFLEWNWLo strong {
  color: #60935a;
  font-size: 1.6rem;
}
.cid-vgFLEWNWLo hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: 1;
}
.cid-vgFLEWNWLo .mbr-section-subtitle {
  color: #e0e9df;
}
.cid-vgFLEWNWLo .copyright {
  text-align: center;
}
.cid-vgFLEXe0VT {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 0rem;
  padding-bottom: 1.5rem;
  background-color: #60935a;
}
.cid-vgFLEXe0VT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgFLEXe0VT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgFLEXe0VT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgLFxQoJaL {
  z-index: 1000;
  width: 100%;
}
.cid-vgLFxQoJaL nav.navbar {
  position: fixed;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-vgLFxQoJaL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgLFxQoJaL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgLFxQoJaL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  color: white;
}
.cid-vgLFxQoJaL .dropdown-item:hover,
.cid-vgLFxQoJaL .dropdown-item:focus {
  background: #695260 !important;
  color: white !important;
}
.cid-vgLFxQoJaL .dropdown-item:hover span {
  color: white;
}
.cid-vgLFxQoJaL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgLFxQoJaL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgLFxQoJaL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgLFxQoJaL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgLFxQoJaL .nav-link {
  position: relative;
}
.cid-vgLFxQoJaL .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgLFxQoJaL .container {
    flex-wrap: wrap;
  }
}
.cid-vgLFxQoJaL .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgLFxQoJaL .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vgLFxQoJaL .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgLFxQoJaL .dropdown-menu,
.cid-vgLFxQoJaL .navbar.opened {
  background: #94a9b0 !important;
}
.cid-vgLFxQoJaL .nav-item:focus,
.cid-vgLFxQoJaL .nav-link:focus {
  outline: none;
}
.cid-vgLFxQoJaL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgLFxQoJaL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgLFxQoJaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgLFxQoJaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgLFxQoJaL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgLFxQoJaL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgLFxQoJaL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(148, 169, 176, 0);
}
.cid-vgLFxQoJaL .navbar.opened {
  transition: all 0.3s;
}
.cid-vgLFxQoJaL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgLFxQoJaL .navbar .navbar-logo img {
  width: auto;
}
.cid-vgLFxQoJaL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgLFxQoJaL .navbar.collapsed {
  justify-content: center;
}
.cid-vgLFxQoJaL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgLFxQoJaL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgLFxQoJaL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vgLFxQoJaL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgLFxQoJaL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgLFxQoJaL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgLFxQoJaL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgLFxQoJaL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgLFxQoJaL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgLFxQoJaL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgLFxQoJaL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgLFxQoJaL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgLFxQoJaL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgLFxQoJaL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgLFxQoJaL .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-vgLFxQoJaL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgLFxQoJaL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgLFxQoJaL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgLFxQoJaL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgLFxQoJaL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vgLFxQoJaL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vgLFxQoJaL .navbar.navbar-short {
  min-height: 130px;
}
.cid-vgLFxQoJaL .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-vgLFxQoJaL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgLFxQoJaL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgLFxQoJaL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgLFxQoJaL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgLFxQoJaL .dropdown-item.active,
.cid-vgLFxQoJaL .dropdown-item:active {
  background-color: transparent;
}
.cid-vgLFxQoJaL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgLFxQoJaL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgLFxQoJaL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgLFxQoJaL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #94a9b0;
}
.cid-vgLFxQoJaL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgLFxQoJaL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgLFxQoJaL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgLFxQoJaL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgLFxQoJaL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgLFxQoJaL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e88341;
}
.cid-vgLFxQoJaL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgLFxQoJaL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgLFxQoJaL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgLFxQoJaL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgLFxQoJaL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgLFxQoJaL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgLFxQoJaL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgLFxQoJaL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgLFxQoJaL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgLFxQoJaL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgLFxQoJaL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgLFxQoJaL .navbar {
    height: 70px;
  }
  .cid-vgLFxQoJaL .navbar.opened {
    height: auto;
  }
  .cid-vgLFxQoJaL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgLFxQoJaL a.text-white:hover {
  color: #E88341 !important;
}
.cid-vgLFxQoJaL a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-vgLFxQoJaL .mbr-section-btn {
  text-shadow: 1px 1px 1px #000000;
  font-size: 2rem;
  letter-spacing: 5px;
}
.cid-vgLFxQLd8q {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/am-property-maintenance-power-sweeping-services-2000x700.jpg");
}
.cid-vgLFxQLd8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgLFxQLd8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgLFxQLd8q .mbr-section-title {
  color: #FFFFFF;
}
.cid-vgLFxQLd8q .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-vgLFxQLd8q .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-vgLFxQLd8q .mbr-section-btn {
  margin-top: 18px;
}
.cid-vgLFxQLd8q .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-vgLFxQLd8q .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-vgLFxQLd8q .spacr {
  margin-top: 120px;
}
.cid-vgLFxQLd8q h1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-vgLFxQLd8q h2 {
  font-size: 1.9rem;
  text-shadow: 2px 2px 2px #000000;
  font-weight: 400;
}
.cid-vgLFxQLd8q p {
  font-size: 1.3rem;
}
.cid-vgLFxQLd8q hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 100%;
}
@media (max-width: 520px) {
  .cid-vgLFxQLd8q {
    padding-top: 30px;
  }
  .cid-vgLFxQLd8q h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-vgLFxQLd8q h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-vgLFxQLd8q p {
    font-size: 20px !important;
  }
  .cid-vgLFxQLd8q hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
  }
}
.cid-vin8yIviKr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vin8yIviKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vin8yIviKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vin8yIviKr hr {
  margin: 1rem 0;
  color: #e88341;
  opacity: .80;
  width: 100%;
}
.cid-vin8yIviKr h3 {
  font-size: 2.3rem;
}
.cid-vin8yIviKr .mbr-section-title {
  text-align: left;
}
@media (max-width: 520px) {
  .cid-vin8yIviKr h3 {
    font-size: 35px !important;
    line-height: 2.3rem;
  }
}
.cid-vgLFxRim43 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-vgLFxRim43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgLFxRim43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgLFxRim43 .mbr-section-title {
  text-align: left;
}
.cid-vgLFxRim43 .mbr-section-subtitle {
  text-align: left;
}
.cid-vgLFxRim43 hr {
  margin: 1rem 0;
  color: #09472e;
  opacity: .80;
}
.cid-vgLFxRim43 span {
  font-size: 1.6rem;
  color: #60935a;
  font-weight: 600;
}
.cid-vgLFxRim43 h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 520px) {
  .cid-vgLFxRim43 h3 {
    font-size: 28px !important;
    line-height: 2rem;
  }
}
.cid-vgLFxRyNI4 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #171719;
}
.cid-vgLFxRyNI4 .mbr-text,
.cid-vgLFxRyNI4 blockquote {
  color: #767676;
}
.cid-vgLFxRyNI4 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vgLFxRyNI4 .mbr-text B {
  color: #efefef;
}
.cid-vgLFxRyNI4 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-vgLFxRyNI4 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-vgLFxRyNI4 .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-vgO05fWZHO {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #171719;
}
.cid-vgO05fWZHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgO05fWZHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgO05fWZHO .row {
  margin: 0 -8px;
}
.cid-vgO05fWZHO .row .card {
  padding: 0 8px;
}
.cid-vgO05fWZHO .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #60935a;
}
@media (max-width: 1440px) {
  .cid-vgO05fWZHO .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgO05fWZHO .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-vgO05fWZHO .card-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-vgO05fWZHO .card-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-vgO05fWZHO .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vgO05fWZHO .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgO05fWZHO .image-wrapper {
  height: 100%;
}
.cid-vgO05fWZHO .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vgO05fWZHO .image-wrapper img {
    height: 300px;
  }
}
.cid-vgO05fWZHO .mbr-section-title {
  color: #2c2c26;
}
.cid-vgO05fWZHO .mbr-text,
.cid-vgO05fWZHO .text-wrapper {
  color: #ffffff;
}
.cid-vgO05fWZHO .service-heading {
  color: #000000;
  font-weight: 600;
  font-size: 2.5rem;
  font-family: Arimo;
}
.cid-vgO05fWZHO hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
  width: 100%;
}
@media (max-width: 520px) {
  .cid-vgO05fWZHO h2 {
    font-size: 30px !important;
    line-height: 2rem;
  }
}
.cid-vgLFxRKR9m {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  background-image: linear-gradient(180deg, #171719 50%, #fafafa 50%);
}
.cid-vgLFxRKR9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgLFxRKR9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgLFxRKR9m .card {
  justify-content: flex-end;
}
.cid-vgLFxRKR9m .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgLFxRKR9m .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgLFxRKR9m .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgLFxRKR9m .text-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-vgLFxRKR9m .card-wrapper {
  padding: 20px 20px 50px 20px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 12px 16px -8px #171719;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgLFxRKR9m .card-wrapper {
    padding: 20px 20px 30px 20px;
  }
}
.cid-vgLFxRKR9m .card-wrapper .line-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(90deg, #ffa600 0%, #60935a 50%, #695260 100%);
}
.cid-vgLFxRKR9m .card-wrapper .items-wrapper {
  margin: 0 -10px;
}
.cid-vgLFxRKR9m .card-wrapper .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vgLFxRKR9m .card-wrapper .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vgLFxRKR9m .card-wrapper .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-vgLFxRKR9m .card-wrapper .items-wrapper .item:hover .item-wrapper .card-box .item-title,
.cid-vgLFxRKR9m .card-wrapper .items-wrapper .item:focus .item-wrapper .card-box .item-title {
  color: #e88341;
}
.cid-vgLFxRKR9m .card-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 10px;
  background-color: #fafafa;
  border: 1px solid #ffffff;
  box-shadow: 0 12px 16px -4px #171719;
}
.cid-vgLFxRKR9m .card-wrapper .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vgLFxRKR9m .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vgLFxRKR9m .card-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vgLFxRKR9m .card-wrapper .items-wrapper .item .item-wrapper .card-box {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 992px) {
  .cid-vgLFxRKR9m .card-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 10px 10px 10px;
  }
}
.cid-vgLFxRKR9m .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.cid-vgLFxRKR9m .card-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgLFxRKR9m .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vgLFxRKR9m .mbr-section-btn .btn-primary-outline,
.cid-vgLFxRKR9m .mbr-section-btn .btn-secondary-outline,
.cid-vgLFxRKR9m .mbr-section-btn .btn-success-outline,
.cid-vgLFxRKR9m .mbr-section-btn .btn-info-outline,
.cid-vgLFxRKR9m .mbr-section-btn .btn-warning-outline,
.cid-vgLFxRKR9m .mbr-section-btn .btn-danger-outline,
.cid-vgLFxRKR9m .mbr-section-btn .btn-black-outline,
.cid-vgLFxRKR9m .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vgLFxRKR9m .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ffa600 0%, #60935a 50%, #695260 100%) !important;
}
.cid-vgLFxRKR9m .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vgLFxRKR9m .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vgLFxRKR9m .mbr-section-title {
  color: #ffffff;
}
.cid-vgLFxRKR9m .mbr-text {
  color: #ffffff;
}
.cid-vgLFxRKR9m .item-title {
  color: #e88341;
  font-size: 1.5rem;
}
.cid-vgLFxRKR9m .item-text {
  color: #000000;
}
.cid-vgLFxRKR9m .item-title,
.cid-vgLFxRKR9m .item-btn {
  color: #e88341;
}
.cid-vgLFxS5azP {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-top: 5px solid #026749;
  background-color: #695260;
}
.cid-vgLFxS5azP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgLFxS5azP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgLFxS5azP .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgLFxS5azP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vgLFxS5azP .row {
    text-align: center;
  }
  .cid-vgLFxS5azP .row > div {
    margin: auto;
  }
  .cid-vgLFxS5azP .social-row {
    justify-content: center;
  }
}
.cid-vgLFxS5azP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgLFxS5azP .list {
  list-style: none;
  padding-left: 0;
  color: #e0e9df;
}
@media (max-width: 991px) {
  .cid-vgLFxS5azP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgLFxS5azP .list {
    margin-bottom: 0rem;
  }
}
.cid-vgLFxS5azP .mbr-text {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-vgLFxS5azP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgLFxS5azP .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgLFxS5azP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgLFxS5azP a.text-secondary:hover {
  color: #e0e9df !important;
}
.cid-vgLFxS5azP b,
.cid-vgLFxS5azP strong {
  color: #60935a;
  font-size: 1.6rem;
}
.cid-vgLFxS5azP hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: 1;
}
.cid-vgLFxS5azP .mbr-section-subtitle {
  color: #e0e9df;
}
.cid-vgLFxS5azP .copyright {
  text-align: center;
}
.cid-vgLFxSsCzR {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 0rem;
  padding-bottom: 1.5rem;
  background-color: #60935a;
}
.cid-vgLFxSsCzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgLFxSsCzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgLFxSsCzR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgNk4AjSQJ {
  z-index: 1000;
  width: 100%;
}
.cid-vgNk4AjSQJ nav.navbar {
  position: fixed;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-vgNk4AjSQJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgNk4AjSQJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgNk4AjSQJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  color: white;
}
.cid-vgNk4AjSQJ .dropdown-item:hover,
.cid-vgNk4AjSQJ .dropdown-item:focus {
  background: #695260 !important;
  color: white !important;
}
.cid-vgNk4AjSQJ .dropdown-item:hover span {
  color: white;
}
.cid-vgNk4AjSQJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgNk4AjSQJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgNk4AjSQJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgNk4AjSQJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgNk4AjSQJ .nav-link {
  position: relative;
}
.cid-vgNk4AjSQJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgNk4AjSQJ .container {
    flex-wrap: wrap;
  }
}
.cid-vgNk4AjSQJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgNk4AjSQJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vgNk4AjSQJ .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgNk4AjSQJ .dropdown-menu,
.cid-vgNk4AjSQJ .navbar.opened {
  background: #94a9b0 !important;
}
.cid-vgNk4AjSQJ .nav-item:focus,
.cid-vgNk4AjSQJ .nav-link:focus {
  outline: none;
}
.cid-vgNk4AjSQJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgNk4AjSQJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgNk4AjSQJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgNk4AjSQJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgNk4AjSQJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgNk4AjSQJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgNk4AjSQJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(148, 169, 176, 0);
}
.cid-vgNk4AjSQJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vgNk4AjSQJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgNk4AjSQJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vgNk4AjSQJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgNk4AjSQJ .navbar.collapsed {
  justify-content: center;
}
.cid-vgNk4AjSQJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgNk4AjSQJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgNk4AjSQJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vgNk4AjSQJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgNk4AjSQJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgNk4AjSQJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgNk4AjSQJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgNk4AjSQJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgNk4AjSQJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgNk4AjSQJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgNk4AjSQJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgNk4AjSQJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgNk4AjSQJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgNk4AjSQJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgNk4AjSQJ .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-vgNk4AjSQJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgNk4AjSQJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgNk4AjSQJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgNk4AjSQJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgNk4AjSQJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vgNk4AjSQJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vgNk4AjSQJ .navbar.navbar-short {
  min-height: 130px;
}
.cid-vgNk4AjSQJ .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-vgNk4AjSQJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgNk4AjSQJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgNk4AjSQJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgNk4AjSQJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgNk4AjSQJ .dropdown-item.active,
.cid-vgNk4AjSQJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vgNk4AjSQJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgNk4AjSQJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgNk4AjSQJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgNk4AjSQJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #94a9b0;
}
.cid-vgNk4AjSQJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgNk4AjSQJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgNk4AjSQJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgNk4AjSQJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgNk4AjSQJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgNk4AjSQJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e88341;
}
.cid-vgNk4AjSQJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgNk4AjSQJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgNk4AjSQJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgNk4AjSQJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgNk4AjSQJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgNk4AjSQJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgNk4AjSQJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgNk4AjSQJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgNk4AjSQJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgNk4AjSQJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgNk4AjSQJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgNk4AjSQJ .navbar {
    height: 70px;
  }
  .cid-vgNk4AjSQJ .navbar.opened {
    height: auto;
  }
  .cid-vgNk4AjSQJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgNk4AjSQJ a.text-white:hover {
  color: #E88341 !important;
}
.cid-vgNk4AjSQJ a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-vgNk4AjSQJ .mbr-section-btn {
  text-shadow: 1px 1px 1px #000000;
  font-size: 2rem;
  letter-spacing: 5px;
}
.cid-vgNk4AENny {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/am-property-maintenance-power-washing-services-2000x700.jpg");
}
.cid-vgNk4AENny .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNk4AENny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNk4AENny .mbr-section-title {
  color: #FFFFFF;
}
.cid-vgNk4AENny .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-vgNk4AENny .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-vgNk4AENny .mbr-section-btn {
  margin-top: 18px;
}
.cid-vgNk4AENny .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-vgNk4AENny .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-vgNk4AENny .spacr {
  margin-top: 120px;
}
.cid-vgNk4AENny h1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-vgNk4AENny h2 {
  font-size: 1.9rem;
  text-shadow: 2px 2px 2px #000000;
  font-weight: 400;
}
.cid-vgNk4AENny p {
  font-size: 1.3rem;
}
.cid-vgNk4AENny hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 100%;
}
@media (max-width: 520px) {
  .cid-vgNk4AENny {
    padding-top: 30px;
  }
  .cid-vgNk4AENny h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-vgNk4AENny h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-vgNk4AENny p {
    font-size: 20px !important;
  }
  .cid-vgNk4AENny hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
  }
}
.cid-vgNk4AUsPs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vgNk4AUsPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNk4AUsPs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNk4AUsPs .mbr-section-title {
  text-align: left;
}
.cid-vgNk4AUsPs hr {
  margin: 1rem 0;
  color: #e88341;
  opacity: .80;
  width: 100%;
}
.cid-vgNk4AUsPs h3 {
  font-size: 2.3rem;
}
@media (max-width: 520px) {
  .cid-vgNk4AUsPs h3 {
    font-size: 35px !important;
    line-height: 2.3rem;
  }
}
.cid-vgNk4B8Hd3 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-vgNk4B8Hd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNk4B8Hd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNk4B8Hd3 .mbr-section-title {
  text-align: left;
}
.cid-vgNk4B8Hd3 .mbr-section-subtitle {
  text-align: left;
}
.cid-vgNk4B8Hd3 hr {
  margin: 1rem 0;
  color: #09472e;
  opacity: .80;
}
.cid-vgNk4B8Hd3 span {
  font-size: 1.6rem;
  color: #60935a;
  font-weight: 600;
}
.cid-vgNk4B8Hd3 h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 520px) {
  .cid-vgNk4B8Hd3 h3 {
    font-size: 28px !important;
    line-height: 2rem;
  }
}
.cid-vgNk4BnKrc {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #171719;
}
.cid-vgNk4BnKrc .mbr-text,
.cid-vgNk4BnKrc blockquote {
  color: #767676;
}
.cid-vgNk4BnKrc .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vgNk4BnKrc .mbr-text B {
  color: #efefef;
}
.cid-vgNk4BnKrc .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-vgNk4BnKrc .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-vgNk4BnKrc .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-vgNVkFLXeR {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #171719;
}
.cid-vgNVkFLXeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNVkFLXeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNVkFLXeR .row {
  margin: 0 -8px;
}
.cid-vgNVkFLXeR .row .card {
  padding: 0 8px;
}
.cid-vgNVkFLXeR .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #60935a;
}
@media (max-width: 1440px) {
  .cid-vgNVkFLXeR .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgNVkFLXeR .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-vgNVkFLXeR .card-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-vgNVkFLXeR .card-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-vgNVkFLXeR .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vgNVkFLXeR .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgNVkFLXeR .image-wrapper {
  height: 100%;
}
.cid-vgNVkFLXeR .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vgNVkFLXeR .image-wrapper img {
    height: 300px;
  }
}
.cid-vgNVkFLXeR .mbr-section-title {
  color: #2c2c26;
}
.cid-vgNVkFLXeR .mbr-text,
.cid-vgNVkFLXeR .text-wrapper {
  color: #ffffff;
}
.cid-vgNVkFLXeR .service-heading {
  color: #000000;
  font-weight: 600;
  font-size: 2.5rem;
  font-family: Arimo;
}
.cid-vgNVkFLXeR hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
  width: 100%;
}
@media (max-width: 520px) {
  .cid-vgNVkFLXeR h2 {
    font-size: 30px !important;
    line-height: 2rem;
  }
}
.cid-vgNk4C1Qsz {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-top: 5px solid #026749;
  background-color: #695260;
}
.cid-vgNk4C1Qsz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNk4C1Qsz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNk4C1Qsz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgNk4C1Qsz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vgNk4C1Qsz .row {
    text-align: center;
  }
  .cid-vgNk4C1Qsz .row > div {
    margin: auto;
  }
  .cid-vgNk4C1Qsz .social-row {
    justify-content: center;
  }
}
.cid-vgNk4C1Qsz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgNk4C1Qsz .list {
  list-style: none;
  padding-left: 0;
  color: #e0e9df;
}
@media (max-width: 991px) {
  .cid-vgNk4C1Qsz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgNk4C1Qsz .list {
    margin-bottom: 0rem;
  }
}
.cid-vgNk4C1Qsz .mbr-text {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-vgNk4C1Qsz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgNk4C1Qsz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgNk4C1Qsz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgNk4C1Qsz a.text-secondary:hover {
  color: #e0e9df !important;
}
.cid-vgNk4C1Qsz b,
.cid-vgNk4C1Qsz strong {
  color: #60935a;
  font-size: 1.6rem;
}
.cid-vgNk4C1Qsz hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: 1;
}
.cid-vgNk4C1Qsz .mbr-section-subtitle {
  color: #e0e9df;
}
.cid-vgNk4C1Qsz .copyright {
  text-align: center;
}
.cid-vgNk4CDGZK {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 0rem;
  padding-bottom: 1.5rem;
  background-color: #60935a;
}
.cid-vgNk4CDGZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNk4CDGZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNk4CDGZK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgRrvSIyoI {
  z-index: 1000;
  width: 100%;
}
.cid-vgRrvSIyoI nav.navbar {
  position: fixed;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-vgRrvSIyoI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgRrvSIyoI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgRrvSIyoI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  color: white;
}
.cid-vgRrvSIyoI .dropdown-item:hover,
.cid-vgRrvSIyoI .dropdown-item:focus {
  background: #695260 !important;
  color: white !important;
}
.cid-vgRrvSIyoI .dropdown-item:hover span {
  color: white;
}
.cid-vgRrvSIyoI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgRrvSIyoI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgRrvSIyoI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgRrvSIyoI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgRrvSIyoI .nav-link {
  position: relative;
}
.cid-vgRrvSIyoI .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgRrvSIyoI .container {
    flex-wrap: wrap;
  }
}
.cid-vgRrvSIyoI .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgRrvSIyoI .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vgRrvSIyoI .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgRrvSIyoI .dropdown-menu,
.cid-vgRrvSIyoI .navbar.opened {
  background: #94a9b0 !important;
}
.cid-vgRrvSIyoI .nav-item:focus,
.cid-vgRrvSIyoI .nav-link:focus {
  outline: none;
}
.cid-vgRrvSIyoI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgRrvSIyoI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgRrvSIyoI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgRrvSIyoI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgRrvSIyoI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgRrvSIyoI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgRrvSIyoI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(148, 169, 176, 0);
}
.cid-vgRrvSIyoI .navbar.opened {
  transition: all 0.3s;
}
.cid-vgRrvSIyoI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgRrvSIyoI .navbar .navbar-logo img {
  width: auto;
}
.cid-vgRrvSIyoI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgRrvSIyoI .navbar.collapsed {
  justify-content: center;
}
.cid-vgRrvSIyoI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgRrvSIyoI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgRrvSIyoI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vgRrvSIyoI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgRrvSIyoI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgRrvSIyoI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgRrvSIyoI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgRrvSIyoI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgRrvSIyoI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgRrvSIyoI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgRrvSIyoI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgRrvSIyoI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgRrvSIyoI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgRrvSIyoI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgRrvSIyoI .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-vgRrvSIyoI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgRrvSIyoI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgRrvSIyoI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgRrvSIyoI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgRrvSIyoI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vgRrvSIyoI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vgRrvSIyoI .navbar.navbar-short {
  min-height: 130px;
}
.cid-vgRrvSIyoI .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-vgRrvSIyoI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgRrvSIyoI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgRrvSIyoI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgRrvSIyoI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgRrvSIyoI .dropdown-item.active,
.cid-vgRrvSIyoI .dropdown-item:active {
  background-color: transparent;
}
.cid-vgRrvSIyoI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgRrvSIyoI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgRrvSIyoI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgRrvSIyoI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #94a9b0;
}
.cid-vgRrvSIyoI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgRrvSIyoI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgRrvSIyoI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgRrvSIyoI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgRrvSIyoI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgRrvSIyoI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e88341;
}
.cid-vgRrvSIyoI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgRrvSIyoI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgRrvSIyoI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgRrvSIyoI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgRrvSIyoI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgRrvSIyoI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgRrvSIyoI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgRrvSIyoI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgRrvSIyoI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgRrvSIyoI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgRrvSIyoI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgRrvSIyoI .navbar {
    height: 70px;
  }
  .cid-vgRrvSIyoI .navbar.opened {
    height: auto;
  }
  .cid-vgRrvSIyoI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgRrvSIyoI a.text-white:hover {
  color: #E88341 !important;
}
.cid-vgRrvSIyoI a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-vgRrvSIyoI .mbr-section-btn {
  text-shadow: 1px 1px 1px #000000;
  font-size: 2rem;
  letter-spacing: 5px;
}
.cid-vgRrvTdKh6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/am-property-maintenance-parking-lot-sweeping-1-2000x600.jpg");
}
.cid-vgRrvTdKh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRrvTdKh6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRrvTdKh6 .mbr-section-title {
  color: #FFFFFF;
}
.cid-vgRrvTdKh6 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-vgRrvTdKh6 .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-vgRrvTdKh6 .mbr-section-btn {
  margin-top: 18px;
}
.cid-vgRrvTdKh6 .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-vgRrvTdKh6 .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-vgRrvTdKh6 .spacr {
  margin-top: 120px;
}
.cid-vgRrvTdKh6 h1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-vgRrvTdKh6 h2 {
  font-size: 1.9rem;
  text-shadow: 2px 2px 2px #000000;
  font-weight: 400;
}
.cid-vgRrvTdKh6 p {
  font-size: 1.3rem;
}
.cid-vgRrvTdKh6 hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 100%;
}
@media (max-width: 520px) {
  .cid-vgRrvTdKh6 {
    padding-top: 30px;
  }
  .cid-vgRrvTdKh6 h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-vgRrvTdKh6 h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-vgRrvTdKh6 p {
    font-size: 20px !important;
  }
  .cid-vgRrvTdKh6 hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
  }
}
.cid-vgRrvTuMFR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vgRrvTuMFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRrvTuMFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRrvTuMFR .mbr-section-title {
  text-align: left;
}
.cid-vgRrvTuMFR hr {
  margin: 1rem 0;
  color: #e88341;
  opacity: .80;
  width: 100%;
}
.cid-vgRrvTuMFR h3 {
  font-size: 2.3rem;
}
@media (max-width: 520px) {
  .cid-vgRrvTuMFR h3 {
    font-size: 35px !important;
    line-height: 2.3rem;
  }
}
.cid-vgRrvTJaWo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vgRrvTJaWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRrvTJaWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRrvTJaWo .mbr-section-title {
  text-align: left;
}
.cid-vgRrvTJaWo .mbr-section-subtitle {
  text-align: left;
}
.cid-vgRrvTJaWo hr {
  margin: 1rem 0;
  color: #09472e;
  opacity: .80;
}
.cid-vgRrvTJaWo span {
  font-size: 1.6rem;
  color: #60935a;
  font-weight: 600;
}
.cid-vgRrvTJaWo h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 520px) {
  .cid-vgRrvTJaWo h3 {
    font-size: 28px !important;
    line-height: 2rem;
  }
}
.cid-vgRuz3SY8R {
  padding-top: 45px;
  padding-bottom: 105px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #e0e9df;
}
.cid-vgRuz3SY8R .showAlerts {
  display: block !important;
}
.cid-vgRuz3SY8R .rowflexrev {
  display: -webkit-flex;
}
.cid-vgRuz3SY8R .ws-form-alerts {
  margin-top: 1rem;
}
.cid-vgRuz3SY8R .title {
  margin-bottom: 2rem;
}
.cid-vgRuz3SY8R .mbr-section-subtitle {
  color: #05183d;
}
.cid-vgRuz3SY8R textarea.form-control {
  min-height: 188px;
}
.cid-vgRuz3SY8R LABEL {
  color: #232323;
  display: initial;
}
.cid-vgRuz3SY8R .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vgRuz3SY8R .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-vgRuz3SY8R .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vgRuz3SY8R .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vgRuz3SY8R .alert {
  margin-bottom: 0;
}
.cid-vgRuz3SY8R .alert-success {
  background-color: #70c770;
}
.cid-vgRuz3SY8R .alert-danger {
  background-color: #ff4a52;
}
.cid-vgRuz3SY8R .btn {
  display: inline-flex;
}
.cid-vgRuz3SY8R .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-vgRuz3SY8R .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-vgRuz3SY8R .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-vgRuz3SY8R input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-vgRuz3SY8R input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-vgRuz3SY8R input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-vgRrvU0CuH {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #171719;
}
.cid-vgRrvU0CuH .mbr-text,
.cid-vgRrvU0CuH blockquote {
  color: #767676;
}
.cid-vgRrvU0CuH .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vgRrvU0CuH .mbr-text B {
  color: #efefef;
}
.cid-vgRrvU0CuH .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-vgRrvU0CuH .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-vgRrvU0CuH .custom-shape-divider .shape-fill {
  fill: #e0e9df;
}
.cid-vgRrvUcVtW {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #171719;
}
.cid-vgRrvUcVtW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRrvUcVtW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRrvUcVtW .row {
  margin: 0 -8px;
}
.cid-vgRrvUcVtW .row .card {
  padding: 0 8px;
}
.cid-vgRrvUcVtW .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #60935a;
}
@media (max-width: 1440px) {
  .cid-vgRrvUcVtW .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgRrvUcVtW .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-vgRrvUcVtW .card-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-vgRrvUcVtW .card-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-vgRrvUcVtW .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vgRrvUcVtW .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgRrvUcVtW .image-wrapper {
  height: 100%;
}
.cid-vgRrvUcVtW .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vgRrvUcVtW .image-wrapper img {
    height: 300px;
  }
}
.cid-vgRrvUcVtW .mbr-section-title {
  color: #2c2c26;
}
.cid-vgRrvUcVtW .mbr-text,
.cid-vgRrvUcVtW .text-wrapper {
  color: #ffffff;
}
.cid-vgRrvUcVtW .service-heading {
  color: #000000;
  font-weight: 600;
  font-size: 2.5rem;
  font-family: Arimo;
}
.cid-vgRrvUcVtW hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
  width: 100%;
}
@media (max-width: 520px) {
  .cid-vgRrvUcVtW h2 {
    font-size: 30px !important;
    line-height: 2rem;
  }
}
.cid-vgRrvUrJ4P {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-top: 5px solid #026749;
  background-color: #695260;
}
.cid-vgRrvUrJ4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRrvUrJ4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRrvUrJ4P .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgRrvUrJ4P .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vgRrvUrJ4P .row {
    text-align: center;
  }
  .cid-vgRrvUrJ4P .row > div {
    margin: auto;
  }
  .cid-vgRrvUrJ4P .social-row {
    justify-content: center;
  }
}
.cid-vgRrvUrJ4P .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgRrvUrJ4P .list {
  list-style: none;
  padding-left: 0;
  color: #e0e9df;
}
@media (max-width: 991px) {
  .cid-vgRrvUrJ4P .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgRrvUrJ4P .list {
    margin-bottom: 0rem;
  }
}
.cid-vgRrvUrJ4P .mbr-text {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-vgRrvUrJ4P .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgRrvUrJ4P .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgRrvUrJ4P div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgRrvUrJ4P a.text-secondary:hover {
  color: #e0e9df !important;
}
.cid-vgRrvUrJ4P b,
.cid-vgRrvUrJ4P strong {
  color: #60935a;
  font-size: 1.6rem;
}
.cid-vgRrvUrJ4P hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: 1;
}
.cid-vgRrvUrJ4P .mbr-section-subtitle {
  color: #e0e9df;
}
.cid-vgRrvUrJ4P .copyright {
  text-align: center;
}
.cid-vgRrvUMRZn {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 0rem;
  padding-bottom: 1.5rem;
  background-color: #60935a;
}
.cid-vgRrvUMRZn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRrvUMRZn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRrvUMRZn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgNDrZV4sY {
  z-index: 1000;
  width: 100%;
}
.cid-vgNDrZV4sY nav.navbar {
  position: fixed;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-vgNDrZV4sY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgNDrZV4sY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgNDrZV4sY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  color: white;
}
.cid-vgNDrZV4sY .dropdown-item:hover,
.cid-vgNDrZV4sY .dropdown-item:focus {
  background: #695260 !important;
  color: white !important;
}
.cid-vgNDrZV4sY .dropdown-item:hover span {
  color: white;
}
.cid-vgNDrZV4sY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgNDrZV4sY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgNDrZV4sY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgNDrZV4sY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgNDrZV4sY .nav-link {
  position: relative;
}
.cid-vgNDrZV4sY .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgNDrZV4sY .container {
    flex-wrap: wrap;
  }
}
.cid-vgNDrZV4sY .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgNDrZV4sY .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vgNDrZV4sY .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgNDrZV4sY .dropdown-menu,
.cid-vgNDrZV4sY .navbar.opened {
  background: #94a9b0 !important;
}
.cid-vgNDrZV4sY .nav-item:focus,
.cid-vgNDrZV4sY .nav-link:focus {
  outline: none;
}
.cid-vgNDrZV4sY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgNDrZV4sY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgNDrZV4sY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgNDrZV4sY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgNDrZV4sY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgNDrZV4sY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgNDrZV4sY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(148, 169, 176, 0);
}
.cid-vgNDrZV4sY .navbar.opened {
  transition: all 0.3s;
}
.cid-vgNDrZV4sY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgNDrZV4sY .navbar .navbar-logo img {
  width: auto;
}
.cid-vgNDrZV4sY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgNDrZV4sY .navbar.collapsed {
  justify-content: center;
}
.cid-vgNDrZV4sY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgNDrZV4sY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgNDrZV4sY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vgNDrZV4sY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgNDrZV4sY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgNDrZV4sY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgNDrZV4sY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgNDrZV4sY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgNDrZV4sY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgNDrZV4sY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgNDrZV4sY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgNDrZV4sY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgNDrZV4sY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgNDrZV4sY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgNDrZV4sY .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-vgNDrZV4sY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgNDrZV4sY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgNDrZV4sY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgNDrZV4sY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgNDrZV4sY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vgNDrZV4sY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vgNDrZV4sY .navbar.navbar-short {
  min-height: 130px;
}
.cid-vgNDrZV4sY .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-vgNDrZV4sY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgNDrZV4sY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgNDrZV4sY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgNDrZV4sY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgNDrZV4sY .dropdown-item.active,
.cid-vgNDrZV4sY .dropdown-item:active {
  background-color: transparent;
}
.cid-vgNDrZV4sY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgNDrZV4sY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgNDrZV4sY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgNDrZV4sY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #94a9b0;
}
.cid-vgNDrZV4sY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgNDrZV4sY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgNDrZV4sY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgNDrZV4sY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgNDrZV4sY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgNDrZV4sY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e88341;
}
.cid-vgNDrZV4sY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgNDrZV4sY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgNDrZV4sY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgNDrZV4sY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgNDrZV4sY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgNDrZV4sY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgNDrZV4sY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgNDrZV4sY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgNDrZV4sY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgNDrZV4sY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgNDrZV4sY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgNDrZV4sY .navbar {
    height: 70px;
  }
  .cid-vgNDrZV4sY .navbar.opened {
    height: auto;
  }
  .cid-vgNDrZV4sY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgNDrZV4sY a.text-white:hover {
  color: #E88341 !important;
}
.cid-vgNDrZV4sY a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-vgNDrZV4sY .mbr-section-btn {
  text-shadow: 1px 1px 1px #000000;
  font-size: 2rem;
  letter-spacing: 5px;
}
.cid-vgNDs0iGVb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/am-property-maintenance-property-maintenance-services-2000x600.jpg");
}
.cid-vgNDs0iGVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNDs0iGVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNDs0iGVb .mbr-section-title {
  color: #FFFFFF;
}
.cid-vgNDs0iGVb .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-vgNDs0iGVb .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-vgNDs0iGVb .mbr-section-btn {
  margin-top: 18px;
}
.cid-vgNDs0iGVb .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-vgNDs0iGVb .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-vgNDs0iGVb .spacr {
  margin-top: 120px;
}
.cid-vgNDs0iGVb h1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-vgNDs0iGVb h2 {
  font-size: 1.9rem;
  text-shadow: 2px 2px 2px #000000;
  font-weight: 400;
}
.cid-vgNDs0iGVb p {
  font-size: 1.3rem;
}
.cid-vgNDs0iGVb hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 100%;
}
@media (max-width: 520px) {
  .cid-vgNDs0iGVb {
    padding-top: 30px;
  }
  .cid-vgNDs0iGVb h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-vgNDs0iGVb h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-vgNDs0iGVb p {
    font-size: 20px !important;
  }
  .cid-vgNDs0iGVb hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
  }
}
.cid-vgNDs0z1as {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vgNDs0z1as .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNDs0z1as .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNDs0z1as .mbr-section-title {
  text-align: left;
}
.cid-vgNDs0z1as hr {
  margin: 1rem 0;
  color: #e88341;
  opacity: .80;
  width: 100%;
}
.cid-vgNDs0z1as h3 {
  font-size: 2.3rem;
}
@media (max-width: 520px) {
  .cid-vgNDs0z1as h3 {
    font-size: 35px !important;
    line-height: 2.3rem;
  }
}
.cid-vgNDs0NXr2 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-vgNDs0NXr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNDs0NXr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNDs0NXr2 .mbr-section-title {
  text-align: left;
}
.cid-vgNDs0NXr2 .mbr-section-subtitle {
  text-align: left;
}
.cid-vgNDs0NXr2 hr {
  margin: 1rem 0;
  color: #09472e;
  opacity: .80;
}
.cid-vgNDs0NXr2 span {
  font-size: 1.6rem;
  color: #60935a;
  font-weight: 600;
}
.cid-vgNDs0NXr2 h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 520px) {
  .cid-vgNDs0NXr2 h3 {
    font-size: 28px !important;
    line-height: 2rem;
  }
}
.cid-vgNDs121wt {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #171719;
}
.cid-vgNDs121wt .mbr-text,
.cid-vgNDs121wt blockquote {
  color: #767676;
}
.cid-vgNDs121wt .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-vgNDs121wt .mbr-text B {
  color: #efefef;
}
.cid-vgNDs121wt .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-vgNDs121wt .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-vgNDs121wt .custom-shape-divider .shape-fill {
  fill: #f7f7f7;
}
.cid-vgNZU77V1d {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #171719;
}
.cid-vgNZU77V1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNZU77V1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNZU77V1d .row {
  margin: 0 -8px;
}
.cid-vgNZU77V1d .row .card {
  padding: 0 8px;
}
.cid-vgNZU77V1d .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #60935a;
}
@media (max-width: 1440px) {
  .cid-vgNZU77V1d .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgNZU77V1d .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-vgNZU77V1d .card-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-vgNZU77V1d .card-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-vgNZU77V1d .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vgNZU77V1d .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgNZU77V1d .image-wrapper {
  height: 100%;
}
.cid-vgNZU77V1d .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vgNZU77V1d .image-wrapper img {
    height: 300px;
  }
}
.cid-vgNZU77V1d .mbr-section-title {
  color: #2c2c26;
}
.cid-vgNZU77V1d .mbr-text,
.cid-vgNZU77V1d .text-wrapper {
  color: #ffffff;
}
.cid-vgNZU77V1d .service-heading {
  color: #000000;
  font-weight: 600;
  font-size: 2.5rem;
  font-family: Arimo;
}
.cid-vgNZU77V1d hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
  width: 100%;
}
@media (max-width: 520px) {
  .cid-vgNZU77V1d h2 {
    font-size: 30px !important;
    line-height: 2rem;
  }
}
.cid-vgNDs1yX4K {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-top: 5px solid #026749;
  background-color: #695260;
}
.cid-vgNDs1yX4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNDs1yX4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNDs1yX4K .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgNDs1yX4K .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vgNDs1yX4K .row {
    text-align: center;
  }
  .cid-vgNDs1yX4K .row > div {
    margin: auto;
  }
  .cid-vgNDs1yX4K .social-row {
    justify-content: center;
  }
}
.cid-vgNDs1yX4K .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgNDs1yX4K .list {
  list-style: none;
  padding-left: 0;
  color: #e0e9df;
}
@media (max-width: 991px) {
  .cid-vgNDs1yX4K .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgNDs1yX4K .list {
    margin-bottom: 0rem;
  }
}
.cid-vgNDs1yX4K .mbr-text {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-vgNDs1yX4K .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgNDs1yX4K .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgNDs1yX4K div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgNDs1yX4K a.text-secondary:hover {
  color: #e0e9df !important;
}
.cid-vgNDs1yX4K b,
.cid-vgNDs1yX4K strong {
  color: #60935a;
  font-size: 1.6rem;
}
.cid-vgNDs1yX4K hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: 1;
}
.cid-vgNDs1yX4K .mbr-section-subtitle {
  color: #e0e9df;
}
.cid-vgNDs1yX4K .copyright {
  text-align: center;
}
.cid-vgNDs1U4jH {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 0rem;
  padding-bottom: 1.5rem;
  background-color: #60935a;
}
.cid-vgNDs1U4jH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNDs1U4jH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgNDs1U4jH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgSqmhKMlz {
  z-index: 1000;
  width: 100%;
}
.cid-vgSqmhKMlz nav.navbar {
  position: fixed;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-vgSqmhKMlz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgSqmhKMlz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgSqmhKMlz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  color: white;
}
.cid-vgSqmhKMlz .dropdown-item:hover,
.cid-vgSqmhKMlz .dropdown-item:focus {
  background: #695260 !important;
  color: white !important;
}
.cid-vgSqmhKMlz .dropdown-item:hover span {
  color: white;
}
.cid-vgSqmhKMlz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgSqmhKMlz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgSqmhKMlz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgSqmhKMlz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgSqmhKMlz .nav-link {
  position: relative;
}
.cid-vgSqmhKMlz .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgSqmhKMlz .container {
    flex-wrap: wrap;
  }
}
.cid-vgSqmhKMlz .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgSqmhKMlz .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vgSqmhKMlz .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgSqmhKMlz .dropdown-menu,
.cid-vgSqmhKMlz .navbar.opened {
  background: #94a9b0 !important;
}
.cid-vgSqmhKMlz .nav-item:focus,
.cid-vgSqmhKMlz .nav-link:focus {
  outline: none;
}
.cid-vgSqmhKMlz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgSqmhKMlz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgSqmhKMlz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgSqmhKMlz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgSqmhKMlz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgSqmhKMlz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgSqmhKMlz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(148, 169, 176, 0);
}
.cid-vgSqmhKMlz .navbar.opened {
  transition: all 0.3s;
}
.cid-vgSqmhKMlz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgSqmhKMlz .navbar .navbar-logo img {
  width: auto;
}
.cid-vgSqmhKMlz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgSqmhKMlz .navbar.collapsed {
  justify-content: center;
}
.cid-vgSqmhKMlz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgSqmhKMlz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgSqmhKMlz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vgSqmhKMlz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgSqmhKMlz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgSqmhKMlz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgSqmhKMlz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgSqmhKMlz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgSqmhKMlz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgSqmhKMlz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgSqmhKMlz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgSqmhKMlz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgSqmhKMlz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgSqmhKMlz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgSqmhKMlz .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-vgSqmhKMlz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgSqmhKMlz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgSqmhKMlz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgSqmhKMlz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgSqmhKMlz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vgSqmhKMlz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vgSqmhKMlz .navbar.navbar-short {
  min-height: 130px;
}
.cid-vgSqmhKMlz .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-vgSqmhKMlz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgSqmhKMlz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgSqmhKMlz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgSqmhKMlz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgSqmhKMlz .dropdown-item.active,
.cid-vgSqmhKMlz .dropdown-item:active {
  background-color: transparent;
}
.cid-vgSqmhKMlz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgSqmhKMlz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgSqmhKMlz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgSqmhKMlz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #94a9b0;
}
.cid-vgSqmhKMlz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgSqmhKMlz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgSqmhKMlz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgSqmhKMlz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgSqmhKMlz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgSqmhKMlz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e88341;
}
.cid-vgSqmhKMlz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgSqmhKMlz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgSqmhKMlz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgSqmhKMlz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgSqmhKMlz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgSqmhKMlz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgSqmhKMlz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgSqmhKMlz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgSqmhKMlz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgSqmhKMlz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgSqmhKMlz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgSqmhKMlz .navbar {
    height: 70px;
  }
  .cid-vgSqmhKMlz .navbar.opened {
    height: auto;
  }
  .cid-vgSqmhKMlz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgSqmhKMlz a.text-white:hover {
  color: #E88341 !important;
}
.cid-vgSqmhKMlz a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-vgSqmhKMlz .mbr-section-btn {
  text-shadow: 1px 1px 1px #000000;
  font-size: 2rem;
  letter-spacing: 5px;
}
.cid-vgSqmi6eBP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/am-property-maintenance-privacy-banner-2000x600.jpg");
}
.cid-vgSqmi6eBP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSqmi6eBP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgSqmi6eBP .mbr-section-title {
  color: #FFFFFF;
}
.cid-vgSqmi6eBP .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-vgSqmi6eBP .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-vgSqmi6eBP .mbr-section-btn {
  margin-top: 18px;
}
.cid-vgSqmi6eBP .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-vgSqmi6eBP .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-vgSqmi6eBP .spacr {
  margin-top: 120px;
}
.cid-vgSqmi6eBP h1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-vgSqmi6eBP h2 {
  font-size: 1.9rem;
  text-shadow: 2px 2px 2px #000000;
  font-weight: 400;
}
.cid-vgSqmi6eBP p {
  font-size: 1.3rem;
}
.cid-vgSqmi6eBP hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 100%;
}
@media (max-width: 520px) {
  .cid-vgSqmi6eBP {
    padding-top: 30px;
  }
  .cid-vgSqmi6eBP h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-vgSqmi6eBP h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-vgSqmi6eBP p {
    font-size: 20px !important;
  }
  .cid-vgSqmi6eBP hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
  }
}
.cid-vgSrwfdlul {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vgSrwfdlul .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSrwfdlul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgSrwfdlul hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-vgSrwfdlul .mbr-section-subtitle {
  text-align: left;
}
.cid-vgSrwfdlul h4 {
  font-size: 1.4rem;
}
@media (max-width: 520px) {
  .cid-vgSrwfdlul h3 {
    font-size: 28px !important;
    line-height: 2rem;
  }
}
.cid-vgSqmjLRiP {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-top: 5px solid #026749;
  background-color: #695260;
}
.cid-vgSqmjLRiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSqmjLRiP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgSqmjLRiP .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgSqmjLRiP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vgSqmjLRiP .row {
    text-align: center;
  }
  .cid-vgSqmjLRiP .row > div {
    margin: auto;
  }
  .cid-vgSqmjLRiP .social-row {
    justify-content: center;
  }
}
.cid-vgSqmjLRiP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgSqmjLRiP .list {
  list-style: none;
  padding-left: 0;
  color: #e0e9df;
}
@media (max-width: 991px) {
  .cid-vgSqmjLRiP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgSqmjLRiP .list {
    margin-bottom: 0rem;
  }
}
.cid-vgSqmjLRiP .mbr-text {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-vgSqmjLRiP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgSqmjLRiP .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgSqmjLRiP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgSqmjLRiP a.text-secondary:hover {
  color: #e0e9df !important;
}
.cid-vgSqmjLRiP b,
.cid-vgSqmjLRiP strong {
  color: #60935a;
  font-size: 1.6rem;
}
.cid-vgSqmjLRiP hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: 1;
}
.cid-vgSqmjLRiP .mbr-section-subtitle {
  color: #e0e9df;
}
.cid-vgSqmjLRiP .copyright {
  text-align: center;
}
.cid-vgSqmk8h11 {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 0rem;
  padding-bottom: 1.5rem;
  background-color: #60935a;
}
.cid-vgSqmk8h11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSqmk8h11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgSqmk8h11 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgSsPMQnJe {
  z-index: 1000;
  width: 100%;
}
.cid-vgSsPMQnJe nav.navbar {
  position: fixed;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-vgSsPMQnJe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgSsPMQnJe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgSsPMQnJe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  color: white;
}
.cid-vgSsPMQnJe .dropdown-item:hover,
.cid-vgSsPMQnJe .dropdown-item:focus {
  background: #695260 !important;
  color: white !important;
}
.cid-vgSsPMQnJe .dropdown-item:hover span {
  color: white;
}
.cid-vgSsPMQnJe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgSsPMQnJe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgSsPMQnJe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgSsPMQnJe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgSsPMQnJe .nav-link {
  position: relative;
}
.cid-vgSsPMQnJe .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgSsPMQnJe .container {
    flex-wrap: wrap;
  }
}
.cid-vgSsPMQnJe .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgSsPMQnJe .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vgSsPMQnJe .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgSsPMQnJe .dropdown-menu,
.cid-vgSsPMQnJe .navbar.opened {
  background: #94a9b0 !important;
}
.cid-vgSsPMQnJe .nav-item:focus,
.cid-vgSsPMQnJe .nav-link:focus {
  outline: none;
}
.cid-vgSsPMQnJe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgSsPMQnJe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgSsPMQnJe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgSsPMQnJe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgSsPMQnJe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgSsPMQnJe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgSsPMQnJe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(148, 169, 176, 0);
}
.cid-vgSsPMQnJe .navbar.opened {
  transition: all 0.3s;
}
.cid-vgSsPMQnJe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgSsPMQnJe .navbar .navbar-logo img {
  width: auto;
}
.cid-vgSsPMQnJe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgSsPMQnJe .navbar.collapsed {
  justify-content: center;
}
.cid-vgSsPMQnJe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgSsPMQnJe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgSsPMQnJe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vgSsPMQnJe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgSsPMQnJe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgSsPMQnJe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgSsPMQnJe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgSsPMQnJe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgSsPMQnJe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgSsPMQnJe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgSsPMQnJe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgSsPMQnJe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgSsPMQnJe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgSsPMQnJe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgSsPMQnJe .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-vgSsPMQnJe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgSsPMQnJe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgSsPMQnJe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgSsPMQnJe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgSsPMQnJe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vgSsPMQnJe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vgSsPMQnJe .navbar.navbar-short {
  min-height: 130px;
}
.cid-vgSsPMQnJe .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-vgSsPMQnJe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgSsPMQnJe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgSsPMQnJe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgSsPMQnJe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgSsPMQnJe .dropdown-item.active,
.cid-vgSsPMQnJe .dropdown-item:active {
  background-color: transparent;
}
.cid-vgSsPMQnJe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgSsPMQnJe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgSsPMQnJe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgSsPMQnJe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #94a9b0;
}
.cid-vgSsPMQnJe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgSsPMQnJe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgSsPMQnJe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgSsPMQnJe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgSsPMQnJe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgSsPMQnJe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e88341;
}
.cid-vgSsPMQnJe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgSsPMQnJe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgSsPMQnJe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgSsPMQnJe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgSsPMQnJe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgSsPMQnJe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgSsPMQnJe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgSsPMQnJe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgSsPMQnJe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgSsPMQnJe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgSsPMQnJe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgSsPMQnJe .navbar {
    height: 70px;
  }
  .cid-vgSsPMQnJe .navbar.opened {
    height: auto;
  }
  .cid-vgSsPMQnJe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgSsPMQnJe a.text-white:hover {
  color: #E88341 !important;
}
.cid-vgSsPMQnJe a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-vgSsPMQnJe .mbr-section-btn {
  text-shadow: 1px 1px 1px #000000;
  font-size: 2rem;
  letter-spacing: 5px;
}
.cid-vgSsPNaifD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/am-property-maintenance-osprey-about-1-2000x600.png");
}
.cid-vgSsPNaifD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSsPNaifD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgSsPNaifD .mbr-section-title {
  color: #FFFFFF;
}
.cid-vgSsPNaifD .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-vgSsPNaifD .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-vgSsPNaifD .mbr-section-btn {
  margin-top: 18px;
}
.cid-vgSsPNaifD .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-vgSsPNaifD .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-vgSsPNaifD .spacr {
  margin-top: 120px;
}
.cid-vgSsPNaifD h1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-vgSsPNaifD h2 {
  font-size: 1.9rem;
  text-shadow: 2px 2px 2px #000000;
  font-weight: 400;
}
.cid-vgSsPNaifD p {
  font-size: 1.3rem;
}
.cid-vgSsPNaifD hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 100%;
}
@media (max-width: 520px) {
  .cid-vgSsPNaifD {
    padding-top: 30px;
  }
  .cid-vgSsPNaifD h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-vgSsPNaifD h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-vgSsPNaifD p {
    font-size: 20px !important;
  }
  .cid-vgSsPNaifD hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
  }
}
.cid-vgSt0WvkPm {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fafafa;
}
.cid-vgSt0WvkPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSt0WvkPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgSt0WvkPm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgSt0WvkPm .row {
  flex-direction: row-reverse;
}
.cid-vgSt0WvkPm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgSt0WvkPm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgSt0WvkPm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgSt0WvkPm .mbr-section-title {
  color: #000000;
  font-family: Arimo;
}
.cid-vgSt0WvkPm .mbr-text,
.cid-vgSt0WvkPm .mbr-section-btn {
  color: #000000;
  font-family: Arimo;
}
.cid-vgSt0WvkPm hr {
  margin: 1rem 0;
  color: #09472e;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-vgSt0WvkPm h3 {
    font-size: 28px !important;
    line-height: 2rem;
  }
}
.cid-vgSsPNyS9Y {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-top: 5px solid #026749;
  background-color: #695260;
}
.cid-vgSsPNyS9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSsPNyS9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgSsPNyS9Y .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgSsPNyS9Y .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vgSsPNyS9Y .row {
    text-align: center;
  }
  .cid-vgSsPNyS9Y .row > div {
    margin: auto;
  }
  .cid-vgSsPNyS9Y .social-row {
    justify-content: center;
  }
}
.cid-vgSsPNyS9Y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgSsPNyS9Y .list {
  list-style: none;
  padding-left: 0;
  color: #e0e9df;
}
@media (max-width: 991px) {
  .cid-vgSsPNyS9Y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgSsPNyS9Y .list {
    margin-bottom: 0rem;
  }
}
.cid-vgSsPNyS9Y .mbr-text {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-vgSsPNyS9Y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgSsPNyS9Y .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgSsPNyS9Y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgSsPNyS9Y a.text-secondary:hover {
  color: #e0e9df !important;
}
.cid-vgSsPNyS9Y b,
.cid-vgSsPNyS9Y strong {
  color: #60935a;
  font-size: 1.6rem;
}
.cid-vgSsPNyS9Y hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: 1;
}
.cid-vgSsPNyS9Y .mbr-section-subtitle {
  color: #e0e9df;
}
.cid-vgSsPNyS9Y .copyright {
  text-align: center;
}
.cid-vgSsPNOGGG {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 0rem;
  padding-bottom: 1.5rem;
  background-color: #60935a;
}
.cid-vgSsPNOGGG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgSsPNOGGG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgSsPNOGGG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vh3PNNSCVF {
  z-index: 1000;
  width: 100%;
}
.cid-vh3PNNSCVF nav.navbar {
  position: fixed;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-vh3PNNSCVF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh3PNNSCVF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vh3PNNSCVF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  color: white;
}
.cid-vh3PNNSCVF .dropdown-item:hover,
.cid-vh3PNNSCVF .dropdown-item:focus {
  background: #695260 !important;
  color: white !important;
}
.cid-vh3PNNSCVF .dropdown-item:hover span {
  color: white;
}
.cid-vh3PNNSCVF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vh3PNNSCVF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vh3PNNSCVF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vh3PNNSCVF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vh3PNNSCVF .nav-link {
  position: relative;
}
.cid-vh3PNNSCVF .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vh3PNNSCVF .container {
    flex-wrap: wrap;
  }
}
.cid-vh3PNNSCVF .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vh3PNNSCVF .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vh3PNNSCVF .iconfont-wrapper {
  color: #d3a850 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vh3PNNSCVF .dropdown-menu,
.cid-vh3PNNSCVF .navbar.opened {
  background: #94a9b0 !important;
}
.cid-vh3PNNSCVF .nav-item:focus,
.cid-vh3PNNSCVF .nav-link:focus {
  outline: none;
}
.cid-vh3PNNSCVF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh3PNNSCVF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh3PNNSCVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vh3PNNSCVF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh3PNNSCVF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh3PNNSCVF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh3PNNSCVF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(148, 169, 176, 0);
}
.cid-vh3PNNSCVF .navbar.opened {
  transition: all 0.3s;
}
.cid-vh3PNNSCVF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vh3PNNSCVF .navbar .navbar-logo img {
  width: auto;
}
.cid-vh3PNNSCVF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vh3PNNSCVF .navbar.collapsed {
  justify-content: center;
}
.cid-vh3PNNSCVF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vh3PNNSCVF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vh3PNNSCVF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vh3PNNSCVF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vh3PNNSCVF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vh3PNNSCVF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vh3PNNSCVF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vh3PNNSCVF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vh3PNNSCVF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vh3PNNSCVF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vh3PNNSCVF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vh3PNNSCVF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vh3PNNSCVF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vh3PNNSCVF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vh3PNNSCVF .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-vh3PNNSCVF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vh3PNNSCVF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vh3PNNSCVF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vh3PNNSCVF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vh3PNNSCVF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vh3PNNSCVF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vh3PNNSCVF .navbar.navbar-short {
  min-height: 130px;
}
.cid-vh3PNNSCVF .navbar.navbar-short .navbar-logo img {
  height: 6rem !important;
}
.cid-vh3PNNSCVF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vh3PNNSCVF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vh3PNNSCVF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vh3PNNSCVF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vh3PNNSCVF .dropdown-item.active,
.cid-vh3PNNSCVF .dropdown-item:active {
  background-color: transparent;
}
.cid-vh3PNNSCVF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vh3PNNSCVF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vh3PNNSCVF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vh3PNNSCVF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #94a9b0;
}
.cid-vh3PNNSCVF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vh3PNNSCVF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh3PNNSCVF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vh3PNNSCVF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vh3PNNSCVF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vh3PNNSCVF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e88341;
}
.cid-vh3PNNSCVF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh3PNNSCVF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh3PNNSCVF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh3PNNSCVF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh3PNNSCVF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh3PNNSCVF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh3PNNSCVF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh3PNNSCVF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh3PNNSCVF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vh3PNNSCVF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh3PNNSCVF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vh3PNNSCVF .navbar {
    height: 70px;
  }
  .cid-vh3PNNSCVF .navbar.opened {
    height: auto;
  }
  .cid-vh3PNNSCVF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vh3PNNSCVF a.text-white:hover {
  color: #E88341 !important;
}
.cid-vh3PNNSCVF a.dropdown-item:hover {
  color: #ffffff !important;
}
.cid-vh3PNNSCVF .mbr-section-btn {
  text-shadow: 1px 1px 1px #000000;
  font-size: 2rem;
  letter-spacing: 5px;
}
.cid-vh3PNOfVjo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/am-property-maintenance-rental-properties-2000x600.jpg");
}
.cid-vh3PNOfVjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh3PNOfVjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh3PNOfVjo .mbr-section-title {
  color: #FFFFFF;
}
.cid-vh3PNOfVjo .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-vh3PNOfVjo .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-vh3PNOfVjo .mbr-section-btn {
  margin-top: 18px;
}
.cid-vh3PNOfVjo .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-vh3PNOfVjo .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-vh3PNOfVjo .spacr {
  margin-top: 120px;
}
.cid-vh3PNOfVjo h1 {
  color: #ffffff;
  font-size: 2.1rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-vh3PNOfVjo h2 {
  font-size: 1.9rem;
  text-shadow: 2px 2px 2px #000000;
  font-weight: 400;
}
.cid-vh3PNOfVjo p {
  font-size: 1.3rem;
}
.cid-vh3PNOfVjo hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 100%;
}
@media (max-width: 520px) {
  .cid-vh3PNOfVjo {
    padding-top: 30px;
  }
  .cid-vh3PNOfVjo h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-vh3PNOfVjo h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-vh3PNOfVjo p {
    font-size: 20px !important;
  }
  .cid-vh3PNOfVjo hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
  }
}
.cid-vh3PNOu2iu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vh3PNOu2iu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh3PNOu2iu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh3PNOu2iu .mbr-section-title {
  text-align: justify;
}
.cid-vh3PNOu2iu hr {
  margin: 1rem 0;
  color: #e88341;
  opacity: .80;
  width: 100%;
}
.cid-vh3PNOu2iu h3 {
  font-size: 2.3rem;
}
.cid-vh3PNOu2iu .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 520px) {
  .cid-vh3PNOu2iu h3 {
    font-size: 35px !important;
    line-height: 2.3rem;
  }
}
.cid-vh3ZwQIRiJ {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vh3ZwQIRiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh3ZwQIRiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh3ZwQIRiJ .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vh3ZwQIRiJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vh3ZwQIRiJ .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vh3ZwQIRiJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vh3ZwQIRiJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vh3ZwQIRiJ .mbr-section-title {
  color: #000000;
}
.cid-vh3ZwQIRiJ .mbr-text,
.cid-vh3ZwQIRiJ .mbr-section-btn {
  color: #000000;
}
.cid-vh3ZwQIRiJ img {
  width: 100%;
  height: 100%;
}
.cid-vh3ZwQIRiJ hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
  width: 100%;
}
.cid-vh3PNPreVr {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-top: 5px solid #026749;
  background-color: #695260;
}
.cid-vh3PNPreVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh3PNPreVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh3PNPreVr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vh3PNPreVr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vh3PNPreVr .row {
    text-align: center;
  }
  .cid-vh3PNPreVr .row > div {
    margin: auto;
  }
  .cid-vh3PNPreVr .social-row {
    justify-content: center;
  }
}
.cid-vh3PNPreVr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vh3PNPreVr .list {
  list-style: none;
  padding-left: 0;
  color: #e0e9df;
}
@media (max-width: 991px) {
  .cid-vh3PNPreVr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vh3PNPreVr .list {
    margin-bottom: 0rem;
  }
}
.cid-vh3PNPreVr .mbr-text {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-vh3PNPreVr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vh3PNPreVr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vh3PNPreVr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vh3PNPreVr a.text-secondary:hover {
  color: #e0e9df !important;
}
.cid-vh3PNPreVr b,
.cid-vh3PNPreVr strong {
  color: #60935a;
  font-size: 1.6rem;
}
.cid-vh3PNPreVr hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: 1;
}
.cid-vh3PNPreVr .mbr-section-subtitle {
  color: #e0e9df;
}
.cid-vh3PNPreVr .copyright {
  text-align: center;
}
.cid-vh3PNPNP1b {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 0rem;
  padding-bottom: 1.5rem;
  background-color: #60935a;
}
.cid-vh3PNPNP1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh3PNPNP1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh3PNPNP1b .mbr-section-subtitle {
  color: #ffffff;
}
