.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Lora', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2e481a !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #200960 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2e481a !important;
  border-color: #2e481a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #718c56 !important;
  border-color: #718c56 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8ba66f !important;
  border-color: #8ba66f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8ba66f !important;
  border-color: #8ba66f !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #200960 !important;
  border-color: #200960 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #300d8f !important;
  border-color: #300d8f !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #300d8f !important;
  border-color: #300d8f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2e481a;
  color: #2e481a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #050803 !important;
  background-color: transparent !important;
  border-color: #050803 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e481a !important;
  border-color: #2e481a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #718c56;
  color: #718c56;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #465635 !important;
  background-color: transparent !important;
  border-color: #465635 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #718c56 !important;
  border-color: #718c56 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #200960;
  color: #200960;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #060211 !important;
  background-color: transparent !important;
  border-color: #060211 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2e481a !important;
}
.text-secondary {
  color: #718c56 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #200960 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3e4d2f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #010003 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2e481a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #200960;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2e481a;
  border-color: #2e481a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2e481a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9ecf79;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4714d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2e481a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #2e481a;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2e481a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2e481a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2e481a;
  border-bottom-color: #2e481a;
}
.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: #2e481a !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: #718c56 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232e481a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-u3r07dHnqR .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-u3r07dHnqR .navbar-fixed-top {
  padding-top: 0;
}
.cid-u3r07dHnqR .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u3r07dHnqR .collapse {
  justify-content: space-between !important;
}
.cid-u3r07dHnqR .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-u3r07dHnqR .mbr-iconfont {
  cursor: pointer;
}
.cid-u3r07dHnqR .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-u3r07dHnqR .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #2e481a;
  border-radius: 50%;
}
.cid-u3r07dHnqR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u3r07dHnqR .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-u3r07dHnqR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3r07dHnqR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u3r07dHnqR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u3r07dHnqR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u3r07dHnqR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-u3r07dHnqR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u3r07dHnqR .menu-content-top {
  background: #2e481a;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.cid-u3r07dHnqR .dropdown-item {
  padding: 0.4rem 1.8rem;
}
.cid-u3r07dHnqR .dropdown-item,
.cid-u3r07dHnqR .nav-link,
.cid-u3r07dHnqR .brand-name {
  font-style: normal;
}
.cid-u3r07dHnqR .dropdown-item:hover,
.cid-u3r07dHnqR .nav-link:hover,
.cid-u3r07dHnqR .brand-name:hover {
  color: #2e481a !important;
}
.cid-u3r07dHnqR .dropdown-menu {
  background-color: #ffffff;
}
.cid-u3r07dHnqR .dropdown-item:active {
  background-color: #ffffff;
}
.cid-u3r07dHnqR .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-u3r07dHnqR .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u3r07dHnqR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3r07dHnqR .content-text {
  margin-bottom: 0;
}
.cid-u3r07dHnqR .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u3r07dHnqR .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #2e481a;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-u3r07dHnqR .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u3r07dHnqR .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u3r07dHnqR .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3r07dHnqR .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3r07dHnqR .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u3r07dHnqR .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u3r07dHnqR .nav-dropdown .link {
  font-weight: 400;
}
.cid-u3r07dHnqR .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u3r07dHnqR .content-right-side {
  text-align: center;
}
.cid-u3r07dHnqR .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u3r07dHnqR .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u3r07dHnqR .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-u3r07dHnqR .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-u3r07dHnqR .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-u3r07dHnqR .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3r07dHnqR .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u3r07dHnqR .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u3r07dHnqR .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u3r07dHnqR .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u3r07dHnqR .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u3r07dHnqR .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-u3r07dHnqR .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3r07dHnqR .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-u3r07dHnqR .navbar {
    display: block;
    padding: 0;
  }
  .cid-u3r07dHnqR .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3r07dHnqR .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-u3r07dHnqR .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u3r07dHnqR .navbar-toggler {
    display: none;
  }
}
.cid-u3r07dHnqR .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u3r07dHnqR .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u3r07dHnqR .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u3r07dHnqR .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u3r07dHnqR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u3r07dHnqR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3r07dHnqR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u3r07dHnqR .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u3r07dHnqR .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3r07dHnqR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3r07dHnqR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3r07dHnqR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u3r07dHnqR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u3r07dHnqR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u3r07dHnqR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u3r07dHnqR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3r07dHnqR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-u3r07dHnqR .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u3r07dHnqR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u3r07dHnqR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u3r07dHnqR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u3r07dHnqR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u3r07dHnqR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-u3r07dHnqR button.navbar-toggler:focus {
  outline: none;
}
.cid-u3r07dHnqR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e481a;
}
.cid-u3r07dHnqR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3r07dHnqR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3r07dHnqR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3r07dHnqR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3r07dHnqR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3r07dHnqR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3r07dHnqR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3r07dHnqR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3r07dHnqR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3r07dHnqR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3r07dHnqR .collapsed .btn {
  display: flex;
}
.cid-u3r07dHnqR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u3r07dHnqR .collapsed .navbar-collapse.collapsing,
.cid-u3r07dHnqR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u3r07dHnqR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u3r07dHnqR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u3r07dHnqR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u3r07dHnqR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u3r07dHnqR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u3r07dHnqR .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u3r07dHnqR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u3r07dHnqR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u3r07dHnqR .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3r07dHnqR .collapsed button.navbar-toggler {
  display: block;
}
.cid-u3r07dHnqR .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u3r07dHnqR .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u3r07dHnqR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u3r07dHnqR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u3r07dHnqR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u3r07dHnqR .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-u3r07dHnqR .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-u3r07dHnqR .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u3r07dHnqR .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-u3r07dHnqR .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u3r07dHnqR .navbar-collapse.collapsing,
  .cid-u3r07dHnqR .navbar-collapse.show {
    display: block !important;
  }
  .cid-u3r07dHnqR .navbar-collapse.collapsing .navbar-nav,
  .cid-u3r07dHnqR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u3r07dHnqR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u3r07dHnqR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u3r07dHnqR .navbar-collapse.collapsing .navbar-buttons,
  .cid-u3r07dHnqR .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u3r07dHnqR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u3r07dHnqR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3r07dHnqR img {
    height: 3.8rem !important;
  }
  .cid-u3r07dHnqR .btn {
    display: flex;
  }
  .cid-u3r07dHnqR button.navbar-toggler {
    display: block;
  }
  .cid-u3r07dHnqR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u3r07dHnqR .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u3r07dHnqR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u3r07dHnqR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u3r07dHnqR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u3r07dHnqR .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-u3r07dHnqR .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u3r07dHnqR .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u3r07dHnqR .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u3r07dHnqR .nav-link:focus {
  outline: none;
}
.cid-u3r07dHnqR .navbar-toggler {
  position: relative;
}
.cid-u3r07dHnqR .dropdown-item.active,
.cid-u3r07dHnqR .dropdown-item:active {
  color: initial;
}
.cid-u3r07dHnqR .widget-title,
.cid-u3r07dHnqR .widget-icon {
  color: #ffffff;
}
.cid-u3r07dHnqR .widget-text {
  color: #656565;
}
@media (max-width: 992px) {
  .cid-u3r07dHnqR .menu-logo {
    display: none;
  }
  .cid-u3r07dHnqR .navbar-collapse {
    padding: 0;
    padding-top: 1.5rem;
  }
  .cid-u3r07dHnqR .nav-item:before {
    content: none;
  }
  .cid-u3r07dHnqR .navbar {
    padding: 0;
  }
  .cid-u3r07dHnqR .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u3r07dHnqR button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-u3rTkkF1Bu {
  background-image: url("../../../assets/images/del-281-2000x1333.jpeg");
}
.cid-u3rTkkF1Bu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3rTkkF1Bu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3rTkkF1Bu H3 {
  color: #000000;
}
.cid-u3rZUJZkGK {
  padding-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u3rZUJZkGK .row {
  align-items: center;
  justify-content: center;
}
.cid-u3rZUJZkGK .shape_left {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #cccccc;
}
.cid-u3rZUJZkGK .shape_right {
  width: 25%;
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #2e481a;
}
.cid-u3rZUJZkGK .content_box {
  position: relative;
  z-index: 1;
}
.cid-u3rZUJZkGK .mbr-section-title {
  margin-bottom: 21px;
  color: #2e481a;
}
.cid-u3rZUJZkGK .mbr-text {
  margin-bottom: 21px;
}
.cid-u3rZUJZkGK .image-wrapper,
.cid-u3rZUJZkGK img {
  width: 100%;
}
.cid-u3rZUJZkGK .image-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .cid-u3rZUJZkGK .content_box {
    padding: 0 5rem 0 1rem;
  }
  .cid-u3rZUJZkGK .image_left {
    padding-top: 5rem;
  }
  .cid-u3rZUJZkGK .image_right {
    right: -2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3rZUJZkGK .row {
    flex-direction: column;
  }
  .cid-u3rZUJZkGK .shape {
    display: none;
  }
  .cid-u3rZUJZkGK .content_box {
    padding: 2rem 0;
  }
}
.cid-u3rZUJZkGK .mbr-text,
.cid-u3rZUJZkGK .mbr-section-btn {
  color: #2e481a;
  text-align: center;
}
.cid-u3rZUJZkGK .mbr-text,
.cid-u3rZUJZkGK .mbr-section-btn P {
  text-align: left;
}
.cid-u3rZYzc0yt {
  background-color: #2e481a;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.cid-u3rZYzc0yt .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fef3f9;
  padding: 0 15%;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u3rZYzc0yt .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u3rZYzc0yt .content_wrap {
    padding: 60px 12px;
  }
}
.cid-u3rZYzc0yt .mbr-section-title {
  margin-bottom: 25px;
  color: #2e481a;
  text-align: center;
}
.cid-u3rZYzc0yt .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 991px) {
  .cid-u3rZYzc0yt .height_100 {
    height: 100%;
  }
}
.cid-u3rZYzc0yt .item-image,
.cid-u3rZYzc0yt img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-uwBVQOVRvU {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwBVQOVRvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwBVQOVRvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwBVQOVRvU .mbr-text {
  color: #000000;
}
.cid-uwBVQOVRvU .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uwBVQOVRvU .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uwBVQOVRvU .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uwBVQOVRvU .mbr-section-subtitle,
.cid-uwBVQOVRvU .main-button {
  color: #2e481a;
}
.cid-uwBVQOVRvU .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uwBVQOVRvU .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uwBVQOVRvU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwBVQOVRvU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwBVQOVRvU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uwBVQOVRvU .mbr-section-title {
  color: #2e481a;
}
.cid-uwBVPFuF5Z {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uwBVPFuF5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwBVPFuF5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwBVPFuF5Z .row {
  flex-direction: row-reverse;
}
.cid-uwBVPFuF5Z .mbr-text {
  color: #000000;
}
.cid-uwBVPFuF5Z .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uwBVPFuF5Z .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uwBVPFuF5Z .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uwBVPFuF5Z .mbr-section-subtitle,
.cid-uwBVPFuF5Z .main-button {
  color: #2e481a;
}
.cid-uwBVPFuF5Z .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uwBVPFuF5Z .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uwBVPFuF5Z .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwBVPFuF5Z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwBVPFuF5Z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uwBVPFuF5Z .mbr-section-title {
  color: #2e481a;
}
.cid-uy0eU5iKvn {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uy0eU5iKvn .item:focus,
.cid-uy0eU5iKvn span:focus {
  outline: none;
}
.cid-uy0eU5iKvn .item {
  cursor: pointer;
}
.cid-uy0eU5iKvn .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uy0eU5iKvn .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uy0eU5iKvn .grid-container-1,
.cid-uy0eU5iKvn .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uy0eU5iKvn .grid-container-1,
  .cid-uy0eU5iKvn .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uy0eU5iKvn .mbr-section-title {
  color: #ffffff;
}
.cid-uy0eU5iKvn .mbr-text,
.cid-uy0eU5iKvn .mbr-section-btn {
  color: #000000;
}
.cid-uy0eU5iKvn .content-head {
  max-width: 800px;
}
.cid-uy0eU5iKvn .container,
.cid-uy0eU5iKvn .container-fluid {
  overflow: hidden;
}
.cid-uy0eU5iKvn .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uy0eU5iKvn .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uy0eU5iKvn .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uy0eU5iKvn .grid-item img {
    min-width: 35vw;
  }
}
.cid-uy0eU5iKvn .grid-container-1,
.cid-uy0eU5iKvn .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uy0eU5iKvn .grid-container-1 {
  align-items: flex-end;
}
.cid-uy0eU5iKvn .grid-container-2 {
  align-items: flex-start;
}
.cid-uOtVNljRRi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOtVNljRRi .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #4b4b4b;
}
.cid-uOtVNljRRi .card {
  transition: all 300ms ease;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  background-color: #ffffff;
  border: 2px solid #000000;
}
.cid-uOtVNljRRi .card:hover {
  box-shadow: 5px 5px 0 0 #000000 !important;
  background-color: #edefeb;
}
.cid-uOtVNljRRi .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uOtVNljRRi .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uOtVNljRRi .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-uOtVNljRRi .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uOtVNljRRi .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uOtVNljRRi img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-uOtVNljRRi .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uOtVNljRRi .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-uOtVNljRRi .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-uOtVNljRRi .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uOtVNljRRi .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uOtVNljRRi .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uOtVNljRRi .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uOtVNljRRi .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uOtVNljRRi .align {
  display: flex;
  align-items: center;
}
.cid-uOtVNljRRi .btn {
  margin-top: 20px;
  padding: 1rem 2rem;
}
.cid-uOtVNljRRi .card-text,
.cid-uOtVNljRRi .iconfont-wrapper {
  color: #4b4b4b;
}
.cid-uOtYz2oXsr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e481a;
}
.cid-uOtYz2oXsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtYz2oXsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtYz2oXsr .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uOtYz2oXsr .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOtYz2oXsr .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uOtYz2oXsr .card-wrapper {
    padding: 4rem;
  }
}
.cid-uOtYz2oXsr .mbr-text,
.cid-uOtYz2oXsr .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uOtYz2oXsr .card-title,
.cid-uOtYz2oXsr .card-box {
  text-align: left;
  color: #000000;
}
.cid-u3xUiS02UH {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-u3xUiS02UH p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u3xUiS02UH .row {
    justify-content: flex-start !important;
  }
}
.cid-u3xUiS02UH .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u3xUiS02UH .mbr-section-title {
  text-align: center;
  color: #2e481a;
}
.cid-u3xUiS02UH .mbr-section-subtitle {
  text-align: center;
}
.cid-u3xUiS02UH .image-wrapper {
  margin-bottom: 1rem;
}
.cid-u3xUiS02UH .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-u3xUiS02UH .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #2e481a;
  border-width: 1px;
  border-style: dashed;
  border-color: #2e481a;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.cid-u3xUiS02UH .mbr-iconfont {
  font-size: 3rem;
  color: #cd8ad1;
}
.cid-u3xUiS02UH div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-u3xUiS02UH .card-title {
  color: #ffffff;
}
.cid-u3xUiS02UH P {
  color: #ffffff;
}
.cid-u3xW2coBe5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u3xW2coBe5 .row-links {
  width: 100%;
}
.cid-u3xW2coBe5 .social-row {
  width: 100%;
  justify-content: flex-end;
  margin: 0;
}
.cid-u3xW2coBe5 .col-lg-6 {
  height: fit-content;
}
.cid-u3xW2coBe5 .soc-item {
  background: #2e481a;
  width: 45px;
  cursor: pointer;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-u3xW2coBe5 .soc-item:hover {
  transform: scale(1.1);
}
.cid-u3xW2coBe5 .row {
  align-items: center;
}
.cid-u3xW2coBe5 .row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-u3xW2coBe5 .row .foot-menu li {
  padding-right: 2rem;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-u3xW2coBe5 .row .foot-menu li:hover {
  color: #2e481a;
}
.cid-u3xW2coBe5 .row .foot-menu li p {
  margin: 0;
}
.cid-u3xW2coBe5 .row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u3xW2coBe5 .row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-u3xW2coBe5 .row .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u3xW2coBe5 .row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3xW2coBe5 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3xW2coBe5 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3xW2coBe5 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u3xW2coBe5 .row .row-copirayt p {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u3xW2coBe5 .row-links {
    justify-content: center;
  }
  .cid-u3xW2coBe5 .foot-menu {
    justify-content: center;
  }
  .cid-u3xW2coBe5 .row-copirayt {
    justify-content: center;
    margin: 0;
    margin-bottom: 2rem;
  }
  .cid-u3xW2coBe5 .social-row {
    justify-content: center;
  }
  .cid-u3xW2coBe5 .mbr-text {
    text-align: center;
  }
  .cid-u3xW2coBe5 li {
    padding-right: 1rem !important;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u3xW2coBe5 .foot-menu {
    flex-direction: column;
  }
}
.cid-u3xW2coBe5 .foot-menu-item {
  color: #29361a;
}
.cid-u3xW2coBe5 .mbr-text {
  color: #2e481a;
}
