.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #eaf1ed;
}
body {
  font-family: Roboto Flex;
}
.display-1 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 2.1rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.625rem;
}
.display-2 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( .125vw + (5 - 2.4) * ((100vw - 25vw) / (48 - 20)));
    line-height: calc( 1.625vw + (5 - 2.4) * ((100vw - 25vw) / (48 - 20)));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( .125vw + (5 - 2.4) * ((100vw - 25vw) / (48 - 20)/2));
    line-height: calc( 1.625vw + (5 - 2.4) * ((100vw - 25vw) / (48 - 20)/2));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #d68c45 !important;
}
.bg-secondary {
  background-color: #4c956c !important;
}
.bg-success {
  background-color: #24c47a !important;
}
.bg-info {
  background-color: #0cb9dc !important;
}
.bg-warning {
  background-color: #e8ae00 !important;
}
.bg-danger {
  background-color: #c62232 !important;
}
.btn-primary {
  overflow: hidden;
  border-color: #d68c45;
  border-width: 5px !important;
  box-shadow: none;
}
.btn-primary,
.btn-primary:active {
  background-color: #d68c45 !important;
  border-color: #d68c45 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active,
.btn-primary:active:focus {
  box-shadow: none !important;
  color: #ffffff !important;
  background-color: #dfa66f !important;
  border-color: #dfa66f !important;
  transform: scale(1.1);
}
.btn-primary:hover div,
.btn-primary:focus div,
.btn-primary.focus div,
.btn-primary.active div,
.btn-primary:active:focus div {
  overflow: hidden;
}
.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary.focus span,
.btn-primary.active span,
.btn-primary:active:focus span {
  overflow: hidden;
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary:hover span::before,
.btn-primary:focus span::before,
.btn-primary.focus span::before,
.btn-primary.active span::before,
.btn-primary:active:focus span::before {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary span {
  display: block;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #dfa66f !important;
}
.btn-secondary {
  overflow: hidden;
  border-color: #4c956c;
  border-width: 5px !important;
  box-shadow: none;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4c956c !important;
  border-color: #4c956c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active,
.btn-secondary:active:focus {
  box-shadow: none !important;
  color: #ffffff !important;
  background-color: #64b085 !important;
  border-color: #64b085 !important;
  transform: scale(1.1);
}
.btn-secondary:hover div,
.btn-secondary:focus div,
.btn-secondary.focus div,
.btn-secondary.active div,
.btn-secondary:active:focus div {
  overflow: hidden;
}
.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary.focus span,
.btn-secondary.active span,
.btn-secondary:active:focus span {
  overflow: hidden;
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary:hover span::before,
.btn-secondary:focus span::before,
.btn-secondary.focus span::before,
.btn-secondary.active span::before,
.btn-secondary:active:focus span::before {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary span {
  display: block;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #64b085 !important;
}
.btn-info {
  overflow: hidden;
  border-color: #0cb9dc;
  border-width: 5px !important;
  box-shadow: none;
}
.btn-info,
.btn-info:active {
  background-color: #0cb9dc !important;
  border-color: #0cb9dc !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active,
.btn-info:active:focus {
  box-shadow: none !important;
  color: #ffffff !important;
  background-color: #28d1f3 !important;
  border-color: #28d1f3 !important;
  transform: scale(1.1);
}
.btn-info:hover div,
.btn-info:focus div,
.btn-info.focus div,
.btn-info.active div,
.btn-info:active:focus div {
  overflow: hidden;
}
.btn-info:hover span,
.btn-info:focus span,
.btn-info.focus span,
.btn-info.active span,
.btn-info:active:focus span {
  overflow: hidden;
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info:hover span::before,
.btn-info:focus span::before,
.btn-info.focus span::before,
.btn-info.active span::before,
.btn-info:active:focus span::before {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info span {
  display: block;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #28d1f3 !important;
}
.btn-success {
  overflow: hidden;
  border-color: #24c47a;
  border-width: 5px !important;
  box-shadow: none;
}
.btn-success,
.btn-success:active {
  background-color: #24c47a !important;
  border-color: #24c47a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active,
.btn-success:active:focus {
  box-shadow: none !important;
  color: #ffffff !important;
  background-color: #3fdc93 !important;
  border-color: #3fdc93 !important;
  transform: scale(1.1);
}
.btn-success:hover div,
.btn-success:focus div,
.btn-success.focus div,
.btn-success.active div,
.btn-success:active:focus div {
  overflow: hidden;
}
.btn-success:hover span,
.btn-success:focus span,
.btn-success.focus span,
.btn-success.active span,
.btn-success:active:focus span {
  overflow: hidden;
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success:hover span::before,
.btn-success:focus span::before,
.btn-success.focus span::before,
.btn-success.active span::before,
.btn-success:active:focus span::before {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success span {
  display: block;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3fdc93 !important;
}
.btn-warning {
  overflow: hidden;
  border-color: #e8ae00;
  border-width: 5px !important;
  box-shadow: none;
}
.btn-warning,
.btn-warning:active {
  background-color: #e8ae00 !important;
  border-color: #e8ae00 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active,
.btn-warning:active:focus {
  box-shadow: none !important;
  color: #1c1500 !important;
  background-color: #ffc61c !important;
  border-color: #ffc61c !important;
  transform: scale(1.1);
}
.btn-warning:hover div,
.btn-warning:focus div,
.btn-warning.focus div,
.btn-warning.active div,
.btn-warning:active:focus div {
  overflow: hidden;
}
.btn-warning:hover span,
.btn-warning:focus span,
.btn-warning.focus span,
.btn-warning.active span,
.btn-warning:active:focus span {
  overflow: hidden;
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning:hover span::before,
.btn-warning:focus span::before,
.btn-warning.focus span::before,
.btn-warning.active span::before,
.btn-warning:active:focus span::before {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning span {
  display: block;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc61c !important;
}
.btn-danger {
  overflow: hidden;
  border-color: #c62232;
  border-width: 5px !important;
  box-shadow: none;
}
.btn-danger,
.btn-danger:active {
  background-color: #c62232 !important;
  border-color: #c62232 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active,
.btn-danger:active:focus {
  box-shadow: none !important;
  color: #ffffff !important;
  background-color: #de3d4d !important;
  border-color: #de3d4d !important;
  transform: scale(1.1);
}
.btn-danger:hover div,
.btn-danger:focus div,
.btn-danger.focus div,
.btn-danger.active div,
.btn-danger:active:focus div {
  overflow: hidden;
}
.btn-danger:hover span,
.btn-danger:focus span,
.btn-danger.focus span,
.btn-danger.active span,
.btn-danger:active:focus span {
  overflow: hidden;
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger:hover span::before,
.btn-danger:focus span::before,
.btn-danger.focus span::before,
.btn-danger.active span::before,
.btn-danger:active:focus span::before {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger span {
  display: block;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #de3d4d !important;
}
.btn-white {
  overflow: hidden;
  border-color: #eff0ec;
  border-width: 5px !important;
  box-shadow: none;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active,
.btn-white:active:focus {
  box-shadow: none !important;
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transform: scale(1.1);
}
.btn-white:hover div,
.btn-white:focus div,
.btn-white.focus div,
.btn-white.active div,
.btn-white:active:focus div {
  overflow: hidden;
}
.btn-white:hover span,
.btn-white:focus span,
.btn-white.focus span,
.btn-white.active span,
.btn-white:active:focus span {
  overflow: hidden;
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white:hover span::before,
.btn-white:focus span::before,
.btn-white.focus span::before,
.btn-white.active span::before,
.btn-white:active:focus span::before {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white span {
  display: block;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
}
.btn-black {
  overflow: hidden;
  border-color: #232323;
  border-width: 5px !important;
  box-shadow: none;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active,
.btn-black:active:focus {
  box-shadow: none !important;
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  transform: scale(1.1);
}
.btn-black:hover div,
.btn-black:focus div,
.btn-black.focus div,
.btn-black.active div,
.btn-black:active:focus div {
  overflow: hidden;
}
.btn-black:hover span,
.btn-black:focus span,
.btn-black.focus span,
.btn-black.active span,
.btn-black:active:focus span {
  overflow: hidden;
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black:hover span::before,
.btn-black:focus span::before,
.btn-black.focus span::before,
.btn-black.active span::before,
.btn-black:active:focus span::before {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black span {
  display: block;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
}
.btn-primary-outline {
  box-shadow: none;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d68c45;
  color: #d68c45;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a16123 !important;
  background-color: transparent !important;
  border-color: #a16123 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d68c45 !important;
  border-color: #d68c45 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d68c45;
  color: #d68c45;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a16123 !important;
  background-color: transparent !important;
  border-color: #a16123 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d68c45 !important;
  border-color: #d68c45 !important;
}
.btn-secondary-outline {
  box-shadow: none;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4c956c;
  color: #4c956c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2f5c42 !important;
  background-color: transparent !important;
  border-color: #2f5c42 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4c956c !important;
  border-color: #4c956c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4c956c;
  color: #4c956c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2f5c42 !important;
  background-color: transparent !important;
  border-color: #2f5c42 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4c956c !important;
  border-color: #4c956c !important;
}
.btn-info-outline {
  box-shadow: none;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cb9dc;
  color: #0cb9dc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #08748a !important;
  background-color: transparent !important;
  border-color: #08748a !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cb9dc !important;
  border-color: #0cb9dc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cb9dc;
  color: #0cb9dc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #08748a !important;
  background-color: transparent !important;
  border-color: #08748a !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cb9dc !important;
  border-color: #0cb9dc !important;
}
.btn-success-outline {
  box-shadow: none;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #24c47a;
  color: #24c47a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #177b4c !important;
  background-color: transparent !important;
  border-color: #177b4c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #24c47a !important;
  border-color: #24c47a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #24c47a;
  color: #24c47a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #177b4c !important;
  background-color: transparent !important;
  border-color: #177b4c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #24c47a !important;
  border-color: #24c47a !important;
}
.btn-warning-outline {
  box-shadow: none;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e8ae00;
  color: #e8ae00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #916d00 !important;
  background-color: transparent !important;
  border-color: #916d00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e8ae00 !important;
  border-color: #e8ae00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e8ae00;
  color: #e8ae00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #916d00 !important;
  background-color: transparent !important;
  border-color: #916d00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e8ae00 !important;
  border-color: #e8ae00 !important;
}
.btn-danger-outline {
  box-shadow: none;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c62232;
  color: #c62232;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7c151f !important;
  background-color: transparent !important;
  border-color: #7c151f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c62232 !important;
  border-color: #c62232 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c62232;
  color: #c62232;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7c151f !important;
  background-color: transparent !important;
  border-color: #7c151f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c62232 !important;
  border-color: #c62232 !important;
}
.btn-black-outline {
  box-shadow: none;
}
.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-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 {
  box-shadow: none;
}
.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;
}
.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: #d68c45 !important;
}
.text-secondary {
  color: #4c956c !important;
}
.text-success {
  color: #24c47a !important;
}
.text-info {
  color: #0cb9dc !important;
}
.text-warning {
  color: #e8ae00 !important;
}
.text-danger {
  color: #c62232 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #945921 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2a513b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #146e44 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #07687b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #826200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6f131c !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: #d68c45;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cb9dc;
}
.alert-warning {
  background-color: #e8ae00;
}
.alert-danger {
  background-color: #c62232;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d68c45;
  border-color: #d68c45;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d68c45;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbf3ec;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #80e8b8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b9f0fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffedb5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e97f89;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #d68c45 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #d68c45;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d68c45;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d68c45;
}
.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: #d68c45;
  border-bottom-color: #d68c45;
}
.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: #d68c45 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4c956c !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='%23d68c45' %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;
  }
}
.cid-uhYLm8rgV6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uhYLm8rgV6 .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;
}
@media (max-width: 767px) {
  .cid-uhYLm8rgV6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uhYLm8rgV6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhYLm8rgV6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uhYLm8rgV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhYLm8rgV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhYLm8rgV6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uhYLm8rgV6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uhYLm8rgV6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uhYLm8rgV6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uhYLm8rgV6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uhYLm8rgV6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uhYLm8rgV6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uhYLm8rgV6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uhYLm8rgV6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uhYLm8rgV6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uhYLm8rgV6 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhYLm8rgV6 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uhYLm8rgV6 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhYLm8rgV6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uhYLm8rgV6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uhYLm8rgV6 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uhYLm8rgV6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhYLm8rgV6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uhYLm8rgV6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhYLm8rgV6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-uhYLm8rgV6 .nav-item:focus,
.cid-uhYLm8rgV6 .nav-link:focus {
  outline: none;
}
.cid-uhYLm8rgV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhYLm8rgV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhYLm8rgV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhYLm8rgV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhYLm8rgV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhYLm8rgV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhYLm8rgV6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uhYLm8rgV6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uhYLm8rgV6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhYLm8rgV6 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uhYLm8rgV6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uhYLm8rgV6 .navbar.collapsed {
  justify-content: center;
}
.cid-uhYLm8rgV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhYLm8rgV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhYLm8rgV6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uhYLm8rgV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhYLm8rgV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhYLm8rgV6 .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-uhYLm8rgV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhYLm8rgV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhYLm8rgV6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uhYLm8rgV6 .navbar {
    min-height: 72px;
  }
  .cid-uhYLm8rgV6 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhYLm8rgV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhYLm8rgV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhYLm8rgV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhYLm8rgV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhYLm8rgV6 .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-uhYLm8rgV6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhYLm8rgV6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uhYLm8rgV6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhYLm8rgV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhYLm8rgV6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uhYLm8rgV6 .dropdown-item.active,
.cid-uhYLm8rgV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhYLm8rgV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhYLm8rgV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhYLm8rgV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhYLm8rgV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uhYLm8rgV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uhYLm8rgV6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uhYLm8rgV6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhYLm8rgV6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uhYLm8rgV6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uhYLm8rgV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhYLm8rgV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #a0e1e1;
}
.cid-uhYLm8rgV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhYLm8rgV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhYLm8rgV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhYLm8rgV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhYLm8rgV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhYLm8rgV6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhYLm8rgV6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhYLm8rgV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhYLm8rgV6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uhYLm8rgV6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhYLm8rgV6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhYLm8rgV6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhYLm8rgV6 .navbar {
    height: 70px;
  }
  .cid-uhYLm8rgV6 .navbar.opened {
    height: auto;
  }
  .cid-uhYLm8rgV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhYLm8rgV6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uhYLm8rgV6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uhYLm8rgV6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uhYLm8rgV6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uhYLm8rgV6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uhYLm8rgV6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uhYLm8rgV6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uhYLm8rgV6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uhYLm8rgV6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uhYLm8rgV6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uhYLm8rgV6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uhYLm8rgV6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhYLm8rgV6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uhYLm8rgV6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uhYLm8rgV6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uhYLm8rgV6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uhYLm8rgV6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uhYLm8rgV6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uhYLm8rgV6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhYLm8sRsP {
  display: flex;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uhYLm8sRsP .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uhYLm8sRsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8sRsP .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uhYLm8sRsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uhYLm8sRsP {
    align-items: flex-end;
  }
  .cid-uhYLm8sRsP .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhYLm8sRsP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhYLm8sRsP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhYLm8sRsP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhYLm8sRsP .content-wrap {
    width: 100%;
  }
}
.cid-uhYLm8sRsP .mbr-section-subtitle,
.cid-uhYLm8sRsP .line {
  color: #ffffff;
}
.cid-uhYLm8sRsP .mbr-text,
.cid-uhYLm8sRsP .mbr-section-btn {
  text-align: right;
}
.cid-ui4qHoNc2H {
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-color: #fffcee;
}
.cid-ui4qHoNc2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui4qHoNc2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui4qHoNc2H .row {
  flex-direction: row-reverse;
}
.cid-uhYLm8tIW5 {
  display: flex;
  padding-top: 5vw;
  padding-bottom: 5vw;
  background-color: transparent;
}
@media (max-width: 767px) {
	.cid-uhYLm8tIW5 {
	  padding-top: 2.5vw;
	  padding-bottom: 2.5vw;
	}
}
.cid-uhYLm8tIW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8tIW5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYLm8tIW5 .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-uhYLm8tIW5 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uhYLm8tIW5 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uhYLm8tIW5 {
    align-items: center;
  }
  .cid-uhYLm8tIW5 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhYLm8tIW5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhYLm8tIW5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhYLm8tIW5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhYLm8tIW5 .content-wrap {
    width: 100%;
    padding: 2rem 1rem;
  }
	.cid-uhYLm8tIW5 .line {
	  margin-top: 2rem;
	}
}
.cid-uhYLm8tIW5 .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uhYLm8tIW5 .mbr-text,
.cid-uhYLm8tIW5 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uhYLm8tIW5 .mbr-section-title,
.cid-uhYLm8tIW5 .line {
  color: #000000;
}
.cid-uhYLm8t7CS {
  display: flex;
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-color: transparent;
}
.cid-uhYLm8t7CS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8t7CS .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uhYLm8t7CS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYLm8t7CS h1 {
  max-width: 800px;
}
.cid-uhYLm8t7CS p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uhYLm8t7CS {
    align-items: center;
  }
  .cid-uhYLm8t7CS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhYLm8t7CS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhYLm8t7CS {
    -webkit-align-items: center;
    align-items: center;
	padding-top: 2.5vw;
	padding-bottom: 2.5vw;
  }
  .cid-uhYLm8t7CS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhYLm8t7CS .content-wrap {
    width: 100%;
  }
}
.cid-uhYLm8t7CS .mbr-section-subtitle,
.cid-uhYLm8t7CS .line {
  color: #291f1e;
}
.cid-uhYLm8t7CS .mbr-text,
.cid-uhYLm8t7CS .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uhYLm8t7CS .mbr-section-title {
  color: #000000;
}
.cid-uhYLm8th7j {
  display: flex;
}
.cid-uhYLm8th7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8th7j .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-uhYLm8th7j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uhYLm8th7j p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uhYLm8th7j {
    align-items: center;
  }
  .cid-uhYLm8th7j .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhYLm8th7j .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhYLm8th7j {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhYLm8th7j .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhYLm8th7j .content-wrap {
    width: 100%;
  }
}
.cid-uhYLm8th7j .mbr-section-subtitle,
.cid-uhYLm8th7j .line {
  color: #ffffff;
}
.cid-uhYLm8th7j .mbr-text,
.cid-uhYLm8th7j .mbr-section-btn {
  text-align: right;
}
.cid-uhYLm8u4hD {
  display: flex;
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-color: #2c6e49;
}
.cid-uhYLm8u4hD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8u4hD .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uhYLm8u4hD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYLm8u4hD h1 {
  max-width: 800px;
}
.cid-uhYLm8u4hD p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uhYLm8u4hD {
    align-items: center;
  }
  .cid-uhYLm8u4hD .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhYLm8u4hD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhYLm8u4hD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhYLm8u4hD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhYLm8u4hD .content-wrap {
    width: 100%;
  }
}
.cid-uhYLm8u4hD .mbr-section-subtitle,
.cid-uhYLm8u4hD .line {
  color: #FFFFFF;
}
.cid-uhYLm8u4hD .mbr-text,
.cid-uhYLm8u4hD .mbr-section-btn {
  text-align: left;
  color: #FFFFFF;
}
.cid-uhYLm8u4hD .mbr-section-title {
  color: #FFFFFF;
}
.cid-uhYLm8u6xC {
  padding-top: 7.5vw;
  padding-bottom: 7.5vw;
  background-color: #fffcee;
}
.cid-uhYLm8u6xC .video-wrapper iframe {
  width: 100%;
}
.cid-uhYLm8u6xC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYLm8u6xC .mbr-section-title,
.cid-uhYLm8u6xC .mbr-section-subtitle,
.cid-uhYLm8u6xC .mbr-text {
  text-align: center;
}
.cid-uhYLm8vaJI {
  display: flex;
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-color: #2c6e49;
}
.cid-uhYLm8vaJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8vaJI .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uhYLm8vaJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uhYLm8vaJI {
    align-items: center;
  }
  .cid-uhYLm8vaJI .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhYLm8vaJI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhYLm8vaJI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhYLm8vaJI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhYLm8vaJI .content-wrap {
    width: 100%;
  }
}
.cid-uhYLm8vaJI .mbr-section-subtitle,
.cid-uhYLm8vaJI .line {
  color: #FFFFFF;
}
.cid-uhYLm8vaJI .mbr-text,
.cid-uhYLm8vaJI .mbr-section-btn {
  text-align: left;
  color: #FFFFFF;
}
.cid-uhYLm8vaJI .mbr-section-title {
  color: #FFFFFF;
}
.cid-uhYLm8xk0z {
  display: flex;
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-color: transparent;
}
.cid-uhYLm8xk0z .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 767px) {
  .cid-uhYLm8xk0z .display-1 {
    font-size: 2rem;
  }
}
.cid-uhYLm8xk0z a {
  display: block;
  width: 100%;
}
.cid-uhYLm8xk0z a:hover {
  background-image: none !important;
}
.cid-uhYLm8xk0z .content-wrap {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.cid-uhYLm8xk0z .content-wrap:before {
  content: '';
  width: 150%;
  height: 0%;
  background: #000000;
  position: absolute;
  transition: all 0.5s;
  left: -25%;
  bottom: -25%;
  transform: rotate(2deg);
}
.cid-uhYLm8xk0z .content-wrap:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  transition: all 0.5s;
  background: #000000;
  right: 20px;
  top: 50%;
  transform: translateY(-10px);
  border-radius: 50%;
}
.cid-uhYLm8xk0z .content-wrap:hover:before {
  height: 150%;
}
.cid-uhYLm8xk0z .content-wrap:hover:after {
  background-color: #eaf1ed;
  right: 40px;
}
.cid-uhYLm8xk0z .content-wrap:hover .mbr-section-title,
.cid-uhYLm8xk0z .content-wrap:hover .mbr-section-title a {
  color: #eaf1ed !important;
  z-index: 2;
  position: relative;
}
.cid-uhYLm8xk0z .content-wrap:hover .mbr-section-title {
  padding-left: 2rem;
}
.cid-uhYLm8xk0z .mbr-section-title {
  margin-top: 2rem;
  transition: all 0.3s;
  padding: 0 1rem;
  color: #d70081;
}
.cid-uhYLm8xk0z .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uhYLm8xk0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYLm8xk0z .mbr-section-subtitle,
.cid-uhYLm8xk0z .line {
  color: #291f1e;
}
.cid-uhYLm8xk0z .mbr-text,
.cid-uhYLm8xk0z .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uhYLm8xk0z .mbr-section-title,
.cid-uhYLm8xk0z .line {
  color: #000000;
}
.cid-uhYLm8xk0z .mbr-section-subtitle {
  color: #000000;
}
.cid-uhYLm8xrvz {
  padding-top: 7.5vw;
  padding-bottom: 7.5vw;
  background-color: transparent;
}
.cid-uhYLm8xrvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8xrvz .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uhYLm8xrvz .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhYLm8xrvz .line {
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0.5;
  margin: 1rem 0;
  margin-bottom: 2rem;
}
.cid-uhYLm8xrvz .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uhYLm8xrvz .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uhYLm8xrvz .card-box {
  padding: 0 2rem;
}
.cid-uhYLm8xrvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYLm8xrvz .card-title,
.cid-uhYLm8xrvz .iconfont-wrapper,
.cid-uhYLm8xrvz .card-text {
  color: #000000;
  text-align: center;
}
.cid-uhYLm8xrvz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uhYLm8xrvz .mbr-section-btn {
  text-align: center;
}
.cid-uhYLm8xrvz .card-text,
.cid-uhYLm8xrvz .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uhYLm8xrvz .card-title,
.cid-uhYLm8xrvz .iconfont-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uhYLm8xrvz .mbr-section-subtitle {
  color: #291f1e;
  text-align: left;
}
.cid-uhYLm8xrvz .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uhYLm8xrvz .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uhYLm8xrvz .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhYLm8xrvz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhYLm8xrvz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhYLm8xXCe {
  display: flex;
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-color: transparent;
}
.cid-uhYLm8xXCe .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 767px) {
  .cid-uhYLm8xXCe .display-1 {
    font-size: 2rem;
  }
}
.cid-uhYLm8xXCe .mbr-section-title {
  padding-left: 2rem;
}
.cid-uhYLm8xXCe .content-wrap {
  position: relative;
  overflow: hidden;
}
.cid-uhYLm8xXCe .content-wrap:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  transition: all 0.5s;
  background: #d68c45;
  left: 33px;
  top: 13px;
  border-radius: 50%;
}
.cid-uhYLm8xXCe .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-uhYLm8xXCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYLm8xXCe .mbr-section-subtitle,
.cid-uhYLm8xXCe .line {
  color: #291f1e;
}
.cid-uhYLm8xXCe .mbr-text,
.cid-uhYLm8xXCe .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uhYLm8xXCe .mbr-section-title,
.cid-uhYLm8xXCe .line {
  color: #291f1e;
  text-align: left;
}
.cid-uhYLm8ypqJ {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  background-color: #2c6e49;
}
.cid-uhYLm8ypqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8ypqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYLm8ypqJ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uhYLm8ypqJ .line2 {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 2rem;
}
.cid-uhYLm8ypqJ .title .num {
  width: 100%;
  display: block;
}
.cid-uhYLm8ypqJ .title .card-title {
  z-index: 1;
}
.cid-uhYLm8ypqJ .num {
  color: #FFFFFF;
}
.cid-uhYLm8ypqJ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uhYLm8ypqJ .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uhYLm8ypqJ * {
    text-align: center !important;
  }
  .cid-uhYLm8ypqJ .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uhYLm8ypqJ .card-title,
.cid-uhYLm8ypqJ .card-img {
  color: #FFFFFF;
}
.cid-uhYLm8ypqJ .card-text {
  color: #291f1e;
	min-height: 4vw;
}
.cid-uhYLm8ypqJ .mbr-section-title,
.cid-uhYLm8ypqJ .card-box {
  text-align: left;
}
.cid-uhYLm8ypqJ .mbr-section-title,
.cid-uhYLm8ypqJ .line {
  color: #FFFFFF;
}
.cid-uhYLm8ypqJ .card-text,
.cid-uhYLm8ypqJ .line2 {
  color: #FFFFFF;
}
.cid-uhYLm8ypqJ .mbr-text,
.cid-uhYLm8ypqJ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uhYLm8yEho {
  display: flex;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  background-color: #2c6e49;
}
.cid-uhYLm8yEho .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8yEho .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-uhYLm8yEho h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-uhYLm8yEho h1 {
    margin-bottom: 1rem;
  }
}
.cid-uhYLm8yEho p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-uhYLm8yEho p {
    margin-bottom: 2rem;
  }
}
.cid-uhYLm8yEho .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 3rem;
}
.cid-uhYLm8yEho .image-wrapper,
.cid-uhYLm8yEho img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uhYLm8yEho .image-wrapper,
  .cid-uhYLm8yEho img {
    padding-bottom: 0.5rem;
  }
}
.cid-uhYLm8yEho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhYLm8yEho .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhYLm8yEho {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhYLm8yEho .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhYLm8yEho .content-wrap {
    width: 100%;
  }
}
.cid-uhYLm8yEho .mbr-section-subtitle,
.cid-uhYLm8yEho .line {
  color: #291f1e;
}
.cid-uhYLm8yEho .mbr-text,
.cid-uhYLm8yEho .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uhYLm8yEho .mbr-section-title {
  color: #291f1e;
}
.cid-uhYLm8yEho .mbr-section-title,
.cid-uhYLm8yEho .mbr-section-btn,
.cid-uhYLm8yEho .line {
  text-align: left;
  color: #FFFFFF;
}
.cid-uhYLm8yEho .mbr-text {
  text-align: left;
  color: #FFFFFF;
}
.cid-uhYLm8zm38 {
  display: flex;
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-color: #2c6e49;
}
.cid-uhYLm8zm38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8zm38 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uhYLm8zm38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uhYLm8zm38 {
    align-items: center;
  }
  .cid-uhYLm8zm38 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhYLm8zm38 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhYLm8zm38 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhYLm8zm38 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhYLm8zm38 .content-wrap {
    width: 100%;
  }
}
.cid-uhYLm8zm38 .mbr-section-subtitle,
.cid-uhYLm8zm38 .line {
  color: #FFFFFF;
}
.cid-uhYLm8zm38 .mbr-text,
.cid-uhYLm8zm38 .mbr-section-btn {
  text-align: left;
  color: #FFFFFF;
}
.cid-uhYLm8zm38 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uhYLm8AgUR {
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-color: transparent;
}
.cid-uhYLm8AgUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8AgUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYLm8AgUR .row {
  align-items: flex-end;
}
.cid-uhYLm8AgUR .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uhYLm8AgUR .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uhYLm8AgUR img,
.cid-uhYLm8AgUR .item-img {
  width: 100%;
}
.cid-uhYLm8AgUR H5 {
  color: #291f1e;
}
.cid-uhYLm8AgUR .mbr-text,
.cid-uhYLm8AgUR .mbr-section-btn {
  color: #291f1e;
}
.cid-uhYLm8BMuE {
  display: flex;
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-image: url("../../../assets/images/photo-1565402170291-8491f14678db.jpeg");
}
.cid-uhYLm8BMuE .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uhYLm8BMuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8BMuE .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uhYLm8BMuE .line {
    margin-bottom: 10rem;
  }
}
.cid-uhYLm8BMuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYLm8BMuE p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uhYLm8BMuE {
    align-items: center;
  }
  .cid-uhYLm8BMuE .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhYLm8BMuE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhYLm8BMuE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhYLm8BMuE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhYLm8BMuE .content-wrap {
    width: 100%;
  }
}
.cid-uhYLm8BMuE .mbr-section-subtitle,
.cid-uhYLm8BMuE .line {
  color: #ffffff;
}
.cid-uhYLm8BMuE .mbr-text,
.cid-uhYLm8BMuE .mbr-section-btn {
  text-align: left;
}
.cid-uhYLm8DB7O {
  display: flex;
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-color: transparent;
}
.cid-uhYLm8DB7O .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 767px) {
  .cid-uhYLm8DB7O .display-1 {
    font-size: 2rem;
  }
}
.cid-uhYLm8DB7O .mbr-section-title {
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-uhYLm8DB7O .mbr-section-title {
    padding-left: 2rem;
  }
}
.cid-uhYLm8DB7O .content-wrap {
  position: relative;
  overflow: hidden;
}
.cid-uhYLm8DB7O .content-wrap:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  background: #000000;
  left: 0px;
  top: 6px;
  border-radius: 50%;
}
.cid-uhYLm8DB7O .line {
  width: 100%;
  height: 1px;
  background: #000000;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-uhYLm8DB7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYLm8DB7O .mbr-section-subtitle,
.cid-uhYLm8DB7O .line {
  color: #291f1e;
}
.cid-uhYLm8DB7O .mbr-text,
.cid-uhYLm8DB7O .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uhYLm8DB7O .mbr-section-title,
.cid-uhYLm8DB7O .line {
  color: #d70081;
  text-align: left;
}
.cid-uhYLm8DB7O .mbr-section-maintitle {
  color: #000000;
}
.cid-uhYLm8DB7O .mbr-section-title,
.cid-uhYLm8DB7O .line,
.cid-uhYLm8DB7O .content-wrap::after {
  color: #000000;
}
.cid-uhYLm8DB7O .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uhYLm8DXgN {
  display: flex;
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-color: #2c6e49;
}
.cid-uhYLm8DXgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8DXgN .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uhYLm8DXgN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYLm8DXgN h1 {
  max-width: 800px;
}
.cid-uhYLm8DXgN p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uhYLm8DXgN {
    align-items: center;
  }
  .cid-uhYLm8DXgN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhYLm8DXgN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhYLm8DXgN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhYLm8DXgN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhYLm8DXgN .content-wrap {
    width: 100%;
  }
}
.cid-uhYLm8DXgN .mbr-section-subtitle,
.cid-uhYLm8DXgN .line {
  color: #FFFFFF;
}
.cid-uhYLm8DXgN .mbr-text,
.cid-uhYLm8DXgN .mbr-section-btn {
  text-align: left;
  color: #FFFFFF;
}
.cid-uhYLm8DXgN .mbr-section-title {
  color: #FFFFFF;
}
.cid-uhYLm8EuFc {
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-color: #fffcee;
}
.cid-uhYLm8EuFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8EuFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYLm8EuFc .row {
  flex-direction: row-reverse;
}
.cid-uhYLm8EuFc .mbr-description {
  text-align: left;
}
.cid-uhYLm8EoSn {
  display: flex;
  padding-top: 5vw;
  padding-bottom: 5vw;
  background-color: #2c6e49;
}
.cid-uhYLm8EoSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8EoSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYLm8EoSn .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uhYLm8EoSn .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uhYLm8EoSn {
    align-items: center;
  }
  .cid-uhYLm8EoSn .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhYLm8EoSn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhYLm8EoSn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhYLm8EoSn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhYLm8EoSn .content-wrap {
    width: 100%;
  }
}
.cid-uhYLm8EoSn .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-uhYLm8EoSn .mbr-text,
.cid-uhYLm8EoSn .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uhYLm8EoSn .mbr-section-subtitle {
  color: #FFFFFF;
  text-align: center;
}
.cid-uhYLm8H7GG {
  display: flex;
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-color: #2c6e49;
}
.cid-uhYLm8H7GG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8H7GG .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uhYLm8H7GG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uhYLm8H7GG {
    align-items: center;
  }
  .cid-uhYLm8H7GG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhYLm8H7GG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhYLm8H7GG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhYLm8H7GG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhYLm8H7GG .content-wrap {
    width: 100%;
  }
}
.cid-uhYLm8H7GG .mbr-section-subtitle,
.cid-uhYLm8H7GG .line {
  color: #FFFFFF;
}
.cid-uhYLm8H7GG .mbr-text,
.cid-uhYLm8H7GG .mbr-section-btn {
  text-align: left;
  color: #FFFFFF;
}
.cid-uhYLm8H7GG .mbr-section-title {
  color: #FFFFFF;
}
.cid-uhYLm8HeQv {
  display: flex;
  padding-top: 5vw;
  padding-bottom: 5vw;
  background-color: #2c6e49;
}
.cid-uhYLm8HeQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8HeQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYLm8HeQv .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uhYLm8HeQv .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uhYLm8HeQv {
    align-items: center;
  }
  .cid-uhYLm8HeQv .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhYLm8HeQv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhYLm8HeQv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhYLm8HeQv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhYLm8HeQv .content-wrap {
    width: 100%;
  }
}
.cid-uhYLm8HeQv .mbr-section-title {
  text-align: left;
  color: #291f1e;
}
.cid-uhYLm8HeQv .mbr-text,
.cid-uhYLm8HeQv .mbr-section-btn {
  text-align: left;
  color: #FFFFFF;
}
.cid-uhYLm8HbxC {
  display: flex;
  padding-top: 18.75vw;
  padding-bottom: 11.25vw;
  background-image: url("../../../assets/images/83dcefb7-1600x899.jpg");
}
.cid-uhYLm8HbxC .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uhYLm8HbxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8HbxC .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-uhYLm8HbxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYLm8HbxC p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uhYLm8HbxC {
    align-items: center;
  }
  .cid-uhYLm8HbxC .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhYLm8HbxC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhYLm8HbxC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uhYLm8HbxC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhYLm8HbxC .content-wrap {
    width: 100%;
  }
}
.cid-uhYLm8HbxC .mbr-section-subtitle,
.cid-uhYLm8HbxC .line {
  color: #ffffff;
}
.cid-uhYLm8HbxC .mbr-text,
.cid-uhYLm8HbxC .mbr-section-btn {
  text-align: right;
}
.cid-uhYLm8IUPZ {
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-color: #000000;
}
.cid-uhYLm8IUPZ input {
  padding: 1.5rem 2rem;
  border: 0px !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uhYLm8IUPZ input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uhYLm8IUPZ .btn,
.cid-uhYLm8IUPZ .wrapper {
  border-radius: 2rem !important;
}
.cid-uhYLm8IUPZ .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uhYLm8IUPZ .btn {
    width: 100%;
  }
}
.cid-uhYLm8IUPZ .btn:hover,
.cid-uhYLm8IUPZ .btn:focus {
  transform: none !important;
}
.cid-uhYLm8IUPZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uhYLm8IUPZ .social-row {
    justify-content: center;
  }
}
.cid-uhYLm8IUPZ .soc-item {
  margin: 8px;
}
.cid-uhYLm8IUPZ .soc-item a:hover .mbr-iconfont,
.cid-uhYLm8IUPZ .soc-item a:focus .mbr-iconfont {
  background-color: #2c6e49;
  transform: scale(1.1);
}
.cid-uhYLm8IUPZ .soc-item a .mbr-iconfont {
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 26px;
  background-color: #2c6e49;
  color: #000000;
  transition: all 0.3s ease-in-out;
  transform: translateZ(0) scale(1, 1);
}
@media (max-width: 767px) {
  .cid-uhYLm8IUPZ .soc-item a .mbr-iconfont {
    width: 54px;
    height: 54px;
  }
}
.cid-uhYLm8IUPZ .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uhYLm8IUPZ .mbr-section-btn {
    width: 100%;
  }
}
.cid-uhYLm8IUPZ .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uhYLm8IUPZ .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-uhYLm8IUPZ .form-group {
  margin: 0;
}
.cid-uhYLm8IUPZ .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uhYLm8IUPZ .wrapper {
    border-radius: 1rem !important;
    width: 100%;
    margin: 0;
  }
  .cid-uhYLm8IUPZ .wrapper .btn {
    border-radius: 1rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uhYLm8IUPZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uhYLm8IUPZ .justify-content-center {
  align-items: center;
}
.cid-uhYLm8IUPZ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uhYLm8IUPZ .mbr-section-title,
.cid-uhYLm8IUPZ .mbr-section-title2 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uhYLm8IUPZ .mbr-section-title,
  .cid-uhYLm8IUPZ .mbr-section-title2 {
    text-align: center;
  }
}
.cid-uhYLm8JtKb {
  padding-top: 7.5vw;
  padding-bottom: 7.5vw;
  background-color: #2c6e49;
}
.cid-uhYLm8JtKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8JtKb .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uhYLm8JtKb .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhYLm8JtKb .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uhYLm8JtKb .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uhYLm8JtKb .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: #ffffff;
  border-radius: 50%;
}
.cid-uhYLm8JtKb .card-box {
  padding: 0 2rem;
}
.cid-uhYLm8JtKb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYLm8JtKb .card-title,
.cid-uhYLm8JtKb .iconfont-wrapper,
.cid-uhYLm8JtKb .card-text {
  color: #000000;
  text-align: center;
}
.cid-uhYLm8JtKb .mbr-section-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-uhYLm8JtKb .mbr-section-btn {
  text-align: center;
}
.cid-uhYLm8JtKb .card-text,
.cid-uhYLm8JtKb .mbr-section-btn {
  color: #FFFFFF;
  text-align: left;
}
.cid-uhYLm8JtKb .card-title,
.cid-uhYLm8JtKb .iconfont-wrapper {
  text-align: left;
  color: #FFFFFF;
}
.cid-uhYLm8JtKb .mbr-section-subtitle {
  color: #FFFFFF;
  text-align: left;
}
.cid-uhYLm8RMB8 {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  background-color: #dfa66f;
}
.cid-uhYLm8RMB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhYLm8RMB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhYLm8RMB8 .col-12 {
  align-items: center;
  display: flex;
}
.cid-uhYLm8RMB8 img {
  width: 118px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uhYLm8RMB8 img {
    margin: auto;
    padding-top: .125vw;
  }
}
.cid-uhYLm8RMB8 .copyright {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uhYLm8RMB8 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uhYLm8RMB8 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uhYLm8RMB8 .row-links {
  width: 100%;
}
.cid-uhYLm8RMB8 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uhYLm8RMB8 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 992px) {
  .cid-uhYLm8RMB8 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uhYLm8RMB8 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uhYLm8RMB8 .row-links .row-links-soc {
    justify-content: center;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	PROJECTS BLOCK
/*-----------------------------------------------------------------------------------*/
.projects_block .btn.btn-primary.dropdown-toggle {
	margin-top: 22px;
}
.projects_block .btn.btn-primary {
	margin-top: 22px;
}
.projects_block .dropdown-toggle, .projects_block .dropdown-menu, .projects_block #area {
	width: 200px !important;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
.projects_block {
	margin-top: 50px;
	margin-bottom: 50px;
}
.projects_block .project_item {
	position:relative; 
	overflow:hidden;
}
.projects_block .project_item .hover_img {
	overflow:hidden;
	position:relative;
	width:100%;
	height:224px;
}
.projects_block .project_item .hover_img img {
	width:auto;
	max-width:none;
	height:100%;
}

.projects_block .project_item .proj_descr {
	position:absolute;
	z-index:11;
	left:0;
	top:200px;
	width:100%;
	height:100%;
	background-color: rgba(107, 107, 107, 0.7);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.projects_block .project_item:hover .proj_descr {top:0;
background-color: rgba(107, 107, 107, 0.7);}

.projects_block .project_item .proj_descr .proj_descr_content {
	position:absolute;
	left:0;
	right:0;
	top:57px;
	padding:0 10px;
	color:#ffffff;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.projects_block .project_item:hover .proj_descr .proj_descr_content {top:50%;}

.projects_block .project_item .proj_descr .proj_descr_content a {
	display:block;
	margin-bottom:13px;
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
	color:#ffffff;
}
.projects_block .project_item:hover .proj_descr .proj_descr_content a {color:;}
.projects_block .project_item .proj_descr .proj_descr_content span {display:block;}

#propertyTeasersParameters {
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.propertyTeasersParameter {
	margin-bottom: 15px;
}
.propertyTeasersParameter li {
	padding-left: 12px;
	font-size: 16px;
}
.propertyTeasersParameter input#area {
	position: relative;
	top: 25px;
	padding-left: 12px;
	font-size: 16px;
}
#property_teasers_area_matches {
	position: absolute;
	top: 25px;
	left: 7px;
	padding-left: 12px;
	font-size: 16px;
}
ul#property_teasers_area_matches {
	list-style-type: none;
	width: 225px;
	-webkit-appearance: textfield;
	background-color: white;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	border-radius: 5px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
	outline-width: 5px;
	outline-color: -webkit-focus-ring-color;
	z-index: 100;
}
@media (max-width: 991px) {
	.propertyTeasersParameter input#area {
		top: 0px;
	}
	#property_teasers_area_matches {
		top: 13px !important;
	}
}

.mls {
	float: left;
}
.price {
	float: right;
}
.description {
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	height: 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.projects_block .project_item .hover_img {height:180px;}
	.projects_block .project_item .proj_descr {top:150px;}
	.projects_block .project_item .proj_descr .proj_descr_content {top:60px;}
	.projects_block .project_item .proj_descr .proj_descr_content a {font-size:12px; line-height:17px; margin-bottom:10px;}
	.proj_descr_content span {line-height:15px; font-size:11px;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.projects_block .project_item .hover_img {height:270px;}
	.projects_block .project_item .proj_descr {top:230px;}
	.projects_block .project_item .proj_descr .proj_descr_content {top:70px;}
}
@media (max-width: 767px) {
	.projects_block .row {margin:0 auto;}
	.projects_block .project_item {max-width: 300px; margin-right: auto; margin-left: auto; margin-bottom: 20px;}
	.projects_block .project_item .proj_descr {top:200px;}
	.projects_block .project_item .proj_descr .proj_descr_content {top:58px;}
	.proj_descr { max-width: 300px;  margin-right: auto; margin-left: auto;}
	.hover_img { max-width: 300px;  margin-right: auto; margin-left: auto;}
	.noUi-value-large { font-size: 2vw; }
}
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-danger.disabled, .btn-danger[disabled], .btn-default.disabled, .btn-default[disabled], .btn-info.disabled, .btn-info[disabled], .btn-primary.disabled, .btn-primary[disabled], .btn-success.disabled, .btn-success[disabled], .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-default, fieldset[disabled] .btn-info, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-success, fieldset[disabled] .btn-warning {
    -webkit-box-shadow: none;
    box-shadow:none
}

.btn-danger .badge, .btn-default .badge, .btn-info .badge, .btn-primary .badge, .btn-success .badge, .btn-warning .badge {
    text-shadow:none
}

.btn.active, .btn:active {
    background-image:none
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color:#ccc
}

.btn-default:focus, .btn-default:hover {
    background-color: #e0e0e0;
    background-position:0 -15px
}

.btn-default.active, .btn-default:active {
    background-color: #e0e0e0;
    border-color:#dbdbdb
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #e0e0e0;
    background-image:none
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color:#245580
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #265a88;
    background-position:0 -15px
}

.btn-primary.active, .btn-primary:active {
    background-color: #265a88;
    border-color:#245580
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #265a88;
    background-image:none
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color:#3e8f3e
}

.btn-success:focus, .btn-success:hover {
    background-color: #419641;
    background-position:0 -15px
}

.btn-success.active, .btn-success:active {
    background-color: #419641;
    border-color:#3e8f3e
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #419641;
    background-image:none
}

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color:#28a4c9
}

.btn-info:focus, .btn-info:hover {
    background-color: #2aabd2;
    background-position:0 -15px
}

.btn-info.active, .btn-info:active {
    background-color: #2aabd2;
    border-color:#28a4c9
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #2aabd2;
    background-image:none
}

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color:#e38d13
}

.btn-warning:focus, .btn-warning:hover {
    background-color: #eb9316;
    background-position:0 -15px
}

.btn-warning.active, .btn-warning:active {
    background-color: #eb9316;
    border-color:#e38d13
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #eb9316;
    background-image:none
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color:#b92c28
}

.btn-danger:focus, .btn-danger:hover {
    background-color: #c12e2a;
    background-position:0 -15px
}

.btn-danger.active, .btn-danger:active {
    background-color: #c12e2a;
    border-color:#b92c28
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #c12e2a;
    background-image:none
}
/*! nouislider - 8.1.0 - 2015-10-25 16:05:44 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.noUi-target {
    position: relative;
    direction:ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index:1
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom:0
}

.noUi-handle {
    position: relative;
    z-index:1
}

.noUi-stacking .noUi-handle {
    z-index:10
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition:left .3s, top .3s
}

.noUi-state-drag * {
    cursor:inherit !important
}

.noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
}

.noUi-horizontal {
    height:18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top:-6px
}

.noUi-vertical {
    width:18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top:-17px
}

.noUi-background {
    background: #FAFAFA;
    box-shadow:inset 0 1px 1px #f0f0f0
}

.noUi-connect {
    background: #cccccc;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    -webkit-transition: background 450ms;
    transition:background 450ms
}

.noUi-origin {
    border-radius:2px
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow:inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-target.noUi-connect {
    box-shadow:inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #BBB
}

.noUi-draggable {
    cursor:w-resize
}

.noUi-vertical .noUi-draggable {
    cursor:n-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow:inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow:inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top:6px
}

.noUi-handle:after {
    left:17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top:14px
}

.noUi-vertical .noUi-handle:after {
    top:17px
}

[disabled] .noUi-connect, [disabled].noUi-connect {
    background:#B8B8B8
}

[disabled] .noUi-handle, [disabled].noUi-origin {
    cursor:not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.noUi-pips {
    position: absolute;
    color:#999
}

.noUi-value {
    width: 40px;
    position: absolute;
    text-align:center
}

.noUi-value-sub {
    color: #ccc;
    font-size:10px
}

.noUi-marker {
    position: absolute;
    background:#CCC
}

.noUi-marker-large, .noUi-marker-sub {
    background:#AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 50px;
    top: 100%;
    left: 0;
    width:100%
}

.noUi-value-horizontal {
    margin-left: -20px;
    padding-top:20px
}

.noUi-value-horizontal.noUi-value-sub {
    padding-top:15px
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height:5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height:10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height:15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left:100%
}

.noUi-value-vertical {
    width: 15px;
    margin-left: 20px;
    margin-top:-5px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top:-1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width:10px
}

.noUi-marker-vertical.noUi-marker-large {
    width:15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
    left: -9px;
    text-align: center;
    width:50px
}

.noUi-handle-lower .noUi-tooltip {
    top:-32px
}

.noUi-handle-upper .noUi-tooltip {
    bottom: -32px
}
.btn-primary {
	background-image: -webkit-linear-gradient(top, #a9d3bc 0, #016938 100%);
	background-image: -o-linear-gradient(top, #a9d3bc 0, #016938 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a9d3bc), to(#016938));
	background-image: linear-gradient(to bottom, #a9d3bc 0, #016938 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff549acb', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #245580;
	margin-bottom: 10px;
}
.btn-primary:hover {
	background-image: -webkit-linear-gradient(top, #016938 0, #a9d3bc 100%);
	background-image: -o-linear-gradient(top, #016938 0, #a9d3bc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#016938), to(#a9d3bc));
	background-image: linear-gradient(to bottom, #016938 0, #a9d3bc 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff549acb', endColorstr='#ff337ab7', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #245580;
	background-position: 0 0;
}
