.btn {
  border-width: 2px;
}
body {
  background-color: #f7f9f2;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 7.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- 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: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a98467 !important;
}
.bg-success {
  background-color: #23ba74 !important;
}
.bg-info {
  background-color: #0bb0d2 !important;
}
.bg-warning {
  background-color: #dda600 !important;
}
.bg-danger {
  background-color: #bc2130 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a98467 !important;
  border-color: #a98467 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d7759 !important;
  border-color: #9d7759 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d7759 !important;
  border-color: #9d7759 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6c584c !important;
  border-color: #6c584c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #5d4c41 !important;
  border-color: #5d4c41 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5d4c41 !important;
  border-color: #5d4c41 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0bb0d2 !important;
  border-color: #0bb0d2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0a9cba !important;
  border-color: #0a9cba !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0a9cba !important;
  border-color: #0a9cba !important;
}
.btn-success,
.btn-success:active {
  background-color: #23ba74 !important;
  border-color: #23ba74 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1fa567 !important;
  border-color: #1fa567 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa567 !important;
  border-color: #1fa567 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dda600 !important;
  border-color: #dda600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c49300 !important;
  border-color: #c49300 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c49300 !important;
  border-color: #c49300 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bc2130 !important;
  border-color: #bc2130 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a61d2a !important;
  border-color: #a61d2a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a61d2a !important;
  border-color: #a61d2a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a98467;
  color: #a98467;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #765a43 !important;
  background-color: transparent !important;
  border-color: #765a43 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a98467 !important;
  border-color: #a98467 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6c584c;
  color: #6c584c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #392f28 !important;
  background-color: transparent !important;
  border-color: #392f28 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6c584c !important;
  border-color: #6c584c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0bb0d2;
  color: #0bb0d2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #076b80 !important;
  background-color: transparent !important;
  border-color: #076b80 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0bb0d2 !important;
  border-color: #0bb0d2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #23ba74;
  color: #23ba74;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #157146 !important;
  background-color: transparent !important;
  border-color: #157146 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #23ba74 !important;
  border-color: #23ba74 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dda600;
  color: #dda600;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #866500 !important;
  background-color: transparent !important;
  border-color: #866500 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #dda600 !important;
  border-color: #dda600 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bc2130;
  color: #bc2130;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #72141d !important;
  background-color: transparent !important;
  border-color: #72141d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bc2130 !important;
  border-color: #bc2130 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #a98467 !important;
}
.text-secondary {
  color: #6c584c !important;
}
.text-success {
  color: #23ba74 !important;
}
.text-info {
  color: #0bb0d2 !important;
}
.text-warning {
  color: #dda600 !important;
}
.text-danger {
  color: #bc2130 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6d523d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #302722 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #13643e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #065f71 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #775900 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #65121a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #a98467;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0bb0d2;
}
.alert-warning {
  background-color: #dda600;
}
.alert-danger {
  background-color: #bc2130;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a98467;
  border-color: #a98467;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a98467;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7c6b8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #77e5b2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #aeeefb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffeaaa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e77681;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #a98467 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #a98467;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a98467;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a98467;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a98467;
  border-bottom-color: #a98467;
}
.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: #a98467 !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: #6c584c !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='%23a98467' %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-v3tXEpPUy1 .navbar-dropdown {
  position: relative !important;
}
.cid-v3tXEpPUy1 .navbar-dropdown {
  position: absolute !important;
}
.cid-v3tXEpPUy1 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3tXEpPUy1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3tXEpPUy1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3tXEpPUy1 .dropdown-item:hover,
.cid-v3tXEpPUy1 .dropdown-item:focus {
  background: #a98467 !important;
  color: white !important;
}
.cid-v3tXEpPUy1 .dropdown-item:hover span {
  color: white;
}
.cid-v3tXEpPUy1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3tXEpPUy1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3tXEpPUy1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3tXEpPUy1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3tXEpPUy1 .nav-link {
  position: relative;
}
.cid-v3tXEpPUy1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v3tXEpPUy1 .container {
    flex-wrap: nowrap;
  }
}
.cid-v3tXEpPUy1 .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3tXEpPUy1 .navbar-caption {
  font-weight: 500;
}
.cid-v3tXEpPUy1 .dropdown-menu,
.cid-v3tXEpPUy1 .navbar.opened {
  background: #000000 !important;
}
.cid-v3tXEpPUy1 .nav-item:focus,
.cid-v3tXEpPUy1 .nav-link:focus {
  outline: none;
}
.cid-v3tXEpPUy1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3tXEpPUy1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3tXEpPUy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3tXEpPUy1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3tXEpPUy1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3tXEpPUy1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3tXEpPUy1 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}
.cid-v3tXEpPUy1 .navbar.opened {
  transition: all 0.3s;
}
.cid-v3tXEpPUy1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3tXEpPUy1 .navbar .navbar-logo img {
  width: auto;
}
.cid-v3tXEpPUy1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3tXEpPUy1 .navbar.collapsed {
  justify-content: center;
}
.cid-v3tXEpPUy1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3tXEpPUy1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3tXEpPUy1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3tXEpPUy1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3tXEpPUy1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v3tXEpPUy1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3tXEpPUy1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3tXEpPUy1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3tXEpPUy1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3tXEpPUy1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3tXEpPUy1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3tXEpPUy1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3tXEpPUy1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v3tXEpPUy1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3tXEpPUy1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3tXEpPUy1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3tXEpPUy1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3tXEpPUy1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3tXEpPUy1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v3tXEpPUy1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v3tXEpPUy1 .navbar.navbar-short {
  min-height: 80px;
}
.cid-v3tXEpPUy1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3tXEpPUy1 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-v3tXEpPUy1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3tXEpPUy1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3tXEpPUy1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3tXEpPUy1 .dropdown-item.active,
.cid-v3tXEpPUy1 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3tXEpPUy1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3tXEpPUy1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3tXEpPUy1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3tXEpPUy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v3tXEpPUy1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3tXEpPUy1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3tXEpPUy1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3tXEpPUy1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3tXEpPUy1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3tXEpPUy1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-v3tXEpPUy1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3tXEpPUy1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3tXEpPUy1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3tXEpPUy1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3tXEpPUy1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3tXEpPUy1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3tXEpPUy1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3tXEpPUy1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3tXEpPUy1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v3tXEpPUy1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3tXEpPUy1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3tXEpPUy1 .navbar {
    height: 70px;
  }
  .cid-v3tXEpPUy1 .navbar.opened {
    height: auto;
  }
  .cid-v3tXEpPUy1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3tXEq5nzA {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #fafaf9;
}
.cid-v3tXEq5nzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEq5nzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tXEq5nzA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3tXEq5nzA .mbr-text,
.cid-v3tXEq5nzA .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v3tXEq5nzA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v3tXEq7gs2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v3tXEq7gs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEq7gs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tXEq7gs2 img {
  border-radius: 2rem;
}
.cid-v3tXEq7gs2 .mbr-section-subtitle {
  background: #a98467;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-v3tXEq7gs2 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #6c584c;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v3tXEq7gs2 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-v3tXEq7gs2 .mbr-section-title {
  color: #000000;
}
.cid-v3tXEq7gs2 .mbr-text,
.cid-v3tXEq7gs2 .mbr-section-btn {
  color: #000000;
}
.cid-v3tXEq7gs2 .mbr-section-subtitle,
.cid-v3tXEq7gs2 .align-wrapper {
  color: #000000;
}
.cid-v3tXEq7gs2 .row {
  align-items: center;
}
.cid-v3tXEq9DIa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f9f2;
}
.cid-v3tXEq9DIa .mbr-section-title {
  color: #ffffff;
}
.cid-v3tXEq9DIa img {
  width: 200px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v3tXEq9DIa img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-v3tXEq9DIa li {
  padding-left: 0;
  padding-bottom: 1rem;
}
.cid-v3tXEq9DIa ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.cid-v3tXEq9DIa .price-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v3tXEq9DIa .price-wrap {
    flex-direction: column;
  }
}
.cid-v3tXEq9DIa .wrapper {
  padding: 2rem;
  border-radius: 2rem;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-v3tXEq9DIa .wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3tXEq9DIa .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v3tXEq9DIa .mbr-text2 {
  color: #ffffff;
}
.cid-v3tXEq9DIa .mbr-section-title2 {
  color: #ffffff;
}
.cid-v3tXEq9DIa .mbr-text1 {
  color: #04492e;
}
.cid-v3tXEq9DIa .price {
  color: #000000;
}
.cid-v3tXEq9DIa .mbr-section-title1 {
  color: #000000;
}
.cid-v3tXEq9DIa .mbr-text {
  color: #000000;
}
.cid-v3tXEq9DIa .list-group-item {
  color: #000000;
}
.cid-v3tXEqgHU2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-v3tXEqgHU2 .item:focus,
.cid-v3tXEqgHU2 span:focus {
  outline: none;
}
.cid-v3tXEqgHU2 .item {
  cursor: pointer;
}
.cid-v3tXEqgHU2 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-v3tXEqgHU2 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-v3tXEqgHU2 .grid-container-1,
.cid-v3tXEqgHU2 .grid-container-2,
.cid-v3tXEqgHU2 .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-v3tXEqgHU2 .grid-container-1,
  .cid-v3tXEqgHU2 .grid-container-2,
  .cid-v3tXEqgHU2 .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-v3tXEqgHU2 .mbr-section-title {
  color: #04492e;
  text-align: center;
}
.cid-v3tXEqgHU2 .content-head {
  max-width: 800px;
}
.cid-v3tXEqgHU2 .container,
.cid-v3tXEqgHU2 .container-fluid {
  overflow: hidden;
}
.cid-v3tXEqgHU2 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v3tXEqgHU2 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v3tXEqgHU2 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 420px;
  object-fit: cover;
  border: 3px solid #a98467;
  background-color: #a98467;
  border-radius: 2rem;
}
@media (max-width: 1200px) {
  .cid-v3tXEqgHU2 .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-v3tXEqgHU2 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v3tXEqgHU2 .grid-container-1,
.cid-v3tXEqgHU2 .grid-container-2,
.cid-v3tXEqgHU2 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v3tXEqgHU2 .grid-container-1 {
  align-items: flex-end;
}
.cid-v3tXEqgHU2 .grid-container-2 {
  align-items: flex-start;
}
.cid-v3tXEqjd3b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #adc178;
}
.cid-v3tXEqjd3b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEqjd3b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tXEqjd3b .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v3tXEqjd3b .team-card:hover {
  transform: translateY(-10px);
}
.cid-v3tXEqjd3b .card-wrap {
  background: #fafaf9;
  overflow: hidden;
  border-radius: 2rem;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-v3tXEqjd3b .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v3tXEqjd3b .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-v3tXEqjd3b .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3tXEqjd3b .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v3tXEqjd3b .card-wrap:hover {
  transform: scale(1.05);
}
.cid-v3tXEqjd3b .social-row {
  text-align: center;
}
.cid-v3tXEqjd3b .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #04492e;
  transition: all 0.3s;
}
.cid-v3tXEqjd3b .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #04492e;
  font-size: 1.5rem;
}
.cid-v3tXEqjd3b .social-row .soc-item:hover {
  background-color: #04492e;
}
.cid-v3tXEqjd3b .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v3tXEqjd3b .mbr-section-title {
  color: #000000;
}
.cid-v3tXEqjd3b .card-title,
.cid-v3tXEqjd3b .social-row {
  color: #000000;
}
.cid-v3tXEqjd3b .mbr-role,
.cid-v3tXEqjd3b .social-row {
  color: #000000;
}
.cid-v3tXEqjd3b .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3tXEqjd3b .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3tXEqok9j {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-v3tXEqok9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEqok9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tXEqok9j .card-wrapper {
  border: 3px solid #a98467;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v3tXEqok9j .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v3tXEqok9j .mbr-section-subtitle {
  background: #a98467;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-v3tXEqok9j .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #6c584c;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v3tXEqok9j .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-v3tXEqok9j .mbr-section-title {
  color: #000000;
}
.cid-v3tXEqok9j .mbr-text,
.cid-v3tXEqok9j .mbr-section-btn {
  color: #000000;
}
.cid-v3tXEqok9j .mbr-section-subtitle2,
.cid-v3tXEqok9j .align-wrapper {
  color: #FFFFFF;
}
.cid-v3tXEqok9j .mbr-section-maintitle {
  text-align: center;
  color: #000000;
}
.cid-v3tXEqok9j .mbr-section-subtitle,
.cid-v3tXEqok9j .align-wrapper {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-v3tXEqok9j .item-wrapper {
    height: 100%;
  }
}
.cid-v3tXEqok9j .item {
  margin-bottom: 2rem;
}
.cid-v3tXEqq6pE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f9f2;
}
.cid-v3tXEqq6pE .mbr-section-title {
  color: #ffffff;
}
.cid-v3tXEqq6pE img {
  width: 200px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-v3tXEqq6pE img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-v3tXEqq6pE .wrapper {
  margin-bottom: 2rem;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-v3tXEqq6pE .wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3tXEqq6pE .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v3tXEqq6pE .card1 {
  background: #ffffff;
}
.cid-v3tXEqq6pE .card2 {
  background: #adc178;
}
.cid-v3tXEqq6pE .mbr-text2 {
  color: #000000;
}
.cid-v3tXEqq6pE .mbr-section-title2 {
  color: #000000;
}
.cid-v3tXEqq6pE .mbr-text1 {
  color: #000000;
}
.cid-v3tXEqsqVg {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #adc178;
}
.cid-v3tXEqsqVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEqsqVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tXEqsqVg .mbr-section-subtitle {
  background: #a98467;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
  color: #000000;
}
.cid-v3tXEqsqVg .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #6c584c;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v3tXEqsqVg .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-v3tXEqsqVg .mbr-section-title {
  color: #000000;
}
.cid-v3tXEqsqVg .mbr-text,
.cid-v3tXEqsqVg .mbr-section-btn {
  color: #000000;
}
.cid-v3tXEqtK3l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f9f2;
}
.cid-v3tXEqtK3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEqtK3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tXEqtK3l .image-wrapper {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-v3tXEqtK3l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3tXEqtK3l img {
  width: 100%;
  border: 3px solid #a98467;
  border-radius: 2rem;
}
.cid-v3tXEqtK3l .mbr-text {
  color: #000000;
}
.cid-v3tXEqvWkp {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f7f9f2;
}
.cid-v3tXEqvWkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEqvWkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tXEqvWkp h1 {
  font-weight: 500;
  line-height: 1;
}
.cid-v3tXEqvWkp .mbr-section-subtitle {
  background: #a98467;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-v3tXEqvWkp .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #6c584c;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v3tXEqvWkp .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-v3tXEqvWkp .mbr-section-title {
  color: #000000;
}
.cid-v3tXEqvWkp .mbr-text,
.cid-v3tXEqvWkp .mbr-section-btn {
  color: #6e6e6e;
}
.cid-v3tXEqvWkp .mbr-section-subtitle,
.cid-v3tXEqvWkp .align-wrapper {
  color: #000000;
}
.cid-v3tXEqxN23 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7f9f2;
}
.cid-v3tXEqxN23 .list-group-item {
  background-color: transparent;
  color: #000000;
  text-align: left;
}
.cid-v3tXEqxN23 .row-color {
  background: #ffffff;
  border-radius: 2rem;
  margin: 0;
}
.cid-v3tXEqxN23 .card {
  padding: 0;
}
.cid-v3tXEqxN23 .plan {
  padding: 3rem 2rem;
  word-break: break-word;
  border-radius: 10px;
}
.cid-v3tXEqxN23 .plan .list-group-item {
  position: relative;
  justify-content: center;
  padding-left: 2rem;
  border: 0;
}
.cid-v3tXEqxN23 .plan .list-group-item::before {
  font-family: 'Moririse2' !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  font-weight: 900;
  content: "\e97c";
  color: #a98467;
}
@media (max-width: 767px) {
  .cid-v3tXEqxN23 .plan {
    padding: 2rem 1rem;
  }
}
.cid-v3tXEqxN23 .mbr-iconfont {
  font-size: 5rem;
  color: #a98467;
  padding-bottom: 2rem;
  display: block;
}
.cid-v3tXEqxN23 .price {
  color: #a98467;
}
.cid-v3tXEqxN23 .btn {
  width: -webkit-fill-available;
}
@media (max-width: 991px) {
  .cid-v3tXEqxN23 .plan {
    margin-bottom: 2rem;
  }
}
.cid-v3tXEqxN23 .price,
.cid-v3tXEqxN23 .plan-price {
  color: #A98467;
  text-align: left;
}
.cid-v3tXEqxN23 .plan-title {
  color: #000000;
  text-align: left;
}
.cid-v3tXEqxN23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEqxN23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tXEqxN23 .price-term,
.cid-v3tXEqxN23 .plan-price {
  color: #000000;
}
.cid-v3tXEqxN23 .mbr-card-text {
  color: #6e6e6e;
}
.cid-v3tXEqxN23 .mbr-card-text,
.cid-v3tXEqxN23 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v3tXEqBWq3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-v3tXEqBWq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEqBWq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tXEqBWq3 .card-wrapper {
  border: 3px solid #a98467;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-v3tXEqBWq3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3tXEqBWq3 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v3tXEqBWq3 .mbr-section-subtitle {
  background: #a98467;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-v3tXEqBWq3 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #6c584c;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v3tXEqBWq3 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-v3tXEqBWq3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3tXEqBWq3 .mbr-text,
.cid-v3tXEqBWq3 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v3tXEqBWq3 .mbr-section-subtitle2,
.cid-v3tXEqBWq3 .align-wrapper {
  color: #FFFFFF;
}
.cid-v3tXEqBWq3 .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-v3tXEqBWq3 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v3tXEqBWq3 .mbr-section-subtitle,
.cid-v3tXEqBWq3 .align-wrapper {
  color: #000000;
}
.cid-v3tXEqBWq3 img,
.cid-v3tXEqBWq3 .item-img {
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  object-fit: cover;
  height: 200px;
}
.cid-v3tXEqBWq3 img {
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.cid-v3tXEqF4N6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #adc178;
}
.cid-v3tXEqF4N6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEqF4N6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tXEqF4N6 .google-map {
  height: 35rem;
  position: relative;
}
.cid-v3tXEqF4N6 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-v3tXEqF4N6 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v3tXEqF4N6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v3tXEqF4N6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v3tXEqF4N6 .mbr-section-title {
  color: #000000;
}
.cid-v3tXEqGDma {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-v3tXEqGDma .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEqGDma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3tXEqGDma p {
    max-width: 95%;
  }
}
.cid-v3tXEqGDma .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-v3tXEqGDma .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #a98467;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v3tXEqGDma .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #6c584c;
  font-size: 1.5rem;
}
.cid-v3tXEqGDma .mbr-section-title {
  color: #000000;
}
.cid-v3tXEqGDma .mbr-text,
.cid-v3tXEqGDma .mbr-section-btn {
  color: #000000;
}
.cid-v3tXEqGDma .mbr-section-subtitle,
.cid-v3tXEqGDma .align-wrapper {
  color: #04492e;
}
.cid-v3tXEqGDma .mbr-section-title2 {
  color: #04492e;
}
.cid-v3tXEqGDma .mbr-text2,
.cid-v3tXEqGDma .mbr-section-btn {
  color: #000000;
}
.cid-v3tXEqIQjn {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f7f9f2;
}
.cid-v3tXEqIQjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEqIQjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tXEqIQjn .card-wrapper {
  border: 3px solid #a98467;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-v3tXEqIQjn .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v3tXEqIQjn .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v3tXEqIQjn .card-wrapper .mbr-section-subtitle2 {
  background: #a98467;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-v3tXEqIQjn .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #6c584c;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v3tXEqIQjn .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-v3tXEqIQjn .mbr-section-subtitle {
  background: #a98467;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
  color: #000000;
}
.cid-v3tXEqIQjn .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #6c584c;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v3tXEqIQjn .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-v3tXEqIQjn .mbr-section-subtitle3,
.cid-v3tXEqIQjn .align-wrapper2 {
  color: #FFFFFF;
}
.cid-v3tXEqIQjn .mbr-section-subtitle2,
.cid-v3tXEqIQjn .align-wrapper2 {
  color: #000000;
}
.cid-v3tXEqIQjn .mbr-section-title {
  color: #000000;
}
.cid-v3tXEqIQjn .mbr-text,
.cid-v3tXEqIQjn .mbr-section-btn {
  color: #000000;
}
.cid-v3tXEqIQjn .mbr-cardtext {
  color: #000000;
}
.cid-v3tXEqIQjn .mbr-section-cardtitle {
  color: #000000;
}
.cid-v3tXEqIQjn .item {
  margin-bottom: 2rem;
}
.cid-v3tXEqMC8x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #adc178;
}
.cid-v3tXEqMC8x .mbr-figure iframe {
  border-radius: 2rem;
}
.cid-v3tXEqMC8x .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  border-radius: 2rem;
}
.cid-v3tXEqMC8x .mbr-section-title {
  color: #000000;
}
.cid-v3tXEqNZbG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #adc178;
}
.cid-v3tXEqNZbG .mbr-text {
  color: #000000;
}
.cid-v3tXEqNZbG .mbr-section-title {
  color: #000000;
}
.cid-v3tXEqNZbG .wrapper {
  background: #ffffff;
  padding: 4rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v3tXEqNZbG .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v3tXEqNZbG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3tXEqNZbG .item {
    margin-bottom: 1rem;
  }
}
.cid-v3tXEqNZbG .item-wrapper {
  height: 100%;
}
.cid-v3tXEqPHMM {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-v3tXEqPHMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEqPHMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tXEqPHMM .card-wrapper {
  border: 3px solid #a98467;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v3tXEqPHMM .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v3tXEqPHMM .mbr-section-subtitle {
  background: #a98467;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-v3tXEqPHMM .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #6c584c;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v3tXEqPHMM .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-v3tXEqPHMM .mbr-section-title {
  color: #000000;
}
.cid-v3tXEqPHMM .mbr-text,
.cid-v3tXEqPHMM .mbr-section-btn {
  color: #000000;
}
.cid-v3tXEqPHMM .mbr-section-subtitle2,
.cid-v3tXEqPHMM .align-wrapper {
  color: #FFFFFF;
}
.cid-v3tXEqPHMM .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
.cid-v3tXEqPHMM .item {
  margin-bottom: 2rem;
}
.cid-v3tXEqPHMM .mbr-section-subtitle,
.cid-v3tXEqPHMM .align-wrapper {
  color: #000000;
}
@media (min-width: 768px) {
  .cid-v3tXEqPHMM .item-wrapper {
    height: 100%;
  }
}
.cid-v3tXEqSL0Y {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-v3tXEqSL0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEqSL0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tXEqSL0Y .mbr-section-subtitle {
  background: #a98467;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-v3tXEqSL0Y .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #6c584c;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v3tXEqSL0Y .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-v3tXEqSL0Y .mbr-section-title {
  color: #000000;
}
.cid-v3tXEqSL0Y .mbr-text,
.cid-v3tXEqSL0Y .mbr-section-btn {
  color: #000000;
}
.cid-v3tXEqSL0Y .mbr-section-subtitle,
.cid-v3tXEqSL0Y .align-wrapper {
  color: #000000;
}
.cid-v3tXEqUZDK {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fafaf9;
}
.cid-v3tXEqUZDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEqUZDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tXEqUZDK .mbr-section-subtitle {
  background: #a98467;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-v3tXEqUZDK .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #6c584c;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v3tXEqUZDK .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-v3tXEqUZDK .mbr-section-title {
  color: #000000;
}
.cid-v3tXEqUZDK .mbr-text,
.cid-v3tXEqUZDK .mbr-section-btn {
  color: #000000;
}
.cid-v3tXEqUZDK .mbr-section-subtitle,
.cid-v3tXEqUZDK .align-wrapper {
  color: #000000;
}
.cid-v3tXEqX6jS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #adc178;
}
.cid-v3tXEqX6jS .item:focus,
.cid-v3tXEqX6jS span:focus {
  outline: none;
}
.cid-v3tXEqX6jS .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v3tXEqX6jS .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v3tXEqX6jS .item {
    min-height: 45px;
  }
}
.cid-v3tXEqZcMQ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: transparent;
}
.cid-v3tXEqZcMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEqZcMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tXEqZcMQ img {
  border-radius: 2rem;
  margin-bottom: 2rem;
  height: 350px;
  object-fit: cover;
}
.cid-v3tXEqZcMQ .item {
  margin-bottom: 32px;
}
.cid-v3tXEqZcMQ .item-wrapper {
  border: 3px solid #a98467;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v3tXEqZcMQ .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v3tXEqZcMQ .mbr-section-subtitle {
  background: #6c584c;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-v3tXEqZcMQ .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 8px;
  background: #a98467;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-v3tXEqZcMQ .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 5px;
  margin: 0;
  color: #000000;
  font-size: 1.5rem;
}
.cid-v3tXEqZcMQ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v3tXEqZcMQ .mbr-text,
.cid-v3tXEqZcMQ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v3tXEqZcMQ .mbr-section-subtitle2,
.cid-v3tXEqZcMQ .align-wrapper {
  color: #04492e;
}
.cid-v3tXEqZcMQ .mbr-section-maintitle {
  text-align: center;
  color: #000000;
}
.cid-v3tXEqZcMQ .mbr-section-subtitle,
.cid-v3tXEqZcMQ .align-wrapper {
  text-align: left;
  color: #FFFFFF;
}
.cid-v3tXEr1U2U {
  background-image: url("../../../assets/images/photo-1763259502801-3d655a106e02.jpeg");
}
.cid-v3tXEr1U2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEr1U2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tXEr1U2U .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-v3tXEr1U2U .row {
    height: 350px;
  }
}
.cid-v3tXEr2W2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEr2W2Y .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-v3tXEr2W2Y .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-v3tXEr2W2Y .row {
    height: 350px;
  }
}
.cid-v3tXEr364k {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-v3tXEr364k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEr364k p a:hover {
  background: none !important;
}
.cid-v3tXEr364k .row {
  align-items: flex-end;
}
.cid-v3tXEr364k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tXEr364k .text-white:hover {
  color: #6c584c !important;
}
.cid-v3tXEr364k .mbr-section-subtitle {
  background: #a98467;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-v3tXEr364k .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #6c584c;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v3tXEr364k .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-v3tXEr364k .mbr-section-title {
  color: #ffffff;
}
.cid-v3tXEr364k .mbr-text,
.cid-v3tXEr364k .mbr-section-btn {
  color: #fafaf9;
}
.cid-v3tXEr364k .mbr-section-title,
.cid-v3tXEr364k .mbr-section-btn {
  color: #A98467;
}
.cid-v3tXEr364k .mbr-text {
  color: #FFFFFF;
}
.cid-v3tXEr5NcT {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f7f9f2;
}
.cid-v3tXEr5NcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXEr5NcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3tXEr5NcT form .btn {
  border-radius: 2rem;
  padding: 1rem 2rem;
}
.cid-v3tXEr5NcT h1 {
  font-weight: 500;
  line-height: 1;
}
.cid-v3tXEr5NcT .mbr-section-subtitle {
  background: #a98467;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-v3tXEr5NcT .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #6c584c;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v3tXEr5NcT .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-v3tXEr5NcT .mbr-section-title {
  color: #000000;
}
.cid-v3tXEr5NcT .mbr-text,
.cid-v3tXEr5NcT .mbr-section-btn {
  color: #000000;
}
.cid-v3tXEr5NcT .mbr-section-subtitle,
.cid-v3tXEr5NcT .align-wrapper {
  color: #000000;
}
.cid-v3tXEr5NcT .form-control,
.cid-v3tXEr5NcT .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none !important;
  border-radius: 0;
  border-left: 2px solid #adc178 !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v3tXEr5NcT .form-control::-webkit-input-placeholder,
.cid-v3tXEr5NcT .field-input::-webkit-input-placeholder,
.cid-v3tXEr5NcT .form-control::-webkit-input-placeholder,
.cid-v3tXEr5NcT .field-input::-webkit-input-placeholder {
  color: #6e6e6e;
}
.cid-v3tXEr5NcT .form-control:-moz-placeholder,
.cid-v3tXEr5NcT .field-input:-moz-placeholder,
.cid-v3tXEr5NcT .form-control:-moz-placeholder,
.cid-v3tXEr5NcT .field-input:-moz-placeholder {
  color: #6e6e6e;
}
.cid-v3tXEr5NcT .form-control:hover,
.cid-v3tXEr5NcT .field-input:hover,
.cid-v3tXEr5NcT .form-control:focus,
.cid-v3tXEr5NcT .field-input:focus {
  background-color: #ffffff;
  border-color: #adc178 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-v3tXEr5NcT .form-control:hover::-webkit-input-placeholder,
.cid-v3tXEr5NcT .field-input:hover::-webkit-input-placeholder,
.cid-v3tXEr5NcT .form-control:focus::-webkit-input-placeholder,
.cid-v3tXEr5NcT .field-input:focus::-webkit-input-placeholder,
.cid-v3tXEr5NcT .form-control:hover::-webkit-input-placeholder,
.cid-v3tXEr5NcT .field-input:hover::-webkit-input-placeholder,
.cid-v3tXEr5NcT .form-control:focus::-webkit-input-placeholder,
.cid-v3tXEr5NcT .field-input:focus::-webkit-input-placeholder {
  color: #6e6e6e;
}
.cid-v3tXEr5NcT .form-control:hover:-moz-placeholder,
.cid-v3tXEr5NcT .field-input:hover:-moz-placeholder,
.cid-v3tXEr5NcT .form-control:focus:-moz-placeholder,
.cid-v3tXEr5NcT .field-input:focus:-moz-placeholder,
.cid-v3tXEr5NcT .form-control:hover:-moz-placeholder,
.cid-v3tXEr5NcT .field-input:hover:-moz-placeholder,
.cid-v3tXEr5NcT .form-control:focus:-moz-placeholder,
.cid-v3tXEr5NcT .field-input:focus:-moz-placeholder {
  color: #6e6e6e;
}
.cid-v3tXEr5NcT .jq-number__spin:hover,
.cid-v3tXEr5NcT .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #adc178 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v3tXEr5NcT .jq-number__spin {
  background-color: #ffffff;
  border-color: #adc178;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v3tXEr5NcT .jq-selectbox li,
.cid-v3tXEr5NcT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v3tXEr5NcT .jq-selectbox li:hover,
.cid-v3tXEr5NcT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-v3tXEr5NcT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v3tXEr5NcT .jq-number__spin.minus:hover:after,
.cid-v3tXEr5NcT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v3tXEr5NcT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v3tXEr5NcT .jq-number__spin.minus:after,
.cid-v3tXEr5NcT .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v3tXEr5NcT textarea {
  min-height: 150px;
}
.cid-v3tXEr5NcT input::-webkit-clear-button {
  display: none;
}
.cid-v3tXEr5NcT input::-webkit-inner-spin-button {
  display: none;
}
.cid-v3tXEr5NcT input::-webkit-outer-spin-button {
  display: none;
}
.cid-v3tXEr5NcT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v3tXEr5NcT LABEL {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-v3tXEr5NcT .col-auto {
    margin: auto;
  }
}
.cid-v3tXErcLGS {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: transparent;
  background-color: #f7f9f2;
}
.cid-v3tXErcLGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3tXErcLGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3tXErcLGS p {
    max-width: 95%;
  }
}
.cid-v3tXErcLGS .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-v3tXErcLGS .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #a98467;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v3tXErcLGS .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #6c584c;
  font-size: 1.5rem;
}
.cid-v3tXErcLGS .list {
  margin: 0;
}
.cid-v3tXErcLGS .list .item-wrap {
  margin-bottom: 1rem;
}
.cid-v3tXErcLGS .list .item-wrap::marker {
  color: #a98467;
}
.cid-v3tXErcLGS .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v3tXErcLGS .mbr-section-title {
  color: #000000;
}
.cid-v3tXErcLGS .mbr-section-subtitle,
.cid-v3tXErcLGS .align-wrapper {
  color: #04492e;
}
.cid-v3tXErcLGS .list,
.cid-v3tXErcLGS .item-wrap {
  color: #000000;
}
.cid-v3tXErf9bA {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #000000;
}
.cid-v3tXErf9bA .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v3tXErf9bA .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-v3tXErf9bA .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
