body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 5.63rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 9.008rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 1.84rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.941rem;
    font-size: calc( 2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #1c6938 !important;
}
.bg-success {
  background-color: #383838 !important;
}
.bg-info {
  background-color: #333333 !important;
}
.bg-warning {
  background-color: #5d5d5d !important;
}
.bg-danger {
  background-color: #c2923c !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1c6938 !important;
  border-color: #1c6938 !important;
  color: #333333 !important;
}
.btn-primary:hover {
  color: #333333 !important;
  background-color: #0c2d18 !important;
  border-color: #0c2d18 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #333333 !important;
  background-color: #0c2d18 !important;
  border-color: #0c2d18 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #27914d !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a8a8a8 !important;
  border-color: #a8a8a8 !important;
  color: #333333 !important;
}
.btn-secondary:hover {
  color: #333333 !important;
  background-color: #828282 !important;
  border-color: #828282 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #333333 !important;
  background-color: #828282 !important;
  border-color: #828282 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #333333 !important;
}
.btn-info:hover {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #383838 !important;
  border-color: #383838 !important;
  color: #333333 !important;
}
.btn-success:hover {
  color: #333333 !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #333333 !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #5d5d5d !important;
  border-color: #5d5d5d !important;
  color: #333333 !important;
}
.btn-warning:hover {
  color: #333333 !important;
  background-color: #373737 !important;
  border-color: #373737 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #333333 !important;
  background-color: #373737 !important;
  border-color: #373737 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #c2923c !important;
  border-color: #c2923c !important;
  color: #333333 !important;
}
.btn-danger:hover {
  color: #333333 !important;
  background-color: #88662a !important;
  border-color: #88662a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #333333 !important;
  background-color: #88662a !important;
  border-color: #88662a !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #333333 !important;
}
.btn-white:hover {
  color: #333333 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #333333 !important;
}
.btn-black:hover {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #333333 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #1c6938 !important;
  color: #ffffff !important;
  color: #1c6938 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #1c6938;
  color: #1c6938;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1c6938;
  border-color: #1c6938;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c6938 !important;
  border-color: #1c6938 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #1c6938 !important;
  color: #333333 !important;
}
.btn-primary-outline:hover {
  color: #333333 !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #a8a8a8 !important;
  color: #ffffff !important;
  color: #a8a8a8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #a8a8a8;
  color: #a8a8a8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a8a8a8 !important;
  border-color: #a8a8a8 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #a8a8a8 !important;
  color: #333333 !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
  color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #333333 !important;
  color: #333333 !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #383838 !important;
  color: #ffffff !important;
  color: #383838 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #383838;
  color: #383838;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #383838;
  border-color: #383838;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #383838 !important;
  border-color: #383838 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #383838 !important;
  color: #333333 !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #5d5d5d !important;
  color: #ffffff !important;
  color: #5d5d5d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5d5d5d;
  color: #5d5d5d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5d5d5d;
  border-color: #5d5d5d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5d5d5d !important;
  border-color: #5d5d5d !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #5d5d5d !important;
  color: #333333 !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #c2923c !important;
  color: #ffffff !important;
  color: #c2923c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #c2923c;
  color: #c2923c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #c2923c;
  border-color: #c2923c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c2923c !important;
  border-color: #c2923c !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #c2923c !important;
  color: #333333 !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  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: #1c6938 !important;
}
.text-secondary {
  color: #a8a8a8 !important;
}
.text-success {
  color: #383838 !important;
}
.text-info {
  color: #333333 !important;
}
.text-warning {
  color: #5d5d5d !important;
}
.text-danger {
  color: #c2923c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #31ba63 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #dbdbdb !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #6b6b6b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #333333 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #909090 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #dbbe89 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #1c6938;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #333333;
}
.alert-warning {
  background-color: #5d5d5d;
}
.alert-danger {
  background-color: #c2923c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1c6938;
  border-color: #1c6938;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1c6938;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3aca6f;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ababab;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9d9d9d;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e1c89d;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #1c6938;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1c6938;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1c6938;
  border-bottom-color: #1c6938;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1c6938 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #a8a8a8 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231c6938' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rUTuXtqKzG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTuXtqKzG .nav-item:focus,
.cid-rUTuXtqKzG .nav-link:focus {
  outline: none;
}
.cid-rUTuXtqKzG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTuXtqKzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTuXtqKzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTuXtqKzG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTuXtqKzG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTuXtqKzG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2a503f;
  background: none;
}
.cid-rUTuXtqKzG .navbar.opened {
  transition: all .3s;
  background: #2a503f !important;
}
.cid-rUTuXtqKzG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTuXtqKzG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTuXtqKzG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTuXtqKzG .navbar.collapsed .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-rUTuXtqKzG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTuXtqKzG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTuXtqKzG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTuXtqKzG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTuXtqKzG .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-rUTuXtqKzG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTuXtqKzG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTuXtqKzG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTuXtqKzG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTuXtqKzG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTuXtqKzG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTuXtqKzG .navbar.navbar-short {
  background: #2a503f;
}
.cid-rUTuXtqKzG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rUTuXtqKzG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTuXtqKzG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTuXtqKzG .dropdown-item.active,
.cid-rUTuXtqKzG .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTuXtqKzG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTuXtqKzG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-rUTuXtqKzG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTuXtqKzG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTuXtqKzG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTuXtqKzG .navbar-nav {
  margin: auto;
}
.cid-rUTuXtqKzG .navbar-buttons {
  text-align: center;
}
.cid-rUTuXtqKzG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTuXtqKzG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTuXtqKzG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTuXtqKzG .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTuXtqKzG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTuXtqKzG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTuXtqKzG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTuXtqKzG .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTuXtqKzG .navbar {
    height: 77px;
  }
  .cid-rUTuXtqKzG .navbar.opened {
    height: auto;
  }
}
.cid-rUTuXtqKzG .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTuXtqKzG .text-btn {
  transition: transform 0.3s;
}
.cid-rUTuXtqKzG .btn:hover {
  transform: scale(0.8);
}
.cid-rUTuXtqKzG .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTuXtqKzG .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTuXtqKzG .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTuXtqKzG .nav-link:hover::before {
  width: 100%;
}
.cid-rUTuXtqKzG .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTuXtqKzG .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTuXtqKzG .link {
  margin: 0rem 1.2rem;
}
.cid-rUTuXtqKzG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTuXtqKzG .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #a77721;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTuXtqKzG .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTuXtqKzG .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #000000;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTuXtqKzG .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-rUTuXtqKzG .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTuXtqKzG .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTuXtqKzG .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTuXtqKzG .btn:hover {
    background-color: #1c6938 !important;
    color: #333333 !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTuXtqKzG .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTuXtqKzG .nav-link::before {
    display: none;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-rUTuXtqKzG .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTuXtqKzG .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTuXtqKzG .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:focus,
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTuXtqKzG .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTuXtqKzG .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTuXtqKzG .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTuXtqKzG .btn:hover {
    background-color: #333333 !important;
    color: #1c6938 !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:focus,
  .cid-rUTuXtqKzG .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTuXtqKzG .btn-primary {
  color: #333333 !important;
}
.cid-rUTuXtqKzG .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTuXtqKzG .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTuXtqKzG .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-rUTuXK8G54 {
  padding-top: 120px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/reimagineagro-06-10-anos-marcos-fava-1024x395.jpg");
}
.cid-rUTuXK8G54 .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
.cid-rUTuXK8G54 .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-rUTuXK8G54 .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
}
.cid-rUTuXK8G54 .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #ffffff;
}
.cid-rUTuXK8G54 .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-rUTuXK8G54 .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-rUTuXK8G54 .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-rUTuXK8G54 .bottom-title {
  letter-spacing: 0px;
}
.cid-rUTuXK8G54 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-rUTuXK8G54 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-rUTuXK8G54 .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-rUTuXK8G54 H2 {
  color: #b1976b;
}
.cid-rUTuXK8G54 H1 {
  color: #ffffff;
}
.cid-rUTuXK8G54 H3 {
  color: #c2923c;
}
.cid-tdm9v4qpmC {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background-1-1280x720.jpg");
}
.cid-tdm9v4qpmC img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-tdm9v4qpmC .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #000000;
}
.cid-tdm9v4qpmC .card-phone:hover {
  color: #1c6938;
}
.cid-tdm9v4qpmC .mbr-text,
.cid-tdm9v4qpmC .mbr-section-btn {
  color: #000000;
}
.cid-tdm9v4qpmC .card-title,
.cid-tdm9v4qpmC .card-box {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tdm9v4qpmC .img-col {
    margin-bottom: 3rem;
  }
}
.cid-tdm9v4qpmC .mbr-section-subtitle {
  color: #000000;
}
.cid-uuEC04VE76 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/pos-graduacao-direito-agronegocio-1-1920x1080.jpg");
}
.cid-uuEC04VE76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuEC04VE76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuEC04VE76 .row {
  justify-content: center;
}
.cid-uuEC04VE76 .video-wrapper iframe {
  width: 100%;
}
.cid-uuEC04VE76 .title-wrapper {
  margin-bottom: 32px;
}
.cid-uuEC04VE76 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uuEC04VE76 .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uuEC04VE76 .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #40b0bf;
  z-index: -1;
}
.cid-uuEC04VE76 .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-uuEC04VE76 .video-block {
    margin-bottom: 24px;
  }
}
.cid-uuEC04VE76 .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uuEC04VE76 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uuESbv9dut {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uuESbv9dut .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uuESbv9dut .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uuESbv9dut .mbr-text,
.cid-uuESbv9dut .mbr-section-btn {
  color: #111111;
}
.cid-uuEMElFOrC {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/vlcsnap-2024-11-20-04h52m55s663-1920x1080.png");
}
.cid-uuEMElFOrC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 26px 0;
}
.cid-uuEMElFOrC .card {
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uuEMElFOrC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uuEMElFOrC .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-uuEMElFOrC .panel-body,
.cid-uuEMElFOrC .card-header {
  padding: 1rem 0;
}
.cid-uuEMElFOrC .section-head {
  margin-bottom: 60px !important;
  color: #c0f22c;
}
.cid-uuEMElFOrC .card1 {
  width: 100%;
  display: flex;
  align-items: center;
}
.cid-uuEMElFOrC span {
  color: currentColor !important;
}
.cid-uuEMElFOrC .mbr-section-subtitle {
  color: #111213;
  text-align: center;
}
.cid-uuEMElFOrC .mbr-iconfont::before {
  font-size: 24px;
}
.cid-uuEMElFOrC .b {
  display: inline-flex;
  padding-left: 30px;
}
.cid-uuEMElFOrC .main {
  align-items: center;
  justify-content: space-between;
}
.cid-uuEMElFOrC .card-header {
  background-color: transparent;
  border: none;
}
.cid-uuEMElFOrC .panel-text {
  color: #f2f2f2;
}
.cid-uuEMElFOrC .panel-title-edit {
  color: #ffffff;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.cid-uuEMElFOrC .mbr-text {
  margin-bottom: 48px;
}
.cid-uuEMElFOrC .panel-body {
  padding: 0px 0px 40px;
}
.cid-uuEMElFOrC .t1 {
  display: flex;
  align-items: center;
}
.cid-uuEMElFOrC .button-align {
  margin-top: 40px;
}
.cid-uuEMElFOrC .mbr-text,
.cid-uuEMElFOrC .button-align {
  color: #75dbcd;
}
.cid-uuEMElFOrC .card .collapsing .panel-body {
  border-top: transparent !important;
  border-bottom: 1px solid #ffffff;
}
.cid-uuEMElFOrC .card .show .panel-body {
  border-top: transparent !important;
}
.cid-uuEMElFOrC #bootstrap-toggle {
  border-top: 1px solid #ffffff;
}
.cid-uuEMElFOrC H3 {
  color: #ffffff;
}
.cid-tfmIwtYPZX {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background-1-1280x720.jpg");
}
.cid-tfmIwtYPZX .mbr-section-subtitle {
  color: #000000;
}
.cid-tfmIwtYPZX h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tfmIwtYPZX h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tfmIwtYPZX h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tfmIwtYPZX .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #111111;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tfmIwtYPZX .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tfmIwtYPZX .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tfmIwtYPZX .mbr-iconfont-social:hover:before {
  background: #111111;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tfmIwtYPZX .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tfmIwtYPZX .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tfmIwtYPZX .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tfmIwtYPZX .mbr-section-title,
.cid-tfmIwtYPZX .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tfmIwtYPZX h2:before,
  .cid-tfmIwtYPZX h2:after {
    display: none;
  }
}
.cid-uuEF8UUzH7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/apresentacao-funny-franquia-24-walter.pdf-4-2000x1025.jpg");
}
.cid-uuEF8UUzH7 .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-uuEF8UUzH7 .row {
    text-align: center!important;
  }
}
.cid-uuEF8UUzH7 .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-uuEF8UUzH7 .mbr-section-title {
    text-align: center;
  }
}
.cid-uuEF8UUzH7 .mbr-text {
  color: #000000;
  margin-top: 20px;
}
.cid-uuEF8UUzH7 .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uuEF8UUzH7 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uuEF8UUzH7 .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-uuEF8UUzH7 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uuEF8UUzH7 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uuEF8UUzH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuEF8UUzH7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuEF8UUzH7 .mbr-section-title,
.cid-uuEF8UUzH7 .mbr-section-btn {
  color: #22a5e5;
}
.cid-tfgjslpxQb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1439.jpg");
}
.cid-tfgjslpxQb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tfgjslpxQb .panel-title {
  display: flex;
  align-items: center;
}
.cid-tfgjslpxQb .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #a77721;
}
.cid-tfgjslpxQb .panel-body,
.cid-tfgjslpxQb .card-header {
  padding: 1rem 0;
}
.cid-tfgjslpxQb .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-tfgjslpxQb .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-tfgjslpxQb .panel-text {
  max-width: 466px;
  color: #111111;
}
.cid-tfgjslpxQb .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-tfgjslpxQb .section-head {
  margin-bottom: 56px;
}
.cid-tfgjslpxQb .card {
  margin-bottom: 32px;
}
.cid-tfgjslpxQb H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-tfgjslpxQb .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-tfgjslpxQb .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tfgkUxtqDz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1439.jpeg");
}
.cid-tfgkUxtqDz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tfgkUxtqDz .panel-title {
  display: flex;
  align-items: center;
}
.cid-tfgkUxtqDz .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-tfgkUxtqDz .panel-body,
.cid-tfgkUxtqDz .card-header {
  padding: 1rem 0;
}
.cid-tfgkUxtqDz .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-tfgkUxtqDz .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-tfgkUxtqDz .panel-text {
  max-width: 466px;
  color: #111111;
}
.cid-tfgkUxtqDz .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-tfgkUxtqDz .section-head {
  margin-bottom: 56px;
}
.cid-tfgkUxtqDz .card {
  margin-bottom: 32px;
}
.cid-tfgkUxtqDz H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-tfgkUxtqDz .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-tfgkUxtqDz .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tfgmY3nSeZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tfgmY3nSeZ .mbr-section-title {
  color: #161616;
}
.cid-tdlJ6gYm4P {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tdlJ6gYm4P ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tdlJ6gYm4P ul li {
  padding: 1rem 0;
}
.cid-tdlJ6gYm4P ul li:hover {
  color: #1c6938;
}
.cid-tdlJ6gYm4P .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-tdlJ6gYm4P .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-tdlJ6gYm4P .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-tdlJ6gYm4P .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tdlJ6gYm4P .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-tdlJ6gYm4P .map {
    height: auto;
  }
}
.cid-tdlJ6gYm4P .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tdlJ6gYm4P .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-tdlJ6gYm4P .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tdlJ6gYm4P .social-list a:hover {
  opacity: 1;
}
.cid-tdlJ6gYm4P .row-element,
.cid-tdlJ6gYm4P .image-element {
  padding: 0;
}
.cid-tdlJ6gYm4P .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tdlJ6gYm4P .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #1c6938, #a8a8a8);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-tdlJ6gYm4P .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-tdlJ6gYm4P .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tdlJ6gYm4P .text-content {
    padding: 2rem 1rem;
  }
  .cid-tdlJ6gYm4P .underline .line {
    height: 2px;
  }
  .cid-tdlJ6gYm4P .mbr-title,
  .cid-tdlJ6gYm4P .underline,
  .cid-tdlJ6gYm4P .mbr-text,
  .cid-tdlJ6gYm4P .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tdlJ6gYm4P .mbr-title,
.cid-tdlJ6gYm4P .underline {
  color: #ffffff;
}
.cid-tdlJ6gYm4P .mbr-text,
.cid-tdlJ6gYm4P .mbr-section-btn {
  color: #ffffff;
}
.cid-tdlJ6gYm4P mbr-list LI {
  color: #ffffff;
}
.cid-tdlJ6gYm4P mbr-list {
  text-align: center;
}
.cid-tdlJ6gYm4P .mbr-list,
.cid-tdlJ6gYm4P .social-list mbr-list {
  color: #ffffff;
}
.cid-tdlKU45JNj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a503f;
}
.cid-tdlKU45JNj .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tdlKU45JNj .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tdlKU45JNj .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tdlKU45JNj .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tdlKU45JNj .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tdlKU45JNj .icon-transition span:hover {
  background-color: #a8a8a8;
}
.cid-tdlKU45JNj .mbr-text {
  color: #cccccc;
}
@media (max-width: 991px) {
  .cid-tdlKU45JNj .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-tdlKU45JNj .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-tdlKU45JNj .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-tfny5gUq27 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfny5gUq27 .nav-item:focus,
.cid-tfny5gUq27 .nav-link:focus {
  outline: none;
}
.cid-tfny5gUq27 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfny5gUq27 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tfny5gUq27 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tfny5gUq27 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfny5gUq27 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfny5gUq27 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2f5d3f;
  background: none;
}
.cid-tfny5gUq27 .navbar.opened {
  transition: all .3s;
  background: #2f5d3f !important;
}
.cid-tfny5gUq27 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tfny5gUq27 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfny5gUq27 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tfny5gUq27 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tfny5gUq27 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfny5gUq27 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfny5gUq27 .navbar.collapsed .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-tfny5gUq27 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfny5gUq27 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfny5gUq27 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfny5gUq27 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfny5gUq27 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tfny5gUq27 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfny5gUq27 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfny5gUq27 .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-tfny5gUq27 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tfny5gUq27 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfny5gUq27 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfny5gUq27 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tfny5gUq27 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tfny5gUq27 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfny5gUq27 .navbar.navbar-short {
  background: #2f5d3f;
}
.cid-tfny5gUq27 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfny5gUq27 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfny5gUq27 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfny5gUq27 .dropdown-item.active,
.cid-tfny5gUq27 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-tfny5gUq27 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfny5gUq27 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-tfny5gUq27 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-tfny5gUq27 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tfny5gUq27 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfny5gUq27 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfny5gUq27 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tfny5gUq27 .navbar-nav {
  margin: auto;
}
.cid-tfny5gUq27 .navbar-buttons {
  text-align: center;
}
.cid-tfny5gUq27 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tfny5gUq27 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfny5gUq27 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfny5gUq27 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfny5gUq27 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfny5gUq27 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfny5gUq27 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfny5gUq27 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfny5gUq27 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfny5gUq27 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfny5gUq27 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-tfny5gUq27 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tfny5gUq27 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfny5gUq27 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tfny5gUq27 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfny5gUq27 .navbar {
    height: 77px;
  }
  .cid-tfny5gUq27 .navbar.opened {
    height: auto;
  }
}
.cid-tfny5gUq27 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-tfny5gUq27 .text-btn {
  transition: transform 0.3s;
}
.cid-tfny5gUq27 .btn:hover {
  transform: scale(0.8);
}
.cid-tfny5gUq27 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-tfny5gUq27 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-tfny5gUq27 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-tfny5gUq27 .nav-link:hover::before {
  width: 100%;
}
.cid-tfny5gUq27 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-tfny5gUq27 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-tfny5gUq27 .link {
  margin: 0rem 1.2rem;
}
.cid-tfny5gUq27 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-tfny5gUq27 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #a77721;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-tfny5gUq27 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-tfny5gUq27 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #000000;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-tfny5gUq27 .navbar-caption {
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-tfny5gUq27 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-tfny5gUq27 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-tfny5gUq27 .dropdown-menu::before {
    display: none !important;
  }
  .cid-tfny5gUq27 .btn:hover {
    background-color: #1c6938 !important;
    color: #333333 !important;
  }
  .cid-tfny5gUq27 .dropdown-menu > a::after {
    display: none;
  }
  .cid-tfny5gUq27 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tfny5gUq27 .nav-link::before {
    display: none;
  }
  .cid-tfny5gUq27 .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-tfny5gUq27 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-tfny5gUq27 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-tfny5gUq27 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-tfny5gUq27 .nav-dropdown .dropdown-item:focus,
  .cid-tfny5gUq27 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-tfny5gUq27 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tfny5gUq27 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tfny5gUq27 .container-fluid {
    padding-right: 0rem;
  }
  .cid-tfny5gUq27 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-tfny5gUq27 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-tfny5gUq27 .btn:hover {
    background-color: #333333 !important;
    color: #1c6938 !important;
  }
  .cid-tfny5gUq27 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-tfny5gUq27 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-tfny5gUq27 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-tfny5gUq27 .nav-dropdown .dropdown-item:focus,
  .cid-tfny5gUq27 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-tfny5gUq27 .btn-primary {
  color: #333333 !important;
}
.cid-tfny5gUq27 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-tfny5gUq27 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-tfny5gUq27 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-tfny5iI8Yc {
  padding-top: 120px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tfny5iI8Yc .mbr-section-title {
  font-family: 'Open Sans', sans-serif;
}
.cid-tfny5iI8Yc .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-tfny5iI8Yc .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
}
.cid-tfny5iI8Yc .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #b1976b;
}
.cid-tfny5iI8Yc .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-tfny5iI8Yc .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-tfny5iI8Yc .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-tfny5iI8Yc .bottom-title {
  letter-spacing: 0px;
}
.cid-tfny5iI8Yc .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-tfny5iI8Yc .btn-primary-outline {
  color: #ffffff !important;
}
.cid-tfny5iI8Yc .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-tfny5iI8Yc H2 {
  color: #b1976b;
}
.cid-tfny5jxCO4 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background-1-1280x720.jpg");
}
.cid-tfny5jxCO4 img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-tfny5jxCO4 .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #200960;
}
.cid-tfny5jxCO4 .card-phone:hover {
  color: #1c6938;
}
.cid-tfny5jxCO4 .mbr-text,
.cid-tfny5jxCO4 .mbr-section-btn {
  color: #000000;
}
.cid-tfny5jxCO4 .card-title,
.cid-tfny5jxCO4 .card-box {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tfny5jxCO4 .img-col {
    margin-bottom: 3rem;
  }
}
.cid-tfny5jxCO4 .mbr-section-subtitle {
  color: #d58f76;
}
.cid-tfny5jMkNq {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background-1-1280x720.jpg");
}
.cid-tfny5jMkNq .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tfny5jMkNq h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tfny5jMkNq h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tfny5jMkNq h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tfny5jMkNq .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #111111;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tfny5jMkNq .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tfny5jMkNq .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tfny5jMkNq .mbr-iconfont-social:hover:before {
  background: #111111;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tfny5jMkNq .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tfny5jMkNq .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tfny5jMkNq .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tfny5jMkNq .mbr-section-title,
.cid-tfny5jMkNq .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tfny5jMkNq h2:before,
  .cid-tfny5jMkNq h2:after {
    display: none;
  }
}
.cid-tfny5kk0of {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1439.jpg");
}
.cid-tfny5kk0of .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tfny5kk0of .panel-title {
  display: flex;
  align-items: center;
}
.cid-tfny5kk0of .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #a77721;
}
.cid-tfny5kk0of .panel-body,
.cid-tfny5kk0of .card-header {
  padding: 1rem 0;
}
.cid-tfny5kk0of .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-tfny5kk0of .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-tfny5kk0of .panel-text {
  max-width: 466px;
  color: #111111;
}
.cid-tfny5kk0of .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-tfny5kk0of .section-head {
  margin-bottom: 56px;
}
.cid-tfny5kk0of .card {
  margin-bottom: 32px;
}
.cid-tfny5kk0of H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-tfny5kk0of .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-tfny5kk0of .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tfny5kSdAH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1439.jpeg");
}
.cid-tfny5kSdAH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tfny5kSdAH .panel-title {
  display: flex;
  align-items: center;
}
.cid-tfny5kSdAH .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-tfny5kSdAH .panel-body,
.cid-tfny5kSdAH .card-header {
  padding: 1rem 0;
}
.cid-tfny5kSdAH .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-tfny5kSdAH .panel-title-edit {
  color: #14142b;
  display: flex;
  align-items: center;
}
.cid-tfny5kSdAH .panel-text {
  max-width: 466px;
  color: #111111;
}
.cid-tfny5kSdAH .card-header {
  padding: 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
}
.cid-tfny5kSdAH .section-head {
  margin-bottom: 56px;
}
.cid-tfny5kSdAH .card {
  margin-bottom: 32px;
}
.cid-tfny5kSdAH H3 {
  color: #14142b;
}
@media (max-width: 768px) {
  .cid-tfny5kSdAH .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-tfny5kSdAH .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tfny5lemfP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tfny5lemfP .mbr-section-title {
  color: #161616;
}
.cid-tfny5mpqQP {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tfny5mpqQP ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tfny5mpqQP ul li {
  padding: 1rem 0;
}
.cid-tfny5mpqQP ul li:hover {
  color: #1c6938;
}
.cid-tfny5mpqQP .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-tfny5mpqQP .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-tfny5mpqQP .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-tfny5mpqQP .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tfny5mpqQP .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-tfny5mpqQP .map {
    height: auto;
  }
}
.cid-tfny5mpqQP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tfny5mpqQP .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-tfny5mpqQP .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tfny5mpqQP .social-list a:hover {
  opacity: 1;
}
.cid-tfny5mpqQP .row-element,
.cid-tfny5mpqQP .image-element {
  padding: 0;
}
.cid-tfny5mpqQP .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tfny5mpqQP .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #1c6938, #a8a8a8);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-tfny5mpqQP .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-tfny5mpqQP .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tfny5mpqQP .text-content {
    padding: 2rem 1rem;
  }
  .cid-tfny5mpqQP .underline .line {
    height: 2px;
  }
  .cid-tfny5mpqQP .mbr-title,
  .cid-tfny5mpqQP .underline,
  .cid-tfny5mpqQP .mbr-text,
  .cid-tfny5mpqQP .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tfny5mpqQP .mbr-title,
.cid-tfny5mpqQP .underline {
  color: #ffffff;
}
.cid-tfny5mpqQP .mbr-text,
.cid-tfny5mpqQP .mbr-section-btn {
  color: #ffffff;
}
.cid-tfny5mpqQP mbr-list LI {
  color: #ffffff;
}
.cid-tfny5mpqQP mbr-list {
  text-align: center;
}
.cid-tfny5mpqQP .mbr-list,
.cid-tfny5mpqQP .social-list mbr-list {
  color: #ffffff;
}
.cid-tfny5qceXD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1c6938;
}
.cid-tfny5qceXD .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tfny5qceXD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tfny5qceXD .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tfny5qceXD .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tfny5qceXD .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tfny5qceXD .icon-transition span:hover {
  background-color: #a8a8a8;
}
.cid-tfny5qceXD .mbr-text {
  color: #cccccc;
}
@media (max-width: 991px) {
  .cid-tfny5qceXD .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-tfny5qceXD .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-tfny5qceXD .mbr-text {
    margin-bottom: 1.5rem;
  }
}
