body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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: #000000 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #315c2e !important;
  border-color: #315c2e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #162914 !important;
  border-color: #162914 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #162914 !important;
  border-color: #162914 !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: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0d180c;
  color: #0d180c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #315c2e;
  border-color: #315c2e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #315c2e !important;
  border-color: #315c2e !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: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !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: #000000 !important;
}
.text-secondary {
  color: #315c2e !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !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: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0d180c !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: #55666b !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: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@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: #000000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #000000;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@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: #000000;
  color: #ffffff;
}
.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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #315c2e !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='%23000000' %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-rYPMun0Nys .navbar {
  background: #e3ffe1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYPMun0Nys .navbar-dropdown.bg-color.transparent.opened {
  background: #e3ffe1;
}
.cid-rYPMun0Nys a {
  font-style: normal;
}
.cid-rYPMun0Nys .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYPMun0Nys .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-rYPMun0Nys .nav-item:focus,
.cid-rYPMun0Nys .nav-link:focus {
  outline: none;
}
.cid-rYPMun0Nys .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYPMun0Nys .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYPMun0Nys .menu-logo {
  margin-right: auto;
}
.cid-rYPMun0Nys .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-rYPMun0Nys .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-rYPMun0Nys .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYPMun0Nys .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYPMun0Nys .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYPMun0Nys .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYPMun0Nys .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYPMun0Nys .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYPMun0Nys .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYPMun0Nys .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYPMun0Nys .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYPMun0Nys .dropdown .dropdown-menu {
  background: #e3ffe1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYPMun0Nys .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYPMun0Nys .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYPMun0Nys .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYPMun0Nys .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rYPMun0Nys .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-rYPMun0Nys .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYPMun0Nys .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYPMun0Nys .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYPMun0Nys .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYPMun0Nys .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYPMun0Nys .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYPMun0Nys button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYPMun0Nys button.navbar-toggler:focus {
  outline: none;
}
.cid-rYPMun0Nys button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rYPMun0Nys button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYPMun0Nys button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYPMun0Nys button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYPMun0Nys button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYPMun0Nys nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYPMun0Nys nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYPMun0Nys nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYPMun0Nys nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYPMun0Nys .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYPMun0Nys .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYPMun0Nys .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYPMun0Nys .collapsed .navbar-collapse.collapsing,
.cid-rYPMun0Nys .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYPMun0Nys .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYPMun0Nys .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYPMun0Nys .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYPMun0Nys .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYPMun0Nys .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYPMun0Nys .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYPMun0Nys .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYPMun0Nys .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYPMun0Nys .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYPMun0Nys .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYPMun0Nys .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-rYPMun0Nys .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYPMun0Nys .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYPMun0Nys .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYPMun0Nys .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-rYPMun0Nys .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYPMun0Nys .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYPMun0Nys .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-rYPMun0Nys.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYPMun0Nys img {
    height: 3.8rem !important;
  }
  .cid-rYPMun0Nys .btn {
    display: -webkit-flex;
  }
  .cid-rYPMun0Nys button.navbar-toggler {
    display: block;
  }
  .cid-rYPMun0Nys .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYPMun0Nys .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYPMun0Nys .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYPMun0Nys .navbar-collapse.collapsing,
  .cid-rYPMun0Nys .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYPMun0Nys .navbar-collapse.collapsing .navbar-nav,
  .cid-rYPMun0Nys .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYPMun0Nys .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYPMun0Nys .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYPMun0Nys .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYPMun0Nys .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYPMun0Nys .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYPMun0Nys .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYPMun0Nys .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYPMun0Nys .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYPMun0Nys .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-rYPMun0Nys .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYPMun0Nys .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYPMun0Nys .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-rYPMun0Nys .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYPMun0Nys .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYPMun0Nys .nav-link:hover,
.cid-rYPMun0Nys .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sR9ZgI7Mrj {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sR9ZgI7Mrj .mbr-section-subtitle {
  color: #767676;
}
.cid-sRa2hlEWzt {
  background: #e3ffe1;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-sRa2hlEWzt .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sRa2hlEWzt .video-block {
    width: 100% !important;
  }
}
.cid-rYQiar6N30 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/4-2-1280x720.jpg");
}
.cid-rYQiar6N30 P {
  color: #767676;
}
.cid-rYQiar6N30 .mbr-text,
.cid-rYQiar6N30 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-rYQiar6N30 H1 {
  color: #ffffff;
}
.cid-rYQiar6N30 H3 {
  color: #ffffff;
}
.cid-uwzkmLjV3H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uwzkmLjV3H .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uwzkmLjV3H .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwzkmLjV3H .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uwzkmLjV3H .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uwzkmLjV3H .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-uwzkmLjV3H .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uwzkmLjV3H .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uwzkmLjV3H .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uwzkmLjV3H .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-rYQjnbnjv6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/4e7952f8-88be-4dc1-af2c-8dfabf86a5e5-1-1280x576.jpg");
}
.cid-sRa0kRwTAg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sRa0kRwTAg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sRa0kRwTAg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRa0kRwTAg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sRa0kRwTAg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sRa0kRwTAg .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-sRa0kRwTAg .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sRa0kRwTAg .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sRa0kRwTAg .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sRa0kRwTAg .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-sRujGI3eng {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .cid-sRujGI3eng .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRujGI3eng img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRujGI3eng .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRujGI3eng .mbr-text {
  color: #315c2e;
  text-align: center;
}
.cid-sRa816jCVm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #caffc6;
}
.cid-sRa816jCVm .mbr-section-subtitle {
  color: #767676;
}
.cid-rYQCarzZnL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #315c2e;
}
.cid-rYQCarzZnL .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rYQCarzZnL .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rYQCarzZnL .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYQCarzZnL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rYQCarzZnL .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-rYQCarzZnL .text2 {
  color: #000000;
  text-align: left;
}
.cid-rYQCarzZnL .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rYQCarzZnL .logo-title {
  text-align: center;
}
.cid-rYQCarzZnL .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-rYQCarzZnL .links {
  text-align: center;
  color: #656565;
}
.cid-rYQCarzZnL .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rYQCarzZnL .logo-title,
.cid-rYQCarzZnL .logo {
  color: #ffffff;
}
.cid-rYQCarzZnL .links,
.cid-rYQCarzZnL .social-list {
  color: #ffffff;
}
.cid-rYQnzmhJD0 .navbar {
  background: #e3ffe1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYQnzmhJD0 .navbar-dropdown.bg-color.transparent.opened {
  background: #e3ffe1;
}
.cid-rYQnzmhJD0 a {
  font-style: normal;
}
.cid-rYQnzmhJD0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYQnzmhJD0 .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-rYQnzmhJD0 .nav-item:focus,
.cid-rYQnzmhJD0 .nav-link:focus {
  outline: none;
}
.cid-rYQnzmhJD0 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYQnzmhJD0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYQnzmhJD0 .menu-logo {
  margin-right: auto;
}
.cid-rYQnzmhJD0 .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-rYQnzmhJD0 .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-rYQnzmhJD0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYQnzmhJD0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYQnzmhJD0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYQnzmhJD0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYQnzmhJD0 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYQnzmhJD0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYQnzmhJD0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYQnzmhJD0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYQnzmhJD0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYQnzmhJD0 .dropdown .dropdown-menu {
  background: #e3ffe1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYQnzmhJD0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYQnzmhJD0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYQnzmhJD0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYQnzmhJD0 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rYQnzmhJD0 .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-rYQnzmhJD0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYQnzmhJD0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYQnzmhJD0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYQnzmhJD0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYQnzmhJD0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYQnzmhJD0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYQnzmhJD0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYQnzmhJD0 button.navbar-toggler:focus {
  outline: none;
}
.cid-rYQnzmhJD0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rYQnzmhJD0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQnzmhJD0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQnzmhJD0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQnzmhJD0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQnzmhJD0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQnzmhJD0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQnzmhJD0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQnzmhJD0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQnzmhJD0 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYQnzmhJD0 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYQnzmhJD0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYQnzmhJD0 .collapsed .navbar-collapse.collapsing,
.cid-rYQnzmhJD0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYQnzmhJD0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYQnzmhJD0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYQnzmhJD0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYQnzmhJD0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYQnzmhJD0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYQnzmhJD0 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYQnzmhJD0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYQnzmhJD0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYQnzmhJD0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYQnzmhJD0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYQnzmhJD0 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-rYQnzmhJD0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYQnzmhJD0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYQnzmhJD0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYQnzmhJD0 .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-rYQnzmhJD0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYQnzmhJD0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYQnzmhJD0 .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-rYQnzmhJD0.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYQnzmhJD0 img {
    height: 3.8rem !important;
  }
  .cid-rYQnzmhJD0 .btn {
    display: -webkit-flex;
  }
  .cid-rYQnzmhJD0 button.navbar-toggler {
    display: block;
  }
  .cid-rYQnzmhJD0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYQnzmhJD0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYQnzmhJD0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYQnzmhJD0 .navbar-collapse.collapsing,
  .cid-rYQnzmhJD0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYQnzmhJD0 .navbar-collapse.collapsing .navbar-nav,
  .cid-rYQnzmhJD0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYQnzmhJD0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYQnzmhJD0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYQnzmhJD0 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYQnzmhJD0 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQnzmhJD0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYQnzmhJD0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYQnzmhJD0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYQnzmhJD0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQnzmhJD0 .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-rYQnzmhJD0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYQnzmhJD0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYQnzmhJD0 .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-rYQnzmhJD0 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYQnzmhJD0 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYQnzmhJD0 .nav-link:hover,
.cid-rYQnzmhJD0 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rYQCSeoV1T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e3ffe1;
}
.cid-rYQCSeoV1T .mbr-section-subtitle {
  color: #767676;
}
.cid-rYQDqpo7uS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-rYQFjXfG9R {
  background-image: url("../../../assets/images/foto-panoramica-residencial-san-jose-606x606.jpg");
}
.cid-rYQFjXfG9R h1 {
  color: #616161;
}
.cid-rYQFjXfG9R h2,
.cid-rYQFjXfG9R h3,
.cid-rYQFjXfG9R p {
  color: #767676;
}
.cid-rYQFjXfG9R .mbr-section-subtitle {
  font-style: italic;
}
.cid-rYQFjXfG9R H3 {
  text-align: center;
  color: #000000;
}
.cid-rYQFjXfG9R .mbr-text,
.cid-rYQFjXfG9R .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-sRa3HmuTjj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #caffc6;
}
.cid-sRa3HmuTjj .mbr-section-subtitle {
  color: #767676;
}
.cid-sR9VdTuFMf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/huanca-1-700x420.jpg");
}
.cid-sR9VdTuFMf .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sR9VdTuFMf .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #e3ffe1;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-sR9VdTuFMf .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sR9VdTuFMf .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-sR9VdTuFMf .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-sR9VdTuFMf .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sR9VdTuFMf .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-sR9VdTuFMf .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #e3ffe1;
  top: 20px;
  margin-left: -30px;
}
.cid-sR9VdTuFMf .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-sR9VdTuFMf .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #e3ffe1;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-sR9VdTuFMf .iconsBackground {
    left: 1.5rem;
  }
  .cid-sR9VdTuFMf .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-sR9VdTuFMf .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-sR9VdTuFMf .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-sR9VdTuFMf .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rYW8QWPanC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #315c2e;
}
.cid-rYW8QWPanC .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rYW8QWPanC .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rYW8QWPanC .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYW8QWPanC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rYW8QWPanC .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-rYW8QWPanC .text2 {
  color: #000000;
  text-align: left;
}
.cid-rYW8QWPanC .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rYW8QWPanC .logo-title {
  text-align: center;
}
.cid-rYW8QWPanC .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-rYW8QWPanC .links {
  text-align: center;
  color: #656565;
}
.cid-rYW8QWPanC .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rYW8QWPanC .logo-title,
.cid-rYW8QWPanC .logo {
  color: #ffffff;
}
.cid-rYW8QWPanC .links,
.cid-rYW8QWPanC .social-list {
  color: #ffffff;
}
.cid-rYQnWX2l46 .navbar {
  background: #e3ffe1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYQnWX2l46 .navbar-dropdown.bg-color.transparent.opened {
  background: #e3ffe1;
}
.cid-rYQnWX2l46 a {
  font-style: normal;
}
.cid-rYQnWX2l46 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYQnWX2l46 .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-rYQnWX2l46 .nav-item:focus,
.cid-rYQnWX2l46 .nav-link:focus {
  outline: none;
}
.cid-rYQnWX2l46 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYQnWX2l46 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYQnWX2l46 .menu-logo {
  margin-right: auto;
}
.cid-rYQnWX2l46 .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-rYQnWX2l46 .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-rYQnWX2l46 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYQnWX2l46 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYQnWX2l46 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYQnWX2l46 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYQnWX2l46 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYQnWX2l46 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYQnWX2l46 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYQnWX2l46 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYQnWX2l46 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYQnWX2l46 .dropdown .dropdown-menu {
  background: #e3ffe1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYQnWX2l46 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYQnWX2l46 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYQnWX2l46 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYQnWX2l46 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rYQnWX2l46 .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-rYQnWX2l46 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYQnWX2l46 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYQnWX2l46 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYQnWX2l46 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYQnWX2l46 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYQnWX2l46 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYQnWX2l46 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYQnWX2l46 button.navbar-toggler:focus {
  outline: none;
}
.cid-rYQnWX2l46 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rYQnWX2l46 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQnWX2l46 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQnWX2l46 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQnWX2l46 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQnWX2l46 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQnWX2l46 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQnWX2l46 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQnWX2l46 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQnWX2l46 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYQnWX2l46 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYQnWX2l46 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYQnWX2l46 .collapsed .navbar-collapse.collapsing,
.cid-rYQnWX2l46 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYQnWX2l46 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYQnWX2l46 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYQnWX2l46 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYQnWX2l46 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYQnWX2l46 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYQnWX2l46 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYQnWX2l46 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYQnWX2l46 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYQnWX2l46 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYQnWX2l46 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYQnWX2l46 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-rYQnWX2l46 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYQnWX2l46 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYQnWX2l46 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYQnWX2l46 .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-rYQnWX2l46 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYQnWX2l46 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYQnWX2l46 .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-rYQnWX2l46.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYQnWX2l46 img {
    height: 3.8rem !important;
  }
  .cid-rYQnWX2l46 .btn {
    display: -webkit-flex;
  }
  .cid-rYQnWX2l46 button.navbar-toggler {
    display: block;
  }
  .cid-rYQnWX2l46 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYQnWX2l46 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYQnWX2l46 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYQnWX2l46 .navbar-collapse.collapsing,
  .cid-rYQnWX2l46 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYQnWX2l46 .navbar-collapse.collapsing .navbar-nav,
  .cid-rYQnWX2l46 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYQnWX2l46 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYQnWX2l46 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYQnWX2l46 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYQnWX2l46 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQnWX2l46 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYQnWX2l46 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYQnWX2l46 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYQnWX2l46 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQnWX2l46 .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-rYQnWX2l46 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYQnWX2l46 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYQnWX2l46 .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-rYQnWX2l46 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYQnWX2l46 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYQnWX2l46 .nav-link:hover,
.cid-rYQnWX2l46 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rYQD4lzteH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYQD4lzteH .mbr-section-subtitle {
  color: #767676;
}
.cid-rYQDv20NIV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sR9LBEEeM5 {
  background: #149dcc;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-sR9LBEEeM5 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sR9LBEEeM5 .video-block {
    width: 100% !important;
  }
}
.cid-sR9LAF3pXR {
  background: #149dcc;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-sR9LAF3pXR .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sR9LAF3pXR .video-block {
    width: 100% !important;
  }
}
.cid-rYR0KMEz6i {
  background: #1b1b1b;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #1b1b1b, #ffffff);
}
.cid-rYR0KMEz6i .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rYR0KMEz6i .video-block {
    width: 100% !important;
  }
}
.cid-rYQC3m71xc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rYQC3m71xc .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rYQC3m71xc .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rYQC3m71xc .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYQC3m71xc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rYQC3m71xc .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-rYQC3m71xc .text2 {
  color: #000000;
  text-align: left;
}
.cid-rYQC3m71xc .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rYQC3m71xc .logo-title {
  text-align: center;
}
.cid-rYQC3m71xc .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-rYQC3m71xc .links {
  text-align: center;
  color: #656565;
}
.cid-rYQC3m71xc .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rYQC3m71xc .logo-title,
.cid-rYQC3m71xc .logo {
  color: #ffffff;
}
.cid-rYQC3m71xc .links,
.cid-rYQC3m71xc .social-list {
  color: #ffffff;
}
.cid-rYQqLxaGrB .navbar {
  background: #e3ffe1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYQqLxaGrB .navbar-dropdown.bg-color.transparent.opened {
  background: #e3ffe1;
}
.cid-rYQqLxaGrB a {
  font-style: normal;
}
.cid-rYQqLxaGrB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYQqLxaGrB .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-rYQqLxaGrB .nav-item:focus,
.cid-rYQqLxaGrB .nav-link:focus {
  outline: none;
}
.cid-rYQqLxaGrB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYQqLxaGrB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYQqLxaGrB .menu-logo {
  margin-right: auto;
}
.cid-rYQqLxaGrB .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-rYQqLxaGrB .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-rYQqLxaGrB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYQqLxaGrB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYQqLxaGrB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYQqLxaGrB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYQqLxaGrB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYQqLxaGrB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYQqLxaGrB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYQqLxaGrB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYQqLxaGrB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYQqLxaGrB .dropdown .dropdown-menu {
  background: #e3ffe1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYQqLxaGrB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYQqLxaGrB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYQqLxaGrB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYQqLxaGrB .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rYQqLxaGrB .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-rYQqLxaGrB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYQqLxaGrB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYQqLxaGrB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYQqLxaGrB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYQqLxaGrB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYQqLxaGrB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYQqLxaGrB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYQqLxaGrB button.navbar-toggler:focus {
  outline: none;
}
.cid-rYQqLxaGrB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rYQqLxaGrB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYQqLxaGrB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQqLxaGrB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYQqLxaGrB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYQqLxaGrB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQqLxaGrB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYQqLxaGrB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYQqLxaGrB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYQqLxaGrB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYQqLxaGrB .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYQqLxaGrB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYQqLxaGrB .collapsed .navbar-collapse.collapsing,
.cid-rYQqLxaGrB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYQqLxaGrB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYQqLxaGrB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYQqLxaGrB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYQqLxaGrB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYQqLxaGrB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYQqLxaGrB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYQqLxaGrB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYQqLxaGrB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYQqLxaGrB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYQqLxaGrB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYQqLxaGrB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-rYQqLxaGrB .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYQqLxaGrB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYQqLxaGrB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYQqLxaGrB .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-rYQqLxaGrB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYQqLxaGrB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYQqLxaGrB .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-rYQqLxaGrB.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYQqLxaGrB img {
    height: 3.8rem !important;
  }
  .cid-rYQqLxaGrB .btn {
    display: -webkit-flex;
  }
  .cid-rYQqLxaGrB button.navbar-toggler {
    display: block;
  }
  .cid-rYQqLxaGrB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYQqLxaGrB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYQqLxaGrB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYQqLxaGrB .navbar-collapse.collapsing,
  .cid-rYQqLxaGrB .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYQqLxaGrB .navbar-collapse.collapsing .navbar-nav,
  .cid-rYQqLxaGrB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYQqLxaGrB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYQqLxaGrB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYQqLxaGrB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYQqLxaGrB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQqLxaGrB .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYQqLxaGrB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYQqLxaGrB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYQqLxaGrB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYQqLxaGrB .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-rYQqLxaGrB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYQqLxaGrB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYQqLxaGrB .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-rYQqLxaGrB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYQqLxaGrB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYQqLxaGrB .nav-link:hover,
.cid-rYQqLxaGrB .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rYQDeyGaX1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e0ffde;
}
.cid-rYQDeyGaX1 .mbr-section-subtitle {
  color: #767676;
}
.cid-rYQEtxuZmL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-rYQIkmRz2l {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #e0ffde;
}
.cid-rYQIkmRz2l .title {
  padding-bottom: 2.5rem;
}
.cid-rYQIkmRz2l .mbr-text {
  color: #232323;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-rYQIkmRz2l .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-rYQIkmRz2l .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-rYQIkmRz2l .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-rYQIkmRz2l .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rYQIkmRz2l .iconfont-wrapper {
    display: none;
  }
}
.cid-rYQIkmRz2l H5 {
  color: #315c2e;
}
.cid-rYQIp9oHji .google-map {
  height: 25rem;
  position: relative;
}
.cid-rYQIp9oHji .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rYQIp9oHji .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-rYQIp9oHji .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rYQIp9oHji .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rYQLMRsRIF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e0ffde;
}
.cid-rYQLMRsRIF .title {
  margin-bottom: 2rem;
}
.cid-rYQLMRsRIF .mbr-section-subtitle {
  color: #315c2e;
}
.cid-rYQLMRsRIF a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rYQLMRsRIF a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rYQLMRsRIF textarea.form-control {
  min-height: 188px;
}
.cid-rYQLMRsRIF LABEL {
  color: #315c2e;
}
.cid-rYW8Zldhu0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #315c2e;
}
.cid-rYW8Zldhu0 .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rYW8Zldhu0 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rYW8Zldhu0 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYW8Zldhu0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rYW8Zldhu0 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-rYW8Zldhu0 .text2 {
  color: #000000;
  text-align: left;
}
.cid-rYW8Zldhu0 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rYW8Zldhu0 .logo-title {
  text-align: center;
}
.cid-rYW8Zldhu0 .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-rYW8Zldhu0 .links {
  text-align: center;
  color: #656565;
}
.cid-rYW8Zldhu0 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rYW8Zldhu0 .logo-title,
.cid-rYW8Zldhu0 .logo {
  color: #ffffff;
}
.cid-rYW8Zldhu0 .links,
.cid-rYW8Zldhu0 .social-list {
  color: #ffffff;
}
.cid-rYRf8o60Ya .navbar {
  background: #e3ffe1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYRf8o60Ya .navbar-dropdown.bg-color.transparent.opened {
  background: #e3ffe1;
}
.cid-rYRf8o60Ya a {
  font-style: normal;
}
.cid-rYRf8o60Ya .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYRf8o60Ya .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-rYRf8o60Ya .nav-item:focus,
.cid-rYRf8o60Ya .nav-link:focus {
  outline: none;
}
.cid-rYRf8o60Ya .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYRf8o60Ya .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYRf8o60Ya .menu-logo {
  margin-right: auto;
}
.cid-rYRf8o60Ya .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-rYRf8o60Ya .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-rYRf8o60Ya .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYRf8o60Ya .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYRf8o60Ya .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYRf8o60Ya .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYRf8o60Ya .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYRf8o60Ya .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYRf8o60Ya .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYRf8o60Ya .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYRf8o60Ya .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYRf8o60Ya .dropdown .dropdown-menu {
  background: #e3ffe1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYRf8o60Ya .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYRf8o60Ya .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYRf8o60Ya .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYRf8o60Ya .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rYRf8o60Ya .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-rYRf8o60Ya .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYRf8o60Ya .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYRf8o60Ya .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYRf8o60Ya .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYRf8o60Ya .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYRf8o60Ya .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYRf8o60Ya button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYRf8o60Ya button.navbar-toggler:focus {
  outline: none;
}
.cid-rYRf8o60Ya button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rYRf8o60Ya button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYRf8o60Ya button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYRf8o60Ya button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYRf8o60Ya button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYRf8o60Ya nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYRf8o60Ya nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYRf8o60Ya nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYRf8o60Ya nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYRf8o60Ya .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYRf8o60Ya .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYRf8o60Ya .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYRf8o60Ya .collapsed .navbar-collapse.collapsing,
.cid-rYRf8o60Ya .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYRf8o60Ya .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYRf8o60Ya .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYRf8o60Ya .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYRf8o60Ya .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYRf8o60Ya .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYRf8o60Ya .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYRf8o60Ya .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYRf8o60Ya .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYRf8o60Ya .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYRf8o60Ya .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYRf8o60Ya .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-rYRf8o60Ya .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYRf8o60Ya .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYRf8o60Ya .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYRf8o60Ya .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-rYRf8o60Ya .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYRf8o60Ya .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYRf8o60Ya .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-rYRf8o60Ya.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYRf8o60Ya img {
    height: 3.8rem !important;
  }
  .cid-rYRf8o60Ya .btn {
    display: -webkit-flex;
  }
  .cid-rYRf8o60Ya button.navbar-toggler {
    display: block;
  }
  .cid-rYRf8o60Ya .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYRf8o60Ya .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYRf8o60Ya .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYRf8o60Ya .navbar-collapse.collapsing,
  .cid-rYRf8o60Ya .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYRf8o60Ya .navbar-collapse.collapsing .navbar-nav,
  .cid-rYRf8o60Ya .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYRf8o60Ya .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYRf8o60Ya .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYRf8o60Ya .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYRf8o60Ya .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYRf8o60Ya .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYRf8o60Ya .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYRf8o60Ya .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYRf8o60Ya .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYRf8o60Ya .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-rYRf8o60Ya .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYRf8o60Ya .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYRf8o60Ya .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-rYRf8o60Ya .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYRf8o60Ya .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYRf8o60Ya .nav-link:hover,
.cid-rYRf8o60Ya .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rYRf8rfFTr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e3ffe1;
}
.cid-rYRf8rfFTr .mbr-section-subtitle {
  color: #767676;
}
.cid-rYRf8tEBLC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-rYRf8tEBLC .mbr-text {
  text-align: left;
}
.cid-uoKil4HerK {
  background: #caffc6;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #caffc6, #e0ffde);
}
.cid-uoKil4HerK .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uoKil4HerK .video-block {
    width: 100% !important;
  }
}
.cid-rYRhg4Q53d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e0ffde;
}
.cid-rYRhg4Q53d img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rYRhg4Q53d img:hover {
  transform: scale(1.1);
}
.cid-rYRhg4Q53d .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rYRhg4Q53d h2 {
  padding: 0;
  margin: 0;
}
.cid-rYRhg4Q53d .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rYRhg4Q53d .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rYRhg4Q53d .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rYRhg4Q53d .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-rYRhg4Q53d .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-rYRhg4Q53d .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rYRhg4Q53d .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rYRhg4Q53d .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rYRhg4Q53d .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rYRhg4Q53d H2 {
  color: #333333;
}
.cid-rYRhg4Q53d .mbr-text {
  color: #315c2e;
}
.cid-rYRhg4Q53d H1 {
  color: #315c2e;
}
.cid-s7TXc4nRdd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e0ffde;
  overflow: hidden;
}
.cid-s7TXc4nRdd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s7TXc4nRdd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s7TXc4nRdd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s7TXc4nRdd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s7TXc4nRdd .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-s7TXc4nRdd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s7TXc4nRdd .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s7TXc4nRdd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s7TXc4nRdd .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-uwzqpQdpP9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-uwzqpQdpP9 .mbr-text {
  text-align: left;
}
.cid-uwzqkVYsCI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uwzqkVYsCI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uwzqkVYsCI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwzqkVYsCI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uwzqkVYsCI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uwzqkVYsCI .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-uwzqkVYsCI .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uwzqkVYsCI .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uwzqkVYsCI .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uwzqkVYsCI .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-sRuj90g2Jc {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .cid-sRuj90g2Jc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRuj90g2Jc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRuj90g2Jc .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRuj90g2Jc .mbr-text {
  color: #315c2e;
  text-align: center;
}
.cid-rYRmKEieHA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e0ffde;
}
.cid-rYRmKEieHA .google-map {
  height: 25rem;
  position: relative;
}
.cid-rYRmKEieHA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rYRmKEieHA .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-rYRmKEieHA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rYRmKEieHA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rYW8WKKdsL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #315c2e;
}
.cid-rYW8WKKdsL .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rYW8WKKdsL .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rYW8WKKdsL .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYW8WKKdsL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rYW8WKKdsL .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-rYW8WKKdsL .text2 {
  color: #000000;
  text-align: left;
}
.cid-rYW8WKKdsL .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rYW8WKKdsL .logo-title {
  text-align: center;
}
.cid-rYW8WKKdsL .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-rYW8WKKdsL .links {
  text-align: center;
  color: #656565;
}
.cid-rYW8WKKdsL .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rYW8WKKdsL .logo-title,
.cid-rYW8WKKdsL .logo {
  color: #ffffff;
}
.cid-rYW8WKKdsL .links,
.cid-rYW8WKKdsL .social-list {
  color: #ffffff;
}
.cid-rYW9p0dtmI .navbar {
  background: #e3ffe1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYW9p0dtmI .navbar-dropdown.bg-color.transparent.opened {
  background: #e3ffe1;
}
.cid-rYW9p0dtmI a {
  font-style: normal;
}
.cid-rYW9p0dtmI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYW9p0dtmI .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-rYW9p0dtmI .nav-item:focus,
.cid-rYW9p0dtmI .nav-link:focus {
  outline: none;
}
.cid-rYW9p0dtmI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYW9p0dtmI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYW9p0dtmI .menu-logo {
  margin-right: auto;
}
.cid-rYW9p0dtmI .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-rYW9p0dtmI .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-rYW9p0dtmI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYW9p0dtmI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYW9p0dtmI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYW9p0dtmI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYW9p0dtmI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYW9p0dtmI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYW9p0dtmI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYW9p0dtmI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYW9p0dtmI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYW9p0dtmI .dropdown .dropdown-menu {
  background: #e3ffe1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYW9p0dtmI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYW9p0dtmI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYW9p0dtmI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYW9p0dtmI .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rYW9p0dtmI .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-rYW9p0dtmI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYW9p0dtmI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYW9p0dtmI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYW9p0dtmI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYW9p0dtmI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYW9p0dtmI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYW9p0dtmI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYW9p0dtmI button.navbar-toggler:focus {
  outline: none;
}
.cid-rYW9p0dtmI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rYW9p0dtmI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYW9p0dtmI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYW9p0dtmI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYW9p0dtmI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYW9p0dtmI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYW9p0dtmI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYW9p0dtmI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYW9p0dtmI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYW9p0dtmI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYW9p0dtmI .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYW9p0dtmI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYW9p0dtmI .collapsed .navbar-collapse.collapsing,
.cid-rYW9p0dtmI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYW9p0dtmI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYW9p0dtmI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYW9p0dtmI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYW9p0dtmI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYW9p0dtmI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYW9p0dtmI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYW9p0dtmI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYW9p0dtmI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYW9p0dtmI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYW9p0dtmI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYW9p0dtmI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-rYW9p0dtmI .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYW9p0dtmI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYW9p0dtmI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYW9p0dtmI .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-rYW9p0dtmI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYW9p0dtmI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYW9p0dtmI .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-rYW9p0dtmI.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYW9p0dtmI img {
    height: 3.8rem !important;
  }
  .cid-rYW9p0dtmI .btn {
    display: -webkit-flex;
  }
  .cid-rYW9p0dtmI button.navbar-toggler {
    display: block;
  }
  .cid-rYW9p0dtmI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYW9p0dtmI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYW9p0dtmI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYW9p0dtmI .navbar-collapse.collapsing,
  .cid-rYW9p0dtmI .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYW9p0dtmI .navbar-collapse.collapsing .navbar-nav,
  .cid-rYW9p0dtmI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYW9p0dtmI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYW9p0dtmI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYW9p0dtmI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYW9p0dtmI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYW9p0dtmI .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYW9p0dtmI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYW9p0dtmI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYW9p0dtmI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYW9p0dtmI .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-rYW9p0dtmI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYW9p0dtmI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYW9p0dtmI .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-rYW9p0dtmI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYW9p0dtmI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYW9p0dtmI .nav-link:hover,
.cid-rYW9p0dtmI .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rYW9p2aKOB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e0ffde;
}
.cid-rYW9p2aKOB .mbr-section-subtitle {
  color: #767676;
}
.cid-rYW9p3tSZd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-rYW9p3tSZd .mbr-text {
  text-align: left;
}
.cid-rYW9p52WsA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e0ffde;
}
.cid-rYW9p52WsA img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rYW9p52WsA img:hover {
  transform: scale(1.1);
}
.cid-rYW9p52WsA .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rYW9p52WsA h2 {
  padding: 0;
  margin: 0;
}
.cid-rYW9p52WsA .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rYW9p52WsA .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rYW9p52WsA .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rYW9p52WsA .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-rYW9p52WsA .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-rYW9p52WsA .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rYW9p52WsA .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rYW9p52WsA .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rYW9p52WsA .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rYW9p52WsA H2 {
  color: #333333;
}
.cid-rYW9p52WsA .mbr-text {
  color: #315c2e;
}
.cid-rYW9p52WsA H1 {
  color: #315c2e;
}
.cid-sRuiIU4pkh {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .cid-sRuiIU4pkh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRuiIU4pkh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRuiIU4pkh .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRuiIU4pkh .mbr-text {
  color: #315c2e;
  text-align: center;
}
.cid-rYYv0PbTIR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e3ffe1;
}
.cid-rYYv0PbTIR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rYYv0PbTIR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rYYv0PbTIR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rYYv0PbTIR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rYYv0PbTIR .row > .row {
  display: block;
}
.cid-rYYv0PbTIR .mbr-gallery-item {
  width: 100%;
}
.cid-rYYv0PbTIR .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-rYYv0PbTIR .mbr-gallery-item > div {
  position: relative;
}
.cid-rYYv0PbTIR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rYYv0PbTIR .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-rYYv0PbTIR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rYYv0PbTIR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rYW9p6GyqB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rYW9p6GyqB .google-map {
  height: 25rem;
  position: relative;
}
.cid-rYW9p6GyqB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rYW9p6GyqB .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-rYW9p6GyqB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rYW9p6GyqB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rYW9p8b4qg {
  background: #315c2e;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #315c2e, #ffffff);
}
.cid-rYW9p8b4qg .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rYW9p8b4qg .video-block {
    width: 100% !important;
  }
}
.cid-rYW9p9xodj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #315c2e;
}
.cid-rYW9p9xodj .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rYW9p9xodj .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rYW9p9xodj .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYW9p9xodj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rYW9p9xodj .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-rYW9p9xodj .text2 {
  color: #000000;
  text-align: left;
}
.cid-rYW9p9xodj .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rYW9p9xodj .logo-title {
  text-align: center;
}
.cid-rYW9p9xodj .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-rYW9p9xodj .links {
  text-align: center;
  color: #656565;
}
.cid-rYW9p9xodj .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rYW9p9xodj .logo-title,
.cid-rYW9p9xodj .logo {
  color: #ffffff;
}
.cid-rYW9p9xodj .links,
.cid-rYW9p9xodj .social-list {
  color: #ffffff;
}
.cid-rYW9sYtyDj .navbar {
  background: #e3ffe1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYW9sYtyDj .navbar-dropdown.bg-color.transparent.opened {
  background: #e3ffe1;
}
.cid-rYW9sYtyDj a {
  font-style: normal;
}
.cid-rYW9sYtyDj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYW9sYtyDj .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-rYW9sYtyDj .nav-item:focus,
.cid-rYW9sYtyDj .nav-link:focus {
  outline: none;
}
.cid-rYW9sYtyDj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYW9sYtyDj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYW9sYtyDj .menu-logo {
  margin-right: auto;
}
.cid-rYW9sYtyDj .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-rYW9sYtyDj .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-rYW9sYtyDj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYW9sYtyDj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYW9sYtyDj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYW9sYtyDj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYW9sYtyDj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYW9sYtyDj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYW9sYtyDj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYW9sYtyDj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYW9sYtyDj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYW9sYtyDj .dropdown .dropdown-menu {
  background: #e3ffe1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYW9sYtyDj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYW9sYtyDj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYW9sYtyDj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYW9sYtyDj .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-rYW9sYtyDj .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-rYW9sYtyDj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYW9sYtyDj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYW9sYtyDj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYW9sYtyDj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYW9sYtyDj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYW9sYtyDj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYW9sYtyDj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYW9sYtyDj button.navbar-toggler:focus {
  outline: none;
}
.cid-rYW9sYtyDj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rYW9sYtyDj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYW9sYtyDj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYW9sYtyDj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYW9sYtyDj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYW9sYtyDj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYW9sYtyDj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYW9sYtyDj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYW9sYtyDj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYW9sYtyDj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYW9sYtyDj .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYW9sYtyDj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYW9sYtyDj .collapsed .navbar-collapse.collapsing,
.cid-rYW9sYtyDj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYW9sYtyDj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYW9sYtyDj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYW9sYtyDj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYW9sYtyDj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYW9sYtyDj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rYW9sYtyDj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rYW9sYtyDj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYW9sYtyDj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYW9sYtyDj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYW9sYtyDj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rYW9sYtyDj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-rYW9sYtyDj .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYW9sYtyDj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYW9sYtyDj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYW9sYtyDj .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-rYW9sYtyDj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYW9sYtyDj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYW9sYtyDj .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-rYW9sYtyDj.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYW9sYtyDj img {
    height: 3.8rem !important;
  }
  .cid-rYW9sYtyDj .btn {
    display: -webkit-flex;
  }
  .cid-rYW9sYtyDj button.navbar-toggler {
    display: block;
  }
  .cid-rYW9sYtyDj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYW9sYtyDj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYW9sYtyDj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYW9sYtyDj .navbar-collapse.collapsing,
  .cid-rYW9sYtyDj .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYW9sYtyDj .navbar-collapse.collapsing .navbar-nav,
  .cid-rYW9sYtyDj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYW9sYtyDj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYW9sYtyDj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYW9sYtyDj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rYW9sYtyDj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYW9sYtyDj .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYW9sYtyDj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYW9sYtyDj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYW9sYtyDj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYW9sYtyDj .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-rYW9sYtyDj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYW9sYtyDj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYW9sYtyDj .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-rYW9sYtyDj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYW9sYtyDj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYW9sYtyDj .nav-link:hover,
.cid-rYW9sYtyDj .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rYW9t0sfDo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e3ffe1;
}
.cid-rYW9t0sfDo .mbr-section-subtitle {
  color: #767676;
}
.cid-rYW9t1Y6Y4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-rYW9t1Y6Y4 .mbr-text {
  text-align: left;
}
.cid-rYW9t3zs6v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e0ffde;
}
.cid-rYW9t3zs6v img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rYW9t3zs6v img:hover {
  transform: scale(1.1);
}
.cid-rYW9t3zs6v .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rYW9t3zs6v h2 {
  padding: 0;
  margin: 0;
}
.cid-rYW9t3zs6v .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rYW9t3zs6v .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rYW9t3zs6v .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rYW9t3zs6v .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-rYW9t3zs6v .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-rYW9t3zs6v .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rYW9t3zs6v .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rYW9t3zs6v .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rYW9t3zs6v .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rYW9t3zs6v H2 {
  color: #333333;
}
.cid-rYW9t3zs6v .mbr-text {
  color: #315c2e;
}
.cid-rYW9t3zs6v H1 {
  color: #315c2e;
}
.cid-sRugMSm85e {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .cid-sRugMSm85e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRugMSm85e img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRugMSm85e .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRugMSm85e .mbr-text {
  color: #315c2e;
  text-align: center;
}
.cid-rYZnJlzciX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e3ffe1;
}
.cid-rYZnJlzciX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rYZnJlzciX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rYZnJlzciX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rYZnJlzciX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rYZnJlzciX .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-rYZnJlzciX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rYZnJlzciX .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rYZnJlzciX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rYZnJlzciX .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-rYW9t5a4S4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e3ffe1;
}
.cid-rYW9t5a4S4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-rYW9t5a4S4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rYW9t5a4S4 .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-rYW9t5a4S4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rYW9t5a4S4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rYW9t84IU0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #315c2e;
}
.cid-rYW9t84IU0 .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-rYW9t84IU0 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-rYW9t84IU0 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rYW9t84IU0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rYW9t84IU0 .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-rYW9t84IU0 .text2 {
  color: #000000;
  text-align: left;
}
.cid-rYW9t84IU0 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rYW9t84IU0 .logo-title {
  text-align: center;
}
.cid-rYW9t84IU0 .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-rYW9t84IU0 .links {
  text-align: center;
  color: #656565;
}
.cid-rYW9t84IU0 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-rYW9t84IU0 .logo-title,
.cid-rYW9t84IU0 .logo {
  color: #ffffff;
}
.cid-rYW9t84IU0 .links,
.cid-rYW9t84IU0 .social-list {
  color: #ffffff;
}
.cid-s2oBw50Umb .navbar {
  background: #e3ffe1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s2oBw50Umb .navbar-dropdown.bg-color.transparent.opened {
  background: #e3ffe1;
}
.cid-s2oBw50Umb a {
  font-style: normal;
}
.cid-s2oBw50Umb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2oBw50Umb .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-s2oBw50Umb .nav-item:focus,
.cid-s2oBw50Umb .nav-link:focus {
  outline: none;
}
.cid-s2oBw50Umb .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2oBw50Umb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2oBw50Umb .menu-logo {
  margin-right: auto;
}
.cid-s2oBw50Umb .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-s2oBw50Umb .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-s2oBw50Umb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2oBw50Umb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2oBw50Umb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2oBw50Umb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2oBw50Umb .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2oBw50Umb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2oBw50Umb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2oBw50Umb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2oBw50Umb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2oBw50Umb .dropdown .dropdown-menu {
  background: #e3ffe1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2oBw50Umb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2oBw50Umb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2oBw50Umb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2oBw50Umb .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s2oBw50Umb .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-s2oBw50Umb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2oBw50Umb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2oBw50Umb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2oBw50Umb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2oBw50Umb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2oBw50Umb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2oBw50Umb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2oBw50Umb button.navbar-toggler:focus {
  outline: none;
}
.cid-s2oBw50Umb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s2oBw50Umb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2oBw50Umb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2oBw50Umb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2oBw50Umb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2oBw50Umb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2oBw50Umb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2oBw50Umb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2oBw50Umb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2oBw50Umb .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2oBw50Umb .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2oBw50Umb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2oBw50Umb .collapsed .navbar-collapse.collapsing,
.cid-s2oBw50Umb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2oBw50Umb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2oBw50Umb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2oBw50Umb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2oBw50Umb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2oBw50Umb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s2oBw50Umb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s2oBw50Umb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2oBw50Umb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2oBw50Umb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2oBw50Umb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2oBw50Umb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-s2oBw50Umb .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2oBw50Umb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2oBw50Umb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2oBw50Umb .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-s2oBw50Umb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2oBw50Umb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2oBw50Umb .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-s2oBw50Umb.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2oBw50Umb img {
    height: 3.8rem !important;
  }
  .cid-s2oBw50Umb .btn {
    display: -webkit-flex;
  }
  .cid-s2oBw50Umb button.navbar-toggler {
    display: block;
  }
  .cid-s2oBw50Umb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2oBw50Umb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2oBw50Umb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2oBw50Umb .navbar-collapse.collapsing,
  .cid-s2oBw50Umb .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2oBw50Umb .navbar-collapse.collapsing .navbar-nav,
  .cid-s2oBw50Umb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2oBw50Umb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2oBw50Umb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2oBw50Umb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s2oBw50Umb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2oBw50Umb .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2oBw50Umb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2oBw50Umb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2oBw50Umb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2oBw50Umb .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-s2oBw50Umb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2oBw50Umb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2oBw50Umb .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-s2oBw50Umb .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2oBw50Umb .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2oBw50Umb .nav-link:hover,
.cid-s2oBw50Umb .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s2oBw7C9pR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2oBw7C9pR .mbr-section-subtitle {
  color: #767676;
}
.cid-s2oECvBYHs {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s2oECvBYHs .image-block {
  margin: auto;
}
.cid-s2oECvBYHs figcaption {
  position: relative;
}
.cid-s2oECvBYHs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2oECvBYHs .image-block {
    width: 100% !important;
  }
}
.cid-s2oBwa5lL2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/whatsapp-image-2020-05-05-at-18.58.26-1-1280x960.jpg");
}
.cid-s2oH841OHT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2oH841OHT .testimonial-text {
  font-style: italic;
  font-weight: 300;
  text-align: center;
  color: #315c2e;
}
.cid-s2oH841OHT .mbr-author-name {
  font-weight: bold;
  text-align: center;
  color: #315c2e;
}
.cid-s2oH841OHT .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-s2oH841OHT .mbr-figure,
  .cid-s2oH841OHT img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-s2oH841OHT .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-s2oH841OHT .mbr-author-desc {
  text-align: center;
}
.cid-s2oXWAbFfT {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #caffc6, #ffffff);
}
.cid-s2oXWAbFfT .image-block {
  margin: auto;
}
.cid-s2oXWAbFfT figcaption {
  position: relative;
}
.cid-s2oXWAbFfT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2oXWAbFfT .image-block {
    width: 100% !important;
  }
}
.cid-s2oBweVsnn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s2oBweVsnn .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-s2oBweVsnn .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-s2oBweVsnn .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2oBweVsnn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-s2oBweVsnn .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-s2oBweVsnn .text2 {
  color: #000000;
  text-align: left;
}
.cid-s2oBweVsnn .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-s2oBweVsnn .logo-title {
  text-align: center;
}
.cid-s2oBweVsnn .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-s2oBweVsnn .links {
  text-align: center;
  color: #656565;
}
.cid-s2oBweVsnn .logo-sub-title i {
  color: #9e9e9e;
}
.cid-s2oBweVsnn .logo-title,
.cid-s2oBweVsnn .logo {
  color: #ffffff;
}
.cid-s2oBweVsnn .links,
.cid-s2oBweVsnn .social-list {
  color: #ffffff;
}
.cid-sRa4Lxgrm6 .navbar {
  background: #e3ffe1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sRa4Lxgrm6 .navbar-dropdown.bg-color.transparent.opened {
  background: #e3ffe1;
}
.cid-sRa4Lxgrm6 a {
  font-style: normal;
}
.cid-sRa4Lxgrm6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sRa4Lxgrm6 .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-sRa4Lxgrm6 .nav-item:focus,
.cid-sRa4Lxgrm6 .nav-link:focus {
  outline: none;
}
.cid-sRa4Lxgrm6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sRa4Lxgrm6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sRa4Lxgrm6 .menu-logo {
  margin-right: auto;
}
.cid-sRa4Lxgrm6 .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-sRa4Lxgrm6 .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-sRa4Lxgrm6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sRa4Lxgrm6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sRa4Lxgrm6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sRa4Lxgrm6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sRa4Lxgrm6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sRa4Lxgrm6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sRa4Lxgrm6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sRa4Lxgrm6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRa4Lxgrm6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sRa4Lxgrm6 .dropdown .dropdown-menu {
  background: #e3ffe1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sRa4Lxgrm6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sRa4Lxgrm6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRa4Lxgrm6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sRa4Lxgrm6 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sRa4Lxgrm6 .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-sRa4Lxgrm6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sRa4Lxgrm6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sRa4Lxgrm6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sRa4Lxgrm6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sRa4Lxgrm6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sRa4Lxgrm6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sRa4Lxgrm6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sRa4Lxgrm6 button.navbar-toggler:focus {
  outline: none;
}
.cid-sRa4Lxgrm6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sRa4Lxgrm6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRa4Lxgrm6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRa4Lxgrm6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRa4Lxgrm6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRa4Lxgrm6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRa4Lxgrm6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRa4Lxgrm6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRa4Lxgrm6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRa4Lxgrm6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sRa4Lxgrm6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sRa4Lxgrm6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sRa4Lxgrm6 .collapsed .navbar-collapse.collapsing,
.cid-sRa4Lxgrm6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sRa4Lxgrm6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sRa4Lxgrm6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sRa4Lxgrm6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sRa4Lxgrm6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sRa4Lxgrm6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sRa4Lxgrm6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sRa4Lxgrm6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sRa4Lxgrm6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sRa4Lxgrm6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sRa4Lxgrm6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sRa4Lxgrm6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-sRa4Lxgrm6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sRa4Lxgrm6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sRa4Lxgrm6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sRa4Lxgrm6 .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-sRa4Lxgrm6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sRa4Lxgrm6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sRa4Lxgrm6 .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-sRa4Lxgrm6.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sRa4Lxgrm6 img {
    height: 3.8rem !important;
  }
  .cid-sRa4Lxgrm6 .btn {
    display: -webkit-flex;
  }
  .cid-sRa4Lxgrm6 button.navbar-toggler {
    display: block;
  }
  .cid-sRa4Lxgrm6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sRa4Lxgrm6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sRa4Lxgrm6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sRa4Lxgrm6 .navbar-collapse.collapsing,
  .cid-sRa4Lxgrm6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sRa4Lxgrm6 .navbar-collapse.collapsing .navbar-nav,
  .cid-sRa4Lxgrm6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sRa4Lxgrm6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sRa4Lxgrm6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sRa4Lxgrm6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sRa4Lxgrm6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRa4Lxgrm6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sRa4Lxgrm6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sRa4Lxgrm6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sRa4Lxgrm6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRa4Lxgrm6 .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-sRa4Lxgrm6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sRa4Lxgrm6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sRa4Lxgrm6 .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-sRa4Lxgrm6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sRa4Lxgrm6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sRa4Lxgrm6 .nav-link:hover,
.cid-sRa4Lxgrm6 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sRa4LyqhOo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e3ffe1;
}
.cid-sRa4LyqhOo .mbr-section-subtitle {
  color: #767676;
}
.cid-sRa4LyR05K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sRa4LyR05K .mbr-text {
  text-align: left;
}
.cid-uwz3uTgtzU {
  background: #e3ffe1;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #e3ffe1, #ffffff);
}
.cid-uwz3uTgtzU .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwz3uTgtzU .video-block {
    width: 100% !important;
  }
}
.cid-sRa4LzGJ16 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #ffffff, #e0ffde);
}
.cid-sRa4LzGJ16 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sRa4LzGJ16 .video-block {
    width: 100% !important;
  }
}
.cid-sRa4LA9TVJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #caffc6;
}
.cid-sRa4LA9TVJ img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sRa4LA9TVJ img:hover {
  transform: scale(1.1);
}
.cid-sRa4LA9TVJ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sRa4LA9TVJ h2 {
  padding: 0;
  margin: 0;
}
.cid-sRa4LA9TVJ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRa4LA9TVJ .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sRa4LA9TVJ .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sRa4LA9TVJ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sRa4LA9TVJ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sRa4LA9TVJ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sRa4LA9TVJ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sRa4LA9TVJ .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sRa4LA9TVJ .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sRa4LA9TVJ H2 {
  color: #333333;
}
.cid-sRa4LA9TVJ .mbr-text {
  color: #315c2e;
}
.cid-sRa4LA9TVJ H1 {
  color: #315c2e;
}
.cid-sRuiRWzHBW {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .cid-sRuiRWzHBW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRuiRWzHBW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sRuiRWzHBW .text-wrapper {
    padding: 2rem;
  }
}
.cid-sRuiRWzHBW .mbr-text {
  color: #315c2e;
  text-align: center;
}
.cid-sRa795WShO .google-map {
  height: 25rem;
  position: relative;
}
.cid-sRa795WShO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sRa795WShO .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-sRa795WShO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sRa795WShO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sRa6pptvLD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sRa6pptvLD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sRa6pptvLD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRa6pptvLD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sRa6pptvLD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sRa6pptvLD .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-sRa6pptvLD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sRa6pptvLD .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sRa6pptvLD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sRa6pptvLD .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-sRa4LCgLDQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #315c2e;
}
.cid-sRa4LCgLDQ .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sRa4LCgLDQ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sRa4LCgLDQ .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRa4LCgLDQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sRa4LCgLDQ .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sRa4LCgLDQ .text2 {
  color: #000000;
  text-align: left;
}
.cid-sRa4LCgLDQ .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sRa4LCgLDQ .logo-title {
  text-align: center;
}
.cid-sRa4LCgLDQ .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-sRa4LCgLDQ .links {
  text-align: center;
  color: #656565;
}
.cid-sRa4LCgLDQ .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sRa4LCgLDQ .logo-title,
.cid-sRa4LCgLDQ .logo {
  color: #ffffff;
}
.cid-sRa4LCgLDQ .links,
.cid-sRa4LCgLDQ .social-list {
  color: #ffffff;
}
