body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #f7ed4a !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #635a51 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9c8c3f !important;
  border-color: #9c8c3f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #665b29 !important;
  border-color: #665b29 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #665b29 !important;
  border-color: #665b29 !important;
}
.btn-info,
.btn-info:active {
  background-color: #635a51 !important;
  border-color: #635a51 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #39342f !important;
  border-color: #39342f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #39342f !important;
  border-color: #39342f !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #534b22;
  color: #534b22;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #9c8c3f;
  border-color: #9c8c3f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9c8c3f !important;
  border-color: #9c8c3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2b2723;
  color: #2b2723;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #635a51;
  border-color: #635a51;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #635a51 !important;
  border-color: #635a51 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f7ed4a !important;
}
.text-secondary {
  color: #9c8c3f !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #635a51 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d2c609 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #534b22 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2b2723 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #635a51;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7ed4a;
  border-color: #f7ed4a;
  color: #585304;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f7ed4a;
}
.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: #a49a90;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #f7ed4a;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f7ed4a;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f7ed4a;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f7ed4a;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f7ed4a;
  border-bottom-color: #f7ed4a;
}
.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: #f7ed4a !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: #9c8c3f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23f7ed4a' %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.3;
}
.cid-rZtcmzUOL5 {
  height: 0 !important;
}
.cid-rZtcmzUOL5 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #9c8c3f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rZtcmzUOL5 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rZtcmzUOL5 .nav-item:focus,
.cid-rZtcmzUOL5 .nav-link:focus {
  outline: none;
}
.cid-rZtcmzUOL5 .text-white:hover,
.cid-rZtcmzUOL5 .text-white:active,
.cid-rZtcmzUOL5 .text-white:focus {
  color: white!important;
}
.cid-rZtcmzUOL5 .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rZtcmzUOL5 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rZtcmzUOL5 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rZtcmzUOL5 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rZtcmzUOL5 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rZtcmzUOL5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rZtcmzUOL5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rZtcmzUOL5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rZtcmzUOL5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rZtcmzUOL5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rZtcmzUOL5 .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-rZtcmzUOL5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rZtcmzUOL5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rZtcmzUOL5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rZtcmzUOL5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rZtcmzUOL5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rZtcmzUOL5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rZtcmzUOL5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rZtcmzUOL5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rZtcmzUOL5 .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-rZtcmzUOL5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rZtcmzUOL5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rZtcmzUOL5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rZtcmzUOL5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rZtcmzUOL5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rZtcmzUOL5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rZtcmzUOL5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rZtcmzUOL5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rZtcmzUOL5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rZtcmzUOL5 .section {
  position: relative;
  overflow: visible!important;
}
.cid-rZtcmzUOL5 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rZtcmzUOL5 .dropdown-item:hover {
  color: black!important;
}
.cid-rZtcmzUOL5 .dropdown-menu {
  background-color: white!important;
}
.cid-rZtcmzUOL5 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(186, 168, 84, 0.35);
  display: block;
}
.cid-rZtcmzUOL5 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #9c8c3f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rZtcmzUOL5 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rZtcmzUOL5 .nav-item {
    position: relative;
  }
}
.cid-rZtcmzUOL5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rZtcmzUOL5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rZtcmzUOL5 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-rZtcmzUOL5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rZtcmzUOL5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rZtcmzUOL5 .collapsed {
  flex-direction: row!important;
}
.cid-rZtcmzUOL5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rZtcmzUOL5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rZtcmzUOL5 .navbar-caption {
  font-weight: 600!important;
}
.cid-rZtcmzUOL5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rZtcmzUOL5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rZtcmzUOL5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rZtcmzUOL5 .dropdown-item.active,
.cid-rZtcmzUOL5 .dropdown-item:active {
  background-color: transparent;
}
.cid-rZtcmzUOL5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rZtcmzUOL5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rZtcmzUOL5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rZtcmzUOL5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rZtcmzUOL5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rZtcmzUOL5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rZtcmzUOL5 .navbar-buttons {
  text-align: center;
}
.cid-rZtcmzUOL5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZtcmzUOL5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rZtcmzUOL5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZtcmzUOL5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZtcmzUOL5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZtcmzUOL5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZtcmzUOL5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZtcmzUOL5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZtcmzUOL5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZtcmzUOL5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZtcmzUOL5 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rZtcmzUOL5 .nav-link {
  font-weight: 600!important;
}
.cid-rZtcmzUOL5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZtcmzUOL5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rZtcmzUOL5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rZtcmzUOL5 .icons-menu span {
  font-size: 26px;
  color: #f7ed4a;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZtcmzUOL5 .navbar {
    height: 77px;
  }
  .cid-rZtcmzUOL5 .navbar.opened {
    height: auto;
  }
  .cid-rZtcmzUOL5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1e5TuSJ4y .modal-body .close {
  background: #1b1b1b;
}
.cid-s1e5TuSJ4y .modal-body .close span {
  font-style: normal;
}
.cid-s1e5TuSJ4y .carousel-inner > .active,
.cid-s1e5TuSJ4y .carousel-inner > .next,
.cid-s1e5TuSJ4y .carousel-inner > .prev {
  display: table;
}
.cid-s1e5TuSJ4y .carousel-control .icon-next,
.cid-s1e5TuSJ4y .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s1e5TuSJ4y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s1e5TuSJ4y .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s1e5TuSJ4y .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s1e5TuSJ4y .boxed-slider > div {
  position: relative;
}
.cid-s1e5TuSJ4y .container img {
  width: 100%;
}
.cid-s1e5TuSJ4y .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-s1e5TuSJ4y .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s1e5TuSJ4y .mbr-table-cell {
  padding: 0;
}
.cid-s1e5TuSJ4y .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s1e5TuSJ4y .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s1e5TuSJ4y .mbr-overlay {
  z-index: 1;
}
.cid-s1e5TuSJ4y .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s1e5TuSJ4y .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s1e5TuSJ4y .carousel-item .container {
    width: 100%;
  }
}
.cid-s1e5TuSJ4y .carousel-item-next.carousel-item-left,
.cid-s1e5TuSJ4y .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s1e5TuSJ4y .active.carousel-item-right,
.cid-s1e5TuSJ4y .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s1e5TuSJ4y .active.carousel-item-left,
.cid-s1e5TuSJ4y .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s1e5TuSJ4y .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;
}
.cid-s1e5TuSJ4y .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s1e5TuSJ4y .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s1e5TuSJ4y .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s1e5TuSJ4y .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s1e5TuSJ4y .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s1e5TuSJ4y .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-s1e5TuSJ4y .mbr-slider .carousel-indicators li.active,
.cid-s1e5TuSJ4y .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s1e5TuSJ4y .mbr-slider .carousel-indicators li::after,
.cid-s1e5TuSJ4y .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s1e5TuSJ4y .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s1e5TuSJ4y .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s1e5TuSJ4y .mbr-slider > .container img {
  width: 100%;
}
.cid-s1e5TuSJ4y .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-s1e5TuSJ4y .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s1e5TuSJ4y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s1e5TuSJ4y .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s1e5TuSJ4y .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s1e5TuSJ4y .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s1e5TuSJ4y .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s1e5TuSJ4y .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s1e5TuSJ4y .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s1e5TuSJ4y .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s1e5TuSJ4y .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s1e5TuSJ4y .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s1e5TuSJ4y .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s1e5TuSJ4y H2 {
  text-align: center;
}
.cid-s1e5TuSJ4y P {
  text-align: center;
}
.cid-vbuGV634sL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-vbuGV634sL .mbr-section-subtitle {
  color: #000000;
}
.cid-vbuFWBBlN4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-vbuFWBBlN4 .mbr-text,
.cid-vbuFWBBlN4 blockquote {
  color: #767676;
}
.cid-vbuFWBBlN4 .mbr-text {
  color: #000000;
}
.cid-vbuFWBBlN4 .mbr-text P {
  text-align: left;
}
.cid-vbuHjhisEE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-vbuHjhisEE .mbr-text,
.cid-vbuHjhisEE blockquote {
  color: #000000;
}
.cid-s1e1TvFG3Z {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s1e1TvFG3Z .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
  text-align: center;
}
.cid-s1e1TvFG3Z .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-s1e1TvFG3Z .btn {
  margin: 0px !important;
}
.cid-s1e1TvFG3Z .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1e1TvFG3Z .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1e1TvFG3Z .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-s1e1TvFG3Z .carousel-item .wrap-img {
  text-align: center;
}
.cid-s1e1TvFG3Z .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-s1e1TvFG3Z .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-s1e1TvFG3Z .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-s1e1TvFG3Z .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #609b62;
  display: inline-block;
  border: 4px solid #609b62;
}
.cid-s1e1TvFG3Z .carousel-indicators li.active {
  border-color: #245e26;
}
@media (max-width: 768px) {
  .cid-s1e1TvFG3Z .second-col {
    padding-top: 2rem;
  }
}
.cid-s1e1TvFG3Z .mbr-section-subtitle,
.cid-s1e1TvFG3Z .mbr-section-btn {
  color: #232323;
}
.cid-rZtcCLJnma {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #c7b978;
}
.cid-rZtcCLJnma .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #232323;
}
.cid-rZtcCLJnma .first-column .mbr-text {
  margin: 0;
}
.cid-rZtcCLJnma .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-rZtcCLJnma .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-rZtcCLJnma .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-rZtcCLJnma .icons-wrapper ul li .mbr-iconfont:hover {
  color: #f7ed4a;
}
.cid-rZtcCLJnma .form-group {
  max-width: 55%;
}
.cid-rZtcCLJnma .form-group,
.cid-rZtcCLJnma .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rZtcCLJnma .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-rZtcCLJnma .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-rZtcCLJnma .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-rZtcCLJnma .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-rZtcCLJnma .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-rZtcCLJnma .col + .mbr-section-btn .btn,
.cid-rZtcCLJnma .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-rZtcCLJnma .dragArea > *:nth-last-child(2).col,
.cid-rZtcCLJnma .dragArea > *:nth-last-child(2).col-auto,
.cid-rZtcCLJnma .col + .mbr-section-btn,
.cid-rZtcCLJnma .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-rZtcCLJnma .first-column,
  .cid-rZtcCLJnma .second-column {
    padding-bottom: 2rem;
  }
  .cid-rZtcCLJnma .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rZtcCLJnma .first-column,
  .cid-rZtcCLJnma .second-column,
  .cid-rZtcCLJnma .third-column {
    text-align: center;
  }
}
.cid-rZtcCLJnma .mbr-text {
  color: #ffffff;
}
.cid-rZtcCLJnma .mbr-section-title {
  color: #232323;
}
.cid-ug2Dgc83Gk.popup-builder {
  background-color: #ffffff;
}
.cid-ug2Dgc83Gk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ug2Dgc83Gk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ug2Dgc83Gk .modal-content,
.cid-ug2Dgc83Gk .modal-dialog {
  height: auto;
}
.cid-ug2Dgc83Gk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ug2Dgc83Gk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ug2Dgc83Gk .form-wrapper .mbr-form .form-group,
  .cid-ug2Dgc83Gk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ug2Dgc83Gk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ug2Dgc83Gk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ug2Dgc83Gk .mbr-text {
  text-align: center;
}
.cid-ug2Dgc83Gk .pt-0 {
  padding-top: 0 !important;
}
.cid-ug2Dgc83Gk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ug2Dgc83Gk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ug2Dgc83Gk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ug2Dgc83Gk .modal-open {
  overflow: hidden;
}
.cid-ug2Dgc83Gk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ug2Dgc83Gk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ug2Dgc83Gk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ug2Dgc83Gk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ug2Dgc83Gk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ug2Dgc83Gk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ug2Dgc83Gk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ug2Dgc83Gk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ug2Dgc83Gk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ug2Dgc83Gk .modal-backdrop.fade {
  opacity: 0;
}
.cid-ug2Dgc83Gk .modal-backdrop.show {
  opacity: .5;
}
.cid-ug2Dgc83Gk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-ug2Dgc83Gk .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ug2Dgc83Gk .modal-header .close:hover {
  opacity: 1;
}
.cid-ug2Dgc83Gk .modal-header .close:focus {
  outline: none;
}
.cid-ug2Dgc83Gk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ug2Dgc83Gk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ug2Dgc83Gk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-ug2Dgc83Gk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ug2Dgc83Gk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ug2Dgc83Gk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ug2Dgc83Gk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ug2Dgc83Gk .modal-sm {
    max-width: 300px;
  }
  .cid-ug2Dgc83Gk .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ug2Dgc83Gk .modal-lg,
  .cid-ug2Dgc83Gk .modal-xl {
    max-width: 800px;
  }
  .cid-ug2Dgc83Gk .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ug2Dgc83Gk .modal-xl {
    max-width: 1140px;
  }
  .cid-ug2Dgc83Gk .container {
    max-width: 1140px;
  }
}
.cid-ug2Dgc83Gk .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ug2Dgc83Gk .container {
    max-width: 720px;
  }
}
.cid-ug2Dgc83Gk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ug2Dgc83Gk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ug2Dgc83Gk .form-group {
  margin-bottom: 1rem;
}
.cid-ug2Dgc83Gk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ug2Dgc83Gk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ug2Dgc83Gk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tK9YR7y4wz {
  height: 0 !important;
}
.cid-tK9YR7y4wz .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #9c8c3f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tK9YR7y4wz .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tK9YR7y4wz .nav-item:focus,
.cid-tK9YR7y4wz .nav-link:focus {
  outline: none;
}
.cid-tK9YR7y4wz .text-white:hover,
.cid-tK9YR7y4wz .text-white:active,
.cid-tK9YR7y4wz .text-white:focus {
  color: white!important;
}
.cid-tK9YR7y4wz .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tK9YR7y4wz .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tK9YR7y4wz .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tK9YR7y4wz .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tK9YR7y4wz .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tK9YR7y4wz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tK9YR7y4wz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tK9YR7y4wz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tK9YR7y4wz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tK9YR7y4wz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tK9YR7y4wz .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-tK9YR7y4wz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tK9YR7y4wz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tK9YR7y4wz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tK9YR7y4wz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tK9YR7y4wz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tK9YR7y4wz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tK9YR7y4wz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tK9YR7y4wz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tK9YR7y4wz .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-tK9YR7y4wz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tK9YR7y4wz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tK9YR7y4wz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tK9YR7y4wz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tK9YR7y4wz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tK9YR7y4wz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tK9YR7y4wz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tK9YR7y4wz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tK9YR7y4wz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tK9YR7y4wz .section {
  position: relative;
  overflow: visible!important;
}
.cid-tK9YR7y4wz .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tK9YR7y4wz .dropdown-item:hover {
  color: black!important;
}
.cid-tK9YR7y4wz .dropdown-menu {
  background-color: white!important;
}
.cid-tK9YR7y4wz .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(186, 168, 84, 0.35);
  display: block;
}
.cid-tK9YR7y4wz .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #9c8c3f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tK9YR7y4wz .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tK9YR7y4wz .nav-item {
    position: relative;
  }
}
.cid-tK9YR7y4wz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tK9YR7y4wz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tK9YR7y4wz .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tK9YR7y4wz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tK9YR7y4wz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tK9YR7y4wz .collapsed {
  flex-direction: row!important;
}
.cid-tK9YR7y4wz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tK9YR7y4wz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tK9YR7y4wz .navbar-caption {
  font-weight: 600!important;
}
.cid-tK9YR7y4wz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tK9YR7y4wz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tK9YR7y4wz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tK9YR7y4wz .dropdown-item.active,
.cid-tK9YR7y4wz .dropdown-item:active {
  background-color: transparent;
}
.cid-tK9YR7y4wz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tK9YR7y4wz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tK9YR7y4wz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tK9YR7y4wz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tK9YR7y4wz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tK9YR7y4wz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tK9YR7y4wz .navbar-buttons {
  text-align: center;
}
.cid-tK9YR7y4wz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tK9YR7y4wz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tK9YR7y4wz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tK9YR7y4wz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tK9YR7y4wz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tK9YR7y4wz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tK9YR7y4wz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tK9YR7y4wz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tK9YR7y4wz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tK9YR7y4wz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tK9YR7y4wz .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tK9YR7y4wz .nav-link {
  font-weight: 600!important;
}
.cid-tK9YR7y4wz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tK9YR7y4wz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tK9YR7y4wz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tK9YR7y4wz .icons-menu span {
  font-size: 26px;
  color: #f7ed4a;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tK9YR7y4wz .navbar {
    height: 77px;
  }
  .cid-tK9YR7y4wz .navbar.opened {
    height: auto;
  }
  .cid-tK9YR7y4wz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tK9YR8u6Wb .modal-body .close {
  background: #1b1b1b;
}
.cid-tK9YR8u6Wb .modal-body .close span {
  font-style: normal;
}
.cid-tK9YR8u6Wb .carousel-inner > .active,
.cid-tK9YR8u6Wb .carousel-inner > .next,
.cid-tK9YR8u6Wb .carousel-inner > .prev {
  display: table;
}
.cid-tK9YR8u6Wb .carousel-control .icon-next,
.cid-tK9YR8u6Wb .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tK9YR8u6Wb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tK9YR8u6Wb .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tK9YR8u6Wb .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tK9YR8u6Wb .boxed-slider > div {
  position: relative;
}
.cid-tK9YR8u6Wb .container img {
  width: 100%;
}
.cid-tK9YR8u6Wb .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-tK9YR8u6Wb .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tK9YR8u6Wb .mbr-table-cell {
  padding: 0;
}
.cid-tK9YR8u6Wb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tK9YR8u6Wb .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tK9YR8u6Wb .mbr-overlay {
  z-index: 1;
}
.cid-tK9YR8u6Wb .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tK9YR8u6Wb .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tK9YR8u6Wb .carousel-item .container {
    width: 100%;
  }
}
.cid-tK9YR8u6Wb .carousel-item-next.carousel-item-left,
.cid-tK9YR8u6Wb .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tK9YR8u6Wb .active.carousel-item-right,
.cid-tK9YR8u6Wb .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tK9YR8u6Wb .active.carousel-item-left,
.cid-tK9YR8u6Wb .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tK9YR8u6Wb .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;
}
.cid-tK9YR8u6Wb .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tK9YR8u6Wb .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tK9YR8u6Wb .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tK9YR8u6Wb .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tK9YR8u6Wb .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tK9YR8u6Wb .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-tK9YR8u6Wb .mbr-slider .carousel-indicators li.active,
.cid-tK9YR8u6Wb .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tK9YR8u6Wb .mbr-slider .carousel-indicators li::after,
.cid-tK9YR8u6Wb .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tK9YR8u6Wb .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tK9YR8u6Wb .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tK9YR8u6Wb .mbr-slider > .container img {
  width: 100%;
}
.cid-tK9YR8u6Wb .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-tK9YR8u6Wb .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tK9YR8u6Wb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tK9YR8u6Wb .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tK9YR8u6Wb .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tK9YR8u6Wb .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tK9YR8u6Wb .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tK9YR8u6Wb .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tK9YR8u6Wb .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tK9YR8u6Wb .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tK9YR8u6Wb .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tK9YR8u6Wb .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tK9YR8u6Wb .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tK9YR8u6Wb H2 {
  text-align: center;
}
.cid-tK9YR8u6Wb P {
  text-align: center;
}
.cid-tK9YR9pERE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tK9YR9pERE .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tK9YR9pERE .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tK9YR9pERE H2 {
  color: #232323;
}
.cid-tKa2pw5Sqb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tKa2pw5Sqb .mbr-text,
.cid-tKa2pw5Sqb blockquote {
  color: #767676;
}
.cid-tKa2pw5Sqb .mbr-text P {
  text-align: left;
}
.cid-tKa2pw5Sqb .mbr-text {
  color: #232323;
}
.cid-vbuLnsr881 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vbuLnsr881 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vbuLnsr881 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbuLnsr881 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbuLnsr881 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vbuLnsr881 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-vbuLnsr881 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vbuLnsr881 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vbuLnsr881 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vbuLnsr881 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tK9YRbqXTZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #c7b978;
}
.cid-tK9YRbqXTZ .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #232323;
}
.cid-tK9YRbqXTZ .first-column .mbr-text {
  margin: 0;
}
.cid-tK9YRbqXTZ .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tK9YRbqXTZ .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tK9YRbqXTZ .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tK9YRbqXTZ .icons-wrapper ul li .mbr-iconfont:hover {
  color: #f7ed4a;
}
.cid-tK9YRbqXTZ .form-group {
  max-width: 55%;
}
.cid-tK9YRbqXTZ .form-group,
.cid-tK9YRbqXTZ .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tK9YRbqXTZ .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-tK9YRbqXTZ .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-tK9YRbqXTZ .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-tK9YRbqXTZ .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-tK9YRbqXTZ .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-tK9YRbqXTZ .col + .mbr-section-btn .btn,
.cid-tK9YRbqXTZ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-tK9YRbqXTZ .dragArea > *:nth-last-child(2).col,
.cid-tK9YRbqXTZ .dragArea > *:nth-last-child(2).col-auto,
.cid-tK9YRbqXTZ .col + .mbr-section-btn,
.cid-tK9YRbqXTZ .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tK9YRbqXTZ .first-column,
  .cid-tK9YRbqXTZ .second-column {
    padding-bottom: 2rem;
  }
  .cid-tK9YRbqXTZ .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tK9YRbqXTZ .first-column,
  .cid-tK9YRbqXTZ .second-column,
  .cid-tK9YRbqXTZ .third-column {
    text-align: center;
  }
}
.cid-tK9YRbqXTZ .mbr-text {
  color: #ffffff;
}
.cid-tK9YRbqXTZ .mbr-section-title {
  color: #232323;
}
.cid-s1ep8DTTCv {
  height: 0 !important;
}
.cid-s1ep8DTTCv .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #9c8c3f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s1ep8DTTCv .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s1ep8DTTCv .nav-item:focus,
.cid-s1ep8DTTCv .nav-link:focus {
  outline: none;
}
.cid-s1ep8DTTCv .text-white:hover,
.cid-s1ep8DTTCv .text-white:active,
.cid-s1ep8DTTCv .text-white:focus {
  color: white!important;
}
.cid-s1ep8DTTCv .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s1ep8DTTCv .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-s1ep8DTTCv .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s1ep8DTTCv .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s1ep8DTTCv .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-s1ep8DTTCv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1ep8DTTCv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s1ep8DTTCv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s1ep8DTTCv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1ep8DTTCv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1ep8DTTCv .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-s1ep8DTTCv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1ep8DTTCv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1ep8DTTCv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1ep8DTTCv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1ep8DTTCv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1ep8DTTCv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1ep8DTTCv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1ep8DTTCv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1ep8DTTCv .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-s1ep8DTTCv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1ep8DTTCv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1ep8DTTCv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1ep8DTTCv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1ep8DTTCv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1ep8DTTCv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1ep8DTTCv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s1ep8DTTCv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1ep8DTTCv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1ep8DTTCv .section {
  position: relative;
  overflow: visible!important;
}
.cid-s1ep8DTTCv .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s1ep8DTTCv .dropdown-item:hover {
  color: black!important;
}
.cid-s1ep8DTTCv .dropdown-menu {
  background-color: white!important;
}
.cid-s1ep8DTTCv .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(186, 168, 84, 0.35);
  display: block;
}
.cid-s1ep8DTTCv .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #9c8c3f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s1ep8DTTCv .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-s1ep8DTTCv .nav-item {
    position: relative;
  }
}
.cid-s1ep8DTTCv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1ep8DTTCv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1ep8DTTCv .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-s1ep8DTTCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1ep8DTTCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1ep8DTTCv .collapsed {
  flex-direction: row!important;
}
.cid-s1ep8DTTCv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1ep8DTTCv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s1ep8DTTCv .navbar-caption {
  font-weight: 600!important;
}
.cid-s1ep8DTTCv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1ep8DTTCv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1ep8DTTCv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1ep8DTTCv .dropdown-item.active,
.cid-s1ep8DTTCv .dropdown-item:active {
  background-color: transparent;
}
.cid-s1ep8DTTCv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1ep8DTTCv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1ep8DTTCv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1ep8DTTCv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1ep8DTTCv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1ep8DTTCv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1ep8DTTCv .navbar-buttons {
  text-align: center;
}
.cid-s1ep8DTTCv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1ep8DTTCv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s1ep8DTTCv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1ep8DTTCv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1ep8DTTCv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1ep8DTTCv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1ep8DTTCv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1ep8DTTCv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1ep8DTTCv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1ep8DTTCv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1ep8DTTCv .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1ep8DTTCv .nav-link {
  font-weight: 600!important;
}
.cid-s1ep8DTTCv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1ep8DTTCv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1ep8DTTCv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s1ep8DTTCv .icons-menu span {
  font-size: 26px;
  color: #f7ed4a;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1ep8DTTCv .navbar {
    height: 77px;
  }
  .cid-s1ep8DTTCv .navbar.opened {
    height: auto;
  }
  .cid-s1ep8DTTCv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1etzuf17N .modal-body .close {
  background: #1b1b1b;
}
.cid-s1etzuf17N .modal-body .close span {
  font-style: normal;
}
.cid-s1etzuf17N .carousel-inner > .active,
.cid-s1etzuf17N .carousel-inner > .next,
.cid-s1etzuf17N .carousel-inner > .prev {
  display: table;
}
.cid-s1etzuf17N .carousel-control .icon-next,
.cid-s1etzuf17N .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s1etzuf17N .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s1etzuf17N .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s1etzuf17N .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s1etzuf17N .boxed-slider > div {
  position: relative;
}
.cid-s1etzuf17N .container img {
  width: 100%;
}
.cid-s1etzuf17N .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-s1etzuf17N .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s1etzuf17N .mbr-table-cell {
  padding: 0;
}
.cid-s1etzuf17N .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s1etzuf17N .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s1etzuf17N .mbr-overlay {
  z-index: 1;
}
.cid-s1etzuf17N .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s1etzuf17N .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s1etzuf17N .carousel-item .container {
    width: 100%;
  }
}
.cid-s1etzuf17N .carousel-item-next.carousel-item-left,
.cid-s1etzuf17N .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s1etzuf17N .active.carousel-item-right,
.cid-s1etzuf17N .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s1etzuf17N .active.carousel-item-left,
.cid-s1etzuf17N .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s1etzuf17N .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;
}
.cid-s1etzuf17N .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s1etzuf17N .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s1etzuf17N .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s1etzuf17N .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s1etzuf17N .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s1etzuf17N .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-s1etzuf17N .mbr-slider .carousel-indicators li.active,
.cid-s1etzuf17N .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s1etzuf17N .mbr-slider .carousel-indicators li::after,
.cid-s1etzuf17N .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s1etzuf17N .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s1etzuf17N .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s1etzuf17N .mbr-slider > .container img {
  width: 100%;
}
.cid-s1etzuf17N .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-s1etzuf17N .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s1etzuf17N .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s1etzuf17N .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s1etzuf17N .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s1etzuf17N .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s1etzuf17N .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s1etzuf17N .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s1etzuf17N .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s1etzuf17N .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s1etzuf17N .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s1etzuf17N .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s1etzuf17N .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s1etzuf17N P {
  text-align: center;
}
.cid-s1etzuf17N H2 {
  text-align: center;
}
.cid-s1ep8HfVW8 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s1ep8HfVW8 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-s1ep8HfVW8 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s1ep8HfVW8 H2 {
  color: #232323;
}
.cid-s1ep8IHsPe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s1ep8IHsPe .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-s1ep8IHsPe .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-s1ep8IHsPe .btn {
  margin: 0px !important;
}
.cid-s1ep8IHsPe .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1ep8IHsPe .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1ep8IHsPe .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-s1ep8IHsPe .carousel-item .wrap-img {
  text-align: center;
}
.cid-s1ep8IHsPe .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-s1ep8IHsPe .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-s1ep8IHsPe .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-s1ep8IHsPe .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #efefef;
  display: inline-block;
  border: 4px solid #efefef;
}
.cid-s1ep8IHsPe .carousel-indicators li.active {
  border-color: #e0e0e0;
}
@media (max-width: 768px) {
  .cid-s1ep8IHsPe .second-col {
    padding-top: 2rem;
  }
}
.cid-s1ep8IHsPe .mbr-section-subtitle,
.cid-s1ep8IHsPe .mbr-section-btn {
  color: #232323;
}
.cid-s1ep8KxTCx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #c7b978;
}
.cid-s1ep8KxTCx .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #232323;
}
.cid-s1ep8KxTCx .first-column .mbr-text {
  margin: 0;
}
.cid-s1ep8KxTCx .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-s1ep8KxTCx .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-s1ep8KxTCx .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-s1ep8KxTCx .icons-wrapper ul li .mbr-iconfont:hover {
  color: #f7ed4a;
}
.cid-s1ep8KxTCx .form-group {
  max-width: 55%;
}
.cid-s1ep8KxTCx .form-group,
.cid-s1ep8KxTCx .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-s1ep8KxTCx .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-s1ep8KxTCx .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-s1ep8KxTCx .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-s1ep8KxTCx .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-s1ep8KxTCx .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-s1ep8KxTCx .col + .mbr-section-btn .btn,
.cid-s1ep8KxTCx .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-s1ep8KxTCx .dragArea > *:nth-last-child(2).col,
.cid-s1ep8KxTCx .dragArea > *:nth-last-child(2).col-auto,
.cid-s1ep8KxTCx .col + .mbr-section-btn,
.cid-s1ep8KxTCx .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-s1ep8KxTCx .first-column,
  .cid-s1ep8KxTCx .second-column {
    padding-bottom: 2rem;
  }
  .cid-s1ep8KxTCx .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s1ep8KxTCx .first-column,
  .cid-s1ep8KxTCx .second-column,
  .cid-s1ep8KxTCx .third-column {
    text-align: center;
  }
}
.cid-s1ep8KxTCx .mbr-text {
  color: #ffffff;
}
.cid-s1ep8KxTCx .mbr-section-title {
  color: #232323;
}
.cid-s1eGbEIqTO {
  height: 0 !important;
}
.cid-s1eGbEIqTO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #9c8c3f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s1eGbEIqTO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s1eGbEIqTO .nav-item:focus,
.cid-s1eGbEIqTO .nav-link:focus {
  outline: none;
}
.cid-s1eGbEIqTO .text-white:hover,
.cid-s1eGbEIqTO .text-white:active,
.cid-s1eGbEIqTO .text-white:focus {
  color: white!important;
}
.cid-s1eGbEIqTO .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s1eGbEIqTO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-s1eGbEIqTO .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s1eGbEIqTO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s1eGbEIqTO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-s1eGbEIqTO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1eGbEIqTO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s1eGbEIqTO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s1eGbEIqTO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1eGbEIqTO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1eGbEIqTO .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-s1eGbEIqTO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1eGbEIqTO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1eGbEIqTO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1eGbEIqTO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1eGbEIqTO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1eGbEIqTO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1eGbEIqTO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1eGbEIqTO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1eGbEIqTO .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-s1eGbEIqTO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1eGbEIqTO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1eGbEIqTO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1eGbEIqTO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1eGbEIqTO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1eGbEIqTO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1eGbEIqTO .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s1eGbEIqTO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1eGbEIqTO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1eGbEIqTO .section {
  position: relative;
  overflow: visible!important;
}
.cid-s1eGbEIqTO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s1eGbEIqTO .dropdown-item:hover {
  color: black!important;
}
.cid-s1eGbEIqTO .dropdown-menu {
  background-color: white!important;
}
.cid-s1eGbEIqTO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(186, 168, 84, 0.35);
  display: block;
}
.cid-s1eGbEIqTO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #9c8c3f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s1eGbEIqTO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-s1eGbEIqTO .nav-item {
    position: relative;
  }
}
.cid-s1eGbEIqTO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1eGbEIqTO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1eGbEIqTO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-s1eGbEIqTO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1eGbEIqTO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1eGbEIqTO .collapsed {
  flex-direction: row!important;
}
.cid-s1eGbEIqTO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1eGbEIqTO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s1eGbEIqTO .navbar-caption {
  font-weight: 600!important;
}
.cid-s1eGbEIqTO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1eGbEIqTO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1eGbEIqTO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1eGbEIqTO .dropdown-item.active,
.cid-s1eGbEIqTO .dropdown-item:active {
  background-color: transparent;
}
.cid-s1eGbEIqTO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1eGbEIqTO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1eGbEIqTO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1eGbEIqTO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1eGbEIqTO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1eGbEIqTO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1eGbEIqTO .navbar-buttons {
  text-align: center;
}
.cid-s1eGbEIqTO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1eGbEIqTO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s1eGbEIqTO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1eGbEIqTO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1eGbEIqTO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1eGbEIqTO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1eGbEIqTO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1eGbEIqTO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1eGbEIqTO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1eGbEIqTO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1eGbEIqTO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1eGbEIqTO .nav-link {
  font-weight: 600!important;
}
.cid-s1eGbEIqTO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1eGbEIqTO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1eGbEIqTO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s1eGbEIqTO .icons-menu span {
  font-size: 26px;
  color: #f7ed4a;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1eGbEIqTO .navbar {
    height: 77px;
  }
  .cid-s1eGbEIqTO .navbar.opened {
    height: auto;
  }
  .cid-s1eGbEIqTO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1eGbGuwCy .modal-body .close {
  background: #1b1b1b;
}
.cid-s1eGbGuwCy .modal-body .close span {
  font-style: normal;
}
.cid-s1eGbGuwCy .carousel-inner > .active,
.cid-s1eGbGuwCy .carousel-inner > .next,
.cid-s1eGbGuwCy .carousel-inner > .prev {
  display: table;
}
.cid-s1eGbGuwCy .carousel-control .icon-next,
.cid-s1eGbGuwCy .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s1eGbGuwCy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s1eGbGuwCy .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s1eGbGuwCy .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s1eGbGuwCy .boxed-slider > div {
  position: relative;
}
.cid-s1eGbGuwCy .container img {
  width: 100%;
}
.cid-s1eGbGuwCy .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-s1eGbGuwCy .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s1eGbGuwCy .mbr-table-cell {
  padding: 0;
}
.cid-s1eGbGuwCy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s1eGbGuwCy .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s1eGbGuwCy .mbr-overlay {
  z-index: 1;
}
.cid-s1eGbGuwCy .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s1eGbGuwCy .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s1eGbGuwCy .carousel-item .container {
    width: 100%;
  }
}
.cid-s1eGbGuwCy .carousel-item-next.carousel-item-left,
.cid-s1eGbGuwCy .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s1eGbGuwCy .active.carousel-item-right,
.cid-s1eGbGuwCy .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s1eGbGuwCy .active.carousel-item-left,
.cid-s1eGbGuwCy .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s1eGbGuwCy .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;
}
.cid-s1eGbGuwCy .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s1eGbGuwCy .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s1eGbGuwCy .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s1eGbGuwCy .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s1eGbGuwCy .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s1eGbGuwCy .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-s1eGbGuwCy .mbr-slider .carousel-indicators li.active,
.cid-s1eGbGuwCy .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s1eGbGuwCy .mbr-slider .carousel-indicators li::after,
.cid-s1eGbGuwCy .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s1eGbGuwCy .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s1eGbGuwCy .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s1eGbGuwCy .mbr-slider > .container img {
  width: 100%;
}
.cid-s1eGbGuwCy .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-s1eGbGuwCy .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s1eGbGuwCy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s1eGbGuwCy .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s1eGbGuwCy .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s1eGbGuwCy .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s1eGbGuwCy .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s1eGbGuwCy .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s1eGbGuwCy .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s1eGbGuwCy .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s1eGbGuwCy .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s1eGbGuwCy .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s1eGbGuwCy .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s1eGbGuwCy P {
  text-align: center;
  color: #ffffff;
}
.cid-s1eGbGuwCy H2 {
  text-align: center;
  color: #f9f295;
}
.cid-s1eGbHZDys {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s1eGbHZDys .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-s1eGbHZDys .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s1eGbHZDys H2 {
  color: #232323;
}
.cid-tFETTBPoP5 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-tFETTBPoP5 p {
  color: #767676;
}
.cid-tFETTBPoP5 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tFETTBPoP5 .toggle-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tFETTBPoP5 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tFETTBPoP5 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tFETTBPoP5 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
}
.cid-tFETTBPoP5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tFETTBPoP5 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tFETTBPoP5 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tFETTBPoP5 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
}
@media (max-width: 991px) {
  .cid-tFETTBPoP5 .mbr-figure {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tFETTBPoP5 .mbr-figure {
    padding-left: 4rem;
  }
}
.cid-tFETTBPoP5 .panel-text {
  color: #767676;
  text-align: left;
}
.cid-tFETTBPoP5 P {
  text-align: left;
  color: #073b4c;
}
.cid-tFETTBPoP5 H4 {
  color: #000000;
}
.cid-s1eGbLlRI2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #c7b978;
}
.cid-s1eGbLlRI2 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #232323;
}
.cid-s1eGbLlRI2 .first-column .mbr-text {
  margin: 0;
}
.cid-s1eGbLlRI2 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-s1eGbLlRI2 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-s1eGbLlRI2 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-s1eGbLlRI2 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #f7ed4a;
}
.cid-s1eGbLlRI2 .form-group {
  max-width: 55%;
}
.cid-s1eGbLlRI2 .form-group,
.cid-s1eGbLlRI2 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-s1eGbLlRI2 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-s1eGbLlRI2 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-s1eGbLlRI2 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-s1eGbLlRI2 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-s1eGbLlRI2 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-s1eGbLlRI2 .col + .mbr-section-btn .btn,
.cid-s1eGbLlRI2 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-s1eGbLlRI2 .dragArea > *:nth-last-child(2).col,
.cid-s1eGbLlRI2 .dragArea > *:nth-last-child(2).col-auto,
.cid-s1eGbLlRI2 .col + .mbr-section-btn,
.cid-s1eGbLlRI2 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-s1eGbLlRI2 .first-column,
  .cid-s1eGbLlRI2 .second-column {
    padding-bottom: 2rem;
  }
  .cid-s1eGbLlRI2 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s1eGbLlRI2 .first-column,
  .cid-s1eGbLlRI2 .second-column,
  .cid-s1eGbLlRI2 .third-column {
    text-align: center;
  }
}
.cid-s1eGbLlRI2 .mbr-text {
  color: #ffffff;
}
.cid-s1eGbLlRI2 .mbr-section-title {
  color: #232323;
}
.cid-s1dQhW4p21 {
  height: 0 !important;
}
.cid-s1dQhW4p21 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #9c8c3f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s1dQhW4p21 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s1dQhW4p21 .nav-item:focus,
.cid-s1dQhW4p21 .nav-link:focus {
  outline: none;
}
.cid-s1dQhW4p21 .text-white:hover,
.cid-s1dQhW4p21 .text-white:active,
.cid-s1dQhW4p21 .text-white:focus {
  color: white!important;
}
.cid-s1dQhW4p21 .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s1dQhW4p21 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-s1dQhW4p21 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s1dQhW4p21 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s1dQhW4p21 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-s1dQhW4p21 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1dQhW4p21 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s1dQhW4p21 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s1dQhW4p21 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1dQhW4p21 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1dQhW4p21 .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-s1dQhW4p21 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1dQhW4p21 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1dQhW4p21 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1dQhW4p21 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1dQhW4p21 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1dQhW4p21 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1dQhW4p21 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1dQhW4p21 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1dQhW4p21 .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-s1dQhW4p21 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1dQhW4p21 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1dQhW4p21 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1dQhW4p21 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1dQhW4p21 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1dQhW4p21 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1dQhW4p21 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s1dQhW4p21 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1dQhW4p21 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1dQhW4p21 .section {
  position: relative;
  overflow: visible!important;
}
.cid-s1dQhW4p21 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s1dQhW4p21 .dropdown-item:hover {
  color: black!important;
}
.cid-s1dQhW4p21 .dropdown-menu {
  background-color: white!important;
}
.cid-s1dQhW4p21 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(186, 168, 84, 0.35);
  display: block;
}
.cid-s1dQhW4p21 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #9c8c3f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s1dQhW4p21 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-s1dQhW4p21 .nav-item {
    position: relative;
  }
}
.cid-s1dQhW4p21 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1dQhW4p21 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1dQhW4p21 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-s1dQhW4p21 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1dQhW4p21 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1dQhW4p21 .collapsed {
  flex-direction: row!important;
}
.cid-s1dQhW4p21 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1dQhW4p21 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s1dQhW4p21 .navbar-caption {
  font-weight: 600!important;
}
.cid-s1dQhW4p21 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1dQhW4p21 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1dQhW4p21 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1dQhW4p21 .dropdown-item.active,
.cid-s1dQhW4p21 .dropdown-item:active {
  background-color: transparent;
}
.cid-s1dQhW4p21 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1dQhW4p21 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1dQhW4p21 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1dQhW4p21 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1dQhW4p21 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1dQhW4p21 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1dQhW4p21 .navbar-buttons {
  text-align: center;
}
.cid-s1dQhW4p21 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1dQhW4p21 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s1dQhW4p21 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1dQhW4p21 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1dQhW4p21 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1dQhW4p21 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1dQhW4p21 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1dQhW4p21 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1dQhW4p21 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1dQhW4p21 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1dQhW4p21 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1dQhW4p21 .nav-link {
  font-weight: 600!important;
}
.cid-s1dQhW4p21 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1dQhW4p21 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1dQhW4p21 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s1dQhW4p21 .icons-menu span {
  font-size: 26px;
  color: #f7ed4a;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1dQhW4p21 .navbar {
    height: 77px;
  }
  .cid-s1dQhW4p21 .navbar.opened {
    height: auto;
  }
  .cid-s1dQhW4p21 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1dQCfUET5 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #d8d7d7;
}
.cid-s1dQCfUET5 .mbr-text,
.cid-s1dQCfUET5 blockquote {
  color: #767676;
}
.cid-s1dQCfUET5 .mbr-text {
  color: #000000;
}
.cid-s1dQi1i0Kr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #c7b978;
}
.cid-s1dQi1i0Kr .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #232323;
}
.cid-s1dQi1i0Kr .first-column .mbr-text {
  margin: 0;
}
.cid-s1dQi1i0Kr .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-s1dQi1i0Kr .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-s1dQi1i0Kr .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-s1dQi1i0Kr .icons-wrapper ul li .mbr-iconfont:hover {
  color: #f7ed4a;
}
.cid-s1dQi1i0Kr .form-group {
  max-width: 55%;
}
.cid-s1dQi1i0Kr .form-group,
.cid-s1dQi1i0Kr .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-s1dQi1i0Kr .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-s1dQi1i0Kr .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-s1dQi1i0Kr .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-s1dQi1i0Kr .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-s1dQi1i0Kr .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-s1dQi1i0Kr .col + .mbr-section-btn .btn,
.cid-s1dQi1i0Kr .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-s1dQi1i0Kr .dragArea > *:nth-last-child(2).col,
.cid-s1dQi1i0Kr .dragArea > *:nth-last-child(2).col-auto,
.cid-s1dQi1i0Kr .col + .mbr-section-btn,
.cid-s1dQi1i0Kr .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-s1dQi1i0Kr .first-column,
  .cid-s1dQi1i0Kr .second-column {
    padding-bottom: 2rem;
  }
  .cid-s1dQi1i0Kr .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s1dQi1i0Kr .first-column,
  .cid-s1dQi1i0Kr .second-column,
  .cid-s1dQi1i0Kr .third-column {
    text-align: center;
  }
}
.cid-s1dQi1i0Kr .mbr-text {
  color: #ffffff;
}
.cid-s1dQi1i0Kr .mbr-section-title {
  color: #232323;
}
.cid-s1dR7vSMOQ {
  height: 0 !important;
}
.cid-s1dR7vSMOQ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #9c8c3f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s1dR7vSMOQ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-s1dR7vSMOQ .nav-item:focus,
.cid-s1dR7vSMOQ .nav-link:focus {
  outline: none;
}
.cid-s1dR7vSMOQ .text-white:hover,
.cid-s1dR7vSMOQ .text-white:active,
.cid-s1dR7vSMOQ .text-white:focus {
  color: white!important;
}
.cid-s1dR7vSMOQ .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s1dR7vSMOQ .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-s1dR7vSMOQ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s1dR7vSMOQ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s1dR7vSMOQ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-s1dR7vSMOQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1dR7vSMOQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s1dR7vSMOQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s1dR7vSMOQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1dR7vSMOQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1dR7vSMOQ .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-s1dR7vSMOQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1dR7vSMOQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1dR7vSMOQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1dR7vSMOQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1dR7vSMOQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1dR7vSMOQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1dR7vSMOQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1dR7vSMOQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1dR7vSMOQ .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-s1dR7vSMOQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1dR7vSMOQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1dR7vSMOQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1dR7vSMOQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1dR7vSMOQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1dR7vSMOQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1dR7vSMOQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s1dR7vSMOQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1dR7vSMOQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1dR7vSMOQ .section {
  position: relative;
  overflow: visible!important;
}
.cid-s1dR7vSMOQ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-s1dR7vSMOQ .dropdown-item:hover {
  color: black!important;
}
.cid-s1dR7vSMOQ .dropdown-menu {
  background-color: white!important;
}
.cid-s1dR7vSMOQ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(186, 168, 84, 0.35);
  display: block;
}
.cid-s1dR7vSMOQ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #9c8c3f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-s1dR7vSMOQ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-s1dR7vSMOQ .nav-item {
    position: relative;
  }
}
.cid-s1dR7vSMOQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1dR7vSMOQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1dR7vSMOQ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-s1dR7vSMOQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1dR7vSMOQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1dR7vSMOQ .collapsed {
  flex-direction: row!important;
}
.cid-s1dR7vSMOQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1dR7vSMOQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s1dR7vSMOQ .navbar-caption {
  font-weight: 600!important;
}
.cid-s1dR7vSMOQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1dR7vSMOQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1dR7vSMOQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1dR7vSMOQ .dropdown-item.active,
.cid-s1dR7vSMOQ .dropdown-item:active {
  background-color: transparent;
}
.cid-s1dR7vSMOQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1dR7vSMOQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1dR7vSMOQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1dR7vSMOQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1dR7vSMOQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1dR7vSMOQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1dR7vSMOQ .navbar-buttons {
  text-align: center;
}
.cid-s1dR7vSMOQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1dR7vSMOQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s1dR7vSMOQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1dR7vSMOQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1dR7vSMOQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1dR7vSMOQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1dR7vSMOQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1dR7vSMOQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1dR7vSMOQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1dR7vSMOQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1dR7vSMOQ .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1dR7vSMOQ .nav-link {
  font-weight: 600!important;
}
.cid-s1dR7vSMOQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1dR7vSMOQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1dR7vSMOQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s1dR7vSMOQ .icons-menu span {
  font-size: 26px;
  color: #f7ed4a;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1dR7vSMOQ .navbar {
    height: 77px;
  }
  .cid-s1dR7vSMOQ .navbar.opened {
    height: auto;
  }
  .cid-s1dR7vSMOQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1dR7xFA8D {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #d8d7d7;
}
.cid-s1dR7xFA8D .mbr-text,
.cid-s1dR7xFA8D blockquote {
  color: #767676;
}
.cid-s1dR7xFA8D .mbr-text {
  color: #232323;
}
.cid-s1dR7z7vmg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #c7b978;
}
.cid-s1dR7z7vmg .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #232323;
}
.cid-s1dR7z7vmg .first-column .mbr-text {
  margin: 0;
}
.cid-s1dR7z7vmg .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-s1dR7z7vmg .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-s1dR7z7vmg .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-s1dR7z7vmg .icons-wrapper ul li .mbr-iconfont:hover {
  color: #f7ed4a;
}
.cid-s1dR7z7vmg .form-group {
  max-width: 55%;
}
.cid-s1dR7z7vmg .form-group,
.cid-s1dR7z7vmg .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-s1dR7z7vmg .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-s1dR7z7vmg .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-s1dR7z7vmg .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-s1dR7z7vmg .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-s1dR7z7vmg .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-s1dR7z7vmg .col + .mbr-section-btn .btn,
.cid-s1dR7z7vmg .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-s1dR7z7vmg .dragArea > *:nth-last-child(2).col,
.cid-s1dR7z7vmg .dragArea > *:nth-last-child(2).col-auto,
.cid-s1dR7z7vmg .col + .mbr-section-btn,
.cid-s1dR7z7vmg .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-s1dR7z7vmg .first-column,
  .cid-s1dR7z7vmg .second-column {
    padding-bottom: 2rem;
  }
  .cid-s1dR7z7vmg .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-s1dR7z7vmg .first-column,
  .cid-s1dR7z7vmg .second-column,
  .cid-s1dR7z7vmg .third-column {
    text-align: center;
  }
}
.cid-s1dR7z7vmg .mbr-text {
  color: #ffffff;
}
.cid-s1dR7z7vmg .mbr-section-title {
  color: #232323;
}
.cid-vbzsKAiqs0 {
  height: 0 !important;
}
.cid-vbzsKAiqs0 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #9c8c3f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-vbzsKAiqs0 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-vbzsKAiqs0 .nav-item:focus,
.cid-vbzsKAiqs0 .nav-link:focus {
  outline: none;
}
.cid-vbzsKAiqs0 .text-white:hover,
.cid-vbzsKAiqs0 .text-white:active,
.cid-vbzsKAiqs0 .text-white:focus {
  color: white!important;
}
.cid-vbzsKAiqs0 .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vbzsKAiqs0 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-vbzsKAiqs0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vbzsKAiqs0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vbzsKAiqs0 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vbzsKAiqs0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbzsKAiqs0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vbzsKAiqs0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vbzsKAiqs0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbzsKAiqs0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbzsKAiqs0 .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-vbzsKAiqs0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbzsKAiqs0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vbzsKAiqs0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vbzsKAiqs0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbzsKAiqs0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbzsKAiqs0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vbzsKAiqs0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbzsKAiqs0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbzsKAiqs0 .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-vbzsKAiqs0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vbzsKAiqs0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbzsKAiqs0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbzsKAiqs0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vbzsKAiqs0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vbzsKAiqs0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vbzsKAiqs0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vbzsKAiqs0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vbzsKAiqs0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vbzsKAiqs0 .section {
  position: relative;
  overflow: visible!important;
}
.cid-vbzsKAiqs0 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-vbzsKAiqs0 .dropdown-item:hover {
  color: black!important;
}
.cid-vbzsKAiqs0 .dropdown-menu {
  background-color: white!important;
}
.cid-vbzsKAiqs0 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(186, 168, 84, 0.35);
  display: block;
}
.cid-vbzsKAiqs0 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #9c8c3f;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-vbzsKAiqs0 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-vbzsKAiqs0 .nav-item {
    position: relative;
  }
}
.cid-vbzsKAiqs0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vbzsKAiqs0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbzsKAiqs0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-vbzsKAiqs0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vbzsKAiqs0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vbzsKAiqs0 .collapsed {
  flex-direction: row!important;
}
.cid-vbzsKAiqs0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbzsKAiqs0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbzsKAiqs0 .navbar-caption {
  font-weight: 600!important;
}
.cid-vbzsKAiqs0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbzsKAiqs0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbzsKAiqs0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbzsKAiqs0 .dropdown-item.active,
.cid-vbzsKAiqs0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vbzsKAiqs0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbzsKAiqs0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbzsKAiqs0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbzsKAiqs0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbzsKAiqs0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbzsKAiqs0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vbzsKAiqs0 .navbar-buttons {
  text-align: center;
}
.cid-vbzsKAiqs0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vbzsKAiqs0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vbzsKAiqs0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vbzsKAiqs0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vbzsKAiqs0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vbzsKAiqs0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vbzsKAiqs0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vbzsKAiqs0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vbzsKAiqs0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vbzsKAiqs0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vbzsKAiqs0 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vbzsKAiqs0 .nav-link {
  font-weight: 600!important;
}
.cid-vbzsKAiqs0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vbzsKAiqs0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vbzsKAiqs0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-vbzsKAiqs0 .icons-menu span {
  font-size: 26px;
  color: #f7ed4a;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbzsKAiqs0 .navbar {
    height: 77px;
  }
  .cid-vbzsKAiqs0 .navbar.opened {
    height: auto;
  }
  .cid-vbzsKAiqs0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbzsKAQvhq .modal-body .close {
  background: #1b1b1b;
}
.cid-vbzsKAQvhq .modal-body .close span {
  font-style: normal;
}
.cid-vbzsKAQvhq .carousel-inner > .active,
.cid-vbzsKAQvhq .carousel-inner > .next,
.cid-vbzsKAQvhq .carousel-inner > .prev {
  display: table;
}
.cid-vbzsKAQvhq .carousel-control .icon-next,
.cid-vbzsKAQvhq .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-vbzsKAQvhq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vbzsKAQvhq .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vbzsKAQvhq .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-vbzsKAQvhq .boxed-slider > div {
  position: relative;
}
.cid-vbzsKAQvhq .container img {
  width: 100%;
}
.cid-vbzsKAQvhq .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-vbzsKAQvhq .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vbzsKAQvhq .mbr-table-cell {
  padding: 0;
}
.cid-vbzsKAQvhq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vbzsKAQvhq .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-vbzsKAQvhq .mbr-overlay {
  z-index: 1;
}
.cid-vbzsKAQvhq .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vbzsKAQvhq .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-vbzsKAQvhq .carousel-item .container {
    width: 100%;
  }
}
.cid-vbzsKAQvhq .carousel-item-next.carousel-item-left,
.cid-vbzsKAQvhq .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-vbzsKAQvhq .active.carousel-item-right,
.cid-vbzsKAQvhq .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-vbzsKAQvhq .active.carousel-item-left,
.cid-vbzsKAQvhq .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-vbzsKAQvhq .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;
}
.cid-vbzsKAQvhq .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbzsKAQvhq .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbzsKAQvhq .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-vbzsKAQvhq .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vbzsKAQvhq .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vbzsKAQvhq .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-vbzsKAQvhq .mbr-slider .carousel-indicators li.active,
.cid-vbzsKAQvhq .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-vbzsKAQvhq .mbr-slider .carousel-indicators li::after,
.cid-vbzsKAQvhq .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-vbzsKAQvhq .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-vbzsKAQvhq .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-vbzsKAQvhq .mbr-slider > .container img {
  width: 100%;
}
.cid-vbzsKAQvhq .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-vbzsKAQvhq .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-vbzsKAQvhq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vbzsKAQvhq .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-vbzsKAQvhq .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-vbzsKAQvhq .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-vbzsKAQvhq .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-vbzsKAQvhq .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-vbzsKAQvhq .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-vbzsKAQvhq .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-vbzsKAQvhq .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-vbzsKAQvhq .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-vbzsKAQvhq .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-vbzsKAQvhq H2 {
  text-align: center;
}
.cid-vbzsKAQvhq P {
  text-align: center;
}
.cid-vbzsKB43wE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vbzsKB43wE .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-vbzsKB43wE .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vbzsKB43wE H2 {
  color: #232323;
}
.cid-vbzsKBfqFi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vbzsKBfqFi .mbr-text,
.cid-vbzsKBfqFi blockquote {
  color: #767676;
}
.cid-vbzsKBfqFi .mbr-text P {
  text-align: left;
}
.cid-vbzsKBfqFi .mbr-text {
  color: #232323;
}
.cid-vbzsKBvUUN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vbzsKBvUUN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vbzsKBvUUN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbzsKBvUUN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbzsKBvUUN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vbzsKBvUUN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-vbzsKBvUUN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vbzsKBvUUN .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-vbzsKBvUUN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vbzsKBvUUN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-vbzsKBUcBe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #c7b978;
}
.cid-vbzsKBUcBe .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #232323;
}
.cid-vbzsKBUcBe .first-column .mbr-text {
  margin: 0;
}
.cid-vbzsKBUcBe .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-vbzsKBUcBe .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-vbzsKBUcBe .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-vbzsKBUcBe .icons-wrapper ul li .mbr-iconfont:hover {
  color: #f7ed4a;
}
.cid-vbzsKBUcBe .form-group {
  max-width: 55%;
}
.cid-vbzsKBUcBe .form-group,
.cid-vbzsKBUcBe .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-vbzsKBUcBe .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-vbzsKBUcBe .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-vbzsKBUcBe .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-vbzsKBUcBe .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-vbzsKBUcBe .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-vbzsKBUcBe .col + .mbr-section-btn .btn,
.cid-vbzsKBUcBe .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-vbzsKBUcBe .dragArea > *:nth-last-child(2).col,
.cid-vbzsKBUcBe .dragArea > *:nth-last-child(2).col-auto,
.cid-vbzsKBUcBe .col + .mbr-section-btn,
.cid-vbzsKBUcBe .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-vbzsKBUcBe .first-column,
  .cid-vbzsKBUcBe .second-column {
    padding-bottom: 2rem;
  }
  .cid-vbzsKBUcBe .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-vbzsKBUcBe .first-column,
  .cid-vbzsKBUcBe .second-column,
  .cid-vbzsKBUcBe .third-column {
    text-align: center;
  }
}
.cid-vbzsKBUcBe .mbr-text {
  color: #ffffff;
}
.cid-vbzsKBUcBe .mbr-section-title {
  color: #232323;
}
