body {
  font-family: Muli;
}
.display-1 {
  font-family: 'ReemKufi[wght]';
  font-size: 5.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.32rem;
}
.display-2 {
  font-family: 'ReemKufi[wght]';
  font-size: 1.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-4 {
  font-family: 'Mulish[wght]';
  font-weight: 400;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'ReemKufi[wght]';
  font-size: 2.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-7 {
  font-family: 'Mulish[wght]';
  font-size: 1rem;
}
.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: 4.16rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #ffffff !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #173520 !important;
}
.bg-warning {
  background-color: #173520 !important;
}
.bg-danger {
  background-color: #b69b74 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #173520 !important;
  border-color: #173520 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #173520 !important;
  border-color: #173520 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #173520 !important;
  border-color: #173520 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !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: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ffffff;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before,
.btn-primary-outline.active:before {
  transform: scaleX(1);
}
.btn-primary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #173520;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before,
.btn-secondary-outline.active:before {
  transform: scaleX(1);
}
.btn-secondary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #173520;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #173520 !important;
  border-color: #173520 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #173520;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before,
.btn-info-outline.active:before {
  transform: scaleX(1);
}
.btn-info-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #173520;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #173520 !important;
  border-color: #173520 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ffffff;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before,
.btn-success-outline.active:before {
  transform: scaleX(1);
}
.btn-success-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #173520;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before,
.btn-warning-outline.active:before {
  transform: scaleX(1);
}
.btn-warning-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #173520;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #173520 !important;
  border-color: #173520 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #816843;
  color: #816843;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #b69b74;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before,
.btn-danger-outline.active:before {
  transform: scaleX(1);
}
.btn-danger-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b69b74;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b69b74 !important;
  border-color: #b69b74 !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: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before,
.btn-black-outline.active:before {
  transform: scaleX(1);
}
.btn-black-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.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: #ffffff !important;
}
.text-secondary {
  color: #173520 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #173520 !important;
}
.text-warning {
  color: #173520 !important;
}
.text-danger {
  color: #b69b74 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #816843 !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: #173520;
}
.alert-warning {
  background-color: #173520;
}
.alert-danger {
  background-color: #b69b74;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #70c189;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #70c189;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e2d7c8;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Mulish[wght]';
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #173520 !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: 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='%23ffffff' %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;
}
.cid-uDQASL7LOk .nav-item:focus,
.cid-uDQASL7LOk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uDQASL7LOk .nav-item {
    position: relative;
  }
}
.cid-uDQASL7LOk .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-uDQASL7LOk .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #173520;
  background: linear-gradient(#f1eeea, #173520);
}
.cid-uDQASL7LOk .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-uDQASL7LOk .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uDQASL7LOk .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uDQASL7LOk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDQASL7LOk .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.show,
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uDQASL7LOk .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uDQASL7LOk .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-uDQASL7LOk .navbar.collapsed .right-menu,
.cid-uDQASL7LOk .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk .navbar .navbar-collapse.show,
  .cid-uDQASL7LOk .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uDQASL7LOk .navbar .navbar-collapse.show .brand-container,
  .cid-uDQASL7LOk .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uDQASL7LOk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDQASL7LOk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uDQASL7LOk .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uDQASL7LOk .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uDQASL7LOk .navbar .right-menu,
  .cid-uDQASL7LOk .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uDQASL7LOk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDQASL7LOk .navbar.navbar-short .mbr-overlay {
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-uDQASL7LOk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uDQASL7LOk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uDQASL7LOk .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-uDQASL7LOk .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uDQASL7LOk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDQASL7LOk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDQASL7LOk .dropdown-item.active,
.cid-uDQASL7LOk .dropdown-item:active {
  background-color: transparent;
}
.cid-uDQASL7LOk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDQASL7LOk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uDQASL7LOk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173520;
}
.cid-uDQASL7LOk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDQASL7LOk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDQASL7LOk ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uDQASL7LOk .navbar-buttons {
  margin-left: auto;
}
.cid-uDQASL7LOk button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-uDQASL7LOk button.navbar-toggler:hover {
  outline: none;
}
.cid-uDQASL7LOk button.navbar-toggler:active {
  outline: none;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDQASL7LOk a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uDQASL7LOk a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-uDQASL7LOk a.nav-link:hover:before {
  transform: scale(1);
}
.cid-uDQASL7LOk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uDQASL7LOk .right-menu,
.cid-uDQASL7LOk .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uDQASL7LOk .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDQASL7LOk .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDQASL7LOk .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uDQASL7LOk .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uDQASL7LOk .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uDQASL7LOk .card-wrapper {
  z-index: 3;
}
.cid-uDQASL7LOk .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uDQASL7LOk .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-uDQASL7LOk .navbar-brand img {
  width: auto !important;
}
.cid-uD5meZmzWg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #173520;
}
.cid-uD5meZmzWg .content__block {
  padding: 50px 15px;
}
.cid-uD5meZmzWg .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uD5meZmzWg .mbr-section-subtitle {
  margin-bottom: 20px;
  text-align: left;
}
.cid-uD5meZmzWg .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uD5meZmzWg .image {
  perspective: 3500px;
  position: relative;
}
.cid-uD5meZmzWg .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(23, 53, 32, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uD5meZmzWg .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uD5meZmzWg .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uD5meZmzWg .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uD5meZmzWg .content__block {
    padding: 30px 15px;
  }
  .cid-uD5meZmzWg .mbr-figure {
    padding: 0;
  }
  .cid-uD5meZmzWg .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(23, 53, 32, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uD5meZmzWg .lg-push {
    right: 11%;
  }
  .cid-uD5meZmzWg .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uD5meZmzWg .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uD5meZmzWg .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uD5meZmzWg .mbr-text,
.cid-uD5meZmzWg .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uDyUhuISl6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDyUhuISl6 .content__block {
  padding: 50px 15px;
}
.cid-uDyUhuISl6 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uDyUhuISl6 .mbr-section-subtitle {
  margin-bottom: 20px;
  text-align: center;
}
.cid-uDyUhuISl6 .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uDyUhuISl6 .image {
  perspective: 3500px;
  position: relative;
}
.cid-uDyUhuISl6 .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
}
.cid-uDyUhuISl6 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDyUhuISl6 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uDyUhuISl6 .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uDyUhuISl6 .content__block {
    padding: 30px 15px;
  }
  .cid-uDyUhuISl6 .mbr-figure {
    padding: 0;
  }
  .cid-uDyUhuISl6 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uDyUhuISl6 .lg-push {
    right: 1%;
  }
  .cid-uDyUhuISl6 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uDyUhuISl6 .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-uDyUhuISl6 .lg-push {
    left: 1%;
  }
  .cid-uDyUhuISl6 .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-uDyUhuISl6 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uDyUhuISl6 .mbr-text,
.cid-uDyUhuISl6 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uDyUhuISl6 .mbr-section-title {
  color: #173520;
}
.cid-uDEjuIvblF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/484884871-2517572575242877-1971781350375550731-n-1536x2048.jpeg");
}
.cid-uDEjuIvblF .card-img span {
  color: #ffffff;
  font-size: 5.5rem;
}
.cid-uDEjuIvblF .mbr-text {
  color: #cccccc;
}
.cid-uDEjuIvblF .border-r {
  border-right: 1px solid #656565;
}
.cid-uDEjuIvblF p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uDEjuIvblF .border-r {
    border-right: 0px solid #656565;
  }
}
@media (max-width: 576px) {
  .cid-uDEjuIvblF .card {
    margin-bottom: 2rem;
  }
}
.cid-uDEjuIvblF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDEjuIvblF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCZhIMEmEs {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uCZhIMEmEs .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-uCZhIMEmEs .card .card-img img {
  transition: all .5s;
}
.cid-uCZhIMEmEs .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uCZhIMEmEs .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-uCZhIMEmEs .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uCZhIMEmEs .first-card {
  display: block;
}
.cid-uCZhIMEmEs .first-card .card-wrapper {
  height: 100%;
}
.cid-uCZhIMEmEs .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uCZhIMEmEs .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCZhIMEmEs .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-uCZhIMEmEs .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uCZhIMEmEs .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uCZhIMEmEs .first-row,
.cid-uCZhIMEmEs .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-uCZhIMEmEs .first-row .card .card-wrapper,
.cid-uCZhIMEmEs .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-uCZhIMEmEs .first-row .card .card-wrapper .card-img,
.cid-uCZhIMEmEs .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-uCZhIMEmEs .first-row .card .card-wrapper .card-img img,
.cid-uCZhIMEmEs .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-uCZhIMEmEs .first-row,
  .cid-uCZhIMEmEs .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uCZhIMEmEs .first-row .card .card-wrapper .card-img,
  .cid-uCZhIMEmEs .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uCZhIMEmEs .first-row .card .card-wrapper .card-img img,
  .cid-uCZhIMEmEs .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-uCZhIMEmEs .first-row .caption,
.cid-uCZhIMEmEs .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-uCZhIMEmEs .first-row .caption .price,
.cid-uCZhIMEmEs .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-uCZhIMEmEs .first-row {
  padding-bottom: 1rem;
}
.cid-uCZhIMEmEs .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uCZhIMEmEs .first-card,
  .cid-uCZhIMEmEs .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCZhIMEmEs .first-card {
    padding-bottom: 2rem;
  }
  .cid-uCZhIMEmEs .only-first-row {
    height: 100%;
  }
}
.cid-uCZhIMEmEs .main-title {
  color: #173520;
}
.cid-uCZhIMEmEs .main-subtitle,
.cid-uCZhIMEmEs .underline {
  color: #173520;
}
.cid-uCZhIMEmEs .first-card-title,
.cid-uCZhIMEmEs .first-card-info {
  color: #173520;
}
.cid-vdbkCsRqXV {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vdbkCsRqXV .item-img {
  position: relative;
}
.cid-vdbkCsRqXV .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-vdbkCsRqXV .cardbg {
  background: #173520;
  height: 100%;
  min-height: 160px;
}
.cid-vdbkCsRqXV .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-vdbkCsRqXV .image-wrapper {
  overflow: hidden;
}
.cid-vdbkCsRqXV .item1 {
  margin-bottom: 2rem !important;
}
.cid-vdbkCsRqXV .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdbkCsRqXV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vdbkCsRqXV .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-vdbkCsRqXV .item1,
.cid-vdbkCsRqXV .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-vdbkCsRqXV .item1 .item:hover,
.cid-vdbkCsRqXV .item .item:hover {
  cursor: pointer;
}
.cid-vdbkCsRqXV .item1:hover .link-icon-wrapper span,
.cid-vdbkCsRqXV .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-vdbkCsRqXV .card2 {
    margin-top: 1rem;
  }
}
.cid-vdbkCsRqXV .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vdbkCsRqXV .link-icon-wrapper .icon-wrap {
  background: #173520;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vdbkCsRqXV .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vdbkCsRqXV .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vdbkCsRqXV .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vdbkCsRqXV .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vdbkCsRqXV .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vdbkCsRqXV .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vdbkCsRqXV .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-vdbkCsRqXV img,
.cid-vdbkCsRqXV .item-img {
  width: 100%;
}
.cid-vdbkCsRqXV .item:focus,
.cid-vdbkCsRqXV span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vdbkCsRqXV .item {
    margin-bottom: 1rem;
  }
}
.cid-vdbkCsRqXV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vdbkCsRqXV .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vdbkCsRqXV .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vdbkCsRqXV .mbr-section-subtitle,
.cid-vdbkCsRqXV .subtitle-wrap,
.cid-vdbkCsRqXV .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vdbkCsRqXV .mbr-text,
.cid-vdbkCsRqXV .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uDEEZf71mc {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #173520;
}
.cid-uDEEZf71mc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDEEZf71mc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDEEZf71mc .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDEEZf71mc .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDEEZf71mc .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDEEZf71mc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDEEZf71mc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDEEZf71mc .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDEEZf71mc .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDEEZf71mc .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDEEZf71mc .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDEEZf71mc .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDEEZf71mc .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDEEZf71mc .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #b69b74;
}
.cid-uDEEZf71mc .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #173520;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDEEZf71mc .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uDEEZf71mc .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDEEZf71mc .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDEEZf71mc .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDEEZf71mc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDEEZf71mc .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDEEZf71mc .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDEEZf71mc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDEEZf71mc .list-wrapper .list .item-wrap:hover,
.cid-uDEEZf71mc .list-wrapper .list .item-wrap:focus {
  color: #b69b74;
}
.cid-uDEEZf71mc .border-wrap {
  height: 1px;
  background-color: #656b50;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDEEZf71mc .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDEEZf71mc .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uDEEZf71mc .mbr-section-title {
  color: #ffffff;
}
.cid-uDEEZf71mc .mbr-text {
  color: #ffffff;
}
.cid-uDEEZf71mc .mbr-desc {
  color: #ffffff;
}
.cid-uDEEZf71mc .list {
  color: #ffffff;
}
.cid-uDEEZf71mc .mbr-text,
.cid-uDEEZf71mc .text-wrapper {
  text-align: left;
}
.cid-uDEEZf71mc .list,
.cid-uDEEZf71mc .item-wrap {
  color: #ffffff;
}
.cid-uDQASL7LOk .nav-item:focus,
.cid-uDQASL7LOk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uDQASL7LOk .nav-item {
    position: relative;
  }
}
.cid-uDQASL7LOk .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-uDQASL7LOk .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #173520;
  background: linear-gradient(#f1eeea, #173520);
}
.cid-uDQASL7LOk .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-uDQASL7LOk .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uDQASL7LOk .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uDQASL7LOk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDQASL7LOk .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.show,
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uDQASL7LOk .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uDQASL7LOk .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-uDQASL7LOk .navbar.collapsed .right-menu,
.cid-uDQASL7LOk .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk .navbar .navbar-collapse.show,
  .cid-uDQASL7LOk .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uDQASL7LOk .navbar .navbar-collapse.show .brand-container,
  .cid-uDQASL7LOk .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uDQASL7LOk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDQASL7LOk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uDQASL7LOk .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uDQASL7LOk .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uDQASL7LOk .navbar .right-menu,
  .cid-uDQASL7LOk .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uDQASL7LOk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDQASL7LOk .navbar.navbar-short .mbr-overlay {
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-uDQASL7LOk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uDQASL7LOk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uDQASL7LOk .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-uDQASL7LOk .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uDQASL7LOk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDQASL7LOk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDQASL7LOk .dropdown-item.active,
.cid-uDQASL7LOk .dropdown-item:active {
  background-color: transparent;
}
.cid-uDQASL7LOk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDQASL7LOk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uDQASL7LOk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173520;
}
.cid-uDQASL7LOk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDQASL7LOk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDQASL7LOk ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uDQASL7LOk .navbar-buttons {
  margin-left: auto;
}
.cid-uDQASL7LOk button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-uDQASL7LOk button.navbar-toggler:hover {
  outline: none;
}
.cid-uDQASL7LOk button.navbar-toggler:active {
  outline: none;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDQASL7LOk a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uDQASL7LOk a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-uDQASL7LOk a.nav-link:hover:before {
  transform: scale(1);
}
.cid-uDQASL7LOk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uDQASL7LOk .right-menu,
.cid-uDQASL7LOk .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uDQASL7LOk .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDQASL7LOk .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDQASL7LOk .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uDQASL7LOk .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uDQASL7LOk .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uDQASL7LOk .card-wrapper {
  z-index: 3;
}
.cid-uDQASL7LOk .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uDQASL7LOk .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-uDQASL7LOk .navbar-brand img {
  width: auto !important;
}
.cid-uDEqcBkFx6 {
  padding-top: 195px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDEqcBkFx6 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uDEqcBkFx6 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uDEqcBkFx6 .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-uDEqcBkFx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDEqcBkFx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDEqcBkFx6 H1 {
  color: #173520;
}
.cid-uDEqcBkFx6 .mbr-section-subtitle,
.cid-uDEqcBkFx6 .title-align {
  color: #173520;
}
.cid-uDDu0pUEte {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uDDu0pUEte .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uDDu0pUEte h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-uDDu0pUEte .form-check-inline {
    margin-right: 2rem;
  }
  .cid-uDDu0pUEte .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-uDDu0pUEte .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cid-uDDu0pUEte .col,
  .cid-uDDu0pUEte .col-lg-6 {
    max-width: 48%;
  }
  .cid-uDDu0pUEte .form-group {
    margin-bottom: 0, 5rem;
  }
}
@media (max-width: 992px) {
  .cid-uDDu0pUEte .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-uDDu0pUEte .form-group {
    margin-bottom: 0rem;
  }
}
.cid-uDDu0pUEte label {
  margin-bottom: 0;
}
.cid-uDDu0pUEte .form-row {
  justify-content: space-between;
}
.cid-uDDu0pUEte .form-control,
.cid-uDDu0pUEte .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none !important;
  border-bottom: 2px solid #173520 !important;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDDu0pUEte .form-control:focus,
.cid-uDDu0pUEte .field-input:focus {
  color: #343434 !important;
}
.cid-uDDu0pUEte .form-control:hover,
.cid-uDDu0pUEte .field-input:hover {
  color: #343434 !important;
}
.cid-uDDu0pUEte .form-control input::-webkit-input-placeholder,
.cid-uDDu0pUEte .field-input input::-webkit-input-placeholder,
.cid-uDDu0pUEte .form-control textarea::-webkit-input-placeholder,
.cid-uDDu0pUEte .field-input textarea::-webkit-input-placeholder {
  color: #cc2952;
}
.cid-uDDu0pUEte .form-control input:-moz-placeholder,
.cid-uDDu0pUEte .field-input input:-moz-placeholder,
.cid-uDDu0pUEte .form-control textarea:-moz-placeholder,
.cid-uDDu0pUEte .field-input textarea:-moz-placeholder {
  color: #cc2952;
}
.cid-uDDu0pUEte .form-control:hover,
.cid-uDDu0pUEte .field-input:hover,
.cid-uDDu0pUEte .form-control:focus,
.cid-uDDu0pUEte .field-input:focus {
  background-color: #f1eeea;
  border-color: #b69b74 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uDDu0pUEte .form-control:hover input::-webkit-input-placeholder,
.cid-uDDu0pUEte .field-input:hover input::-webkit-input-placeholder,
.cid-uDDu0pUEte .form-control:focus input::-webkit-input-placeholder,
.cid-uDDu0pUEte .field-input:focus input::-webkit-input-placeholder,
.cid-uDDu0pUEte .form-control:hover textarea::-webkit-input-placeholder,
.cid-uDDu0pUEte .field-input:hover textarea::-webkit-input-placeholder,
.cid-uDDu0pUEte .form-control:focus textarea::-webkit-input-placeholder,
.cid-uDDu0pUEte .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uDDu0pUEte .form-control:hover input:-moz-placeholder,
.cid-uDDu0pUEte .field-input:hover input:-moz-placeholder,
.cid-uDDu0pUEte .form-control:focus input:-moz-placeholder,
.cid-uDDu0pUEte .field-input:focus input:-moz-placeholder,
.cid-uDDu0pUEte .form-control:hover textarea:-moz-placeholder,
.cid-uDDu0pUEte .field-input:hover textarea:-moz-placeholder,
.cid-uDDu0pUEte .form-control:focus textarea:-moz-placeholder,
.cid-uDDu0pUEte .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uDDu0pUEte .jq-number__spin:hover,
.cid-uDDu0pUEte .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #b69b74;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uDDu0pUEte .jq-number__spin {
  background-color: #ffffff;
  border-color: #173520;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uDDu0pUEte .jq-selectbox li,
.cid-uDDu0pUEte .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uDDu0pUEte .jq-selectbox li:hover,
.cid-uDDu0pUEte .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-uDDu0pUEte .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uDDu0pUEte .jq-number__spin.minus:hover:after,
.cid-uDDu0pUEte .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uDDu0pUEte .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uDDu0pUEte .jq-number__spin.minus:after,
.cid-uDDu0pUEte .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-uDDu0pUEte input::-webkit-clear-button {
  display: none;
}
.cid-uDDu0pUEte input::-webkit-inner-spin-button {
  display: none;
}
.cid-uDDu0pUEte input::-webkit-outer-spin-button {
  display: none;
}
.cid-uDDu0pUEte input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uDDu0pUEte H5 {
  text-align: left;
  color: #173520;
}
.cid-uDDu0pUEte P {
  text-align: center;
}
.cid-uDDu0pUEte LABEL {
  color: #000000;
  text-align: left;
}
.cid-uDDu0pUEte H4 {
  color: #9c9485;
}
.cid-uDDu0pUEte H6 {
  color: #173520;
  text-align: center;
}
.cid-uDEEZf71mc {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #173520;
}
.cid-uDEEZf71mc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDEEZf71mc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDEEZf71mc .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDEEZf71mc .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDEEZf71mc .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDEEZf71mc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDEEZf71mc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDEEZf71mc .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDEEZf71mc .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDEEZf71mc .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDEEZf71mc .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDEEZf71mc .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDEEZf71mc .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDEEZf71mc .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #b69b74;
}
.cid-uDEEZf71mc .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #173520;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDEEZf71mc .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uDEEZf71mc .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDEEZf71mc .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDEEZf71mc .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDEEZf71mc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDEEZf71mc .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDEEZf71mc .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDEEZf71mc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDEEZf71mc .list-wrapper .list .item-wrap:hover,
.cid-uDEEZf71mc .list-wrapper .list .item-wrap:focus {
  color: #b69b74;
}
.cid-uDEEZf71mc .border-wrap {
  height: 1px;
  background-color: #656b50;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDEEZf71mc .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDEEZf71mc .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uDEEZf71mc .mbr-section-title {
  color: #ffffff;
}
.cid-uDEEZf71mc .mbr-text {
  color: #ffffff;
}
.cid-uDEEZf71mc .mbr-desc {
  color: #ffffff;
}
.cid-uDEEZf71mc .list {
  color: #ffffff;
}
.cid-uDEEZf71mc .mbr-text,
.cid-uDEEZf71mc .text-wrapper {
  text-align: left;
}
.cid-uDEEZf71mc .list,
.cid-uDEEZf71mc .item-wrap {
  color: #ffffff;
}
.cid-uEe17MvF38 .nav-item:focus,
.cid-uEe17MvF38 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uEe17MvF38 .nav-item {
    position: relative;
  }
}
.cid-uEe17MvF38 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-uEe17MvF38 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #173520;
  background: linear-gradient(#f1eeea, #173520);
}
.cid-uEe17MvF38 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-uEe17MvF38 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uEe17MvF38 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uEe17MvF38 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uEe17MvF38 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEe17MvF38 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uEe17MvF38 .navbar.collapsed .navbar-collapse.show,
.cid-uEe17MvF38 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uEe17MvF38 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uEe17MvF38 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uEe17MvF38 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uEe17MvF38 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEe17MvF38 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEe17MvF38 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEe17MvF38 .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uEe17MvF38 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uEe17MvF38 .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-uEe17MvF38 .navbar.collapsed .right-menu,
.cid-uEe17MvF38 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uEe17MvF38 .navbar .navbar-collapse.show,
  .cid-uEe17MvF38 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uEe17MvF38 .navbar .navbar-collapse.show .brand-container,
  .cid-uEe17MvF38 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uEe17MvF38 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEe17MvF38 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uEe17MvF38 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEe17MvF38 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEe17MvF38 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEe17MvF38 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uEe17MvF38 .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uEe17MvF38 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uEe17MvF38 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uEe17MvF38 .navbar .right-menu,
  .cid-uEe17MvF38 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uEe17MvF38 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEe17MvF38 .navbar.navbar-short .mbr-overlay {
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-uEe17MvF38 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uEe17MvF38 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uEe17MvF38 .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-uEe17MvF38 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEe17MvF38 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEe17MvF38 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEe17MvF38 .dropdown-item.active,
.cid-uEe17MvF38 .dropdown-item:active {
  background-color: transparent;
}
.cid-uEe17MvF38 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEe17MvF38 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uEe17MvF38 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173520;
}
.cid-uEe17MvF38 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEe17MvF38 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEe17MvF38 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uEe17MvF38 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uEe17MvF38 .navbar-buttons {
  margin-left: auto;
}
.cid-uEe17MvF38 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-uEe17MvF38 button.navbar-toggler:hover {
  outline: none;
}
.cid-uEe17MvF38 button.navbar-toggler:active {
  outline: none;
}
.cid-uEe17MvF38 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEe17MvF38 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uEe17MvF38 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uEe17MvF38 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uEe17MvF38 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uEe17MvF38 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uEe17MvF38 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uEe17MvF38 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uEe17MvF38 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uEe17MvF38 a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uEe17MvF38 a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-uEe17MvF38 a.nav-link:hover:before {
  transform: scale(1);
}
.cid-uEe17MvF38 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uEe17MvF38 .right-menu,
.cid-uEe17MvF38 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uEe17MvF38 .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uEe17MvF38 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uEe17MvF38 .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uEe17MvF38 .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uEe17MvF38 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uEe17MvF38 .card-wrapper {
  z-index: 3;
}
.cid-uEe17MvF38 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uEe17MvF38 .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uEe17MvF38 .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-uEe17MvF38 .navbar-brand img {
  width: auto !important;
}
.cid-uEes0xJQDr {
  padding-top: 195px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uEes0xJQDr h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uEes0xJQDr h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uEes0xJQDr .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-uEes0xJQDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEes0xJQDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEes0xJQDr H1 {
  color: #173520;
}
.cid-uEes0xJQDr .mbr-section-subtitle,
.cid-uEes0xJQDr .title-align {
  color: #173520;
}
.cid-uEe1l63bII {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uEe1l63bII .container {
    max-width: 1162px;
  }
}
.cid-uEe1l63bII a {
  border-bottom: 2px solid #cccccc;
}
@media (min-width: 992px) {
  .cid-uEe1l63bII .card-title {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  .cid-uEe1l63bII .title,
  .cid-uEe1l63bII .telephone {
    font-size: 24px;
  }
}
.cid-uEe1l63bII .mbr-title {
  color: #173520;
}
.cid-uEgT6iVfSH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #173520;
}
.cid-uEgT6iVfSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEgT6iVfSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEgT6iVfSH .card-wrapper {
  width: 100%;
}
.cid-uEgT6iVfSH .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uEgT6iVfSH .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uEgT6iVfSH .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-uEgT6iVfSH .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uEgT6iVfSH .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-uEgT6iVfSH .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uEgT6iVfSH .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-uEgT6iVfSH .text-wrap {
    padding: 8px 16px;
  }
}
.cid-uEgT6iVfSH .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uEgT6iVfSH .card-title {
    text-align: center !important;
  }
}
.cid-uEgT6iVfSH .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uEgT6iVfSH .card-text {
    text-align: center !important;
  }
}
.cid-uEe17S4b87 {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #173520;
}
.cid-uEe17S4b87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEe17S4b87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEe17S4b87 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uEe17S4b87 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEe17S4b87 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEe17S4b87 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uEe17S4b87 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEe17S4b87 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uEe17S4b87 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEe17S4b87 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uEe17S4b87 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uEe17S4b87 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uEe17S4b87 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uEe17S4b87 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #b69b74;
}
.cid-uEe17S4b87 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #173520;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uEe17S4b87 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uEe17S4b87 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uEe17S4b87 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEe17S4b87 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uEe17S4b87 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uEe17S4b87 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEe17S4b87 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uEe17S4b87 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEe17S4b87 .list-wrapper .list .item-wrap:hover,
.cid-uEe17S4b87 .list-wrapper .list .item-wrap:focus {
  color: #b69b74;
}
.cid-uEe17S4b87 .border-wrap {
  height: 1px;
  background-color: #656b50;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uEe17S4b87 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uEe17S4b87 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uEe17S4b87 .mbr-section-title {
  color: #ffffff;
}
.cid-uEe17S4b87 .mbr-text {
  color: #ffffff;
}
.cid-uEe17S4b87 .mbr-desc {
  color: #ffffff;
}
.cid-uEe17S4b87 .list {
  color: #ffffff;
}
.cid-uEe17S4b87 .mbr-text,
.cid-uEe17S4b87 .text-wrapper {
  text-align: left;
}
.cid-uEe17S4b87 .list,
.cid-uEe17S4b87 .item-wrap {
  color: #ffffff;
}
.cid-uEeeHBW0YC .nav-item:focus,
.cid-uEeeHBW0YC .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uEeeHBW0YC .nav-item {
    position: relative;
  }
}
.cid-uEeeHBW0YC .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-uEeeHBW0YC .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #173520;
  background: linear-gradient(#f1eeea, #173520);
}
.cid-uEeeHBW0YC .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-uEeeHBW0YC .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uEeeHBW0YC .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uEeeHBW0YC .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uEeeHBW0YC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uEeeHBW0YC .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uEeeHBW0YC .navbar.collapsed .navbar-collapse.show,
.cid-uEeeHBW0YC .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uEeeHBW0YC .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uEeeHBW0YC .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uEeeHBW0YC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uEeeHBW0YC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEeeHBW0YC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEeeHBW0YC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEeeHBW0YC .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uEeeHBW0YC .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uEeeHBW0YC .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-uEeeHBW0YC .navbar.collapsed .right-menu,
.cid-uEeeHBW0YC .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uEeeHBW0YC .navbar .navbar-collapse.show,
  .cid-uEeeHBW0YC .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uEeeHBW0YC .navbar .navbar-collapse.show .brand-container,
  .cid-uEeeHBW0YC .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uEeeHBW0YC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEeeHBW0YC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uEeeHBW0YC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEeeHBW0YC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEeeHBW0YC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEeeHBW0YC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uEeeHBW0YC .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uEeeHBW0YC .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uEeeHBW0YC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uEeeHBW0YC .navbar .right-menu,
  .cid-uEeeHBW0YC .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uEeeHBW0YC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEeeHBW0YC .navbar.navbar-short .mbr-overlay {
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-uEeeHBW0YC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uEeeHBW0YC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uEeeHBW0YC .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-uEeeHBW0YC .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uEeeHBW0YC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEeeHBW0YC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEeeHBW0YC .dropdown-item.active,
.cid-uEeeHBW0YC .dropdown-item:active {
  background-color: transparent;
}
.cid-uEeeHBW0YC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEeeHBW0YC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uEeeHBW0YC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173520;
}
.cid-uEeeHBW0YC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEeeHBW0YC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEeeHBW0YC ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uEeeHBW0YC ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uEeeHBW0YC .navbar-buttons {
  margin-left: auto;
}
.cid-uEeeHBW0YC button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-uEeeHBW0YC button.navbar-toggler:hover {
  outline: none;
}
.cid-uEeeHBW0YC button.navbar-toggler:active {
  outline: none;
}
.cid-uEeeHBW0YC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEeeHBW0YC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uEeeHBW0YC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uEeeHBW0YC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uEeeHBW0YC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uEeeHBW0YC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uEeeHBW0YC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uEeeHBW0YC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uEeeHBW0YC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uEeeHBW0YC a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uEeeHBW0YC a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-uEeeHBW0YC a.nav-link:hover:before {
  transform: scale(1);
}
.cid-uEeeHBW0YC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uEeeHBW0YC .right-menu,
.cid-uEeeHBW0YC .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uEeeHBW0YC .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uEeeHBW0YC .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uEeeHBW0YC .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uEeeHBW0YC .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uEeeHBW0YC .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uEeeHBW0YC .card-wrapper {
  z-index: 3;
}
.cid-uEeeHBW0YC .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uEeeHBW0YC .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uEeeHBW0YC .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-uEeeHBW0YC .navbar-brand img {
  width: auto !important;
}
.cid-uEeeHDdcWt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #173520;
}
.cid-uEeeHDdcWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEeeHDdcWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEeeHDdcWt .card-wrapper {
  width: 100%;
}
.cid-uEeeHDdcWt .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uEeeHDdcWt .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uEeeHDdcWt .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-uEeeHDdcWt .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uEeeHDdcWt .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-uEeeHDdcWt .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uEeeHDdcWt .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-uEeeHDdcWt .text-wrap {
    padding: 8px 16px;
  }
}
.cid-uEeeHDdcWt .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uEeeHDdcWt .card-title {
    text-align: center !important;
  }
}
.cid-uEeeHDdcWt .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uEeeHDdcWt .card-text {
    text-align: center !important;
  }
}
.cid-uEeII3j2I6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEeII3j2I6 .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  margin: auto;
}
.cid-uEeII3j2I6 .mbr-section-title {
  text-align: center;
  color: #173520;
  padding-bottom: 24px;
  margin: auto;
}
.cid-uEeII3j2I6 .row {
  align-items: center;
  height: 100%;
}
.cid-uEeII3j2I6 .wrapper {
  margin: auto;
}
.cid-uEgTvtC84J {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #173520;
}
.cid-uEgTvtC84J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEgTvtC84J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEgTvtC84J .card-wrapper {
  width: 100%;
}
.cid-uEgTvtC84J .card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uEgTvtC84J .card-box {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uEgTvtC84J .iconfont-wrapper {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .cid-uEgTvtC84J .iconfont-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uEgTvtC84J .iconfont-wrapper {
    padding: 8px 16px;
  }
}
.cid-uEgTvtC84J .mbr-iconfont {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uEgTvtC84J .text-wrap {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .cid-uEgTvtC84J .text-wrap {
    padding: 8px 16px;
  }
}
.cid-uEgTvtC84J .card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uEgTvtC84J .card-title {
    text-align: center !important;
  }
}
.cid-uEgTvtC84J .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uEgTvtC84J .card-text {
    text-align: center !important;
  }
}
.cid-uEeeHDLBO8 {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #173520;
}
.cid-uEeeHDLBO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEeeHDLBO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEeeHDLBO8 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uEeeHDLBO8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEeeHDLBO8 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEeeHDLBO8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uEeeHDLBO8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEeeHDLBO8 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uEeeHDLBO8 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEeeHDLBO8 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uEeeHDLBO8 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uEeeHDLBO8 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uEeeHDLBO8 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uEeeHDLBO8 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #b69b74;
}
.cid-uEeeHDLBO8 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #173520;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uEeeHDLBO8 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uEeeHDLBO8 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uEeeHDLBO8 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uEeeHDLBO8 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uEeeHDLBO8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uEeeHDLBO8 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEeeHDLBO8 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uEeeHDLBO8 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEeeHDLBO8 .list-wrapper .list .item-wrap:hover,
.cid-uEeeHDLBO8 .list-wrapper .list .item-wrap:focus {
  color: #b69b74;
}
.cid-uEeeHDLBO8 .border-wrap {
  height: 1px;
  background-color: #656b50;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uEeeHDLBO8 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uEeeHDLBO8 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uEeeHDLBO8 .mbr-section-title {
  color: #ffffff;
}
.cid-uEeeHDLBO8 .mbr-text {
  color: #ffffff;
}
.cid-uEeeHDLBO8 .mbr-desc {
  color: #ffffff;
}
.cid-uEeeHDLBO8 .list {
  color: #ffffff;
}
.cid-uEeeHDLBO8 .mbr-text,
.cid-uEeeHDLBO8 .text-wrapper {
  text-align: left;
}
.cid-uEeeHDLBO8 .list,
.cid-uEeeHDLBO8 .item-wrap {
  color: #ffffff;
}
.cid-uDQASL7LOk .nav-item:focus,
.cid-uDQASL7LOk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uDQASL7LOk .nav-item {
    position: relative;
  }
}
.cid-uDQASL7LOk .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-uDQASL7LOk .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #173520;
  background: linear-gradient(#f1eeea, #173520);
}
.cid-uDQASL7LOk .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-uDQASL7LOk .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uDQASL7LOk .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uDQASL7LOk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDQASL7LOk .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.show,
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uDQASL7LOk .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uDQASL7LOk .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-uDQASL7LOk .navbar.collapsed .right-menu,
.cid-uDQASL7LOk .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk .navbar .navbar-collapse.show,
  .cid-uDQASL7LOk .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uDQASL7LOk .navbar .navbar-collapse.show .brand-container,
  .cid-uDQASL7LOk .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uDQASL7LOk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDQASL7LOk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uDQASL7LOk .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uDQASL7LOk .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uDQASL7LOk .navbar .right-menu,
  .cid-uDQASL7LOk .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uDQASL7LOk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDQASL7LOk .navbar.navbar-short .mbr-overlay {
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-uDQASL7LOk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uDQASL7LOk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uDQASL7LOk .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-uDQASL7LOk .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uDQASL7LOk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDQASL7LOk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDQASL7LOk .dropdown-item.active,
.cid-uDQASL7LOk .dropdown-item:active {
  background-color: transparent;
}
.cid-uDQASL7LOk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDQASL7LOk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uDQASL7LOk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173520;
}
.cid-uDQASL7LOk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDQASL7LOk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDQASL7LOk ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uDQASL7LOk .navbar-buttons {
  margin-left: auto;
}
.cid-uDQASL7LOk button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-uDQASL7LOk button.navbar-toggler:hover {
  outline: none;
}
.cid-uDQASL7LOk button.navbar-toggler:active {
  outline: none;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDQASL7LOk a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uDQASL7LOk a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-uDQASL7LOk a.nav-link:hover:before {
  transform: scale(1);
}
.cid-uDQASL7LOk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uDQASL7LOk .right-menu,
.cid-uDQASL7LOk .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uDQASL7LOk .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDQASL7LOk .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDQASL7LOk .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uDQASL7LOk .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uDQASL7LOk .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uDQASL7LOk .card-wrapper {
  z-index: 3;
}
.cid-uDQASL7LOk .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uDQASL7LOk .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-uDQASL7LOk .navbar-brand img {
  width: auto !important;
}
.cid-vcKyCR5azN {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcKyCR5azN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKyCR5azN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKyCR5azN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vcKyCR5azN .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vcKyCR5azN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vcKyCR5azN .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-vcKyCR5azN .container {
    padding: 0 24px;
  }
}
.cid-vcKyCR5azN .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-vcKyCR5azN .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcKyCR5azN .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcKyCR5azN .image-wrapper img {
    height: 400px;
  }
}
.cid-vcKyCR5azN .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-vcKyCR5azN .content-wrapper {
    padding: 24px;
  }
}
.cid-vcKyCR5azN .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-vcKyCR5azN .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-vcKyCR5azN .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcKyCR5azN .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-vcKyCR5azN .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vcKyCR5azN .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-vcKyCR5azN .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-vcKyCR5azN .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  padding: 16px;
}
.cid-vcKyCR5azN .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-vcKyCR5azN .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-vcKyCR5azN .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-vcKyCR5azN .mbr-section-title {
  color: #18212d;
}
.cid-vcKyCR5azN .mbr-section-subtitle {
  color: #18212d;
}
.cid-vcKyCR5azN .mbr-desc {
  color: #18212d;
}
.cid-vcKyCR5azN .mbr-text_1 {
  color: #18212d;
}
.cid-vcKyCR5azN .mbr-text_2 {
  color: #18212d;
}
.cid-vcKyCR5azN .mbr-role {
  color: #18212d;
}
.cid-vcKyCR5azN .mbr-name {
  color: #18212d;
}
.cid-vdb27Tpkui {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vdb27Tpkui .item-img {
  position: relative;
}
.cid-vdb27Tpkui .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-vdb27Tpkui .cardbg {
  background: #173520;
  height: 100%;
  min-height: 160px;
}
.cid-vdb27Tpkui .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-vdb27Tpkui .image-wrapper {
  overflow: hidden;
}
.cid-vdb27Tpkui .item1 {
  margin-bottom: 2rem !important;
}
.cid-vdb27Tpkui .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdb27Tpkui .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vdb27Tpkui .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-vdb27Tpkui .item1,
.cid-vdb27Tpkui .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-vdb27Tpkui .item1 .item:hover,
.cid-vdb27Tpkui .item .item:hover {
  cursor: pointer;
}
.cid-vdb27Tpkui .item1:hover .link-icon-wrapper span,
.cid-vdb27Tpkui .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-vdb27Tpkui .card2 {
    margin-top: 1rem;
  }
}
.cid-vdb27Tpkui .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vdb27Tpkui .link-icon-wrapper .icon-wrap {
  background: #173520;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vdb27Tpkui .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vdb27Tpkui .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vdb27Tpkui .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vdb27Tpkui .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vdb27Tpkui .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vdb27Tpkui .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vdb27Tpkui .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-vdb27Tpkui img,
.cid-vdb27Tpkui .item-img {
  width: 100%;
}
.cid-vdb27Tpkui .item:focus,
.cid-vdb27Tpkui span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vdb27Tpkui .item {
    margin-bottom: 1rem;
  }
}
.cid-vdb27Tpkui .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vdb27Tpkui .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vdb27Tpkui .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vdb27Tpkui .mbr-section-subtitle,
.cid-vdb27Tpkui .subtitle-wrap,
.cid-vdb27Tpkui .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vdb27Tpkui .mbr-text,
.cid-vdb27Tpkui .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uDNAMrFzRC {
  padding-top: 600px;
  background-image: url("../../../assets/images/ferienwohnung-cottage-37441-bad-sachsa-nuexei-harz-ravensberg.jpg-1920x1280.jpg");
}
.cid-uDNAMrRPVI {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #173520;
}
.cid-uDNAMrRPVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDNAMrRPVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDNAMrRPVI .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDNAMrRPVI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDNAMrRPVI .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDNAMrRPVI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDNAMrRPVI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDNAMrRPVI .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDNAMrRPVI .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDNAMrRPVI .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDNAMrRPVI .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDNAMrRPVI .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDNAMrRPVI .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDNAMrRPVI .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #b69b74;
}
.cid-uDNAMrRPVI .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #173520;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDNAMrRPVI .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uDNAMrRPVI .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDNAMrRPVI .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDNAMrRPVI .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDNAMrRPVI .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDNAMrRPVI .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDNAMrRPVI .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDNAMrRPVI .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDNAMrRPVI .list-wrapper .list .item-wrap:hover,
.cid-uDNAMrRPVI .list-wrapper .list .item-wrap:focus {
  color: #b69b74;
}
.cid-uDNAMrRPVI .border-wrap {
  height: 1px;
  background-color: #656b50;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDNAMrRPVI .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDNAMrRPVI .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uDNAMrRPVI .mbr-section-title {
  color: #ffffff;
}
.cid-uDNAMrRPVI .mbr-text {
  color: #ffffff;
}
.cid-uDNAMrRPVI .mbr-desc {
  color: #ffffff;
}
.cid-uDNAMrRPVI .list {
  color: #ffffff;
}
.cid-uDNAMrRPVI .mbr-text,
.cid-uDNAMrRPVI .text-wrapper {
  text-align: left;
}
.cid-uDNAMrRPVI .list,
.cid-uDNAMrRPVI .item-wrap {
  color: #ffffff;
}
.cid-uDQASL7LOk .nav-item:focus,
.cid-uDQASL7LOk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uDQASL7LOk .nav-item {
    position: relative;
  }
}
.cid-uDQASL7LOk .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-uDQASL7LOk .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #173520;
  background: linear-gradient(#f1eeea, #173520);
}
.cid-uDQASL7LOk .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-uDQASL7LOk .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uDQASL7LOk .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uDQASL7LOk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDQASL7LOk .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.show,
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uDQASL7LOk .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uDQASL7LOk .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-uDQASL7LOk .navbar.collapsed .right-menu,
.cid-uDQASL7LOk .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk .navbar .navbar-collapse.show,
  .cid-uDQASL7LOk .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uDQASL7LOk .navbar .navbar-collapse.show .brand-container,
  .cid-uDQASL7LOk .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uDQASL7LOk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDQASL7LOk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uDQASL7LOk .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uDQASL7LOk .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uDQASL7LOk .navbar .right-menu,
  .cid-uDQASL7LOk .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uDQASL7LOk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDQASL7LOk .navbar.navbar-short .mbr-overlay {
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-uDQASL7LOk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uDQASL7LOk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uDQASL7LOk .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-uDQASL7LOk .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uDQASL7LOk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDQASL7LOk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDQASL7LOk .dropdown-item.active,
.cid-uDQASL7LOk .dropdown-item:active {
  background-color: transparent;
}
.cid-uDQASL7LOk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDQASL7LOk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uDQASL7LOk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173520;
}
.cid-uDQASL7LOk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDQASL7LOk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDQASL7LOk ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uDQASL7LOk .navbar-buttons {
  margin-left: auto;
}
.cid-uDQASL7LOk button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-uDQASL7LOk button.navbar-toggler:hover {
  outline: none;
}
.cid-uDQASL7LOk button.navbar-toggler:active {
  outline: none;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDQASL7LOk a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uDQASL7LOk a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-uDQASL7LOk a.nav-link:hover:before {
  transform: scale(1);
}
.cid-uDQASL7LOk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uDQASL7LOk .right-menu,
.cid-uDQASL7LOk .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uDQASL7LOk .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDQASL7LOk .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDQASL7LOk .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uDQASL7LOk .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uDQASL7LOk .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uDQASL7LOk .card-wrapper {
  z-index: 3;
}
.cid-uDQASL7LOk .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uDQASL7LOk .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-uDQASL7LOk .navbar-brand img {
  width: auto !important;
}
.cid-vcE3sHen66 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vcE3sHen66 img {
  width: 90%;
}
.cid-vcE3sHen66 .mbr-text,
.cid-vcE3sHen66 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-vcE3sHen66 img {
    width: 100%;
  }
  .cid-vcE3sHen66 .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-vcE3sHen66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcE3sHen66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcE3sHen66 H1 {
  color: #173520;
}
.cid-vcE3sHen66 H3 {
  color: #173520;
}
.cid-vcE2V5R82p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #173520;
}
.cid-vcE2V5R82p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vcE3tciHHj {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vcE3tciHHj img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-vcE3tciHHj img {
    width: 100%;
  }
  .cid-vcE3tciHHj .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-vcE3tciHHj ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-vcE3tciHHj ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-vcE3tciHHj ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #173520;
}
.cid-vcE3tciHHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcE3tciHHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcE3tciHHj H1 {
  color: #173520;
}
.cid-vcE3tciHHj .text1 {
  color: #173520;
}
.cid-vcE3tciHHj .text2 {
  color: #000000;
}
.cid-vcE21kSn33 {
  background-color: #173520;
}
.cid-vcE21kSn33 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vcE21kSn33 .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-vcE21kSn33 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcE21kSn33 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcE21kSn33 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vcE21kSn33 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-vcE21kSn33 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 7px;
}
.cid-vcE21kSn33 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-vcE21kSn33 .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #232323;
}
.cid-vcE21kSn33 .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-vcE21kSn33 .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #ffffff;
}
.cid-vcE21kSn33 .list {
  list-style: none;
  padding-left: 0;
}
.cid-vcE21kSn33 .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-vcE21kSn33 .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-vcE21kSn33 .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vcE21kSn33 .mbr-section-text {
  margin-bottom: 2rem;
}
.cid-vcE21kSn33 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-vcE21kSn33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcE21kSn33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcE3tJXXKt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vcE3tJXXKt img {
  width: 90%;
}
.cid-vcE3tJXXKt .mbr-text,
.cid-vcE3tJXXKt .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vcE3tJXXKt img {
    width: 100%;
  }
  .cid-vcE3tJXXKt .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-vcE3tJXXKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcE3tJXXKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcE3tJXXKt H3 {
  color: #173520;
}
.cid-vcE3tJXXKt H1 {
  color: #173520;
}
.cid-vdism9xc4A {
  padding-top: 600px;
}
.cid-vdism9xc4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdism9xc4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vcMX31pvps {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173520;
}
.cid-vcMX31pvps .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcMX31pvps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcMX31pvps .content-wrapper {
  justify-content: center;
}
.cid-vcMX31pvps .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcMX31pvps .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vcMX31pvps .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcMX31pvps .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcMX31pvps .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcMX31pvps .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-vcMX31pvps .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-vcMX31pvps .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcMX31pvps .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-vcMX31pvps .mbr-figure:hover,
.cid-vcMX31pvps .mbr-figure:focus {
  background-color: #078efb;
  border: 2px solid #078efb;
}
.cid-vcMX31pvps .mbr-section-title {
  color: #ffffff;
}
.cid-vcMX31pvps .mbr-text,
.cid-vcMX31pvps .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-vcMX31pvps .mbr-desc,
.cid-vcMX31pvps .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-vcMX31pvps .mbr-section-title,
.cid-vcMX31pvps .mbr-section-btn {
  text-align: center;
}
.cid-vcMTreLRl8 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-vcMTreLRl8 .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-vcMTreLRl8 .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-vcMTreLRl8 .mbr-section-title {
  margin-bottom: 2.1875rem;
}
.cid-vcMTreLRl8 .mbr-section-title b:last-child,
.cid-vcMTreLRl8 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-vcMTreLRl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcMTreLRl8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vcPiuB5yq8 {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-vcPiuB5yq8 .card-box {
  padding: 0rem;
}
.cid-vcPiuB5yq8 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-vcPiuB5yq8 h4 {
  margin-bottom: 0;
  padding-top: 1rem;
}
.cid-vcPiuB5yq8 p {
  margin-bottom: 0;
  padding-top: 0.2rem;
  padding-top: 2rem;
}
.cid-vcPiuB5yq8 .row {
  justify-content: center;
}
.cid-vcPiuB5yq8 .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
  padding-bottom: 0;
}
.cid-vcPiuB5yq8 .mbr-text {
  color: #879a9f;
}
.cid-vcPiuB5yq8 .card-img {
  height: 300px;
  position: relative;
}
.cid-vcPiuB5yq8 .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-vcPiuB5yq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPiuB5yq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDKXS9y76w {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #173520;
}
.cid-uDKXS9y76w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKXS9y76w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDKXS9y76w .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDKXS9y76w .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDKXS9y76w .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDKXS9y76w .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDKXS9y76w .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDKXS9y76w .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDKXS9y76w .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDKXS9y76w .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDKXS9y76w .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDKXS9y76w .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDKXS9y76w .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDKXS9y76w .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #b69b74;
}
.cid-uDKXS9y76w .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #173520;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDKXS9y76w .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uDKXS9y76w .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDKXS9y76w .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDKXS9y76w .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDKXS9y76w .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDKXS9y76w .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDKXS9y76w .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDKXS9y76w .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDKXS9y76w .list-wrapper .list .item-wrap:hover,
.cid-uDKXS9y76w .list-wrapper .list .item-wrap:focus {
  color: #b69b74;
}
.cid-uDKXS9y76w .border-wrap {
  height: 1px;
  background-color: #656b50;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDKXS9y76w .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDKXS9y76w .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uDKXS9y76w .mbr-section-title {
  color: #ffffff;
}
.cid-uDKXS9y76w .mbr-text {
  color: #ffffff;
}
.cid-uDKXS9y76w .mbr-desc {
  color: #ffffff;
}
.cid-uDKXS9y76w .list {
  color: #ffffff;
}
.cid-uDKXS9y76w .mbr-text,
.cid-uDKXS9y76w .text-wrapper {
  text-align: left;
}
.cid-uDKXS9y76w .list,
.cid-uDKXS9y76w .item-wrap {
  color: #ffffff;
}
.cid-uDQMotE5oC .nav-item:focus,
.cid-uDQMotE5oC .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uDQMotE5oC .nav-item {
    position: relative;
  }
}
.cid-uDQMotE5oC .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-uDQMotE5oC .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #173520;
  background: linear-gradient(#f1eeea, #173520);
}
.cid-uDQMotE5oC .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-uDQMotE5oC .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uDQMotE5oC .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uDQMotE5oC .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uDQMotE5oC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDQMotE5oC .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDQMotE5oC .navbar.collapsed .navbar-collapse.show,
.cid-uDQMotE5oC .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uDQMotE5oC .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uDQMotE5oC .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uDQMotE5oC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDQMotE5oC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDQMotE5oC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDQMotE5oC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uDQMotE5oC .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uDQMotE5oC .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uDQMotE5oC .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-uDQMotE5oC .navbar.collapsed .right-menu,
.cid-uDQMotE5oC .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uDQMotE5oC .navbar .navbar-collapse.show,
  .cid-uDQMotE5oC .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uDQMotE5oC .navbar .navbar-collapse.show .brand-container,
  .cid-uDQMotE5oC .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uDQMotE5oC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDQMotE5oC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDQMotE5oC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDQMotE5oC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDQMotE5oC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDQMotE5oC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uDQMotE5oC .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uDQMotE5oC .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uDQMotE5oC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uDQMotE5oC .navbar .right-menu,
  .cid-uDQMotE5oC .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uDQMotE5oC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDQMotE5oC .navbar.navbar-short .mbr-overlay {
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-uDQMotE5oC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uDQMotE5oC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uDQMotE5oC .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-uDQMotE5oC .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uDQMotE5oC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDQMotE5oC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDQMotE5oC .dropdown-item.active,
.cid-uDQMotE5oC .dropdown-item:active {
  background-color: transparent;
}
.cid-uDQMotE5oC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDQMotE5oC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uDQMotE5oC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173520;
}
.cid-uDQMotE5oC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDQMotE5oC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDQMotE5oC ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uDQMotE5oC ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uDQMotE5oC .navbar-buttons {
  margin-left: auto;
}
.cid-uDQMotE5oC button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-uDQMotE5oC button.navbar-toggler:hover {
  outline: none;
}
.cid-uDQMotE5oC button.navbar-toggler:active {
  outline: none;
}
.cid-uDQMotE5oC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDQMotE5oC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDQMotE5oC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDQMotE5oC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDQMotE5oC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDQMotE5oC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDQMotE5oC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uDQMotE5oC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uDQMotE5oC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDQMotE5oC a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uDQMotE5oC a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-uDQMotE5oC a.nav-link:hover:before {
  transform: scale(1);
}
.cid-uDQMotE5oC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uDQMotE5oC .right-menu,
.cid-uDQMotE5oC .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uDQMotE5oC .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDQMotE5oC .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDQMotE5oC .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uDQMotE5oC .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uDQMotE5oC .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uDQMotE5oC .card-wrapper {
  z-index: 3;
}
.cid-uDQMotE5oC .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uDQMotE5oC .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uDQMotE5oC .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-uDQMotE5oC .navbar-brand img {
  width: auto !important;
}
.cid-vd1f0LpIZy {
  background-image: url("../../../assets/images/soelrings-cuvee-deckhengst-kleines-deutsches-reitpferd-cremello-hengsthof-gut-nuexei-1920x1200.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
.cid-vd1f0LpIZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd1f0LpIZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd1f0LpIZy .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #173520 82%);
}
.cid-vd1f0LpIZy .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vd1f0LpIZy .card {
  justify-content: flex-end;
}
.cid-vd1f0LpIZy .title-wrapper {
  margin-bottom: 20px;
}
.cid-vd1f0LpIZy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd1f0LpIZy .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vd1f0LpIZy .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd1f0LpIZy .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vd1f0LpIZy .mbr-section-title {
  color: #ffffff;
}
.cid-vd1f0LpIZy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd1f0LpIZy .mbr-text {
  color: #ffffff;
}
.cid-vd1f0LpIZy .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vd1f0LpIZy .mbr-section-btn {
    text-align: left;
  }
}
.cid-vcQA3CciwZ {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-vcQA3CciwZ .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #173520;
}
.cid-vcQA3CciwZ .p-4 {
  padding: 1rem 0 !important;
}
.cid-vcQA3CciwZ img {
  width: 90%;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-vcQA3CciwZ .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-vcQA3CciwZ .mbri-arrow-down:before {
  content: '\e960';
}
.cid-vcQA3CciwZ .mbri-arrow-up:before {
  content: '\e960';
}
.cid-vcQA3CciwZ .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-vcQA3CciwZ h4 {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.cid-vcQA3CciwZ .card {
  border-radius: 0px;
}
.cid-vcQA3CciwZ .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
  border-bottom: 2px solid #eee8df;
}
.cid-vcQA3CciwZ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-decoration: none !important;
  line-height: normal;
}
.cid-vcQA3CciwZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vcQA3CciwZ .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
}
.cid-vcQA3CciwZ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
@media (max-width: 992px) {
  .cid-vcQA3CciwZ img {
    width: 100%;
  }
}
.cid-vcQA3CciwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQA3CciwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQA3CciwZ H4 {
  color: #173520;
}
.cid-vcQA3CciwZ .mbr-text,
.cid-vcQA3CciwZ .mbr-section-btn {
  text-align: left;
}
.cid-vcQA3CciwZ H3 {
  color: #173520;
}
.cid-vcQA3CciwZ H1 {
  color: #173520;
}
.cid-vcVHMYh2yN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcVHMYh2yN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcVHMYh2yN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcVHMYh2yN .container,
.cid-vcVHMYh2yN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vcVHMYh2yN .container,
  .cid-vcVHMYh2yN .container-fluid {
    padding: 0 20px;
  }
}
.cid-vcVHMYh2yN .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcVHMYh2yN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vcVHMYh2yN .title-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcVHMYh2yN .title-wrapper .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vcVHMYh2yN .title-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-vcVHMYh2yN .title-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-vcVHMYh2yN .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vcVHMYh2yN .list-wrap {
  margin-bottom: 15px;
}
.cid-vcVHMYh2yN .list-wrap .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vcVHMYh2yN .list-wrap .list {
  padding: 0;
  list-style-position: inside;
  list-style-type: decimal;
}
.cid-vcVHMYh2yN .list-wrap .list .item-wrap {
  margin-bottom: 7px;
}
.cid-vcVHMYh2yN .list-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcVHMYh2yN .mbr-section-title {
  color: #173520;
}
.cid-vcVHMYh2yN .mbr-section-subtitle {
  color: #3d4045;
}
.cid-vcVHMYh2yN .list {
  color: #3d4045;
}
.cid-vd4fAeD1Qu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vd4fAeD1Qu .mbr-section-head {
  margin-bottom: 50px;
}
.cid-vd4fAeD1Qu .mbr-section-title {
  color: #173520;
}
.cid-vd4fAeD1Qu .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
}
.cid-vd4fAeD1Qu .embla {
  position: relative;
  width: 100%;
}
.cid-vd4fAeD1Qu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vd4fAeD1Qu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vd4fAeD1Qu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vd4fAeD1Qu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vd4fAeD1Qu .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-vd4fAeD1Qu .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vd4fAeD1Qu .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-vd4fAeD1Qu .item:focus,
.cid-vd4fAeD1Qu span:focus {
  outline: none;
}
.cid-vd4fAeD1Qu .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vd4fAeD1Qu .item-img {
  width: 100%;
}
.cid-vd4fAeD1Qu .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-vd4fAeD1Qu .embla__button--next,
.cid-vd4fAeD1Qu .embla__button--prev {
  display: flex;
}
.cid-vd4fAeD1Qu .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vd4fAeD1Qu .embla__button {
    display: none;
  }
}
.cid-vd4fAeD1Qu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vd4fAeD1Qu .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-vd4fAeD1Qu .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vd4fAeD1Qu .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vd4fAeD1Qu .embla__button {
    top: auto;
  }
}
.cid-vd47Jg7qyo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd47Jg7qyo .mbr-section-head {
  margin-bottom: 50px;
}
.cid-vd47Jg7qyo .mbr-section-title {
  color: #173520;
}
.cid-vd47Jg7qyo .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
}
.cid-vd47Jg7qyo .embla {
  position: relative;
  width: 100%;
}
.cid-vd47Jg7qyo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vd47Jg7qyo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vd47Jg7qyo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vd47Jg7qyo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vd47Jg7qyo .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-vd47Jg7qyo .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vd47Jg7qyo .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-vd47Jg7qyo .item:focus,
.cid-vd47Jg7qyo span:focus {
  outline: none;
}
.cid-vd47Jg7qyo .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vd47Jg7qyo .item-img {
  width: 100%;
}
.cid-vd47Jg7qyo .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-vd47Jg7qyo .embla__button--next,
.cid-vd47Jg7qyo .embla__button--prev {
  display: flex;
}
.cid-vd47Jg7qyo .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vd47Jg7qyo .embla__button {
    display: none;
  }
}
.cid-vd47Jg7qyo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vd47Jg7qyo .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-vd47Jg7qyo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vd47Jg7qyo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vd47Jg7qyo .embla__button {
    top: auto;
  }
}
.cid-vd1ikuGcgF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vd1ikuGcgF .item-img {
  position: relative;
}
.cid-vd1ikuGcgF .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-vd1ikuGcgF .cardbg {
  background: #173520;
  height: 100%;
  min-height: 160px;
}
.cid-vd1ikuGcgF .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-vd1ikuGcgF .image-wrapper {
  overflow: hidden;
}
.cid-vd1ikuGcgF .item1 {
  margin-bottom: 2rem !important;
}
.cid-vd1ikuGcgF .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vd1ikuGcgF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vd1ikuGcgF .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-vd1ikuGcgF .item1,
.cid-vd1ikuGcgF .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-vd1ikuGcgF .item1 .item:hover,
.cid-vd1ikuGcgF .item .item:hover {
  cursor: pointer;
}
.cid-vd1ikuGcgF .item1:hover .link-icon-wrapper span,
.cid-vd1ikuGcgF .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-vd1ikuGcgF .card2 {
    margin-top: 1rem;
  }
}
.cid-vd1ikuGcgF .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vd1ikuGcgF .link-icon-wrapper .icon-wrap {
  background: #173520;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vd1ikuGcgF .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vd1ikuGcgF .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vd1ikuGcgF .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vd1ikuGcgF .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vd1ikuGcgF .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vd1ikuGcgF .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vd1ikuGcgF .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-vd1ikuGcgF img,
.cid-vd1ikuGcgF .item-img {
  width: 100%;
}
.cid-vd1ikuGcgF .item:focus,
.cid-vd1ikuGcgF span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vd1ikuGcgF .item {
    margin-bottom: 1rem;
  }
}
.cid-vd1ikuGcgF .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vd1ikuGcgF .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vd1ikuGcgF .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vd1ikuGcgF .mbr-section-subtitle,
.cid-vd1ikuGcgF .subtitle-wrap,
.cid-vd1ikuGcgF .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vd1ikuGcgF .mbr-text,
.cid-vd1ikuGcgF .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uDQMot7Ire {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #173520;
}
.cid-uDQMot7Ire .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQMot7Ire .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQMot7Ire .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDQMot7Ire .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDQMot7Ire .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDQMot7Ire .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDQMot7Ire .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDQMot7Ire .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDQMot7Ire .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDQMot7Ire .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDQMot7Ire .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDQMot7Ire .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDQMot7Ire .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDQMot7Ire .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #b69b74;
}
.cid-uDQMot7Ire .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #173520;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDQMot7Ire .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uDQMot7Ire .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDQMot7Ire .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDQMot7Ire .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDQMot7Ire .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDQMot7Ire .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDQMot7Ire .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDQMot7Ire .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDQMot7Ire .list-wrapper .list .item-wrap:hover,
.cid-uDQMot7Ire .list-wrapper .list .item-wrap:focus {
  color: #b69b74;
}
.cid-uDQMot7Ire .border-wrap {
  height: 1px;
  background-color: #656b50;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDQMot7Ire .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDQMot7Ire .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uDQMot7Ire .mbr-section-title {
  color: #ffffff;
}
.cid-uDQMot7Ire .mbr-text {
  color: #ffffff;
}
.cid-uDQMot7Ire .mbr-desc {
  color: #ffffff;
}
.cid-uDQMot7Ire .list {
  color: #ffffff;
}
.cid-uDQMot7Ire .mbr-text,
.cid-uDQMot7Ire .text-wrapper {
  text-align: left;
}
.cid-uDQMot7Ire .list,
.cid-uDQMot7Ire .item-wrap {
  color: #ffffff;
}
.cid-vd4vhAI0gB .nav-item:focus,
.cid-vd4vhAI0gB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vd4vhAI0gB .nav-item {
    position: relative;
  }
}
.cid-vd4vhAI0gB .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-vd4vhAI0gB .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #173520;
  background: linear-gradient(#f1eeea, #173520);
}
.cid-vd4vhAI0gB .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-vd4vhAI0gB .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vd4vhAI0gB .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-vd4vhAI0gB .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vd4vhAI0gB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vd4vhAI0gB .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vd4vhAI0gB .navbar.collapsed .navbar-collapse.show,
.cid-vd4vhAI0gB .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vd4vhAI0gB .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vd4vhAI0gB .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vd4vhAI0gB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vd4vhAI0gB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vd4vhAI0gB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vd4vhAI0gB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vd4vhAI0gB .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-vd4vhAI0gB .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vd4vhAI0gB .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-vd4vhAI0gB .navbar.collapsed .right-menu,
.cid-vd4vhAI0gB .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vd4vhAI0gB .navbar .navbar-collapse.show,
  .cid-vd4vhAI0gB .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-vd4vhAI0gB .navbar .navbar-collapse.show .brand-container,
  .cid-vd4vhAI0gB .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vd4vhAI0gB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vd4vhAI0gB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vd4vhAI0gB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vd4vhAI0gB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vd4vhAI0gB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vd4vhAI0gB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vd4vhAI0gB .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-vd4vhAI0gB .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vd4vhAI0gB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vd4vhAI0gB .navbar .right-menu,
  .cid-vd4vhAI0gB .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vd4vhAI0gB .navbar.navbar-short {
  min-height: 60px;
}
.cid-vd4vhAI0gB .navbar.navbar-short .mbr-overlay {
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-vd4vhAI0gB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vd4vhAI0gB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-vd4vhAI0gB .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-vd4vhAI0gB .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vd4vhAI0gB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vd4vhAI0gB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vd4vhAI0gB .dropdown-item.active,
.cid-vd4vhAI0gB .dropdown-item:active {
  background-color: transparent;
}
.cid-vd4vhAI0gB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vd4vhAI0gB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-vd4vhAI0gB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173520;
}
.cid-vd4vhAI0gB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vd4vhAI0gB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vd4vhAI0gB ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vd4vhAI0gB ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vd4vhAI0gB .navbar-buttons {
  margin-left: auto;
}
.cid-vd4vhAI0gB button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-vd4vhAI0gB button.navbar-toggler:hover {
  outline: none;
}
.cid-vd4vhAI0gB button.navbar-toggler:active {
  outline: none;
}
.cid-vd4vhAI0gB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vd4vhAI0gB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vd4vhAI0gB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vd4vhAI0gB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vd4vhAI0gB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vd4vhAI0gB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vd4vhAI0gB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vd4vhAI0gB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vd4vhAI0gB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vd4vhAI0gB a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-vd4vhAI0gB a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-vd4vhAI0gB a.nav-link:hover:before {
  transform: scale(1);
}
.cid-vd4vhAI0gB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vd4vhAI0gB .right-menu,
.cid-vd4vhAI0gB .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vd4vhAI0gB .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vd4vhAI0gB .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vd4vhAI0gB .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vd4vhAI0gB .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vd4vhAI0gB .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vd4vhAI0gB .card-wrapper {
  z-index: 3;
}
.cid-vd4vhAI0gB .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vd4vhAI0gB .navbar-collapse {
    padding-top: 0;
  }
}
.cid-vd4vhAI0gB .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-vd4vhAI0gB .navbar-brand img {
  width: auto !important;
}
.cid-vd4vhBpOqY {
  background-image: url("../../../assets/images/soelrings-triple-x-palomino-deckhengst-hengsthof-gut-nuexei-1841x797.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
.cid-vd4vhBpOqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd4vhBpOqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd4vhBpOqY .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #173520 82%);
}
.cid-vd4vhBpOqY .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vd4vhBpOqY .card {
  justify-content: flex-end;
}
.cid-vd4vhBpOqY .title-wrapper {
  margin-bottom: 20px;
}
.cid-vd4vhBpOqY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vd4vhBpOqY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vd4vhBpOqY .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vd4vhBpOqY .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vd4vhBpOqY .mbr-section-title {
  color: #ffffff;
}
.cid-vd4vhBpOqY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vd4vhBpOqY .mbr-text {
  color: #ffffff;
}
.cid-vd4vhBpOqY .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vd4vhBpOqY .mbr-section-btn {
    text-align: left;
  }
}
.cid-vd4vhBZDkF {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-vd4vhBZDkF .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #173520;
}
.cid-vd4vhBZDkF .p-4 {
  padding: 1rem 0 !important;
}
.cid-vd4vhBZDkF img {
  width: 90%;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-vd4vhBZDkF .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-vd4vhBZDkF .mbri-arrow-down:before {
  content: '\e960';
}
.cid-vd4vhBZDkF .mbri-arrow-up:before {
  content: '\e960';
}
.cid-vd4vhBZDkF .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-vd4vhBZDkF h4 {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.cid-vd4vhBZDkF .card {
  border-radius: 0px;
}
.cid-vd4vhBZDkF .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
  border-bottom: 2px solid #eee8df;
}
.cid-vd4vhBZDkF .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-decoration: none !important;
  line-height: normal;
}
.cid-vd4vhBZDkF .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vd4vhBZDkF .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
}
.cid-vd4vhBZDkF .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
@media (max-width: 992px) {
  .cid-vd4vhBZDkF img {
    width: 100%;
  }
}
.cid-vd4vhBZDkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd4vhBZDkF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd4vhBZDkF H4 {
  color: #173520;
}
.cid-vd4vhBZDkF .mbr-text,
.cid-vd4vhBZDkF .mbr-section-btn {
  text-align: left;
}
.cid-vd4vhBZDkF H3 {
  color: #173520;
}
.cid-vd4vhBZDkF H1 {
  color: #173520;
}
.cid-vd4vhDc1Zu {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vd4vhDc1Zu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd4vhDc1Zu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd4vhDc1Zu .container,
.cid-vd4vhDc1Zu .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vd4vhDc1Zu .container,
  .cid-vd4vhDc1Zu .container-fluid {
    padding: 0 20px;
  }
}
.cid-vd4vhDc1Zu .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vd4vhDc1Zu .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vd4vhDc1Zu .title-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vd4vhDc1Zu .title-wrapper .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vd4vhDc1Zu .title-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-vd4vhDc1Zu .title-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-vd4vhDc1Zu .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vd4vhDc1Zu .list-wrap {
  margin-bottom: 15px;
}
.cid-vd4vhDc1Zu .list-wrap .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vd4vhDc1Zu .list-wrap .list {
  padding: 0;
  list-style-position: inside;
  list-style-type: decimal;
}
.cid-vd4vhDc1Zu .list-wrap .list .item-wrap {
  margin-bottom: 7px;
}
.cid-vd4vhDc1Zu .list-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vd4vhDc1Zu .mbr-section-title {
  color: #173520;
}
.cid-vd4vhDc1Zu .mbr-section-subtitle {
  color: #3d4045;
}
.cid-vd4vhDc1Zu .list {
  color: #3d4045;
}
.cid-vd4vhDV1YC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vd4vhDV1YC .mbr-section-head {
  margin-bottom: 50px;
}
.cid-vd4vhDV1YC .mbr-section-title {
  color: #173520;
}
.cid-vd4vhDV1YC .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
}
.cid-vd4vhDV1YC .embla {
  position: relative;
  width: 100%;
}
.cid-vd4vhDV1YC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vd4vhDV1YC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vd4vhDV1YC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vd4vhDV1YC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vd4vhDV1YC .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-vd4vhDV1YC .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vd4vhDV1YC .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-vd4vhDV1YC .item:focus,
.cid-vd4vhDV1YC span:focus {
  outline: none;
}
.cid-vd4vhDV1YC .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vd4vhDV1YC .item-img {
  width: 100%;
}
.cid-vd4vhDV1YC .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-vd4vhDV1YC .embla__button--next,
.cid-vd4vhDV1YC .embla__button--prev {
  display: flex;
}
.cid-vd4vhDV1YC .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vd4vhDV1YC .embla__button {
    display: none;
  }
}
.cid-vd4vhDV1YC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vd4vhDV1YC .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-vd4vhDV1YC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vd4vhDV1YC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vd4vhDV1YC .embla__button {
    top: auto;
  }
}
.cid-vd4vhEFNIF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vd4vhEFNIF .mbr-section-head {
  margin-bottom: 50px;
}
.cid-vd4vhEFNIF .mbr-section-title {
  color: #173520;
}
.cid-vd4vhEFNIF .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
}
.cid-vd4vhEFNIF .embla {
  position: relative;
  width: 100%;
}
.cid-vd4vhEFNIF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vd4vhEFNIF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vd4vhEFNIF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vd4vhEFNIF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vd4vhEFNIF .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-vd4vhEFNIF .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vd4vhEFNIF .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-vd4vhEFNIF .item:focus,
.cid-vd4vhEFNIF span:focus {
  outline: none;
}
.cid-vd4vhEFNIF .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vd4vhEFNIF .item-img {
  width: 100%;
}
.cid-vd4vhEFNIF .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-vd4vhEFNIF .embla__button--next,
.cid-vd4vhEFNIF .embla__button--prev {
  display: flex;
}
.cid-vd4vhEFNIF .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vd4vhEFNIF .embla__button {
    display: none;
  }
}
.cid-vd4vhEFNIF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vd4vhEFNIF .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-vd4vhEFNIF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vd4vhEFNIF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vd4vhEFNIF .embla__button {
    top: auto;
  }
}
.cid-vd4vhFiSqs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vd4vhFiSqs .item-img {
  position: relative;
}
.cid-vd4vhFiSqs .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-vd4vhFiSqs .cardbg {
  background: #173520;
  height: 100%;
  min-height: 160px;
}
.cid-vd4vhFiSqs .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-vd4vhFiSqs .image-wrapper {
  overflow: hidden;
}
.cid-vd4vhFiSqs .item1 {
  margin-bottom: 2rem !important;
}
.cid-vd4vhFiSqs .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vd4vhFiSqs .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vd4vhFiSqs .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-vd4vhFiSqs .item1,
.cid-vd4vhFiSqs .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-vd4vhFiSqs .item1 .item:hover,
.cid-vd4vhFiSqs .item .item:hover {
  cursor: pointer;
}
.cid-vd4vhFiSqs .item1:hover .link-icon-wrapper span,
.cid-vd4vhFiSqs .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-vd4vhFiSqs .card2 {
    margin-top: 1rem;
  }
}
.cid-vd4vhFiSqs .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vd4vhFiSqs .link-icon-wrapper .icon-wrap {
  background: #173520;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vd4vhFiSqs .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vd4vhFiSqs .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vd4vhFiSqs .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vd4vhFiSqs .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vd4vhFiSqs .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vd4vhFiSqs .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vd4vhFiSqs .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-vd4vhFiSqs img,
.cid-vd4vhFiSqs .item-img {
  width: 100%;
}
.cid-vd4vhFiSqs .item:focus,
.cid-vd4vhFiSqs span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vd4vhFiSqs .item {
    margin-bottom: 1rem;
  }
}
.cid-vd4vhFiSqs .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vd4vhFiSqs .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vd4vhFiSqs .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vd4vhFiSqs .mbr-section-subtitle,
.cid-vd4vhFiSqs .subtitle-wrap,
.cid-vd4vhFiSqs .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vd4vhFiSqs .mbr-text,
.cid-vd4vhFiSqs .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vd4vhGkzAp {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #173520;
}
.cid-vd4vhGkzAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd4vhGkzAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd4vhGkzAp .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-vd4vhGkzAp .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vd4vhGkzAp .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vd4vhGkzAp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vd4vhGkzAp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vd4vhGkzAp .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-vd4vhGkzAp .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vd4vhGkzAp .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-vd4vhGkzAp .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vd4vhGkzAp .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-vd4vhGkzAp .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vd4vhGkzAp .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #b69b74;
}
.cid-vd4vhGkzAp .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #173520;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-vd4vhGkzAp .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vd4vhGkzAp .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-vd4vhGkzAp .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vd4vhGkzAp .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-vd4vhGkzAp .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vd4vhGkzAp .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vd4vhGkzAp .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-vd4vhGkzAp .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vd4vhGkzAp .list-wrapper .list .item-wrap:hover,
.cid-vd4vhGkzAp .list-wrapper .list .item-wrap:focus {
  color: #b69b74;
}
.cid-vd4vhGkzAp .border-wrap {
  height: 1px;
  background-color: #656b50;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-vd4vhGkzAp .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-vd4vhGkzAp .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vd4vhGkzAp .mbr-section-title {
  color: #ffffff;
}
.cid-vd4vhGkzAp .mbr-text {
  color: #ffffff;
}
.cid-vd4vhGkzAp .mbr-desc {
  color: #ffffff;
}
.cid-vd4vhGkzAp .list {
  color: #ffffff;
}
.cid-vd4vhGkzAp .mbr-text,
.cid-vd4vhGkzAp .text-wrapper {
  text-align: left;
}
.cid-vd4vhGkzAp .list,
.cid-vd4vhGkzAp .item-wrap {
  color: #ffffff;
}
.cid-vdb3amNcuR .nav-item:focus,
.cid-vdb3amNcuR .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vdb3amNcuR .nav-item {
    position: relative;
  }
}
.cid-vdb3amNcuR .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-vdb3amNcuR .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #173520;
  background: linear-gradient(#f1eeea, #173520);
}
.cid-vdb3amNcuR .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-vdb3amNcuR .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vdb3amNcuR .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-vdb3amNcuR .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vdb3amNcuR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdb3amNcuR .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vdb3amNcuR .navbar.collapsed .navbar-collapse.show,
.cid-vdb3amNcuR .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdb3amNcuR .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vdb3amNcuR .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vdb3amNcuR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdb3amNcuR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdb3amNcuR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdb3amNcuR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdb3amNcuR .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-vdb3amNcuR .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdb3amNcuR .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-vdb3amNcuR .navbar.collapsed .right-menu,
.cid-vdb3amNcuR .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vdb3amNcuR .navbar .navbar-collapse.show,
  .cid-vdb3amNcuR .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-vdb3amNcuR .navbar .navbar-collapse.show .brand-container,
  .cid-vdb3amNcuR .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vdb3amNcuR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdb3amNcuR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdb3amNcuR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdb3amNcuR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdb3amNcuR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdb3amNcuR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdb3amNcuR .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-vdb3amNcuR .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdb3amNcuR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vdb3amNcuR .navbar .right-menu,
  .cid-vdb3amNcuR .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdb3amNcuR .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdb3amNcuR .navbar.navbar-short .mbr-overlay {
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-vdb3amNcuR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdb3amNcuR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-vdb3amNcuR .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-vdb3amNcuR .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vdb3amNcuR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdb3amNcuR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdb3amNcuR .dropdown-item.active,
.cid-vdb3amNcuR .dropdown-item:active {
  background-color: transparent;
}
.cid-vdb3amNcuR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdb3amNcuR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-vdb3amNcuR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173520;
}
.cid-vdb3amNcuR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdb3amNcuR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdb3amNcuR ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vdb3amNcuR ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vdb3amNcuR .navbar-buttons {
  margin-left: auto;
}
.cid-vdb3amNcuR button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-vdb3amNcuR button.navbar-toggler:hover {
  outline: none;
}
.cid-vdb3amNcuR button.navbar-toggler:active {
  outline: none;
}
.cid-vdb3amNcuR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdb3amNcuR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdb3amNcuR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdb3amNcuR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdb3amNcuR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdb3amNcuR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdb3amNcuR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vdb3amNcuR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vdb3amNcuR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdb3amNcuR a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-vdb3amNcuR a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-vdb3amNcuR a.nav-link:hover:before {
  transform: scale(1);
}
.cid-vdb3amNcuR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdb3amNcuR .right-menu,
.cid-vdb3amNcuR .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vdb3amNcuR .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vdb3amNcuR .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vdb3amNcuR .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vdb3amNcuR .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vdb3amNcuR .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vdb3amNcuR .card-wrapper {
  z-index: 3;
}
.cid-vdb3amNcuR .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vdb3amNcuR .navbar-collapse {
    padding-top: 0;
  }
}
.cid-vdb3amNcuR .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-vdb3amNcuR .navbar-brand img {
  width: auto !important;
}
.cid-vdb3anbNQb {
  background-image: url("../../../assets/images/candidus-von-nuex-cremello-deckhengst-hengsthof-gut-nuexei-1841x797.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 6rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
.cid-vdb3anbNQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdb3anbNQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdb3anbNQb .gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #173520 82%);
}
.cid-vdb3anbNQb .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdb3anbNQb .card {
  justify-content: flex-end;
}
.cid-vdb3anbNQb .title-wrapper {
  margin-bottom: 20px;
}
.cid-vdb3anbNQb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdb3anbNQb .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vdb3anbNQb .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdb3anbNQb .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vdb3anbNQb .mbr-section-title {
  color: #ffffff;
}
.cid-vdb3anbNQb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vdb3anbNQb .mbr-text {
  color: #ffffff;
}
.cid-vdb3anbNQb .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdb3anbNQb .mbr-section-btn {
    text-align: left;
  }
}
.cid-vdb3any1M4 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-vdb3any1M4 .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #173520;
}
.cid-vdb3any1M4 .p-4 {
  padding: 1rem 0 !important;
}
.cid-vdb3any1M4 img {
  width: 90%;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-vdb3any1M4 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-vdb3any1M4 .mbri-arrow-down:before {
  content: '\e960';
}
.cid-vdb3any1M4 .mbri-arrow-up:before {
  content: '\e960';
}
.cid-vdb3any1M4 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-vdb3any1M4 h4 {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.cid-vdb3any1M4 .card {
  border-radius: 0px;
}
.cid-vdb3any1M4 .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
  border-bottom: 2px solid #eee8df;
}
.cid-vdb3any1M4 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-decoration: none !important;
  line-height: normal;
}
.cid-vdb3any1M4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vdb3any1M4 .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
}
.cid-vdb3any1M4 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
@media (max-width: 992px) {
  .cid-vdb3any1M4 img {
    width: 100%;
  }
}
.cid-vdb3any1M4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdb3any1M4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdb3any1M4 H4 {
  color: #173520;
}
.cid-vdb3any1M4 .mbr-text,
.cid-vdb3any1M4 .mbr-section-btn {
  text-align: left;
}
.cid-vdb3any1M4 H3 {
  color: #173520;
}
.cid-vdb3any1M4 H1 {
  color: #173520;
}
.cid-vdb3anYaW9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdb3anYaW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdb3anYaW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdb3anYaW9 .container,
.cid-vdb3anYaW9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vdb3anYaW9 .container,
  .cid-vdb3anYaW9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdb3anYaW9 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vdb3anYaW9 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vdb3anYaW9 .title-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdb3anYaW9 .title-wrapper .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vdb3anYaW9 .title-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-vdb3anYaW9 .title-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-vdb3anYaW9 .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vdb3anYaW9 .list-wrap {
  margin-bottom: 15px;
}
.cid-vdb3anYaW9 .list-wrap .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vdb3anYaW9 .list-wrap .list {
  padding: 0;
  list-style-position: inside;
  list-style-type: decimal;
}
.cid-vdb3anYaW9 .list-wrap .list .item-wrap {
  margin-bottom: 7px;
}
.cid-vdb3anYaW9 .list-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vdb3anYaW9 .mbr-section-title {
  color: #173520;
}
.cid-vdb3anYaW9 .mbr-section-subtitle {
  color: #3d4045;
}
.cid-vdb3anYaW9 .list {
  color: #3d4045;
}
.cid-vdb3aol8zT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdb3aol8zT .mbr-section-head {
  margin-bottom: 50px;
}
.cid-vdb3aol8zT .mbr-section-title {
  color: #173520;
}
.cid-vdb3aol8zT .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
}
.cid-vdb3aol8zT .embla {
  position: relative;
  width: 100%;
}
.cid-vdb3aol8zT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdb3aol8zT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdb3aol8zT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdb3aol8zT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdb3aol8zT .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-vdb3aol8zT .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vdb3aol8zT .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-vdb3aol8zT .item:focus,
.cid-vdb3aol8zT span:focus {
  outline: none;
}
.cid-vdb3aol8zT .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdb3aol8zT .item-img {
  width: 100%;
}
.cid-vdb3aol8zT .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-vdb3aol8zT .embla__button--next,
.cid-vdb3aol8zT .embla__button--prev {
  display: flex;
}
.cid-vdb3aol8zT .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vdb3aol8zT .embla__button {
    display: none;
  }
}
.cid-vdb3aol8zT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdb3aol8zT .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-vdb3aol8zT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdb3aol8zT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdb3aol8zT .embla__button {
    top: auto;
  }
}
.cid-vdb3aoJRC8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdb3aoJRC8 .mbr-section-head {
  margin-bottom: 50px;
}
.cid-vdb3aoJRC8 .mbr-section-title {
  color: #173520;
}
.cid-vdb3aoJRC8 .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
}
.cid-vdb3aoJRC8 .embla {
  position: relative;
  width: 100%;
}
.cid-vdb3aoJRC8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdb3aoJRC8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdb3aoJRC8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdb3aoJRC8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdb3aoJRC8 .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-vdb3aoJRC8 .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-vdb3aoJRC8 .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-vdb3aoJRC8 .item:focus,
.cid-vdb3aoJRC8 span:focus {
  outline: none;
}
.cid-vdb3aoJRC8 .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vdb3aoJRC8 .item-img {
  width: 100%;
}
.cid-vdb3aoJRC8 .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-vdb3aoJRC8 .embla__button--next,
.cid-vdb3aoJRC8 .embla__button--prev {
  display: flex;
}
.cid-vdb3aoJRC8 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-vdb3aoJRC8 .embla__button {
    display: none;
  }
}
.cid-vdb3aoJRC8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdb3aoJRC8 .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-vdb3aoJRC8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdb3aoJRC8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdb3aoJRC8 .embla__button {
    top: auto;
  }
}
.cid-vdb3apek77 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vdb3apek77 .item-img {
  position: relative;
}
.cid-vdb3apek77 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-vdb3apek77 .cardbg {
  background: #173520;
  height: 100%;
  min-height: 160px;
}
.cid-vdb3apek77 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-vdb3apek77 .image-wrapper {
  overflow: hidden;
}
.cid-vdb3apek77 .item1 {
  margin-bottom: 2rem !important;
}
.cid-vdb3apek77 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vdb3apek77 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vdb3apek77 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-vdb3apek77 .item1,
.cid-vdb3apek77 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-vdb3apek77 .item1 .item:hover,
.cid-vdb3apek77 .item .item:hover {
  cursor: pointer;
}
.cid-vdb3apek77 .item1:hover .link-icon-wrapper span,
.cid-vdb3apek77 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-vdb3apek77 .card2 {
    margin-top: 1rem;
  }
}
.cid-vdb3apek77 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-vdb3apek77 .link-icon-wrapper .icon-wrap {
  background: #173520;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-vdb3apek77 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-vdb3apek77 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-vdb3apek77 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-vdb3apek77 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-vdb3apek77 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-vdb3apek77 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vdb3apek77 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-vdb3apek77 img,
.cid-vdb3apek77 .item-img {
  width: 100%;
}
.cid-vdb3apek77 .item:focus,
.cid-vdb3apek77 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-vdb3apek77 .item {
    margin-bottom: 1rem;
  }
}
.cid-vdb3apek77 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vdb3apek77 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vdb3apek77 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vdb3apek77 .mbr-section-subtitle,
.cid-vdb3apek77 .subtitle-wrap,
.cid-vdb3apek77 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vdb3apek77 .mbr-text,
.cid-vdb3apek77 .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vdb3apzsaB {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #173520;
}
.cid-vdb3apzsaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdb3apzsaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdb3apzsaB .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-vdb3apzsaB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdb3apzsaB .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdb3apzsaB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vdb3apzsaB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdb3apzsaB .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-vdb3apzsaB .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdb3apzsaB .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-vdb3apzsaB .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vdb3apzsaB .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-vdb3apzsaB .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vdb3apzsaB .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #b69b74;
}
.cid-vdb3apzsaB .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #173520;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-vdb3apzsaB .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vdb3apzsaB .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-vdb3apzsaB .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdb3apzsaB .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-vdb3apzsaB .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdb3apzsaB .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vdb3apzsaB .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-vdb3apzsaB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdb3apzsaB .list-wrapper .list .item-wrap:hover,
.cid-vdb3apzsaB .list-wrapper .list .item-wrap:focus {
  color: #b69b74;
}
.cid-vdb3apzsaB .border-wrap {
  height: 1px;
  background-color: #656b50;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-vdb3apzsaB .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-vdb3apzsaB .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vdb3apzsaB .mbr-section-title {
  color: #ffffff;
}
.cid-vdb3apzsaB .mbr-text {
  color: #ffffff;
}
.cid-vdb3apzsaB .mbr-desc {
  color: #ffffff;
}
.cid-vdb3apzsaB .list {
  color: #ffffff;
}
.cid-vdb3apzsaB .mbr-text,
.cid-vdb3apzsaB .text-wrapper {
  text-align: left;
}
.cid-vdb3apzsaB .list,
.cid-vdb3apzsaB .item-wrap {
  color: #ffffff;
}
.cid-uDQASL7LOk .nav-item:focus,
.cid-uDQASL7LOk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uDQASL7LOk .nav-item {
    position: relative;
  }
}
.cid-uDQASL7LOk .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-uDQASL7LOk .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #173520;
  background: linear-gradient(#f1eeea, #173520);
}
.cid-uDQASL7LOk .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-uDQASL7LOk .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uDQASL7LOk .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uDQASL7LOk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDQASL7LOk .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.show,
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uDQASL7LOk .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uDQASL7LOk .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-uDQASL7LOk .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uDQASL7LOk .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-uDQASL7LOk .navbar.collapsed .right-menu,
.cid-uDQASL7LOk .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk .navbar .navbar-collapse.show,
  .cid-uDQASL7LOk .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-uDQASL7LOk .navbar .navbar-collapse.show .brand-container,
  .cid-uDQASL7LOk .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uDQASL7LOk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uDQASL7LOk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uDQASL7LOk .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-uDQASL7LOk .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uDQASL7LOk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uDQASL7LOk .navbar .right-menu,
  .cid-uDQASL7LOk .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uDQASL7LOk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDQASL7LOk .navbar.navbar-short .mbr-overlay {
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-uDQASL7LOk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uDQASL7LOk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uDQASL7LOk .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-uDQASL7LOk .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uDQASL7LOk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDQASL7LOk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDQASL7LOk .dropdown-item.active,
.cid-uDQASL7LOk .dropdown-item:active {
  background-color: transparent;
}
.cid-uDQASL7LOk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDQASL7LOk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-uDQASL7LOk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173520;
}
.cid-uDQASL7LOk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDQASL7LOk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDQASL7LOk ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uDQASL7LOk .navbar-buttons {
  margin-left: auto;
}
.cid-uDQASL7LOk button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-uDQASL7LOk button.navbar-toggler:hover {
  outline: none;
}
.cid-uDQASL7LOk button.navbar-toggler:active {
  outline: none;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDQASL7LOk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-uDQASL7LOk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDQASL7LOk a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-uDQASL7LOk a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-uDQASL7LOk a.nav-link:hover:before {
  transform: scale(1);
}
.cid-uDQASL7LOk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uDQASL7LOk .right-menu,
.cid-uDQASL7LOk .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uDQASL7LOk .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDQASL7LOk .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uDQASL7LOk .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uDQASL7LOk .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uDQASL7LOk .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uDQASL7LOk .card-wrapper {
  z-index: 3;
}
.cid-uDQASL7LOk .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uDQASL7LOk .navbar-collapse {
    padding-top: 0;
  }
}
.cid-uDQASL7LOk .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-uDQASL7LOk .navbar-brand img {
  width: auto !important;
}
.cid-uDDr59P6S8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #173520;
}
.cid-uDDr59P6S8 .content__block {
  padding: 50px 15px;
}
.cid-uDDr59P6S8 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-uDDr59P6S8 .mbr-section-subtitle {
  margin-bottom: 20px;
  text-align: center;
}
.cid-uDDr59P6S8 .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-uDDr59P6S8 .image {
  perspective: 3500px;
  position: relative;
}
.cid-uDDr59P6S8 .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(23, 53, 32, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-uDDr59P6S8 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDDr59P6S8 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uDDr59P6S8 .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uDDr59P6S8 .content__block {
    padding: 30px 15px;
  }
  .cid-uDDr59P6S8 .mbr-figure {
    padding: 0;
  }
  .cid-uDDr59P6S8 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(23, 53, 32, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-uDDr59P6S8 .lg-push {
    right: 11%;
  }
  .cid-uDDr59P6S8 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-uDDr59P6S8 .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-uDDr59P6S8 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uDDr59P6S8 .mbr-text,
.cid-uDDr59P6S8 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vdbm1OEbOw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vdbm1OEbOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdbm1OEbOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdbm1OEbOw .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
  background-color: #173520;
  box-shadow: 0 12px 16px -4px #e9e9e9;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdbm1OEbOw .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-vdbm1OEbOw .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vdbm1OEbOw .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdbm1OEbOw .card-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vdbm1OEbOw .items-wrapper {
  margin: 0 -10px;
}
.cid-vdbm1OEbOw .items-wrapper .item {
  padding: 0 10px;
}
.cid-vdbm1OEbOw .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdbm1OEbOw .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdbm1OEbOw .item .item-wrapper {
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  height: 100%;
}
.cid-vdbm1OEbOw .item .item-wrapper .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdbm1OEbOw .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vdbm1OEbOw .item .item-wrapper .card-box {
  padding: 30px 20px 20px;
}
.cid-vdbm1OEbOw .item .item-wrapper .card-box .item-role {
  margin-bottom: 4px;
}
.cid-vdbm1OEbOw .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-vdbm1OEbOw .mbr-section-title {
  color: #ffffff;
}
.cid-vdbm1OEbOw .mbr-text {
  color: #ffffff;
}
.cid-vdbm1OEbOw .item-name {
  color: #173520;
}
.cid-vdbm1OEbOw .item-role {
  color: #565661;
}
.cid-uDEEZf71mc {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #173520;
}
.cid-uDEEZf71mc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDEEZf71mc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDEEZf71mc .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDEEZf71mc .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDEEZf71mc .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDEEZf71mc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDEEZf71mc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDEEZf71mc .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDEEZf71mc .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDEEZf71mc .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDEEZf71mc .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDEEZf71mc .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDEEZf71mc .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDEEZf71mc .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #b69b74;
}
.cid-uDEEZf71mc .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #173520;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDEEZf71mc .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-uDEEZf71mc .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDEEZf71mc .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDEEZf71mc .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDEEZf71mc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDEEZf71mc .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDEEZf71mc .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDEEZf71mc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDEEZf71mc .list-wrapper .list .item-wrap:hover,
.cid-uDEEZf71mc .list-wrapper .list .item-wrap:focus {
  color: #b69b74;
}
.cid-uDEEZf71mc .border-wrap {
  height: 1px;
  background-color: #656b50;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDEEZf71mc .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDEEZf71mc .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uDEEZf71mc .mbr-section-title {
  color: #ffffff;
}
.cid-uDEEZf71mc .mbr-text {
  color: #ffffff;
}
.cid-uDEEZf71mc .mbr-desc {
  color: #ffffff;
}
.cid-uDEEZf71mc .list {
  color: #ffffff;
}
.cid-uDEEZf71mc .mbr-text,
.cid-uDEEZf71mc .text-wrapper {
  text-align: left;
}
.cid-uDEEZf71mc .list,
.cid-uDEEZf71mc .item-wrap {
  color: #ffffff;
}
.cid-vdbwmmg8rD .nav-item:focus,
.cid-vdbwmmg8rD .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vdbwmmg8rD .nav-item {
    position: relative;
  }
}
.cid-vdbwmmg8rD .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-vdbwmmg8rD .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #173520;
  background: linear-gradient(#f1eeea, #173520);
}
.cid-vdbwmmg8rD .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-vdbwmmg8rD .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-vdbwmmg8rD .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-vdbwmmg8rD .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vdbwmmg8rD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdbwmmg8rD .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vdbwmmg8rD .navbar.collapsed .navbar-collapse.show,
.cid-vdbwmmg8rD .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdbwmmg8rD .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vdbwmmg8rD .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vdbwmmg8rD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdbwmmg8rD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdbwmmg8rD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdbwmmg8rD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdbwmmg8rD .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-vdbwmmg8rD .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdbwmmg8rD .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-vdbwmmg8rD .navbar.collapsed .right-menu,
.cid-vdbwmmg8rD .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vdbwmmg8rD .navbar .navbar-collapse.show,
  .cid-vdbwmmg8rD .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-vdbwmmg8rD .navbar .navbar-collapse.show .brand-container,
  .cid-vdbwmmg8rD .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vdbwmmg8rD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdbwmmg8rD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdbwmmg8rD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdbwmmg8rD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdbwmmg8rD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdbwmmg8rD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdbwmmg8rD .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-vdbwmmg8rD .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdbwmmg8rD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vdbwmmg8rD .navbar .right-menu,
  .cid-vdbwmmg8rD .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdbwmmg8rD .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdbwmmg8rD .navbar.navbar-short .mbr-overlay {
  background: #173520 !important;
  background: linear-gradient(#f1eeea, #173520) !important;
}
.cid-vdbwmmg8rD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdbwmmg8rD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-vdbwmmg8rD .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-vdbwmmg8rD .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vdbwmmg8rD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdbwmmg8rD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdbwmmg8rD .dropdown-item.active,
.cid-vdbwmmg8rD .dropdown-item:active {
  background-color: transparent;
}
.cid-vdbwmmg8rD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdbwmmg8rD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-vdbwmmg8rD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173520;
}
.cid-vdbwmmg8rD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdbwmmg8rD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdbwmmg8rD ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vdbwmmg8rD ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vdbwmmg8rD .navbar-buttons {
  margin-left: auto;
}
.cid-vdbwmmg8rD button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-vdbwmmg8rD button.navbar-toggler:hover {
  outline: none;
}
.cid-vdbwmmg8rD button.navbar-toggler:active {
  outline: none;
}
.cid-vdbwmmg8rD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdbwmmg8rD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdbwmmg8rD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdbwmmg8rD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdbwmmg8rD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdbwmmg8rD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdbwmmg8rD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vdbwmmg8rD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vdbwmmg8rD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdbwmmg8rD a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-vdbwmmg8rD a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-vdbwmmg8rD a.nav-link:hover:before {
  transform: scale(1);
}
.cid-vdbwmmg8rD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdbwmmg8rD .right-menu,
.cid-vdbwmmg8rD .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vdbwmmg8rD .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vdbwmmg8rD .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vdbwmmg8rD .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vdbwmmg8rD .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vdbwmmg8rD .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vdbwmmg8rD .card-wrapper {
  z-index: 3;
}
.cid-vdbwmmg8rD .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vdbwmmg8rD .navbar-collapse {
    padding-top: 0;
  }
}
.cid-vdbwmmg8rD .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-vdbwmmg8rD .navbar-brand img {
  width: auto !important;
}
.cid-vdbwmmHYXO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #173520;
}
.cid-vdbwmmHYXO .content__block {
  padding: 50px 15px;
}
.cid-vdbwmmHYXO .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-vdbwmmHYXO .mbr-section-subtitle {
  margin-bottom: 20px;
  text-align: center;
}
.cid-vdbwmmHYXO .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-vdbwmmHYXO .image {
  perspective: 3500px;
  position: relative;
}
.cid-vdbwmmHYXO .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(23, 53, 32, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-vdbwmmHYXO .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdbwmmHYXO .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-vdbwmmHYXO .mbr-section-btn .btn-white-outline:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vdbwmmHYXO .content__block {
    padding: 30px 15px;
  }
  .cid-vdbwmmHYXO .mbr-figure {
    padding: 0;
  }
  .cid-vdbwmmHYXO .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(23, 53, 32, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-vdbwmmHYXO .lg-push {
    right: 11%;
  }
  .cid-vdbwmmHYXO .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-vdbwmmHYXO .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-vdbwmmHYXO .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-vdbwmmHYXO .mbr-text,
.cid-vdbwmmHYXO .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vdbwmn2LDc {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vdbwmn2LDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdbwmn2LDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdbwmn2LDc .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
  background-color: #173520;
  box-shadow: 0 12px 16px -4px #e9e9e9;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdbwmn2LDc .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-vdbwmn2LDc .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vdbwmn2LDc .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdbwmn2LDc .card-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vdbwmn2LDc .items-wrapper {
  margin: 0 -10px;
}
.cid-vdbwmn2LDc .items-wrapper .item {
  padding: 0 10px;
}
.cid-vdbwmn2LDc .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vdbwmn2LDc .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdbwmn2LDc .item .item-wrapper {
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
  height: 100%;
}
.cid-vdbwmn2LDc .item .item-wrapper .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdbwmn2LDc .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vdbwmn2LDc .item .item-wrapper .card-box {
  padding: 30px 20px 20px;
}
.cid-vdbwmn2LDc .item .item-wrapper .card-box .item-role {
  margin-bottom: 4px;
}
.cid-vdbwmn2LDc .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-vdbwmn2LDc .mbr-section-title {
  color: #ffffff;
}
.cid-vdbwmn2LDc .mbr-text {
  color: #ffffff;
}
.cid-vdbwmn2LDc .item-name {
  color: #173520;
}
.cid-vdbwmn2LDc .item-role {
  color: #565661;
}
.cid-vdbzKmxQZc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-vdbzKmxQZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdbzKmxQZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdbzKmxQZc .container {
    padding: 0 16px;
  }
}
.cid-vdbzKmxQZc .row {
  justify-content: center;
}
.cid-vdbzKmxQZc .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-vdbzKmxQZc .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-vdbzKmxQZc .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vdbzKmxQZc .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #173520 !important;
  color: #173520 !important;
  border-color: #173520 !important;
}
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #173520 !important;
}
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #173520 !important;
  color: #173520 !important;
}
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #173520 !important;
}
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #173520 !important;
  color: #173520 !important;
  border-color: #173520 !important;
}
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #173520 !important;
  color: #173520 !important;
}
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #b69b74 !important;
  color: #173520 !important;
}
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-vdbzKmxQZc .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-vdbzKmxQZc .mbr-desc {
  color: #706cff;
}
.cid-vdbzKmxQZc .mbr-section-title {
  color: #000000;
}
.cid-vdbzKmxQZc .mbr-text {
  color: #000000;
}
.cid-vdbzKmxQZc .mbr-section-btn {
  text-align: center;
}
.cid-vdbwmnytf2 {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #173520;
}
.cid-vdbwmnytf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdbwmnytf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdbwmnytf2 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-vdbwmnytf2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdbwmnytf2 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vdbwmnytf2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vdbwmnytf2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdbwmnytf2 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-vdbwmnytf2 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdbwmnytf2 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-vdbwmnytf2 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vdbwmnytf2 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-vdbwmnytf2 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vdbwmnytf2 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #b69b74;
}
.cid-vdbwmnytf2 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #173520;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-vdbwmnytf2 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #ffffff;
}
.cid-vdbwmnytf2 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-vdbwmnytf2 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vdbwmnytf2 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-vdbwmnytf2 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdbwmnytf2 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vdbwmnytf2 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-vdbwmnytf2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdbwmnytf2 .list-wrapper .list .item-wrap:hover,
.cid-vdbwmnytf2 .list-wrapper .list .item-wrap:focus {
  color: #b69b74;
}
.cid-vdbwmnytf2 .border-wrap {
  height: 1px;
  background-color: #656b50;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-vdbwmnytf2 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-vdbwmnytf2 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vdbwmnytf2 .mbr-section-title {
  color: #ffffff;
}
.cid-vdbwmnytf2 .mbr-text {
  color: #ffffff;
}
.cid-vdbwmnytf2 .mbr-desc {
  color: #ffffff;
}
.cid-vdbwmnytf2 .list {
  color: #ffffff;
}
.cid-vdbwmnytf2 .mbr-text,
.cid-vdbwmnytf2 .text-wrapper {
  text-align: left;
}
.cid-vdbwmnytf2 .list,
.cid-vdbwmnytf2 .item-wrap {
  color: #ffffff;
}
