.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #8a7a54 !important;
}
.bg-success {
  background-color: #edefeb !important;
}
.bg-info {
  background-color: #ccc2ab !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8a7a54 !important;
  border-color: #8a7a54 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #a5946c !important;
  border-color: #a5946c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a5946c !important;
  border-color: #a5946c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5e584b !important;
  border-color: #5e584b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #7a7362 !important;
  border-color: #7a7362 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7a7362 !important;
  border-color: #7a7362 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ccc2ab !important;
  border-color: #ccc2ab !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #dfd9cb !important;
  border-color: #dfd9cb !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #dfd9cb !important;
  border-color: #dfd9cb !important;
}
.btn-success,
.btn-success:active {
  background-color: #edefeb !important;
  border-color: #edefeb !important;
  color: #6e7a61 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6e7a61 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #8a7a54;
  color: #8a7a54;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #544a33 !important;
  background-color: transparent !important;
  border-color: #544a33 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8a7a54 !important;
  border-color: #8a7a54 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5e584b;
  color: #5e584b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2e2b25 !important;
  background-color: transparent !important;
  border-color: #2e2b25 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5e584b !important;
  border-color: #5e584b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ccc2ab;
  color: #ccc2ab;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ab9b75 !important;
  background-color: transparent !important;
  border-color: #ab9b75 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ccc2ab !important;
  border-color: #ccc2ab !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #edefeb;
  color: #edefeb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c2c8bb !important;
  background-color: transparent !important;
  border-color: #c2c8bb !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6e7a61 !important;
  background-color: #edefeb !important;
  border-color: #edefeb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #8a7a54 !important;
}
.text-secondary {
  color: #5e584b !important;
}
.text-success {
  color: #edefeb !important;
}
.text-info {
  color: #ccc2ab !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4b422d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #25231e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bac2b2 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a5946c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #8a7a54;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ccc2ab;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8a7a54;
  border-color: #8a7a54;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #8a7a54;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c2b79b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #8a7a54 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #8a7a54;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8a7a54;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8a7a54;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #8a7a54;
  border-bottom-color: #8a7a54;
}
.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: #8a7a54 !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: #5e584b !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='%238a7a54' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-upgZQ4meMq .navbar {
  background: #23232c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-upgZQ4meMq .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-upgZQ4meMq .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-upgZQ4meMq .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-upgZQ4meMq .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-upgZQ4meMq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-upgZQ4meMq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-upgZQ4meMq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-upgZQ4meMq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-upgZQ4meMq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-upgZQ4meMq .navbar-dropdown.bg-color.transparent.opened {
  background: #23232c;
}
.cid-upgZQ4meMq .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #232323 !important;
}
.cid-upgZQ4meMq .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-upgZQ4meMq .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-upgZQ4meMq .navbar-fixed-top.opened {
  position: relative;
}
.cid-upgZQ4meMq a {
  font-style: normal;
}
.cid-upgZQ4meMq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-upgZQ4meMq .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-upgZQ4meMq .nav-item .nav-link {
  color: #ffffff;
}
.cid-upgZQ4meMq .nav-item .nav-link.display-4 {
  font-size: 15px;
}
.cid-upgZQ4meMq .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #4f87fb;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: bold;
}
.cid-upgZQ4meMq .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-upgZQ4meMq .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-upgZQ4meMq .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-upgZQ4meMq .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-upgZQ4meMq .menu-content-right {
    display: none;
  }
}
.cid-upgZQ4meMq .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-upgZQ4meMq .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-upgZQ4meMq .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-upgZQ4meMq .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-upgZQ4meMq .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #edefeb;
}
.cid-upgZQ4meMq .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-upgZQ4meMq .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-upgZQ4meMq .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-upgZQ4meMq .right-box {
    display: none;
  }
}
.cid-upgZQ4meMq .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  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;
  transition: all 0.25s ease-in-out;
}
.cid-upgZQ4meMq .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-upgZQ4meMq .content-text {
  margin-bottom: 0;
}
.cid-upgZQ4meMq .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-upgZQ4meMq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #8a7a54;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-upgZQ4meMq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-upgZQ4meMq .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-upgZQ4meMq .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-upgZQ4meMq .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-upgZQ4meMq .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-upgZQ4meMq .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-upgZQ4meMq .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-upgZQ4meMq .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-upgZQ4meMq .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-upgZQ4meMq .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upgZQ4meMq .nav-dropdown .link {
  font-weight: 600;
}
.cid-upgZQ4meMq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-upgZQ4meMq .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-upgZQ4meMq .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-upgZQ4meMq .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-upgZQ4meMq .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-upgZQ4meMq .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-upgZQ4meMq .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-upgZQ4meMq .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-upgZQ4meMq .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-upgZQ4meMq .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-upgZQ4meMq .menu-content-bottom {
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .cid-upgZQ4meMq .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-upgZQ4meMq .menu-content-top.show {
  display: block;
}
.cid-upgZQ4meMq .pre-header-right {
  align-self: center;
}
.cid-upgZQ4meMq .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-upgZQ4meMq .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #8a7a54;
}
.cid-upgZQ4meMq .pre-header-right .content-right-side .content-link:hover span {
  color: #ffffff;
}
.cid-upgZQ4meMq .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-upgZQ4meMq .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-upgZQ4meMq .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-upgZQ4meMq .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-upgZQ4meMq .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-upgZQ4meMq .navbar .menu-content-top {
    display: none;
  }
  .cid-upgZQ4meMq .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-upgZQ4meMq .dropdown-item:before {
    display: none;
  }
  .cid-upgZQ4meMq .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-upgZQ4meMq img {
    height: 3.8rem !important;
  }
  .cid-upgZQ4meMq .btn {
    display: flex;
  }
  .cid-upgZQ4meMq button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-upgZQ4meMq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-upgZQ4meMq .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-upgZQ4meMq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-upgZQ4meMq .navbar-collapse.collapsing,
  .cid-upgZQ4meMq .navbar-collapse.show {
    display: block !important;
  }
  .cid-upgZQ4meMq .navbar-collapse.collapsing .navbar-nav,
  .cid-upgZQ4meMq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-upgZQ4meMq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-upgZQ4meMq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-upgZQ4meMq .navbar-collapse.collapsing .navbar-buttons,
  .cid-upgZQ4meMq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-upgZQ4meMq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-upgZQ4meMq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-upgZQ4meMq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-upgZQ4meMq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-upgZQ4meMq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-upgZQ4meMq .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-upgZQ4meMq .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-upgZQ4meMq .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-upgZQ4meMq .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-upgZQ4meMq .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-upgZQ4meMq .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-upgZQ4meMq .navbar {
    display: block;
    padding: 0;
  }
  .cid-upgZQ4meMq .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-upgZQ4meMq .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-upgZQ4meMq .navbar-toggler {
    display: none;
  }
}
.cid-upgZQ4meMq .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-upgZQ4meMq .menu-area-wrapper .menu-area {
  background-color: #8a7a54;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-upgZQ4meMq .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-upgZQ4meMq .menu-area-wrapper {
    height: 100%;
  }
}
.cid-upgZQ4meMq .navbar-short {
  background: transparent;
}
.cid-upgZQ4meMq .navbar-short .menu-content-top,
.cid-upgZQ4meMq .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-upgZQ4meMq .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-upgZQ4meMq .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-upgZQ4meMq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-upgZQ4meMq .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-upgZQ4meMq .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-upgZQ4meMq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-upgZQ4meMq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-upgZQ4meMq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-upgZQ4meMq .dropdown {
  color: #edefeb !important;
}
.cid-upgZQ4meMq .dropdown .dropdown-menu {
  background: #23232c;
  display: none;
  position: absolute;
  border-top: 3px solid #8a7a54;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #edefeb !important;
}
@media (max-width: 1200px) {
  .cid-upgZQ4meMq .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-upgZQ4meMq .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-upgZQ4meMq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-upgZQ4meMq .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-upgZQ4meMq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-upgZQ4meMq .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-upgZQ4meMq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-upgZQ4meMq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-upgZQ4meMq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-upgZQ4meMq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upgZQ4meMq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-upgZQ4meMq .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-upgZQ4meMq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-upgZQ4meMq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-upgZQ4meMq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-upgZQ4meMq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-upgZQ4meMq button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-upgZQ4meMq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-upgZQ4meMq button.navbar-toggler:focus {
  outline: none;
}
.cid-upgZQ4meMq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upgZQ4meMq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-upgZQ4meMq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-upgZQ4meMq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-upgZQ4meMq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-upgZQ4meMq nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-upgZQ4meMq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-upgZQ4meMq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-upgZQ4meMq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-upgZQ4meMq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-upgZQ4meMq .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-upgZQ4meMq .collapsed .menu-logo {
  margin-right: 0;
}
.cid-upgZQ4meMq .collapsed .btn {
  display: flex;
}
.cid-upgZQ4meMq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-upgZQ4meMq .collapsed .navbar-collapse.collapsing,
.cid-upgZQ4meMq .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-upgZQ4meMq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-upgZQ4meMq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-upgZQ4meMq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-upgZQ4meMq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-upgZQ4meMq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-upgZQ4meMq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-upgZQ4meMq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-upgZQ4meMq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-upgZQ4meMq .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem  - 3.5rem);
  }
  .cid-upgZQ4meMq .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-upgZQ4meMq .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upgZQ4meMq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-upgZQ4meMq .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-upgZQ4meMq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-upgZQ4meMq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-upgZQ4meMq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-upgZQ4meMq .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-upgZQ4meMq .collapsed .dropdown-item:before {
  display: none;
}
.cid-upgZQ4meMq .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-upgZQ4meMq .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-upgZQ4meMq .nav-link:focus {
  outline: none;
}
.cid-upgZQ4meMq .navbar-toggler {
  position: relative;
}
.cid-upgZQ4meMq .dropdown-item.active,
.cid-upgZQ4meMq .dropdown-item:active {
  color: auto;
}
.cid-upgZQ4meMq .dropdown-item:hover {
  color: #4f87fb;
}
.cid-upgZQ4meMq .widget-title,
.cid-upgZQ4meMq .widget-icon {
  color: #edefeb;
}
.cid-upgZQ4meMq .widget-text {
  color: #a6a99c;
}
.cid-upoZzDJdmD {
  display: flex;
}
@media (min-width: 768px) {
  .cid-upoZzDJdmD {
    align-items: flex-end;
  }
  .cid-upoZzDJdmD .row {
    justify-content: flex-start;
  }
  .cid-upoZzDJdmD .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-upoZzDJdmD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-upoZzDJdmD {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-upoZzDJdmD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-upoZzDJdmD .content-wrap {
    width: 100%;
  }
}
.cid-upoZzDJdmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-upoZzDJdmD .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/intro-bcs.mp4-329-1920x1080.webp");
}
.cid-upoZzDJdmD .mbr-section-title,
.cid-upoZzDJdmD .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-upoZzDJdmD .mbr-text,
.cid-upoZzDJdmD .mbr-section-btn {
  text-align: left;
}
.cid-uPkUrCKEvg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPkUrCKEvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkUrCKEvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCEYSyMZq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #23232c;
}
.cid-uPCEYSyMZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCEYSyMZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uPCEYSyMZq .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uPCEYSyMZq .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uPCEYSyMZq .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uPCEYSyMZq .card-wrapper {
  background: #d5d5d5;
}
.cid-uPCEYSyMZq .mbr-text,
.cid-uPCEYSyMZq .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uPCEYSyMZq .card-title,
.cid-uPCEYSyMZq .card-box {
  text-align: left;
  color: #8a7a54;
}
.cid-uPCEYSyMZq .image-wrapper img {
  width: 100%;
}
.cid-uPCU2dL0z4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPCU2dL0z4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCU2dL0z4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upw0eqRTqH {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #23232c;
}
.cid-upw0eqRTqH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-upw0eqRTqH .panel-title {
  display: flex;
  align-items: center;
}
.cid-upw0eqRTqH .mbr-iconfont {
  padding-right: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 3rem !important;
  color: #acaebd;
}
.cid-upw0eqRTqH .panel-body,
.cid-upw0eqRTqH .card-header {
  padding: 1rem 0;
}
.cid-upw0eqRTqH .panel-body {
  display: flex;
  justify-content: flex-end;
}
.cid-upw0eqRTqH .panel-title-edit {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-upw0eqRTqH .panel-text {
  max-width: 466px;
  color: #8a7a54;
  text-align: left;
}
.cid-upw0eqRTqH .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-upw0eqRTqH .section-head {
  margin-bottom: 56px;
}
.cid-upw0eqRTqH .card {
  margin-bottom: 32px;
}
.cid-upw0eqRTqH H3 {
  color: #8a7a54;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-upw0eqRTqH .panel-text {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 1000px) {
  .cid-upw0eqRTqH .panel-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uPkUoHHi1V {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPkUoHHi1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPkUoHHi1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjUjI7GCh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #23232c;
}
.cid-uPjUjI7GCh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjUjI7GCh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjUjI7GCh .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uPjUjI7GCh .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPjUjI7GCh .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uPjUjI7GCh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPjUjI7GCh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uPjUjI7GCh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uPjUjI7GCh .embla__slide .slide-content {
  width: 100%;
}
.cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #e4ed64;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPjUjI7GCh .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPjUjI7GCh .embla__button--next,
.cid-uPjUjI7GCh .embla__button--prev {
  display: flex;
}
.cid-uPjUjI7GCh .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-uPjUjI7GCh .embla__button {
    top: 0;
  }
}
.cid-uPjUjI7GCh .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uPjUjI7GCh .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-uPjUjI7GCh .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-uPjUjI7GCh .embla__button.embla__button--next {
  right: 0;
}
.cid-uPjUjI7GCh .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-uPjUjI7GCh .embla {
    padding-top: 6rem !important;
  }
}
.cid-uPjUjI7GCh .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uPjUjI7GCh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPjUjI7GCh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPjUjI7GCh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uPjUjI7GCh .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uPjUjI7GCh .mbr-label,
.cid-uPjUjI7GCh .label-wrapper {
  color: #ffffff;
}
.cid-uPjUjI7GCh .mbr-section-title,
.cid-uPjUjI7GCh .title-wrapper {
  color: #ffffff;
}
.cid-uPjUjI7GCh .card-title {
  color: #000000;
}
.cid-uPjUjI7GCh .card-text {
  color: #8a8a8a;
}
.cid-uPjUjI7GCh .mbr-section-title {
  color: #8a7a54;
  text-align: left;
}
.cid-uPCXMYEtBd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPCXMYEtBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCXMYEtBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCWSiAzDR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #23232c;
}
.cid-uPCWSiAzDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCWSiAzDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCWSiAzDR .row {
  justify-content: center;
}
.cid-uPCWSiAzDR .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPCWSiAzDR .image-wrapper img {
    height: 300px;
  }
}
.cid-uPCWSiAzDR .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-uPCWSiAzDR .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPCWSiAzDR .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-uPCWSiAzDR .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uPCWSiAzDR .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: .5;
  pointer-events: none;
}
.cid-uPCWSiAzDR .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPCWSiAzDR .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPCWSiAzDR .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPCWSiAzDR .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPCWSiAzDR .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPCWSiAzDR .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uPCWSiAzDR .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPCWSiAzDR .mbr-section-title {
  color: #2c2c26;
}
.cid-uPCWSiAzDR .mbr-text,
.cid-uPCWSiAzDR .text-wrapper {
  color: #23232c;
  text-align: center;
}
.cid-uPCWSiAzDR .mbr-section-title,
.cid-uPCWSiAzDR .mbr-section-btn {
  text-align: center;
  color: #23232c;
}
.cid-uPjXz8WEJZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPjXz8WEJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjXz8WEJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjXhYtOWH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #23232c;
}
.cid-uPjXhYtOWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjXhYtOWH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPjXhYtOWH .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uPjXhYtOWH .container {
    padding: 0 12px;
  }
}
.cid-uPjXhYtOWH .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .cid-uPjXhYtOWH .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.cid-uPjXhYtOWH .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uPjXhYtOWH .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cid-uPjXhYtOWH .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.cid-uPjXhYtOWH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-uPjXhYtOWH .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.cid-uPjXhYtOWH .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.cid-uPjXhYtOWH .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPjXhYtOWH .content-wrapper .mbr-form {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uPjXhYtOWH .content-wrapper .mbr-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-uPjXhYtOWH .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-uPjXhYtOWH .content-wrapper .mbr-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPjXhYtOWH .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .cid-uPjXhYtOWH .content-wrapper .mbr-form .form-wrap {
    padding: 0px;
  }
}
.cid-uPjXhYtOWH .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uPjXhYtOWH .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uPjXhYtOWH .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uPjXhYtOWH .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  color: #fdfde1;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #edefeb !important;
  background-color: #8a7a54;
  transition: all 300ms ease;
}
.cid-uPjXhYtOWH .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uPjXhYtOWH .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uPjXhYtOWH .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #edefeb;
}
.cid-uPjXhYtOWH .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.cid-uPjXhYtOWH .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uPjXhYtOWH .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #edefeb;
  border-color: #edefeb;
}
.cid-uPjXhYtOWH .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-uPjXhYtOWH .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.cid-uPjXhYtOWH .mbr-form .form-conrol {
  color: #fdfde1;
}
.cid-uPjXhYtOWH .mbr-section-title {
  color: #ffffff;
}
.cid-uPjXhYtOWH .mbr-text {
  color: #fdfde1;
}
.cid-uPjXhYtOWH label {
  color: #ffffff;
}
.cid-uPjXhYtOWH .mbr-section-title,
.cid-uPjXhYtOWH .mbr-section-btn {
  color: #fdfde1;
}
.cid-uPjXhYtOWH .card-contacts {
  color: #8a7a54;
}
.cid-uPjO99avQu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8a7a54;
}
.cid-uPjO99avQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPjO99avQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPjO99avQu .row {
  justify-content: center;
}
.cid-uPjO99avQu .card {
  justify-content: center;
}
.cid-uPjO99avQu .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPjO99avQu .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPjO99avQu .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPjO99avQu .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uPjO99avQu .nav-wrapper .list .item-wrap:hover,
.cid-uPjO99avQu .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uPjO99avQu .list,
.cid-uPjO99avQu .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPjO99avQu .list,
.cid-uPjO99avQu .item-wrap,
.cid-uPjO99avQu .nav-wrapper {
  color: #ffffff;
}
