@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #92e156 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #465052 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #92e156 !important;
  border-color: #92e156 !important;
  color: #193008 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #193008 !important;
  background-color: #6ac723 !important;
  border-color: #6ac723 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #193008 !important;
  background-color: #6ac723 !important;
  border-color: #6ac723 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #92e156 !important;
  border-color: #92e156 !important;
  color: #193008 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #193008 !important;
  background-color: #6ac723 !important;
  border-color: #6ac723 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #193008 !important;
  background-color: #6ac723 !important;
  border-color: #6ac723 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #5fb120;
  color: #5fb120;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #193008;
  background-color: #92e156;
  border-color: #92e156;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #193008 !important;
  background-color: #92e156 !important;
  border-color: #92e156 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #5fb120;
  color: #5fb120;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #193008;
  background-color: #92e156;
  border-color: #92e156;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #193008 !important;
  background-color: #92e156 !important;
  border-color: #92e156 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #92e156 !important;
}
.text-secondary {
  color: #92e156 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #465052 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #5fb120 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #5fb120 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #171a1b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #465052;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #92e156;
  border-color: #92e156;
  color: #25450c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #92e156;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #92e156;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #92e156;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #92e156;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #92e156;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #92e156;
  border-bottom-color: #92e156;
}
.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: #92e156 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #92e156 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%2392e156' %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.3;
}
.cid-uFdUjuVyuz .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uFdUjuVyuz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFdUjuVyuz a {
  font-style: normal;
}
.cid-uFdUjuVyuz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFdUjuVyuz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFdUjuVyuz .nav-item:focus,
.cid-uFdUjuVyuz .nav-link:focus {
  outline: none;
}
.cid-uFdUjuVyuz .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFdUjuVyuz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFdUjuVyuz .menu-logo {
  margin-right: auto;
}
.cid-uFdUjuVyuz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFdUjuVyuz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFdUjuVyuz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFdUjuVyuz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFdUjuVyuz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFdUjuVyuz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFdUjuVyuz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFdUjuVyuz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFdUjuVyuz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFdUjuVyuz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFdUjuVyuz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFdUjuVyuz .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFdUjuVyuz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFdUjuVyuz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFdUjuVyuz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFdUjuVyuz .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFdUjuVyuz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFdUjuVyuz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFdUjuVyuz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFdUjuVyuz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFdUjuVyuz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFdUjuVyuz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFdUjuVyuz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFdUjuVyuz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFdUjuVyuz button.navbar-toggler:focus {
  outline: none;
}
.cid-uFdUjuVyuz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uFdUjuVyuz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFdUjuVyuz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFdUjuVyuz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFdUjuVyuz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFdUjuVyuz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFdUjuVyuz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFdUjuVyuz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFdUjuVyuz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFdUjuVyuz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFdUjuVyuz .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFdUjuVyuz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFdUjuVyuz .collapsed .navbar-collapse.collapsing,
.cid-uFdUjuVyuz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFdUjuVyuz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFdUjuVyuz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFdUjuVyuz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFdUjuVyuz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFdUjuVyuz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFdUjuVyuz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFdUjuVyuz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFdUjuVyuz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFdUjuVyuz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFdUjuVyuz .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFdUjuVyuz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFdUjuVyuz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFdUjuVyuz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFdUjuVyuz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFdUjuVyuz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFdUjuVyuz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFdUjuVyuz .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFdUjuVyuz img {
    height: 3.8rem !important;
  }
  .cid-uFdUjuVyuz .btn {
    display: -webkit-flex;
  }
  .cid-uFdUjuVyuz button.navbar-toggler {
    display: block;
  }
  .cid-uFdUjuVyuz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFdUjuVyuz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFdUjuVyuz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFdUjuVyuz .navbar-collapse.collapsing,
  .cid-uFdUjuVyuz .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFdUjuVyuz .navbar-collapse.collapsing .navbar-nav,
  .cid-uFdUjuVyuz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFdUjuVyuz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFdUjuVyuz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFdUjuVyuz .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFdUjuVyuz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFdUjuVyuz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFdUjuVyuz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFdUjuVyuz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFdUjuVyuz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFdUjuVyuz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFdUjuVyuz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFdUjuVyuz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFdUjuVyuz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFdUjuVyuz .nav-link:hover,
.cid-uFdUjuVyuz .dropdown-item:hover {
  color: #375b1b !important;
}
.cid-uFdUly4LF9 {
  background-image: url("../../../assets/images/untitled-design-3-1898x875.png");
}
.cid-uFdUly4LF9 .form-control,
.cid-uFdUly4LF9 .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-uFdUly4LF9 .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
  background: linear-gradient(#d1fab2, #073b4c);
  border: none;
}
.cid-uFdUly4LF9 textarea.form-control {
  min-height: 188px;
}
.cid-uFdUly4LF9 .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-uFdUly4LF9 .content-container {
    padding-right: 5rem;
  }
}
.cid-uFdUly4LF9 .mbr-text,
.cid-uFdUly4LF9 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uFdUly4LF9 H1 {
  color: #ffffff;
}
.cid-uFPxkmf2Mi {
  background-image: url("../../../assets/images/copy-of-print-hk-glass-claddings-1-1056x794.png");
}
.cid-uFPxkmf2Mi .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-uFPxkmf2Mi .media-container-column {
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-uFPxkmf2Mi .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uFRbPhY5ll {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/copy-of-print-hk-glass-claddings-1-1056x794.png");
}
@media (min-width: 992px) {
  .cid-uFRbPhY5ll .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uFRbPhY5ll .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-uFRbPhY5ll .mbr-section-title {
  text-align: left;
}
.cid-uFRbPhY5ll .mbr-text,
.cid-uFRbPhY5ll .mbr-section-btn {
  text-align: left;
}
.cid-uFRhpDBUg3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFRhpDBUg3 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFRhpDBUg3 .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-uFRhpDBUg3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uFRhpDBUg3 .inner-container {
    width: 100% !important;
  }
}
.cid-uFRhpDBUg3 .section-text DIV {
  text-align: left;
}
.cid-uFPCgq26ns {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uFPCgq26ns h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uFPCgq26ns p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uFPCgq26ns .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-uFPCgq26ns .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-uFPCgq26ns .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-uFdUrTTorn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFdUrTTorn .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uFdUrTTorn .icon-block {
  margin-bottom: 10px;
}
.cid-uFdUrTTorn .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-uFdUrTTorn .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-uFdUrTTorn .mbr-text {
  color: #767676;
}
.cid-uFdUrTTorn textarea.form-control {
  min-height: 100px;
}
.cid-uFdUrTTorn a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uFdUrTTorn .google-map {
  height: 25rem;
  position: relative;
}
.cid-uFdUrTTorn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFdUrTTorn .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFdUrTTorn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFdUrTTorn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uFdUrTTorn h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uFdUrTTorn .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uFdUrTTorn .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-uFRjrH42MO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uFRpnuDCzV .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uFRpnuDCzV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFRpnuDCzV a {
  font-style: normal;
}
.cid-uFRpnuDCzV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFRpnuDCzV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFRpnuDCzV .nav-item:focus,
.cid-uFRpnuDCzV .nav-link:focus {
  outline: none;
}
.cid-uFRpnuDCzV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFRpnuDCzV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFRpnuDCzV .menu-logo {
  margin-right: auto;
}
.cid-uFRpnuDCzV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFRpnuDCzV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFRpnuDCzV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFRpnuDCzV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFRpnuDCzV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFRpnuDCzV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFRpnuDCzV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFRpnuDCzV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFRpnuDCzV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFRpnuDCzV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFRpnuDCzV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFRpnuDCzV .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFRpnuDCzV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFRpnuDCzV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFRpnuDCzV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFRpnuDCzV .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFRpnuDCzV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFRpnuDCzV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFRpnuDCzV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFRpnuDCzV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFRpnuDCzV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFRpnuDCzV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFRpnuDCzV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFRpnuDCzV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFRpnuDCzV button.navbar-toggler:focus {
  outline: none;
}
.cid-uFRpnuDCzV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uFRpnuDCzV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFRpnuDCzV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFRpnuDCzV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFRpnuDCzV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFRpnuDCzV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFRpnuDCzV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFRpnuDCzV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFRpnuDCzV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFRpnuDCzV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFRpnuDCzV .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFRpnuDCzV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFRpnuDCzV .collapsed .navbar-collapse.collapsing,
.cid-uFRpnuDCzV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFRpnuDCzV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFRpnuDCzV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFRpnuDCzV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFRpnuDCzV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFRpnuDCzV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFRpnuDCzV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFRpnuDCzV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFRpnuDCzV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFRpnuDCzV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFRpnuDCzV .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFRpnuDCzV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFRpnuDCzV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFRpnuDCzV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFRpnuDCzV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFRpnuDCzV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFRpnuDCzV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFRpnuDCzV .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFRpnuDCzV img {
    height: 3.8rem !important;
  }
  .cid-uFRpnuDCzV .btn {
    display: -webkit-flex;
  }
  .cid-uFRpnuDCzV button.navbar-toggler {
    display: block;
  }
  .cid-uFRpnuDCzV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFRpnuDCzV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFRpnuDCzV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFRpnuDCzV .navbar-collapse.collapsing,
  .cid-uFRpnuDCzV .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFRpnuDCzV .navbar-collapse.collapsing .navbar-nav,
  .cid-uFRpnuDCzV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFRpnuDCzV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFRpnuDCzV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFRpnuDCzV .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFRpnuDCzV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFRpnuDCzV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFRpnuDCzV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFRpnuDCzV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFRpnuDCzV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFRpnuDCzV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFRpnuDCzV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFRpnuDCzV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFRpnuDCzV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFRpnuDCzV .nav-link:hover,
.cid-uFRpnuDCzV .dropdown-item:hover {
  color: #375b1b !important;
}
.cid-uFRrA2xnLa {
  background-image: url("../../../assets/images/copy-of-print-hk-glass-claddings-17-575x384-575x384.png");
}
.cid-uFRrA2xnLa h1 {
  color: #616161;
}
.cid-uFRrA2xnLa h2,
.cid-uFRrA2xnLa h3,
.cid-uFRrA2xnLa p {
  color: #767676;
}
.cid-uFRrA2xnLa .mbr-section-subtitle {
  font-style: italic;
}
.cid-uFRrA2xnLa .mbr-text,
.cid-uFRrA2xnLa .mbr-section-btn {
  color: #232323;
}
.cid-uFRrA2xnLa H1 {
  color: #232323;
}
.cid-uFRqQo09DV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uFRqQo09DV .card-img {
  background-color: #fff;
}
.cid-uFRqQo09DV .card {
  align-self: stretch;
}
.cid-uFRqQo09DV .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uFRqQo09DV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uFRqQo09DV p {
  text-align: left;
}
.cid-uFRqQo09DV .mbr-text {
  color: #767676;
}
.cid-uFRqQo09DV .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uFRqQo09DV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uFRqQo09DV .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uFRqqmhyIu {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uFRqqmhyIu .card-img {
  background-color: #fff;
}
.cid-uFRqqmhyIu .card {
  align-self: stretch;
}
.cid-uFRqqmhyIu .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uFRqqmhyIu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uFRqqmhyIu p {
  text-align: left;
}
.cid-uFRqqmhyIu .mbr-text {
  color: #767676;
}
.cid-uFRqqmhyIu .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uFRqqmhyIu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uFRqqmhyIu .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uFRqd9ybuP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFRqd9ybuP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFRqd9ybuP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFRqd9ybuP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFRqd9ybuP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFRqd9ybuP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uFRqd9ybuP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uFRqd9ybuP .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uFRqd9ybuP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uFRqd9ybuP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uFRpnHBTrN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFRpnHBTrN .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFRpnHBTrN .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-uFRpnHBTrN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uFRpnHBTrN .inner-container {
    width: 100% !important;
  }
}
.cid-uFRpnHBTrN .section-text DIV {
  text-align: left;
}
.cid-uFTuiXQKOJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFTuiXQKOJ .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uFTuiXQKOJ .icon-block {
  margin-bottom: 10px;
}
.cid-uFTuiXQKOJ .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-uFTuiXQKOJ .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-uFTuiXQKOJ .mbr-text {
  color: #767676;
}
.cid-uFTuiXQKOJ textarea.form-control {
  min-height: 100px;
}
.cid-uFTuiXQKOJ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uFTuiXQKOJ .google-map {
  height: 25rem;
  position: relative;
}
.cid-uFTuiXQKOJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFTuiXQKOJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFTuiXQKOJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFTuiXQKOJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uFTuiXQKOJ h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uFTuiXQKOJ .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uFTuiXQKOJ .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-uFRpnUoISu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uFRs2qbvIg .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uFRs2qbvIg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFRs2qbvIg a {
  font-style: normal;
}
.cid-uFRs2qbvIg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFRs2qbvIg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFRs2qbvIg .nav-item:focus,
.cid-uFRs2qbvIg .nav-link:focus {
  outline: none;
}
.cid-uFRs2qbvIg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFRs2qbvIg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFRs2qbvIg .menu-logo {
  margin-right: auto;
}
.cid-uFRs2qbvIg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFRs2qbvIg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFRs2qbvIg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFRs2qbvIg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFRs2qbvIg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFRs2qbvIg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFRs2qbvIg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFRs2qbvIg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFRs2qbvIg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFRs2qbvIg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFRs2qbvIg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFRs2qbvIg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFRs2qbvIg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFRs2qbvIg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFRs2qbvIg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFRs2qbvIg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFRs2qbvIg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFRs2qbvIg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFRs2qbvIg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFRs2qbvIg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFRs2qbvIg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFRs2qbvIg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFRs2qbvIg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFRs2qbvIg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFRs2qbvIg button.navbar-toggler:focus {
  outline: none;
}
.cid-uFRs2qbvIg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uFRs2qbvIg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFRs2qbvIg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFRs2qbvIg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFRs2qbvIg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFRs2qbvIg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFRs2qbvIg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFRs2qbvIg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFRs2qbvIg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFRs2qbvIg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFRs2qbvIg .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFRs2qbvIg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFRs2qbvIg .collapsed .navbar-collapse.collapsing,
.cid-uFRs2qbvIg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFRs2qbvIg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFRs2qbvIg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFRs2qbvIg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFRs2qbvIg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFRs2qbvIg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFRs2qbvIg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFRs2qbvIg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFRs2qbvIg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFRs2qbvIg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFRs2qbvIg .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFRs2qbvIg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFRs2qbvIg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFRs2qbvIg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFRs2qbvIg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFRs2qbvIg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFRs2qbvIg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFRs2qbvIg .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFRs2qbvIg img {
    height: 3.8rem !important;
  }
  .cid-uFRs2qbvIg .btn {
    display: -webkit-flex;
  }
  .cid-uFRs2qbvIg button.navbar-toggler {
    display: block;
  }
  .cid-uFRs2qbvIg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFRs2qbvIg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFRs2qbvIg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFRs2qbvIg .navbar-collapse.collapsing,
  .cid-uFRs2qbvIg .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFRs2qbvIg .navbar-collapse.collapsing .navbar-nav,
  .cid-uFRs2qbvIg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFRs2qbvIg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFRs2qbvIg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFRs2qbvIg .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFRs2qbvIg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFRs2qbvIg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFRs2qbvIg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFRs2qbvIg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFRs2qbvIg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFRs2qbvIg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFRs2qbvIg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFRs2qbvIg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFRs2qbvIg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFRs2qbvIg .nav-link:hover,
.cid-uFRs2qbvIg .dropdown-item:hover {
  color: #375b1b !important;
}
.cid-uFRs2t3b2T {
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uFRs2t3b2T h1 {
  color: #616161;
}
.cid-uFRs2t3b2T h2,
.cid-uFRs2t3b2T h3,
.cid-uFRs2t3b2T p {
  color: #767676;
}
.cid-uFRs2t3b2T .mbr-section-subtitle {
  font-style: italic;
}
.cid-uFRs2wIXVN {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uFRs2wIXVN .card-img {
  background-color: #fff;
}
.cid-uFRs2wIXVN .card {
  align-self: stretch;
}
.cid-uFRs2wIXVN .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uFRs2wIXVN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uFRs2wIXVN p {
  text-align: left;
}
.cid-uFRs2wIXVN .mbr-text {
  color: #767676;
}
.cid-uFRs2wIXVN .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uFRs2wIXVN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uFRs2wIXVN .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uFRs2GP7Mn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFRs2GP7Mn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFRs2GP7Mn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFRs2GP7Mn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFRs2GP7Mn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFRs2GP7Mn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uFRs2GP7Mn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uFRs2GP7Mn .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-uFRs2GP7Mn .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uFRs2GP7Mn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uFRs2MuzTE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFRs2MuzTE .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFRs2MuzTE .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-uFRs2MuzTE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uFRs2MuzTE .inner-container {
    width: 100% !important;
  }
}
.cid-uFRs2MuzTE .section-text DIV {
  text-align: left;
}
.cid-uFTushWNUo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFTushWNUo .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uFTushWNUo .icon-block {
  margin-bottom: 10px;
}
.cid-uFTushWNUo .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-uFTushWNUo .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-uFTushWNUo .mbr-text {
  color: #767676;
}
.cid-uFTushWNUo textarea.form-control {
  min-height: 100px;
}
.cid-uFTushWNUo a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uFTushWNUo .google-map {
  height: 25rem;
  position: relative;
}
.cid-uFTushWNUo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFTushWNUo .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFTushWNUo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFTushWNUo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uFTushWNUo h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uFTushWNUo .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uFTushWNUo .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-uFRs2XlFES {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uFRsjwKJU3 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uFRsjwKJU3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFRsjwKJU3 a {
  font-style: normal;
}
.cid-uFRsjwKJU3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFRsjwKJU3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFRsjwKJU3 .nav-item:focus,
.cid-uFRsjwKJU3 .nav-link:focus {
  outline: none;
}
.cid-uFRsjwKJU3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFRsjwKJU3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFRsjwKJU3 .menu-logo {
  margin-right: auto;
}
.cid-uFRsjwKJU3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFRsjwKJU3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFRsjwKJU3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFRsjwKJU3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFRsjwKJU3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFRsjwKJU3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFRsjwKJU3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFRsjwKJU3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFRsjwKJU3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFRsjwKJU3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFRsjwKJU3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFRsjwKJU3 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFRsjwKJU3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFRsjwKJU3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFRsjwKJU3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFRsjwKJU3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFRsjwKJU3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFRsjwKJU3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFRsjwKJU3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFRsjwKJU3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFRsjwKJU3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFRsjwKJU3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFRsjwKJU3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFRsjwKJU3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFRsjwKJU3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uFRsjwKJU3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uFRsjwKJU3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFRsjwKJU3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFRsjwKJU3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFRsjwKJU3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFRsjwKJU3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFRsjwKJU3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFRsjwKJU3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFRsjwKJU3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFRsjwKJU3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFRsjwKJU3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFRsjwKJU3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFRsjwKJU3 .collapsed .navbar-collapse.collapsing,
.cid-uFRsjwKJU3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFRsjwKJU3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFRsjwKJU3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFRsjwKJU3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFRsjwKJU3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFRsjwKJU3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFRsjwKJU3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFRsjwKJU3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFRsjwKJU3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFRsjwKJU3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFRsjwKJU3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFRsjwKJU3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFRsjwKJU3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFRsjwKJU3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFRsjwKJU3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFRsjwKJU3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFRsjwKJU3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFRsjwKJU3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFRsjwKJU3 img {
    height: 3.8rem !important;
  }
  .cid-uFRsjwKJU3 .btn {
    display: -webkit-flex;
  }
  .cid-uFRsjwKJU3 button.navbar-toggler {
    display: block;
  }
  .cid-uFRsjwKJU3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFRsjwKJU3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFRsjwKJU3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFRsjwKJU3 .navbar-collapse.collapsing,
  .cid-uFRsjwKJU3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFRsjwKJU3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uFRsjwKJU3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFRsjwKJU3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFRsjwKJU3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFRsjwKJU3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFRsjwKJU3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFRsjwKJU3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFRsjwKJU3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFRsjwKJU3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFRsjwKJU3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFRsjwKJU3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFRsjwKJU3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFRsjwKJU3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFRsjwKJU3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFRsjwKJU3 .nav-link:hover,
.cid-uFRsjwKJU3 .dropdown-item:hover {
  color: #375b1b !important;
}
.cid-uFRsjzjAVz {
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uFRsjzjAVz h1 {
  color: #616161;
}
.cid-uFRsjzjAVz h2,
.cid-uFRsjzjAVz h3,
.cid-uFRsjzjAVz p {
  color: #767676;
}
.cid-uFRsjzjAVz .mbr-section-subtitle {
  font-style: italic;
}
.cid-uFRsjD9qOq {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uFRsjD9qOq .card-img {
  background-color: #fff;
}
.cid-uFRsjD9qOq .card {
  align-self: stretch;
}
.cid-uFRsjD9qOq .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uFRsjD9qOq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uFRsjD9qOq p {
  text-align: left;
}
.cid-uFRsjD9qOq .mbr-text {
  color: #767676;
}
.cid-uFRsjD9qOq .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uFRsjD9qOq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uFRsjD9qOq .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uFRsjHYldu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFRsjHYldu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFRsjHYldu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFRsjHYldu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFRsjHYldu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFRsjHYldu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uFRsjHYldu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uFRsjHYldu .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uFRsjHYldu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uFRsjHYldu .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uFRsjLKfTh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFRsjLKfTh .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFRsjLKfTh .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-uFRsjLKfTh .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uFRsjLKfTh .inner-container {
    width: 100% !important;
  }
}
.cid-uFRsjLKfTh .section-text DIV {
  text-align: left;
}
.cid-uFTuwwD19i {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFTuwwD19i .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uFTuwwD19i .icon-block {
  margin-bottom: 10px;
}
.cid-uFTuwwD19i .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-uFTuwwD19i .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-uFTuwwD19i .mbr-text {
  color: #767676;
}
.cid-uFTuwwD19i textarea.form-control {
  min-height: 100px;
}
.cid-uFTuwwD19i a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uFTuwwD19i .google-map {
  height: 25rem;
  position: relative;
}
.cid-uFTuwwD19i .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFTuwwD19i .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFTuwwD19i .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFTuwwD19i .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uFTuwwD19i h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uFTuwwD19i .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uFTuwwD19i .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-uFRsjTAjus {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uFRtp9yyWM .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uFRtp9yyWM .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFRtp9yyWM a {
  font-style: normal;
}
.cid-uFRtp9yyWM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFRtp9yyWM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFRtp9yyWM .nav-item:focus,
.cid-uFRtp9yyWM .nav-link:focus {
  outline: none;
}
.cid-uFRtp9yyWM .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFRtp9yyWM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFRtp9yyWM .menu-logo {
  margin-right: auto;
}
.cid-uFRtp9yyWM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFRtp9yyWM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFRtp9yyWM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFRtp9yyWM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFRtp9yyWM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFRtp9yyWM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFRtp9yyWM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFRtp9yyWM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFRtp9yyWM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFRtp9yyWM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFRtp9yyWM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFRtp9yyWM .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFRtp9yyWM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFRtp9yyWM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFRtp9yyWM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFRtp9yyWM .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFRtp9yyWM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFRtp9yyWM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFRtp9yyWM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFRtp9yyWM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFRtp9yyWM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFRtp9yyWM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFRtp9yyWM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFRtp9yyWM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFRtp9yyWM button.navbar-toggler:focus {
  outline: none;
}
.cid-uFRtp9yyWM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uFRtp9yyWM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFRtp9yyWM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFRtp9yyWM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFRtp9yyWM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFRtp9yyWM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFRtp9yyWM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFRtp9yyWM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFRtp9yyWM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFRtp9yyWM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFRtp9yyWM .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFRtp9yyWM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFRtp9yyWM .collapsed .navbar-collapse.collapsing,
.cid-uFRtp9yyWM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFRtp9yyWM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFRtp9yyWM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFRtp9yyWM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFRtp9yyWM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFRtp9yyWM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFRtp9yyWM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFRtp9yyWM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFRtp9yyWM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFRtp9yyWM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFRtp9yyWM .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFRtp9yyWM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFRtp9yyWM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFRtp9yyWM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFRtp9yyWM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFRtp9yyWM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFRtp9yyWM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFRtp9yyWM .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFRtp9yyWM img {
    height: 3.8rem !important;
  }
  .cid-uFRtp9yyWM .btn {
    display: -webkit-flex;
  }
  .cid-uFRtp9yyWM button.navbar-toggler {
    display: block;
  }
  .cid-uFRtp9yyWM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFRtp9yyWM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFRtp9yyWM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFRtp9yyWM .navbar-collapse.collapsing,
  .cid-uFRtp9yyWM .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFRtp9yyWM .navbar-collapse.collapsing .navbar-nav,
  .cid-uFRtp9yyWM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFRtp9yyWM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFRtp9yyWM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFRtp9yyWM .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFRtp9yyWM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFRtp9yyWM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFRtp9yyWM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFRtp9yyWM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFRtp9yyWM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFRtp9yyWM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFRtp9yyWM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFRtp9yyWM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFRtp9yyWM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFRtp9yyWM .nav-link:hover,
.cid-uFRtp9yyWM .dropdown-item:hover {
  color: #375b1b !important;
}
.cid-uFRtpjGFm1 {
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uFRtpjGFm1 h1 {
  color: #616161;
}
.cid-uFRtpjGFm1 h2,
.cid-uFRtpjGFm1 h3,
.cid-uFRtpjGFm1 p {
  color: #767676;
}
.cid-uFRtpjGFm1 .mbr-section-subtitle {
  font-style: italic;
}
.cid-uFRtppzFUz {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uFRtppzFUz .card-img {
  background-color: #fff;
}
.cid-uFRtppzFUz .card {
  align-self: stretch;
}
.cid-uFRtppzFUz .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uFRtppzFUz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uFRtppzFUz p {
  text-align: left;
}
.cid-uFRtppzFUz .mbr-text {
  color: #767676;
}
.cid-uFRtppzFUz .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uFRtppzFUz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uFRtppzFUz .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uFRtpAnrtX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFRtpAnrtX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFRtpAnrtX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFRtpAnrtX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFRtpAnrtX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFRtpAnrtX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uFRtpAnrtX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uFRtpAnrtX .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uFRtpAnrtX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uFRtpAnrtX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uFRtpK01de {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFRtpK01de .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFRtpK01de .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-uFRtpK01de .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uFRtpK01de .inner-container {
    width: 100% !important;
  }
}
.cid-uFRtpK01de .section-text DIV {
  text-align: left;
}
.cid-uFTuCmwHpK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFTuCmwHpK .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uFTuCmwHpK .icon-block {
  margin-bottom: 10px;
}
.cid-uFTuCmwHpK .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-uFTuCmwHpK .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-uFTuCmwHpK .mbr-text {
  color: #767676;
}
.cid-uFTuCmwHpK textarea.form-control {
  min-height: 100px;
}
.cid-uFTuCmwHpK a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uFTuCmwHpK .google-map {
  height: 25rem;
  position: relative;
}
.cid-uFTuCmwHpK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFTuCmwHpK .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFTuCmwHpK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFTuCmwHpK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uFTuCmwHpK h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uFTuCmwHpK .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uFTuCmwHpK .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-uFRtpVD2n0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uFRtJYjibK .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uFRtJYjibK .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFRtJYjibK a {
  font-style: normal;
}
.cid-uFRtJYjibK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFRtJYjibK .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uFRtJYjibK .nav-item:focus,
.cid-uFRtJYjibK .nav-link:focus {
  outline: none;
}
.cid-uFRtJYjibK .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFRtJYjibK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFRtJYjibK .menu-logo {
  margin-right: auto;
}
.cid-uFRtJYjibK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFRtJYjibK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uFRtJYjibK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFRtJYjibK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFRtJYjibK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFRtJYjibK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFRtJYjibK .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFRtJYjibK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFRtJYjibK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFRtJYjibK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFRtJYjibK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFRtJYjibK .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uFRtJYjibK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uFRtJYjibK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFRtJYjibK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFRtJYjibK .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uFRtJYjibK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uFRtJYjibK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFRtJYjibK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFRtJYjibK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFRtJYjibK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFRtJYjibK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFRtJYjibK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFRtJYjibK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFRtJYjibK button.navbar-toggler:focus {
  outline: none;
}
.cid-uFRtJYjibK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uFRtJYjibK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFRtJYjibK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFRtJYjibK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFRtJYjibK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFRtJYjibK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFRtJYjibK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFRtJYjibK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFRtJYjibK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFRtJYjibK .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFRtJYjibK .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFRtJYjibK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFRtJYjibK .collapsed .navbar-collapse.collapsing,
.cid-uFRtJYjibK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFRtJYjibK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFRtJYjibK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFRtJYjibK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFRtJYjibK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFRtJYjibK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFRtJYjibK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFRtJYjibK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFRtJYjibK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uFRtJYjibK .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFRtJYjibK .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFRtJYjibK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFRtJYjibK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFRtJYjibK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uFRtJYjibK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFRtJYjibK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFRtJYjibK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uFRtJYjibK .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFRtJYjibK img {
    height: 3.8rem !important;
  }
  .cid-uFRtJYjibK .btn {
    display: -webkit-flex;
  }
  .cid-uFRtJYjibK button.navbar-toggler {
    display: block;
  }
  .cid-uFRtJYjibK .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFRtJYjibK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFRtJYjibK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFRtJYjibK .navbar-collapse.collapsing,
  .cid-uFRtJYjibK .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFRtJYjibK .navbar-collapse.collapsing .navbar-nav,
  .cid-uFRtJYjibK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFRtJYjibK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFRtJYjibK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFRtJYjibK .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFRtJYjibK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFRtJYjibK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFRtJYjibK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFRtJYjibK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uFRtJYjibK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFRtJYjibK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFRtJYjibK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uFRtJYjibK .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFRtJYjibK .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFRtJYjibK .nav-link:hover,
.cid-uFRtJYjibK .dropdown-item:hover {
  color: #375b1b !important;
}
.cid-uFRtK1oQMP {
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uFRtK1oQMP h1 {
  color: #616161;
}
.cid-uFRtK1oQMP h2,
.cid-uFRtK1oQMP h3,
.cid-uFRtK1oQMP p {
  color: #767676;
}
.cid-uFRtK1oQMP .mbr-section-subtitle {
  font-style: italic;
}
.cid-uFRtK4rzzg {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uFRtK4rzzg .card-img {
  background-color: #fff;
}
.cid-uFRtK4rzzg .card {
  align-self: stretch;
}
.cid-uFRtK4rzzg .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uFRtK4rzzg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uFRtK4rzzg p {
  text-align: left;
}
.cid-uFRtK4rzzg .mbr-text {
  color: #767676;
}
.cid-uFRtK4rzzg .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uFRtK4rzzg .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uFRtK4rzzg .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uFRtK8Hj34 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFRtK8Hj34 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFRtK8Hj34 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFRtK8Hj34 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFRtK8Hj34 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFRtK8Hj34 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uFRtK8Hj34 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uFRtK8Hj34 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uFRtK8Hj34 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uFRtK8Hj34 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uFRtKczqDr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uFRtKczqDr .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFRtKczqDr .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-uFRtKczqDr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uFRtKczqDr .inner-container {
    width: 100% !important;
  }
}
.cid-uFRtKczqDr .section-text DIV {
  text-align: left;
}
.cid-uFTuHZ5B1R {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFTuHZ5B1R .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uFTuHZ5B1R .icon-block {
  margin-bottom: 10px;
}
.cid-uFTuHZ5B1R .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-uFTuHZ5B1R .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-uFTuHZ5B1R .mbr-text {
  color: #767676;
}
.cid-uFTuHZ5B1R textarea.form-control {
  min-height: 100px;
}
.cid-uFTuHZ5B1R a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uFTuHZ5B1R .google-map {
  height: 25rem;
  position: relative;
}
.cid-uFTuHZ5B1R .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFTuHZ5B1R .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFTuHZ5B1R .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFTuHZ5B1R .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uFTuHZ5B1R h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uFTuHZ5B1R .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uFTuHZ5B1R .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-uFRtKluxrs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uZLcX9HiwN .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-uZLcX9HiwN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uZLcX9HiwN a {
  font-style: normal;
}
.cid-uZLcX9HiwN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uZLcX9HiwN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uZLcX9HiwN .nav-item:focus,
.cid-uZLcX9HiwN .nav-link:focus {
  outline: none;
}
.cid-uZLcX9HiwN .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uZLcX9HiwN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uZLcX9HiwN .menu-logo {
  margin-right: auto;
}
.cid-uZLcX9HiwN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZLcX9HiwN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uZLcX9HiwN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uZLcX9HiwN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uZLcX9HiwN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uZLcX9HiwN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uZLcX9HiwN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uZLcX9HiwN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uZLcX9HiwN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uZLcX9HiwN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZLcX9HiwN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uZLcX9HiwN .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uZLcX9HiwN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uZLcX9HiwN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZLcX9HiwN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uZLcX9HiwN .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uZLcX9HiwN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uZLcX9HiwN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uZLcX9HiwN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uZLcX9HiwN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uZLcX9HiwN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uZLcX9HiwN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uZLcX9HiwN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uZLcX9HiwN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uZLcX9HiwN button.navbar-toggler:focus {
  outline: none;
}
.cid-uZLcX9HiwN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uZLcX9HiwN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZLcX9HiwN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZLcX9HiwN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZLcX9HiwN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZLcX9HiwN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZLcX9HiwN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZLcX9HiwN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZLcX9HiwN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZLcX9HiwN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uZLcX9HiwN .collapsed .btn {
  display: -webkit-flex;
}
.cid-uZLcX9HiwN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uZLcX9HiwN .collapsed .navbar-collapse.collapsing,
.cid-uZLcX9HiwN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uZLcX9HiwN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uZLcX9HiwN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uZLcX9HiwN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uZLcX9HiwN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uZLcX9HiwN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uZLcX9HiwN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uZLcX9HiwN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uZLcX9HiwN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uZLcX9HiwN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uZLcX9HiwN .collapsed button.navbar-toggler {
  display: block;
}
.cid-uZLcX9HiwN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uZLcX9HiwN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uZLcX9HiwN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uZLcX9HiwN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uZLcX9HiwN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uZLcX9HiwN .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uZLcX9HiwN .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uZLcX9HiwN img {
    height: 3.8rem !important;
  }
  .cid-uZLcX9HiwN .btn {
    display: -webkit-flex;
  }
  .cid-uZLcX9HiwN button.navbar-toggler {
    display: block;
  }
  .cid-uZLcX9HiwN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uZLcX9HiwN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uZLcX9HiwN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uZLcX9HiwN .navbar-collapse.collapsing,
  .cid-uZLcX9HiwN .navbar-collapse.show {
    display: block !important;
  }
  .cid-uZLcX9HiwN .navbar-collapse.collapsing .navbar-nav,
  .cid-uZLcX9HiwN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uZLcX9HiwN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uZLcX9HiwN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uZLcX9HiwN .navbar-collapse.collapsing .navbar-buttons,
  .cid-uZLcX9HiwN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uZLcX9HiwN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uZLcX9HiwN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uZLcX9HiwN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uZLcX9HiwN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uZLcX9HiwN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uZLcX9HiwN .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uZLcX9HiwN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uZLcX9HiwN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uZLcX9HiwN .nav-link:hover,
.cid-uZLcX9HiwN .dropdown-item:hover {
  color: #375b1b !important;
}
.cid-uZLcXbupEH {
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uZLcXbupEH h1 {
  color: #616161;
}
.cid-uZLcXbupEH h2,
.cid-uZLcXbupEH h3,
.cid-uZLcXbupEH p {
  color: #767676;
}
.cid-uZLcXbupEH .mbr-section-subtitle {
  font-style: italic;
}
.cid-uZLcXdkUyY {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uZLcXdkUyY .card-img {
  background-color: #fff;
}
.cid-uZLcXdkUyY .card {
  align-self: stretch;
}
.cid-uZLcXdkUyY .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uZLcXdkUyY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uZLcXdkUyY p {
  text-align: left;
}
.cid-uZLcXdkUyY .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-uZLcXdkUyY .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uZLcXdkUyY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uZLcXdkUyY .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uZLcXdkUyY .card-title {
  text-align: center;
}
.cid-uZLcXfN2Z7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uZLcXfN2Z7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uZLcXfN2Z7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZLcXfN2Z7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZLcXfN2Z7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uZLcXfN2Z7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uZLcXfN2Z7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uZLcXfN2Z7 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uZLcXfN2Z7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uZLcXfN2Z7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uZLcXivDxG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZLcXivDxG .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZLcXivDxG .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-uZLcXivDxG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uZLcXivDxG .inner-container {
    width: 100% !important;
  }
}
.cid-uZLcXivDxG .section-text DIV {
  text-align: left;
}
.cid-uZLcXjKlVD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uZLcXjKlVD .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uZLcXjKlVD .icon-block {
  margin-bottom: 10px;
}
.cid-uZLcXjKlVD .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-uZLcXjKlVD .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-uZLcXjKlVD .mbr-text {
  color: #767676;
}
.cid-uZLcXjKlVD textarea.form-control {
  min-height: 100px;
}
.cid-uZLcXjKlVD a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uZLcXjKlVD .google-map {
  height: 25rem;
  position: relative;
}
.cid-uZLcXjKlVD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uZLcXjKlVD .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uZLcXjKlVD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uZLcXjKlVD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uZLcXjKlVD h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uZLcXjKlVD .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uZLcXjKlVD .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-uZLcXnnGg8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
