body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Literata', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Literata', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Noto Serif', serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  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: #cca46b !important;
}
.bg-success {
  background-color: #cca46b !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #d2b284 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cca46b !important;
  border-color: #cca46b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a77a39 !important;
  border-color: #a77a39 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a77a39 !important;
  border-color: #a77a39 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #cca46b !important;
  border-color: #cca46b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a77a39 !important;
  border-color: #a77a39 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a77a39 !important;
  border-color: #a77a39 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d2b284 !important;
  border-color: #d2b284 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #bb8a45 !important;
  border-color: #bb8a45 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bb8a45 !important;
  border-color: #bb8a45 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cca46b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a77a39 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cca46b !important;
  border-color: #cca46b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cca46b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a77a39 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #cca46b !important;
  border-color: #cca46b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d2b284;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bb8a45 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d2b284 !important;
  border-color: #d2b284 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #cca46b !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #cca46b !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #d2b284 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9b7136 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9b7136 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b08240 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #cca46b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #d2b284;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cca46b;
  border-color: #cca46b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #cca46b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #cca46b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #cca46b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cca46b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #cca46b;
}
.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: #cca46b;
  border-bottom-color: #cca46b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #cca46b !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: #000000 !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='%23cca46b' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-u9C1Meyp4i .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9C1Meyp4i .nav-item:focus,
.cid-u9C1Meyp4i .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u9C1Meyp4i .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-u9C1Meyp4i .nav-item .nav-link {
    position: relative;
  }
  .cid-u9C1Meyp4i .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #cca46b, #000000);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-u9C1Meyp4i .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-u9C1Meyp4i .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9C1Meyp4i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-u9C1Meyp4i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9C1Meyp4i .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u9C1Meyp4i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9C1Meyp4i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9C1Meyp4i .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-u9C1Meyp4i .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#645034, #ffffff);
}
.cid-u9C1Meyp4i .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#645034, #ffffff) !important;
}
.cid-u9C1Meyp4i .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-u9C1Meyp4i .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-u9C1Meyp4i .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u9C1Meyp4i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9C1Meyp4i .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u9C1Meyp4i .navbar.collapsed .navbar-collapse.show,
.cid-u9C1Meyp4i .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9C1Meyp4i .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-u9C1Meyp4i .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-u9C1Meyp4i .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u9C1Meyp4i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9C1Meyp4i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9C1Meyp4i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u9C1Meyp4i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9C1Meyp4i .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9C1Meyp4i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u9C1Meyp4i .navbar.collapsed .right-menu,
.cid-u9C1Meyp4i .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-u9C1Meyp4i .navbar .navbar-collapse.show,
  .cid-u9C1Meyp4i .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9C1Meyp4i .navbar .navbar-collapse.show .brand-container,
  .cid-u9C1Meyp4i .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-u9C1Meyp4i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9C1Meyp4i .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u9C1Meyp4i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9C1Meyp4i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9C1Meyp4i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u9C1Meyp4i .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u9C1Meyp4i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9C1Meyp4i .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9C1Meyp4i .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u9C1Meyp4i .navbar .right-menu,
  .cid-u9C1Meyp4i .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u9C1Meyp4i .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9C1Meyp4i .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#645034, #ffffff) !important;
}
.cid-u9C1Meyp4i .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u9C1Meyp4i .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u9C1Meyp4i .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9C1Meyp4i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9C1Meyp4i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9C1Meyp4i .dropdown-item.active,
.cid-u9C1Meyp4i .dropdown-item:active {
  background-color: transparent;
}
.cid-u9C1Meyp4i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9C1Meyp4i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9C1Meyp4i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9C1Meyp4i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9C1Meyp4i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9C1Meyp4i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9C1Meyp4i ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-u9C1Meyp4i ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-u9C1Meyp4i .navbar-buttons {
  margin-left: auto;
}
.cid-u9C1Meyp4i button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9C1Meyp4i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9C1Meyp4i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u9C1Meyp4i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u9C1Meyp4i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u9C1Meyp4i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u9C1Meyp4i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9C1Meyp4i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-u9C1Meyp4i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-u9C1Meyp4i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9C1Meyp4i .navbar-dropdown {
  position: fixed;
}
.cid-u9C1Meyp4i a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9C1Meyp4i .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u9C1Meyp4i .right-menu,
.cid-u9C1Meyp4i .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-u9C1Meyp4i .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9C1Meyp4i .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9C1Meyp4i .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u9C1Meyp4i .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-u9C1Meyp4i .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u9C1Meyp4i .card-wrapper {
  z-index: 3;
}
.cid-u9C1Meyp4i .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-u9C1Meyp4i .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9C1Meyp4i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9C9cDih37 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/aa96c37f86fcb519f128b0c018a1a81e-736x888.jpg");
}
.cid-u9C9cDih37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9C9cDih37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9C9cDih37 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-u9C9cDih37 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-u9C9cDih37 .container {
    padding: 0 26px;
  }
}
.cid-u9C9cDih37 .title-wrapper {
  padding-top: 35%;
}
.cid-u9C9cDih37 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9C9cDih37 .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-u9C9cDih37 .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-u9C9cDih37 .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-u9C9cDih37 .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-u9C9cDih37 .mbr-section-title {
  color: #ffffff;
}
.cid-u9C9cDih37 .mbr-text {
  color: #ffffff;
}
.cid-u9C9cDih37 .mbr-section-title,
.cid-u9C9cDih37 .icon-wrapper,
.cid-u9C9cDih37 .mbr-section-btn {
  text-align: center;
  color: #724f20;
}
.cid-uaO798VXJv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaO798VXJv .section-head {
  margin-bottom: 2rem;
}
.cid-uaO798VXJv .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-uaO798VXJv .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uaO798VXJv .row {
    text-align: center;
  }
}
.cid-uaO798VXJv .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-uaO798VXJv .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-uaO798VXJv .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-uaO798VXJv .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u9CbozD61q {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.cid-u9CbozD61q .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-u9CbozD61q .container {
  z-index: 1;
}
.cid-u9CbozD61q .mbr-section-title {
  color: #233d63;
}
.cid-u9CbozD61q .mbr-section-subtitle {
  text-align: center;
}
.cid-u9CbozD61q .mbr-section-btn {
  margin-top: 35px;
}
.cid-u9CbozD61q .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-u9CbozD61q .mbr-section-btn .btn-white:hover {
  background-color: #cca46b !important;
  border-color: #cca46b !important;
  color: #ffffff !important;
}
.cid-u9CbozD61q .mbr-section-title,
.cid-u9CbozD61q .mbr-section-btn {
  text-align: center;
  color: #b18e5f;
}
.cid-u9CbozD61q .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-u9CbozD61q .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-u9CbozD61q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9CbozD61q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9C6wBp6PK {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.8), #ffffff);
}
.cid-u9C6wBp6PK .mbr-overlay {
  background: #000000;
}
.cid-u9C6wBp6PK .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u9C6wBp6PK .title__block,
.cid-u9C6wBp6PK .image__block {
  pointer-events: all;
}
.cid-u9C6wBp6PK .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9C6wBp6PK .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-u9C6wBp6PK .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-u9C6wBp6PK .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-u9C6wBp6PK .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-u9C6wBp6PK .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-u9C6wBp6PK .image__block {
  max-height: 600px;
}
.cid-u9C6wBp6PK .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9C6wBp6PK .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(114, 79, 32, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-u9C6wBp6PK .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(114, 79, 32, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-u9C6wBp6PK .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(190, 211, 249, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-u9C6wBp6PK .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u9C6wBp6PK .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-u9C6wBp6PK .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u9C6wBp6PK .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u9C6wBp6PK .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-u9C6wBp6PK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9C6wBp6PK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9C6wBp6PK .mbr-text,
.cid-u9C6wBp6PK .mbr-section-btn {
  color: #000000;
}
.cid-vj8YqjYTEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vj8YqjYTEW h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-vj8YqjYTEW span {
  background-image: url("../../../assets/images/abstract-smooth-brown-wall-background-layout-design-web-template-business-report-with-smooth-circle-gradient-color-2000x2000.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-vj8YqjYTEW .mbr-section-title {
  color: #ffffff;
}
.cid-vj8X9hA8d2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vj8X9hA8d2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj8X9hA8d2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj8X9hA8d2 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vj8X9hA8d2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vj8X9hA8d2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vj8X9hA8d2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vj8X9hA8d2 .items-wrapper {
  margin: 0 -10px;
}
.cid-vj8X9hA8d2 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vj8X9hA8d2 .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vj8X9hA8d2 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vj8X9hA8d2 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border: 1px solid #ca9a59;
  overflow: hidden;
  background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vj8X9hA8d2 .items-wrapper .item .item-wrapper {
    padding: 40px 24px 24px;
  }
}
.cid-vj8X9hA8d2 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vj8X9hA8d2 .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vj8X9hA8d2 .items-wrapper .item .item-wrapper .iconfont-wrapper .icon-wrap {
  height: 120px;
  width: 120px;
  display: inline-flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 64px -10px #724f20, inset 0 0 1px 0 #724f20, inset 0 16px 48px -32px #724f20;
  will-change: transform;
}
.cid-vj8X9hA8d2 .items-wrapper .item .item-wrapper .iconfont-wrapper .icon-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 48px;
  text-shadow: 0 0 20px #724f20;
}
.cid-vj8X9hA8d2 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vj8X9hA8d2 .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vj8X9hA8d2 .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vj8X9hA8d2 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 14px;
}
.cid-vj8X9hA8d2 .mbr-section-title {
  color: #ffffff;
}
.cid-vj8X9hA8d2 .mbr-section-subtitle {
  color: #ffee00;
}
.cid-vj8X9hA8d2 .item-title {
  color: #ffffff;
}
.cid-vj8X9hA8d2 .item-text {
  color: #8c8c8c;
}
.cid-vj8X9hA8d2 .iconfont-wrapper {
  text-align: center;
}
.cid-vj8X9hA8d2 .item-text,
.cid-vj8X9hA8d2 .text-wrap {
  color: #000000;
}
.cid-vj8X9hA8d2 .item-title,
.cid-vj8X9hA8d2 .mbr-section-btn,
.cid-vj8X9hA8d2 .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uciHNNG4uR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uciHNNG4uR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uciHNNG4uR .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-uciHNNG4uR .container {
    padding: 0 24px;
  }
}
.cid-uciHNNG4uR .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uciHNNG4uR .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uciHNNG4uR .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #b18e5f;
}
@media (max-width: 992px) {
  .cid-uciHNNG4uR .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uciHNNG4uR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uciHNNG4uR .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uciHNNG4uR .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uciHNNG4uR .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uciHNNG4uR .mbr-section-title {
  color: #ffffff;
}
.cid-uciHNNG4uR .mbr-text,
.cid-uciHNNG4uR .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uciHNNG4uR .mbr-section-title,
.cid-uciHNNG4uR .icon-wrapper {
  text-align: center;
  color: #724f20;
}
.cid-vj8YWAqWo5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vj8YWAqWo5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj8YWAqWo5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj8YWAqWo5 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vj8YWAqWo5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vj8YWAqWo5 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vj8YWAqWo5 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vj8YWAqWo5 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vj8YWAqWo5 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vj8YWAqWo5 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vj8YWAqWo5 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vj8YWAqWo5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vj8YWAqWo5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vj8YWAqWo5 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vj8YWAqWo5 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vj8YWAqWo5 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vj8YWAqWo5 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #ffffff;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vj8YWAqWo5 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vj8YWAqWo5 .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vj8YWAqWo5 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vj8YWAqWo5 .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #4a90e2;
}
.cid-vj8YWAqWo5 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vj8YWAqWo5 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vj8YWAqWo5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vj8YWAqWo5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vj8YWAqWo5 .mbr-label,
.cid-vj8YWAqWo5 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vj8YWAqWo5 .mbr-section-title,
.cid-vj8YWAqWo5 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vj8YWAqWo5 .mbr-text,
.cid-vj8YWAqWo5 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vj8YWAqWo5 .item-title {
  color: #000000;
}
.cid-vj8YWAqWo5 .item-text {
  color: #515151;
}
.cid-vj8YWAqWo5 .item-title,
.cid-vj8YWAqWo5 .mbr-section-btn {
  text-align: center;
}
.cid-vj8ZQQnj8k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vj8ZQQnj8k h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-vj8ZQQnj8k span {
  background-image: url("../../../assets/images/abstract-smooth-brown-wall-background-layout-design-web-template-business-report-with-smooth-circle-gradient-color-2000x2000.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-vj8ZQQnj8k .mbr-section-title {
  color: #ffffff;
}
.cid-u9FUons3hk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u9FUons3hk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FUons3hk .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-u9FUons3hk .container {
    padding: 0 30px;
  }
}
.cid-u9FUons3hk .row {
  position: relative;
}
.cid-u9FUons3hk .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u9FUons3hk .row img {
    top: auto;
    width: 100%;
  }
}
.cid-u9FUons3hk .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #624927;
  position: relative;
}
@media (max-width: 768px) {
  .cid-u9FUons3hk .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-u9FUons3hk .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9FUons3hk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9FUons3hk .mbr-text {
  color: #ffffff;
}
.cid-u9FUons3hk .mbr-link,
.cid-u9FUons3hk .mbr-iconfont {
  color: #212529;
}
.cid-u9FUons3hk .mbr-section-title {
  color: #ffffff;
}
.cid-u9Y2sYYbcE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9Y2sYYbcE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Y2sYYbcE .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-u9Y2sYYbcE .container {
    padding: 0 15px;
  }
}
.cid-u9Y2sYYbcE .row {
  justify-content: center;
}
.cid-u9Y2sYYbcE .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #b18e5f;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-u9Y2sYYbcE .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-u9Y2sYYbcE .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-u9Y2sYYbcE .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9Y2sYYbcE .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #645034;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-u9Y2sYYbcE .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u9Y2sYYbcE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9Y2sYYbcE .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u9Y2sYYbcE .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9Y2sYYbcE .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-u9Y2sYYbcE .mbr-section-title {
  color: #f2ac2b;
}
.cid-u9Y2sYYbcE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u9Y2sYYbcE .mbr-section-title,
.cid-u9Y2sYYbcE .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u9Y2kjGtUF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9Y2kjGtUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Y2kjGtUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9Y2kjGtUF .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u9Y2kjGtUF .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u9Y2kjGtUF .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u9Y2kjGtUF .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u9Y2kjGtUF .container {
    padding: 0 16px;
  }
}
.cid-u9Y2kjGtUF .content-wrapper {
  border-top: 1px solid #b18e5f;
  border-bottom: 1px solid #b18e5f;
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-u9Y2kjGtUF .content-wrapper {
    padding: 20px 0;
  }
}
.cid-u9Y2kjGtUF .content-wrapper .content-wrap {
  display: inline-flex;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-u9Y2kjGtUF .content-wrapper .content-wrap {
    display: block;
    width: 100%;
  }
}
.cid-u9Y2kjGtUF .content-wrapper .content-wrap:hover .mbr-iconfont,
.cid-u9Y2kjGtUF .content-wrapper .content-wrap:focus .mbr-iconfont {
  transform: translateX(1rem);
}
.cid-u9Y2kjGtUF .content-wrapper .content-wrap:hover .mbr-section-title,
.cid-u9Y2kjGtUF .content-wrapper .content-wrap:focus .mbr-section-title {
  text-decoration-color: #b18e5f;
}
.cid-u9Y2kjGtUF .content-wrapper .content-wrap .mbr-iconfont {
  font-size: 100px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  margin-right: 48px;
  color: #b18e5f;
}
@media (max-width: 768px) {
  .cid-u9Y2kjGtUF .content-wrapper .content-wrap .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 60px;
  }
}
.cid-u9Y2kjGtUF .content-wrapper .content-wrap .mbr-section-title {
  text-decoration: underline;
  text-decoration-color: transparent;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u9Y2kjGtUF .mbr-section-title {
  color: #000000;
}
.cid-u9Y2kjGtUF .mbr-section-title,
.cid-u9Y2kjGtUF .content-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u9Y0JNZxzL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u9Y0JNZxzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9Y0JNZxzL .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-u9Y0JNZxzL .container {
    padding: 0 22px;
  }
}
.cid-u9Y0JNZxzL .card {
  justify-content: center;
}
.cid-u9Y0JNZxzL .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-u9Y0JNZxzL .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u9Y0JNZxzL .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9Y0JNZxzL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9Y0JNZxzL .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-u9Y0JNZxzL .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #b18e5f;
}
@media (max-width: 1440px) {
  .cid-u9Y0JNZxzL .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-u9Y0JNZxzL .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-u9Y0JNZxzL .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-u9Y0JNZxzL .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-u9Y0JNZxzL .mbr-section-title {
  color: #724f20;
  text-align: center;
}
.cid-u9Y0JNZxzL .mbr-text {
  color: #000000;
}
.cid-sRoq0mWAd0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-sRoq0mWAd0 h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-sRoq0mWAd0 span {
  background-image: url("../../../assets/images/abstract-smooth-brown-wall-background-layout-design-web-template-business-report-with-smooth-circle-gradient-color-2000x2000.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-sRoq0mWAd0 .mbr-section-title {
  color: #ffffff;
}
.cid-u9eunSL14e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u9eunSL14e .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-u9eunSL14e #e1_circle,
.cid-u9eunSL14e #e3_circle,
.cid-u9eunSL14e #e4_circle,
.cid-u9eunSL14e #e5_circle {
  fill: #624927 !important;
}
.cid-u9eunSL14e #e6_circle {
  fill: #624927 !important;
}
.cid-u9eunSL14e .mbr-text {
  color: #716c80;
}
.cid-u9eunSL14e h4 {
  margin: 0;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-u9eunSL14e .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-u9eunSL14e .card-img .img1 {
  background-color: #724f20;
}
.cid-u9eunSL14e .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-u9eunSL14e .round {
  border-radius: 100%;
  position: absolute;
  background-color: #624927;
  animation: orbit 4s linear infinite;
}
.cid-u9eunSL14e .rev {
  animation: rev 4s linear infinite;
}
.cid-u9eunSL14e .round1 {
  width: 50px;
  height: 50px;
  right: 15%;
  top: 4%;
}
.cid-u9eunSL14e .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-u9eunSL14e .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-u9eunSL14e .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-u9eunSL14e .card-title,
.cid-u9eunSL14e .card-img {
  color: #57468b;
}
.cid-u9eunSL14e img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 1200px) {
  .cid-u9eunSL14e svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-u9eunSL14e img {
    margin-top: 1rem;
  }
  .cid-u9eunSL14e svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-u9eunSL14e .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-u9eunSL14e svg {
    bottom: -3rem !important;
  }
  .cid-u9eunSL14e .round1 {
    display: none;
  }
}
.cid-u9eunSL14e .title {
  line-height: 1.3;
  color: #724f20;
}
.cid-u9eunSL14e .card-img {
  width: auto;
}
.cid-u9eunSL14e .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9eunSL14e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9eunSL14e .card-title {
  color: #000000;
}
.cid-u9txMA0GT7 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u9txMA0GT7 h3 {
  position: relative;
}
.cid-u9txMA0GT7 h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -130px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-u9txMA0GT7 .mbr-iconfont {
  margin-top: 160px;
  display: block;
  font-size: 3rem;
  color: #cca46b;
}
.cid-u9txMA0GT7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9txMA0GT7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9txMA0GT7 H3 {
  color: #000000;
}
.cid-vj93aJk3IR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1358.jpg");
}
.cid-vj93aJk3IR .carousel-control {
  background: #000;
}
.cid-vj93aJk3IR .mbr-section-subtitle {
  color: #cccccc;
}
.cid-vj93aJk3IR .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vj93aJk3IR .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-vj93aJk3IR .carousel-item .wrap-img {
  text-align: center;
}
.cid-vj93aJk3IR .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-vj93aJk3IR .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vj93aJk3IR .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-vj93aJk3IR .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-vj93aJk3IR .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-vj93aJk3IR .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-vj93aJk3IR .cloneditem-1,
.cid-vj93aJk3IR .cloneditem-2,
.cid-vj93aJk3IR .cloneditem-3,
.cid-vj93aJk3IR .cloneditem-4,
.cid-vj93aJk3IR .cloneditem-5 {
  display: none;
}
.cid-vj93aJk3IR .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vj93aJk3IR .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-vj93aJk3IR .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-vj93aJk3IR .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-vj93aJk3IR .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-vj93aJk3IR .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-vj93aJk3IR .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-vj93aJk3IR .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vj93aJk3IR .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vj93aJk3IR .carousel-inner.slides2 .cloneditem-1,
  .cid-vj93aJk3IR .carousel-inner.slides2 .cloneditem-2,
  .cid-vj93aJk3IR .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-vj93aJk3IR .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-vj93aJk3IR .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-vj93aJk3IR .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-vj93aJk3IR .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-vj93aJk3IR .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-vj93aJk3IR .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vj93aJk3IR .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vj93aJk3IR .carousel-inner.slides3 .cloneditem-1,
  .cid-vj93aJk3IR .carousel-inner.slides3 .cloneditem-2,
  .cid-vj93aJk3IR .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-vj93aJk3IR .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-vj93aJk3IR .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-vj93aJk3IR .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-vj93aJk3IR .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-vj93aJk3IR .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-vj93aJk3IR .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vj93aJk3IR .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vj93aJk3IR .carousel-inner.slides4 .cloneditem-1,
  .cid-vj93aJk3IR .carousel-inner.slides4 .cloneditem-2,
  .cid-vj93aJk3IR .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-vj93aJk3IR .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-vj93aJk3IR .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-vj93aJk3IR .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-vj93aJk3IR .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-vj93aJk3IR .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-vj93aJk3IR .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vj93aJk3IR .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vj93aJk3IR .carousel-inner.slides5 .cloneditem-1,
  .cid-vj93aJk3IR .carousel-inner.slides5 .cloneditem-2,
  .cid-vj93aJk3IR .carousel-inner.slides5 .cloneditem-3,
  .cid-vj93aJk3IR .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-vj93aJk3IR .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-vj93aJk3IR .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-vj93aJk3IR .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-vj93aJk3IR .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-vj93aJk3IR .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-vj93aJk3IR .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-vj93aJk3IR .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-vj93aJk3IR .carousel-inner.slides6 .cloneditem-1,
  .cid-vj93aJk3IR .carousel-inner.slides6 .cloneditem-2,
  .cid-vj93aJk3IR .carousel-inner.slides6 .cloneditem-3,
  .cid-vj93aJk3IR .carousel-inner.slides6 .cloneditem-4,
  .cid-vj93aJk3IR .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-vj93aJk3IR H2 {
  color: #ffffff;
}
.cid-vj93puzBkA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-vj93puzBkA::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#624927 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-vj93puzBkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj93puzBkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj93puzBkA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vj93puzBkA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vj93puzBkA .container {
    padding: 0 24px;
  }
}
.cid-vj93puzBkA .row {
  justify-content: space-between;
}
.cid-vj93puzBkA .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vj93puzBkA .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vj93puzBkA .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vj93puzBkA .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vj93puzBkA .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-vj93puzBkA .item {
  position: relative;
  z-index: 1;
  padding: 24px 0 48px 0;
  border-top: 1px solid #8f7a5e;
  border-radius: 0 !important;
}
.cid-vj93puzBkA .item .item-wrapper .card-box .title-wrap {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vj93puzBkA .item .item-wrapper .card-box .title-wrap {
    display: block;
  }
}
.cid-vj93puzBkA .item .item-wrapper .card-box .title-wrap .card-title {
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vj93puzBkA .item .item-wrapper .card-box .title-wrap .card-title {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vj93puzBkA .item .item-wrapper .card-box .title-wrap .card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8f7a5e;
  border-radius: 10vmax;
  padding: 8px 24px;
  margin-bottom: 0;
}
.cid-vj93puzBkA .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 33%;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .cid-vj93puzBkA .item .item-wrapper .card-box .text-wrap .card-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vj93puzBkA .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-vj93puzBkA .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-vj93puzBkA .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-vj93puzBkA .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-vj93puzBkA .mbr-section-title {
  color: #141414;
}
.cid-vj93puzBkA .mbr-text {
  color: #141414;
}
.cid-vj93puzBkA .card-number {
  color: #141414;
}
.cid-vj93puzBkA .card-title {
  color: #645034;
}
.cid-vj93puzBkA .card-text {
  color: #141414;
}
.cid-vj93puzBkA .card-tag {
  color: #141414;
}
.cid-vj93OcA9qP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vj93OcA9qP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj93OcA9qP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj93OcA9qP .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vj93OcA9qP .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vj93OcA9qP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vj93OcA9qP .mbr-section-title {
  color: #191c25;
}
.cid-vj93OcA9qP .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-vj93OcA9qP .mbr-section-title,
.cid-vj93OcA9qP .logo-wrapper {
  text-align: center;
  color: #000000;
}
.cid-u9C1Meyp4i .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9C1Meyp4i .nav-item:focus,
.cid-u9C1Meyp4i .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u9C1Meyp4i .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-u9C1Meyp4i .nav-item .nav-link {
    position: relative;
  }
  .cid-u9C1Meyp4i .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #cca46b, #000000);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-u9C1Meyp4i .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-u9C1Meyp4i .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9C1Meyp4i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-u9C1Meyp4i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9C1Meyp4i .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u9C1Meyp4i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9C1Meyp4i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9C1Meyp4i .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-u9C1Meyp4i .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#645034, #ffffff);
}
.cid-u9C1Meyp4i .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#645034, #ffffff) !important;
}
.cid-u9C1Meyp4i .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-u9C1Meyp4i .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-u9C1Meyp4i .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u9C1Meyp4i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9C1Meyp4i .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u9C1Meyp4i .navbar.collapsed .navbar-collapse.show,
.cid-u9C1Meyp4i .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9C1Meyp4i .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-u9C1Meyp4i .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-u9C1Meyp4i .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u9C1Meyp4i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9C1Meyp4i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9C1Meyp4i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u9C1Meyp4i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9C1Meyp4i .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9C1Meyp4i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u9C1Meyp4i .navbar.collapsed .right-menu,
.cid-u9C1Meyp4i .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-u9C1Meyp4i .navbar .navbar-collapse.show,
  .cid-u9C1Meyp4i .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9C1Meyp4i .navbar .navbar-collapse.show .brand-container,
  .cid-u9C1Meyp4i .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-u9C1Meyp4i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9C1Meyp4i .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u9C1Meyp4i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9C1Meyp4i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9C1Meyp4i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u9C1Meyp4i .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u9C1Meyp4i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9C1Meyp4i .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9C1Meyp4i .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u9C1Meyp4i .navbar .right-menu,
  .cid-u9C1Meyp4i .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u9C1Meyp4i .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9C1Meyp4i .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#645034, #ffffff) !important;
}
.cid-u9C1Meyp4i .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u9C1Meyp4i .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u9C1Meyp4i .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9C1Meyp4i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9C1Meyp4i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9C1Meyp4i .dropdown-item.active,
.cid-u9C1Meyp4i .dropdown-item:active {
  background-color: transparent;
}
.cid-u9C1Meyp4i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9C1Meyp4i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9C1Meyp4i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9C1Meyp4i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9C1Meyp4i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9C1Meyp4i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9C1Meyp4i ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-u9C1Meyp4i ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-u9C1Meyp4i .navbar-buttons {
  margin-left: auto;
}
.cid-u9C1Meyp4i button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9C1Meyp4i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9C1Meyp4i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u9C1Meyp4i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u9C1Meyp4i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u9C1Meyp4i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u9C1Meyp4i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9C1Meyp4i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-u9C1Meyp4i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-u9C1Meyp4i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9C1Meyp4i .navbar-dropdown {
  position: fixed;
}
.cid-u9C1Meyp4i a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9C1Meyp4i .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u9C1Meyp4i .right-menu,
.cid-u9C1Meyp4i .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-u9C1Meyp4i .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9C1Meyp4i .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9C1Meyp4i .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u9C1Meyp4i .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-u9C1Meyp4i .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u9C1Meyp4i .card-wrapper {
  z-index: 3;
}
.cid-u9C1Meyp4i .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-u9C1Meyp4i .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9C1Meyp4i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9nXxGY3gt {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
}
.cid-u9nXxGY3gt .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-u9nXxGY3gt .image-wrapper {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-u9nXxGY3gt .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9nXxGY3gt .content {
  width: 48%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-u9nXxGY3gt .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-u9nXxGY3gt .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  border-top: 2px solid #b18e5f;
  border-bottom: 2px solid #b18e5f;
  text-align: center;
}
.cid-u9nXxGY3gt .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.2;
  z-index: -1;
}
.cid-u9nXxGY3gt .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-u9nXxGY3gt .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-u9nXxGY3gt .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u9nXxGY3gt .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-u9nXxGY3gt .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u9nXxGY3gt .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u77vNE800S {
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-u77vNE800S h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-u77vNE800S span {
  background-image: url("../../../assets/images/abstract-smooth-brown-wall-background-layout-design-web-template-business-report-with-smooth-circle-gradient-color-2000x2000.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-u77vNE800S .mbr-section-title {
  color: #ffffff;
}
.cid-u9YkMGMIkf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9YkMGMIkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9YkMGMIkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9YkMGMIkf .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u9YkMGMIkf .container {
    padding: 10px 8px;
  }
}
.cid-u9YkMGMIkf .row {
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: inset 0 0 5rem #b18e5f;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-u9YkMGMIkf .row {
    padding: 50px 10px;
  }
}
.cid-u9YkMGMIkf .row .card {
  padding: 0;
}
.cid-u9YkMGMIkf .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9YkMGMIkf .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-u9YkMGMIkf .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-u9YkMGMIkf .mbr-section-title span {
  opacity: .5;
}
.cid-u9YkyMOb5p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9YkyMOb5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9YkyMOb5p .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-u9YkyMOb5p .container {
    padding: 0 22px;
  }
}
.cid-u9YkyMOb5p .row {
  justify-content: center;
}
.cid-u9YkyMOb5p .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9YkyMOb5p .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9YkyMOb5p .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-u9YkyMOb5p .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9YkyMOb5p .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9YkyMOb5p .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #000000;
}
.cid-u9YkyMOb5p .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9YkyMOb5p .mbr-section-title {
  color: #ffffff;
}
.cid-u9YkyMOb5p .mbr-text {
  color: #000000;
}
.cid-u9YkyMOb5p .mbr-section-title,
.cid-u9YkyMOb5p .icon-wrapper {
  color: #000000;
}
.cid-u9YkOlwEW9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9YkOlwEW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9YkOlwEW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9YkOlwEW9 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u9YkOlwEW9 .container {
    padding: 10px 8px;
  }
}
.cid-u9YkOlwEW9 .row {
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: inset 0 0 5rem #b18e5f;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-u9YkOlwEW9 .row {
    padding: 50px 10px;
  }
}
.cid-u9YkOlwEW9 .row .card {
  padding: 0;
}
.cid-u9YkOlwEW9 .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9YkOlwEW9 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-u9YkOlwEW9 .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-u9YkOlwEW9 .mbr-section-title span {
  opacity: .5;
}
.cid-u9YkQn3zL2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9YkQn3zL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9YkQn3zL2 .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-u9YkQn3zL2 .container {
    padding: 0 22px;
  }
}
.cid-u9YkQn3zL2 .row {
  justify-content: center;
}
.cid-u9YkQn3zL2 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9YkQn3zL2 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9YkQn3zL2 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-u9YkQn3zL2 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9YkQn3zL2 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9YkQn3zL2 .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #000000;
}
.cid-u9YkQn3zL2 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9YkQn3zL2 .mbr-section-title {
  color: #ffffff;
}
.cid-u9YkQn3zL2 .mbr-text {
  color: #000000;
}
.cid-u9YkQn3zL2 .mbr-section-title,
.cid-u9YkQn3zL2 .icon-wrapper {
  color: #000000;
}
.cid-u9tGum4H2v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9tGum4H2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9tGum4H2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9tGum4H2v .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-u9tGum4H2v .container {
    padding: 10px 8px;
  }
}
.cid-u9tGum4H2v .row {
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: inset 0 0 5rem #b18e5f;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-u9tGum4H2v .row {
    padding: 50px 10px;
  }
}
.cid-u9tGum4H2v .row .card {
  padding: 0;
}
.cid-u9tGum4H2v .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u9tGum4H2v .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-u9tGum4H2v .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-u9tGum4H2v .mbr-section-title span {
  opacity: .5;
}
.cid-uciLoiqowU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-uciLoiqowU .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ca9a59;
}
.cid-uciLoiqowU .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-uciLoiqowU .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-uciLoiqowU .progress {
  width: 100%;
  height: 16px;
}
.cid-uciLoiqowU .progress_elements,
.cid-uciLoiqowU .text-elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uciLoiqowU .progress_elements > div,
.cid-uciLoiqowU .text-elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-uciLoiqowU .progress-bar {
  height: 16px;
  background-color: #ca9a59;
}
.cid-uciLoiqowU .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-uciLoiqowU .progressbar-number {
  display: inline-block;
}
.cid-uciLoiqowU .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-uciLoiqowU .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uciLoiqowU .progress_value {
  position: relative;
}
.cid-uciLoiqowU progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uciLoiqowU progress::-webkit-progress-value {
  background: #ca9a59;
}
.cid-uciLoiqowU progress[value]::-moz-progress-bar {
  background: #ca9a59;
}
.cid-uciLoiqowU progress::-ms-fill {
  background: #ca9a59;
}
.cid-uciLoiqowU .progress1 .progressbar-number:before {
  content: '100';
}
.cid-uciLoiqowU .progress2 .progressbar-number:before {
  content: '100';
}
.cid-uciLoiqowU .progress3 .progressbar-number:before {
  content: '100';
}
.cid-uciLoiqowU .progress4 .progressbar-number:before {
  content: '100';
}
.cid-uciLoiqowU .progress5 .progressbar-number:before {
  content: '100';
}
.cid-uciLoiqowU .progress-bar-1 {
  width: 100%;
}
.cid-uciLoiqowU .progress-bar-2 {
  width: 100%;
}
.cid-uciLoiqowU .progress-bar-3 {
  width: 100%;
}
.cid-uciLoiqowU .progress-bar-4 {
  width: 100%;
}
.cid-uciLoiqowU .progress-bar-5 {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uciLoiqowU .progress_elements {
    padding-top: 2rem;
  }
}
.cid-uciLoiqowU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uciLoiqowU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj93OcA9qP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vj93OcA9qP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj93OcA9qP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj93OcA9qP .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vj93OcA9qP .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vj93OcA9qP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vj93OcA9qP .mbr-section-title {
  color: #191c25;
}
.cid-vj93OcA9qP .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-vj93OcA9qP .mbr-section-title,
.cid-vj93OcA9qP .logo-wrapper {
  text-align: center;
  color: #000000;
}
.cid-u9C1Meyp4i .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9C1Meyp4i .nav-item:focus,
.cid-u9C1Meyp4i .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u9C1Meyp4i .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-u9C1Meyp4i .nav-item .nav-link {
    position: relative;
  }
  .cid-u9C1Meyp4i .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #cca46b, #000000);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-u9C1Meyp4i .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-u9C1Meyp4i .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9C1Meyp4i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-u9C1Meyp4i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9C1Meyp4i .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u9C1Meyp4i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9C1Meyp4i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9C1Meyp4i .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-u9C1Meyp4i .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#645034, #ffffff);
}
.cid-u9C1Meyp4i .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#645034, #ffffff) !important;
}
.cid-u9C1Meyp4i .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-u9C1Meyp4i .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-u9C1Meyp4i .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-u9C1Meyp4i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9C1Meyp4i .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u9C1Meyp4i .navbar.collapsed .navbar-collapse.show,
.cid-u9C1Meyp4i .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9C1Meyp4i .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-u9C1Meyp4i .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-u9C1Meyp4i .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u9C1Meyp4i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9C1Meyp4i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9C1Meyp4i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u9C1Meyp4i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9C1Meyp4i .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u9C1Meyp4i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u9C1Meyp4i .navbar.collapsed .right-menu,
.cid-u9C1Meyp4i .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-u9C1Meyp4i .navbar .navbar-collapse.show,
  .cid-u9C1Meyp4i .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9C1Meyp4i .navbar .navbar-collapse.show .brand-container,
  .cid-u9C1Meyp4i .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-u9C1Meyp4i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9C1Meyp4i .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u9C1Meyp4i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9C1Meyp4i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9C1Meyp4i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u9C1Meyp4i .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u9C1Meyp4i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9C1Meyp4i .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u9C1Meyp4i .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u9C1Meyp4i .navbar .right-menu,
  .cid-u9C1Meyp4i .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u9C1Meyp4i .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9C1Meyp4i .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#645034, #ffffff) !important;
}
.cid-u9C1Meyp4i .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u9C1Meyp4i .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u9C1Meyp4i .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9C1Meyp4i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9C1Meyp4i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9C1Meyp4i .dropdown-item.active,
.cid-u9C1Meyp4i .dropdown-item:active {
  background-color: transparent;
}
.cid-u9C1Meyp4i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9C1Meyp4i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9C1Meyp4i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9C1Meyp4i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9C1Meyp4i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9C1Meyp4i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9C1Meyp4i ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-u9C1Meyp4i ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-u9C1Meyp4i .navbar-buttons {
  margin-left: auto;
}
.cid-u9C1Meyp4i button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9C1Meyp4i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9C1Meyp4i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u9C1Meyp4i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u9C1Meyp4i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u9C1Meyp4i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u9C1Meyp4i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9C1Meyp4i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-u9C1Meyp4i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-u9C1Meyp4i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9C1Meyp4i .navbar-dropdown {
  position: fixed;
}
.cid-u9C1Meyp4i a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u9C1Meyp4i .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u9C1Meyp4i .right-menu,
.cid-u9C1Meyp4i .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-u9C1Meyp4i .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9C1Meyp4i .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9C1Meyp4i .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u9C1Meyp4i .menu-top {
  text-align: center;
  width: 100%;
  background-color: #fe525b;
  padding: .5rem 0;
}
.cid-u9C1Meyp4i .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-u9C1Meyp4i .card-wrapper {
  z-index: 3;
}
.cid-u9C1Meyp4i .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-u9C1Meyp4i .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9C1Meyp4i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uarntiUfxV .modal-body .close {
  background: #1b1b1b;
}
.cid-uarntiUfxV .modal-body .close span {
  font-style: normal;
}
.cid-uarntiUfxV .carousel-inner > .active,
.cid-uarntiUfxV .carousel-inner > .next,
.cid-uarntiUfxV .carousel-inner > .prev {
  display: flex;
}
.cid-uarntiUfxV .carousel-control .icon-next,
.cid-uarntiUfxV .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uarntiUfxV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uarntiUfxV .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uarntiUfxV .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uarntiUfxV .boxed-slider > div {
  position: relative;
}
.cid-uarntiUfxV .container img {
  width: 100%;
}
.cid-uarntiUfxV .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uarntiUfxV .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uarntiUfxV .mbr-table-cell {
  padding: 0;
}
.cid-uarntiUfxV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uarntiUfxV .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uarntiUfxV .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uarntiUfxV .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uarntiUfxV .carousel-item.active.right,
.cid-uarntiUfxV .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uarntiUfxV .carousel-item.active.left,
.cid-uarntiUfxV .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uarntiUfxV .carousel-item.active,
.cid-uarntiUfxV .carousel-item.next.left,
.cid-uarntiUfxV .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uarntiUfxV .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-uarntiUfxV .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uarntiUfxV .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uarntiUfxV .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uarntiUfxV .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uarntiUfxV .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uarntiUfxV .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uarntiUfxV .mbr-slider .carousel-indicators li.active,
.cid-uarntiUfxV .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uarntiUfxV .mbr-slider .carousel-indicators li::after,
.cid-uarntiUfxV .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uarntiUfxV .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uarntiUfxV .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uarntiUfxV .mbr-slider > .container img {
  width: 100%;
}
.cid-uarntiUfxV .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uarntiUfxV .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uarntiUfxV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uarntiUfxV .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uarntiUfxV .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uarntiUfxV .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uarntiUfxV .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uarntiUfxV .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uarntiUfxV .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uarntiUfxV .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uarntiUfxV .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uarntiUfxV .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uarntiUfxV .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uarntiUfxV H2 {
  text-align: center;
}
.cid-u9nU5VDxtn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-u9nU5VDxtn .mbr-section-title {
  margin: 20px 0;
  color: #202020;
}
.cid-u9nU5VDxtn .shape {
  position: absolute;
  z-index: -1;
  bottom: -1.5rem;
  right: 0;
  max-width: 160px;
}
.cid-u9nU5VDxtn .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-u9nU5VDxtn .shape {
    max-width: 80px;
  }
}
.cid-u9tFq2mz6C {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u9tFq2mz6C h3 {
  line-height: 1;
  letter-spacing: -3px;
  position: relative;
}
.cid-u9tFq2mz6C h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-u9tFq2mz6C h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -120px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-u9tFq2mz6C .mbr-iconfont {
  margin-top: 150px;
  display: block;
  font-size: 3rem;
  color: #b18e5f;
}
.cid-u9tFq2mz6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9tFq2mz6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9tFq2mz6C H3 {
  color: #000000;
}
.cid-vj94NuyNmo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/7c7cc647c0273c9c7db3e8258e5d593e-608x760.jpg");
}
.cid-vj94NuyNmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj94NuyNmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj94NuyNmo .card-wrapper {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #ffffff;
  backdrop-filter: blur(6px);
}
@media (max-width: 992px) {
  .cid-vj94NuyNmo .card-wrapper {
    padding: 24px 12px;
  }
}
.cid-vj94NuyNmo .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vj94NuyNmo .content-wrap {
  margin: 0 -24px;
}
.cid-vj94NuyNmo .content-wrap .card {
  padding: 0 24px;
  justify-content: flex-end;
}
.cid-vj94NuyNmo .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vj94NuyNmo .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vj94NuyNmo .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vj94NuyNmo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vj94NuyNmo .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vj94NuyNmo .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vj94NuyNmo .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 6px;
}
.cid-vj94NuyNmo .form-wrap .dragArea.row .form-group .form-control {
  padding: 21px 24px;
  background-color: transparent;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vj94NuyNmo .form-wrap .dragArea.row .form-group .form-control {
    padding: 12px;
  }
}
.cid-vj94NuyNmo .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-vj94NuyNmo .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vj94NuyNmo .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #624927 !important;
}
.cid-vj94NuyNmo .form-wrap .dragArea.row .form-group textarea {
  min-height: 200px;
}
.cid-vj94NuyNmo .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vj94NuyNmo .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-vj94NuyNmo .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vj94NuyNmo .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vj94NuyNmo .mbr-section-title {
  color: #f1ff91;
}
.cid-vj94NuyNmo .mbr-text {
  color: #ffffff;
}
.cid-vj94NuyNmo label {
  color: #ffffff;
}
.cid-vj94NuyNmo .mbr-section-title,
.cid-vj94NuyNmo .title-wrap {
  color: #8f7a5e;
  text-align: center;
}
.cid-vj95zr3h4M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vj95zr3h4M .section-head {
  margin-bottom: 2rem;
}
.cid-vj95zr3h4M .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-vj95zr3h4M .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vj95zr3h4M .row {
    text-align: center;
  }
}
.cid-vj95zr3h4M .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-vj95zr3h4M .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-vj95zr3h4M .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-vj95zr3h4M .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u77pds4YGE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-u77pds4YGE h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-u77pds4YGE span {
  background-image: url("../../../assets/images/abstract-smooth-brown-wall-background-layout-design-web-template-business-report-with-smooth-circle-gradient-color-2000x2000.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-u77pds4YGE .mbr-section-title {
  color: #ffffff;
}
.cid-uaO8RC2WCd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uaO8RC2WCd .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d2b284;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(138, 102, 51, 0.6);
}
.cid-uaO8RC2WCd .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-uaO8RC2WCd .card-wrapper:hover .ico2 {
  color: #cca46b !important;
}
.cid-uaO8RC2WCd .ico2 {
  color: #000000 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-uaO8RC2WCd .text-info:hover {
  color: inherit !important;
}
.cid-uaO8RC2WCd .card-box {
  padding: 0rem 1rem;
}
.cid-uaO8RC2WCd .ico1 {
  font-size: 2.5rem !important;
}
.cid-uaO8RC2WCd h3,
.cid-uaO8RC2WCd h4 {
  padding: 0;
  margin: 0;
}
.cid-uaO8RC2WCd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaO8RC2WCd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaO8RC2WCd .card-title {
  color: #000000;
}
.cid-vj93OcA9qP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vj93OcA9qP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj93OcA9qP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj93OcA9qP .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vj93OcA9qP .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vj93OcA9qP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vj93OcA9qP .mbr-section-title {
  color: #191c25;
}
.cid-vj93OcA9qP .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-vj93OcA9qP .mbr-section-title,
.cid-vj93OcA9qP .logo-wrapper {
  text-align: center;
  color: #000000;
}
