@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.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: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((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: #cc2952 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50000 !important;
  border-color: #e50000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50000 !important;
  border-color: #e50000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !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: #771830;
  color: #771830;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0000;
  color: #cc0000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3333;
  border-color: #ff3333;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !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: #cc2952 !important;
}
.text-secondary {
  color: #ff3333 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !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: #771830 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !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: #82786e;
}
.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: #cc2952;
  border-color: #cc2952;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cc2952;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f5ccd6;
}
.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: #beb8b2;
}
.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: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #cc2952;
}
/* 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: #cc2952;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #cc2952;
}
.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: #cc2952;
  color: #ffffff;
}
.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: #cc2952;
  border-bottom-color: #cc2952;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #cc2952 !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: #ff3333 !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='%23cc2952' %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-upoCT77RSi .navbar {
  background: #b1a374;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-upoCT77RSi .navbar-dropdown.bg-color.transparent.opened {
  background: #b1a374;
}
.cid-upoCT77RSi a {
  font-style: normal;
}
.cid-upoCT77RSi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-upoCT77RSi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-upoCT77RSi .nav-item:focus,
.cid-upoCT77RSi .nav-link:focus {
  outline: none;
}
.cid-upoCT77RSi .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-upoCT77RSi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-upoCT77RSi .menu-logo {
  margin-right: auto;
}
.cid-upoCT77RSi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-upoCT77RSi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-upoCT77RSi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-upoCT77RSi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-upoCT77RSi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-upoCT77RSi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-upoCT77RSi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-upoCT77RSi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-upoCT77RSi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-upoCT77RSi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-upoCT77RSi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-upoCT77RSi .dropdown .dropdown-menu {
  background: #b1a374;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-upoCT77RSi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-upoCT77RSi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upoCT77RSi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-upoCT77RSi .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-upoCT77RSi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-upoCT77RSi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-upoCT77RSi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-upoCT77RSi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-upoCT77RSi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-upoCT77RSi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-upoCT77RSi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-upoCT77RSi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-upoCT77RSi button.navbar-toggler:focus {
  outline: none;
}
.cid-upoCT77RSi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-upoCT77RSi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upoCT77RSi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upoCT77RSi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upoCT77RSi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upoCT77RSi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upoCT77RSi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upoCT77RSi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upoCT77RSi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upoCT77RSi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-upoCT77RSi .collapsed .btn {
  display: -webkit-flex;
}
.cid-upoCT77RSi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-upoCT77RSi .collapsed .navbar-collapse.collapsing,
.cid-upoCT77RSi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-upoCT77RSi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-upoCT77RSi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-upoCT77RSi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-upoCT77RSi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-upoCT77RSi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-upoCT77RSi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-upoCT77RSi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-upoCT77RSi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-upoCT77RSi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-upoCT77RSi .collapsed button.navbar-toggler {
  display: block;
}
.cid-upoCT77RSi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-upoCT77RSi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-upoCT77RSi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-upoCT77RSi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-upoCT77RSi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-upoCT77RSi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-upoCT77RSi.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-upoCT77RSi img {
    height: 3.8rem !important;
  }
  .cid-upoCT77RSi .btn {
    display: -webkit-flex;
  }
  .cid-upoCT77RSi button.navbar-toggler {
    display: block;
  }
  .cid-upoCT77RSi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-upoCT77RSi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-upoCT77RSi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-upoCT77RSi .navbar-collapse.collapsing,
  .cid-upoCT77RSi .navbar-collapse.show {
    display: block !important;
  }
  .cid-upoCT77RSi .navbar-collapse.collapsing .navbar-nav,
  .cid-upoCT77RSi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-upoCT77RSi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-upoCT77RSi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-upoCT77RSi .navbar-collapse.collapsing .navbar-buttons,
  .cid-upoCT77RSi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-upoCT77RSi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-upoCT77RSi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-upoCT77RSi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-upoCT77RSi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-upoCT77RSi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-upoCT77RSi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-upoCT77RSi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-upoCT77RSi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-upoCT77RSi .nav-link:hover,
.cid-upoCT77RSi .dropdown-item:hover {
  color: #767676 !important;
}
.cid-upoGcICNBe {
  background-image: url("../../../assets/images/kabinet2-1440x958.jpg");
}
.cid-upoGcICNBe .mbr-text,
.cid-upoGcICNBe .mbr-section-btn {
  text-align: left;
  color: #c1c1c1;
}
.cid-upoGcICNBe H3 {
  color: #b1a374;
}
.cid-upoGcICNBe H1 {
  color: #b1a374;
}
.cid-upoOQtS3Ct {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e4d295;
}
.cid-upoOQtS3Ct h3 {
  text-align: center;
}
.cid-upoOQtS3Ct .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-upoOQtS3Ct .mbr-content-text {
  color: #767676;
}
.cid-upoOQtS3Ct .panel-item {
  background: #e4d295;
}
.cid-upoOQtS3Ct .card {
  word-wrap: break-word;
}
.cid-upoOQtS3Ct .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-upoOQtS3Ct .mbr-section-title {
  color: #767676;
}
.cid-upoOQtS3Ct H3 {
  color: #ff3333;
}
.cid-upoOQtS3Ct H4 {
  color: #4f4943;
}
.cid-upoP7rxkkC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e4d295;
}
.cid-upoP7rxkkC .mbr-text,
.cid-upoP7rxkkC .ornament {
  text-align: left;
}
.cid-upSiZ3aARI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg.jpg");
}
.cid-upYA4P356t {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-upYA4P356t .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-upYA4P356t .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upYA4P356t .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upYA4P356t .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-upYA4P356t .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, #82786e) !important;
}
.cid-upYA4P356t .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-upYA4P356t .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-upYA4P356t .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-upYA4P356t .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, #82786e) !important;
}
.cid-upVNyoAFkh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-upVNyoAFkh .mbr-section-subtitle {
  color: #767676;
}
.cid-upVNyoAFkh H2 {
  color: #b1a374;
}
.cid-upVIdAdTQn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-upVIdAdTQn p {
  color: #767676;
}
.cid-upVIdAdTQn .mbr-section-subtitle {
  color: #767676;
}
.cid-upVIdAdTQn .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-upVIdAdTQn .panel-group {
  width: 100%;
}
.cid-upVIdAdTQn .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-upVIdAdTQn .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-upVIdAdTQn .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-upVIdAdTQn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-upVIdAdTQn .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-upVIdAdTQn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-upVIdAdTQn .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-upVIdAdTQn .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-upVIdAdTQn H4 {
  color: #b1a374;
}
.cid-upVIdAdTQn H2 {
  color: #b1a374;
  text-align: center;
}
.cid-upoTtQGsT6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upoTtQGsT6 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-upoTtQGsT6 .mbr-section-title {
  margin: 0;
}
.cid-upoTtQGsT6 .card-img {
  text-align: center;
}
.cid-upoTtQGsT6 .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-upoTtQGsT6 .row-item.card1 {
  background: #e4d295;
}
.cid-upoTtQGsT6 .row-item.card2 {
  background: #b1a374;
}
.cid-upoTtQGsT6 .row-item.card3 {
  background: #82786e;
}
.cid-upoTtQGsT6 .row-item.card4 {
  background: #635a51;
}
.cid-upoTtQGsT6 .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-upoTtQGsT6 .card-img,
  .cid-upoTtQGsT6 .mbr-text,
  .cid-upoTtQGsT6 .mbr-card-title,
  .cid-upoTtQGsT6 .mbr-section-subtitle,
  .cid-upoTtQGsT6 .mbr-section-title,
  .cid-upoTtQGsT6 .underline {
    text-align: center !important;
  }
}
.cid-upoTtQGsT6 .card2 > .mbr-text,
.cid-upoTtQGsT6 .card2 > .mbr-section-btn {
  text-align: left;
}
.cid-upoTtQGsT6 .card1 > .mbr-text,
.cid-upoTtQGsT6 .card1 > .mbr-section-btn {
  text-align: left;
}
.cid-upoTtQGsT6 .card3 > .mbr-text,
.cid-upoTtQGsT6 .card3 > .mbr-section-btn {
  text-align: left;
}
.cid-upoTtQGsT6 .card4 > .mbr-text,
.cid-upoTtQGsT6 .card4 > .mbr-section-btn {
  text-align: left;
}
.cid-upoTOtdhnx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-upoTOtdhnx .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #82786e none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-upoTOtdhnx .photo-split {
  padding: 0;
}
.cid-upoTOtdhnx .photo-split img {
  width: 100%;
}
.cid-upoTOtdhnx .icon-transition span:hover {
  background-color: #ff3333;
}
.cid-upoTOtdhnx .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-upoTOtdhnx .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-upoTOtdhnx .counter-container ul li:before {
  color: #ff3333;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-upoTOtdhnx .wrap-block {
  padding: 3rem 3rem;
}
.cid-upoTOtdhnx .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-upoTOtdhnx .wrap-block ul li {
  display: inline-block;
}
.cid-upoTOtdhnx .wrap-block ul li span {
  text-align: center;
}
.cid-upoTOtdhnx .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-upoTOtdhnx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-upoTOtdhnx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-upoTOtdhnx .mbr-list,
.cid-upoTOtdhnx .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-upoTOtdhnx .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-upoTOtdhnx .mbr-section-title,
  .cid-upoTOtdhnx .mbr-section-subtitle,
  .cid-upoTOtdhnx .mbr-text {
    text-align: center !important;
  }
  .cid-upoTOtdhnx .social-list {
    text-align: center !important;
  }
}
.cid-upoTOtdhnx .mbr-list,
.cid-upoTOtdhnx .social-media {
  color: #767676;
}
.cid-upoTOtdhnx .mbr-section-title {
  color: #b1a374;
}
.cid-upoTOtdhnx .mbr-text {
  color: #232323;
}
.cid-uq4IlzIsMM {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uq4IlzIsMM .mbr-section-subtitle {
  color: #767676;
}
.cid-uq4IlzIsMM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uq4IlzIsMM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uq4IlzIsMM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uq4IlzIsMM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uq4IlzIsMM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #635a51;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uq4IlzIsMM .icon-focus,
.cid-uq4IlzIsMM .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-uq4IlzIsMM .icon-focus:before,
.cid-uq4IlzIsMM .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uq4IlzIsMM .icon-video {
  font-size: 1.5rem !important;
}
.cid-uq4IlzIsMM .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uq4IlzIsMM ul {
  font-size: 0;
}
.cid-uq4IlzIsMM .mbr-gallery-filter ul {
  text-align: left;
}
.cid-uq4IlzIsMM .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-uq4IlzIsMM .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-uq4IlzIsMM .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-uq4IlzIsMM .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-uq4IlzIsMM .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-uq4IlzIsMM .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-uq4IlzIsMM .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-uq4IlzIsMM .mbr-gallery-filter ul li:first-child,
.cid-uq4IlzIsMM .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-uq4IlzIsMM .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-uq4IlzIsMM .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-upSo6wbfU6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg.jpg");
}
.cid-upoMfxT0Qc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-upoMfxT0Qc .mbr-text {
  color: #232323;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-upoMfxT0Qc div.b {
  padding-top: 2rem;
}
.cid-upoMdA09nT .google-map {
  height: 25rem;
  position: relative;
}
.cid-upoMdA09nT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upoMdA09nT .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-upoMdA09nT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upoMdA09nT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upoM0YzWA7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uq46NMw7Vr .navbar {
  background: #b1a374;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uq46NMw7Vr .navbar-dropdown.bg-color.transparent.opened {
  background: #b1a374;
}
.cid-uq46NMw7Vr a {
  font-style: normal;
}
.cid-uq46NMw7Vr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uq46NMw7Vr .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uq46NMw7Vr .nav-item:focus,
.cid-uq46NMw7Vr .nav-link:focus {
  outline: none;
}
.cid-uq46NMw7Vr .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uq46NMw7Vr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uq46NMw7Vr .menu-logo {
  margin-right: auto;
}
.cid-uq46NMw7Vr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uq46NMw7Vr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uq46NMw7Vr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uq46NMw7Vr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uq46NMw7Vr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uq46NMw7Vr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uq46NMw7Vr .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uq46NMw7Vr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uq46NMw7Vr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uq46NMw7Vr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uq46NMw7Vr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uq46NMw7Vr .dropdown .dropdown-menu {
  background: #b1a374;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uq46NMw7Vr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uq46NMw7Vr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq46NMw7Vr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uq46NMw7Vr .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uq46NMw7Vr .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uq46NMw7Vr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uq46NMw7Vr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uq46NMw7Vr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uq46NMw7Vr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uq46NMw7Vr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uq46NMw7Vr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uq46NMw7Vr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uq46NMw7Vr button.navbar-toggler:focus {
  outline: none;
}
.cid-uq46NMw7Vr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uq46NMw7Vr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uq46NMw7Vr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uq46NMw7Vr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uq46NMw7Vr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uq46NMw7Vr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq46NMw7Vr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uq46NMw7Vr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uq46NMw7Vr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq46NMw7Vr .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uq46NMw7Vr .collapsed .btn {
  display: -webkit-flex;
}
.cid-uq46NMw7Vr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uq46NMw7Vr .collapsed .navbar-collapse.collapsing,
.cid-uq46NMw7Vr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uq46NMw7Vr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uq46NMw7Vr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uq46NMw7Vr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uq46NMw7Vr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uq46NMw7Vr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uq46NMw7Vr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uq46NMw7Vr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uq46NMw7Vr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uq46NMw7Vr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uq46NMw7Vr .collapsed button.navbar-toggler {
  display: block;
}
.cid-uq46NMw7Vr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uq46NMw7Vr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uq46NMw7Vr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uq46NMw7Vr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uq46NMw7Vr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uq46NMw7Vr .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uq46NMw7Vr.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uq46NMw7Vr img {
    height: 3.8rem !important;
  }
  .cid-uq46NMw7Vr .btn {
    display: -webkit-flex;
  }
  .cid-uq46NMw7Vr button.navbar-toggler {
    display: block;
  }
  .cid-uq46NMw7Vr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uq46NMw7Vr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uq46NMw7Vr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uq46NMw7Vr .navbar-collapse.collapsing,
  .cid-uq46NMw7Vr .navbar-collapse.show {
    display: block !important;
  }
  .cid-uq46NMw7Vr .navbar-collapse.collapsing .navbar-nav,
  .cid-uq46NMw7Vr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uq46NMw7Vr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uq46NMw7Vr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uq46NMw7Vr .navbar-collapse.collapsing .navbar-buttons,
  .cid-uq46NMw7Vr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uq46NMw7Vr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uq46NMw7Vr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uq46NMw7Vr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uq46NMw7Vr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uq46NMw7Vr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uq46NMw7Vr .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uq46NMw7Vr .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uq46NMw7Vr .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uq46NMw7Vr .nav-link:hover,
.cid-uq46NMw7Vr .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uq47FOwYy5 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #e4d295;
}
.cid-uq47FOwYy5 .mbr-text,
.cid-uq47FOwYy5 .ornament {
  text-align: left;
  color: #82786e;
}
.cid-uq46NVJ1cn {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #e4d295;
}
.cid-uq46NVJ1cn .mbr-text,
.cid-uq46NVJ1cn .ornament {
  text-align: left;
}
.cid-uq46Od6f3x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg.jpg");
}
.cid-uq46OfdbRY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-uq46OfdbRY .mbr-text {
  color: #232323;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uq46OfdbRY div.b {
  padding-top: 2rem;
}
.cid-uq46OhwInx .google-map {
  height: 25rem;
  position: relative;
}
.cid-uq46OhwInx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uq46OhwInx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uq46OhwInx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uq46OhwInx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uq46Ojqscs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uq4ZpWpiFq .navbar {
  background: #b1a374;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uq4ZpWpiFq .navbar-dropdown.bg-color.transparent.opened {
  background: #b1a374;
}
.cid-uq4ZpWpiFq a {
  font-style: normal;
}
.cid-uq4ZpWpiFq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uq4ZpWpiFq .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uq4ZpWpiFq .nav-item:focus,
.cid-uq4ZpWpiFq .nav-link:focus {
  outline: none;
}
.cid-uq4ZpWpiFq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uq4ZpWpiFq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uq4ZpWpiFq .menu-logo {
  margin-right: auto;
}
.cid-uq4ZpWpiFq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uq4ZpWpiFq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uq4ZpWpiFq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uq4ZpWpiFq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uq4ZpWpiFq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uq4ZpWpiFq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uq4ZpWpiFq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uq4ZpWpiFq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uq4ZpWpiFq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uq4ZpWpiFq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uq4ZpWpiFq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uq4ZpWpiFq .dropdown .dropdown-menu {
  background: #b1a374;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uq4ZpWpiFq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uq4ZpWpiFq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq4ZpWpiFq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uq4ZpWpiFq .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uq4ZpWpiFq .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uq4ZpWpiFq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uq4ZpWpiFq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uq4ZpWpiFq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uq4ZpWpiFq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uq4ZpWpiFq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uq4ZpWpiFq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uq4ZpWpiFq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uq4ZpWpiFq button.navbar-toggler:focus {
  outline: none;
}
.cid-uq4ZpWpiFq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uq4ZpWpiFq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uq4ZpWpiFq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uq4ZpWpiFq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uq4ZpWpiFq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uq4ZpWpiFq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq4ZpWpiFq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uq4ZpWpiFq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uq4ZpWpiFq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq4ZpWpiFq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uq4ZpWpiFq .collapsed .btn {
  display: -webkit-flex;
}
.cid-uq4ZpWpiFq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uq4ZpWpiFq .collapsed .navbar-collapse.collapsing,
.cid-uq4ZpWpiFq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uq4ZpWpiFq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uq4ZpWpiFq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uq4ZpWpiFq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uq4ZpWpiFq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uq4ZpWpiFq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uq4ZpWpiFq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uq4ZpWpiFq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uq4ZpWpiFq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uq4ZpWpiFq .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uq4ZpWpiFq .collapsed button.navbar-toggler {
  display: block;
}
.cid-uq4ZpWpiFq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uq4ZpWpiFq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uq4ZpWpiFq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uq4ZpWpiFq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uq4ZpWpiFq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uq4ZpWpiFq .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uq4ZpWpiFq.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uq4ZpWpiFq img {
    height: 3.8rem !important;
  }
  .cid-uq4ZpWpiFq .btn {
    display: -webkit-flex;
  }
  .cid-uq4ZpWpiFq button.navbar-toggler {
    display: block;
  }
  .cid-uq4ZpWpiFq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uq4ZpWpiFq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uq4ZpWpiFq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uq4ZpWpiFq .navbar-collapse.collapsing,
  .cid-uq4ZpWpiFq .navbar-collapse.show {
    display: block !important;
  }
  .cid-uq4ZpWpiFq .navbar-collapse.collapsing .navbar-nav,
  .cid-uq4ZpWpiFq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uq4ZpWpiFq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uq4ZpWpiFq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uq4ZpWpiFq .navbar-collapse.collapsing .navbar-buttons,
  .cid-uq4ZpWpiFq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uq4ZpWpiFq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uq4ZpWpiFq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uq4ZpWpiFq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uq4ZpWpiFq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uq4ZpWpiFq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uq4ZpWpiFq .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uq4ZpWpiFq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uq4ZpWpiFq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uq4ZpWpiFq .nav-link:hover,
.cid-uq4ZpWpiFq .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uq4ZpZwDJZ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #e4d295;
}
.cid-uq4ZpZwDJZ .mbr-text,
.cid-uq4ZpZwDJZ .ornament {
  text-align: left;
  color: #82786e;
}
.cid-uq4Zq2bFBH {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #e4d295;
}
.cid-uq4Zq2bFBH .mbr-text,
.cid-uq4Zq2bFBH .ornament {
  text-align: left;
}
.cid-uq4Zq4FS3r {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg.jpg");
}
.cid-uq4Zq7XMhw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-uq4Zq7XMhw .mbr-text {
  color: #232323;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uq4Zq7XMhw div.b {
  padding-top: 2rem;
}
.cid-uq4ZqbXRax .google-map {
  height: 25rem;
  position: relative;
}
.cid-uq4ZqbXRax .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uq4ZqbXRax .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uq4ZqbXRax .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uq4ZqbXRax .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uq4ZqeAGF7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uq4Zr5lxW9 .navbar {
  background: #b1a374;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uq4Zr5lxW9 .navbar-dropdown.bg-color.transparent.opened {
  background: #b1a374;
}
.cid-uq4Zr5lxW9 a {
  font-style: normal;
}
.cid-uq4Zr5lxW9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uq4Zr5lxW9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uq4Zr5lxW9 .nav-item:focus,
.cid-uq4Zr5lxW9 .nav-link:focus {
  outline: none;
}
.cid-uq4Zr5lxW9 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uq4Zr5lxW9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uq4Zr5lxW9 .menu-logo {
  margin-right: auto;
}
.cid-uq4Zr5lxW9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uq4Zr5lxW9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uq4Zr5lxW9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uq4Zr5lxW9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uq4Zr5lxW9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uq4Zr5lxW9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uq4Zr5lxW9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uq4Zr5lxW9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uq4Zr5lxW9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uq4Zr5lxW9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uq4Zr5lxW9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uq4Zr5lxW9 .dropdown .dropdown-menu {
  background: #b1a374;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uq4Zr5lxW9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uq4Zr5lxW9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq4Zr5lxW9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uq4Zr5lxW9 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uq4Zr5lxW9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uq4Zr5lxW9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uq4Zr5lxW9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uq4Zr5lxW9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uq4Zr5lxW9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uq4Zr5lxW9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uq4Zr5lxW9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uq4Zr5lxW9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uq4Zr5lxW9 button.navbar-toggler:focus {
  outline: none;
}
.cid-uq4Zr5lxW9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uq4Zr5lxW9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uq4Zr5lxW9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uq4Zr5lxW9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uq4Zr5lxW9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uq4Zr5lxW9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq4Zr5lxW9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uq4Zr5lxW9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uq4Zr5lxW9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq4Zr5lxW9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uq4Zr5lxW9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uq4Zr5lxW9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uq4Zr5lxW9 .collapsed .navbar-collapse.collapsing,
.cid-uq4Zr5lxW9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uq4Zr5lxW9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uq4Zr5lxW9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uq4Zr5lxW9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uq4Zr5lxW9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uq4Zr5lxW9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uq4Zr5lxW9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uq4Zr5lxW9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uq4Zr5lxW9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uq4Zr5lxW9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uq4Zr5lxW9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uq4Zr5lxW9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uq4Zr5lxW9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uq4Zr5lxW9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uq4Zr5lxW9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uq4Zr5lxW9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uq4Zr5lxW9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uq4Zr5lxW9.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uq4Zr5lxW9 img {
    height: 3.8rem !important;
  }
  .cid-uq4Zr5lxW9 .btn {
    display: -webkit-flex;
  }
  .cid-uq4Zr5lxW9 button.navbar-toggler {
    display: block;
  }
  .cid-uq4Zr5lxW9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uq4Zr5lxW9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uq4Zr5lxW9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uq4Zr5lxW9 .navbar-collapse.collapsing,
  .cid-uq4Zr5lxW9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uq4Zr5lxW9 .navbar-collapse.collapsing .navbar-nav,
  .cid-uq4Zr5lxW9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uq4Zr5lxW9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uq4Zr5lxW9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uq4Zr5lxW9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uq4Zr5lxW9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uq4Zr5lxW9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uq4Zr5lxW9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uq4Zr5lxW9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uq4Zr5lxW9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uq4Zr5lxW9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uq4Zr5lxW9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uq4Zr5lxW9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uq4Zr5lxW9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uq4Zr5lxW9 .nav-link:hover,
.cid-uq4Zr5lxW9 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uq4Zr8m9X2 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #e4d295;
}
.cid-uq4Zr8m9X2 .mbr-text,
.cid-uq4Zr8m9X2 .ornament {
  text-align: left;
  color: #82786e;
}
.cid-uq4ZrasTg7 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #e4d295;
}
.cid-uq4ZrasTg7 .mbr-text,
.cid-uq4ZrasTg7 .ornament {
  text-align: left;
}
.cid-uq4ZrcUyda {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg.jpg");
}
.cid-uq4ZrfvPdS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-uq4ZrfvPdS .mbr-text {
  color: #232323;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uq4ZrfvPdS div.b {
  padding-top: 2rem;
}
.cid-uq4ZrimTri .google-map {
  height: 25rem;
  position: relative;
}
.cid-uq4ZrimTri .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uq4ZrimTri .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uq4ZrimTri .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uq4ZrimTri .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uq4ZrkES6I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uq4ZrZA6uO .navbar {
  background: #b1a374;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uq4ZrZA6uO .navbar-dropdown.bg-color.transparent.opened {
  background: #b1a374;
}
.cid-uq4ZrZA6uO a {
  font-style: normal;
}
.cid-uq4ZrZA6uO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uq4ZrZA6uO .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uq4ZrZA6uO .nav-item:focus,
.cid-uq4ZrZA6uO .nav-link:focus {
  outline: none;
}
.cid-uq4ZrZA6uO .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uq4ZrZA6uO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uq4ZrZA6uO .menu-logo {
  margin-right: auto;
}
.cid-uq4ZrZA6uO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uq4ZrZA6uO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uq4ZrZA6uO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uq4ZrZA6uO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uq4ZrZA6uO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uq4ZrZA6uO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uq4ZrZA6uO .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uq4ZrZA6uO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uq4ZrZA6uO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uq4ZrZA6uO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uq4ZrZA6uO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uq4ZrZA6uO .dropdown .dropdown-menu {
  background: #b1a374;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uq4ZrZA6uO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uq4ZrZA6uO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq4ZrZA6uO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uq4ZrZA6uO .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uq4ZrZA6uO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uq4ZrZA6uO .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uq4ZrZA6uO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uq4ZrZA6uO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uq4ZrZA6uO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uq4ZrZA6uO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uq4ZrZA6uO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uq4ZrZA6uO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uq4ZrZA6uO button.navbar-toggler:focus {
  outline: none;
}
.cid-uq4ZrZA6uO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uq4ZrZA6uO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uq4ZrZA6uO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uq4ZrZA6uO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uq4ZrZA6uO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uq4ZrZA6uO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq4ZrZA6uO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uq4ZrZA6uO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uq4ZrZA6uO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uq4ZrZA6uO .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uq4ZrZA6uO .collapsed .btn {
  display: -webkit-flex;
}
.cid-uq4ZrZA6uO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uq4ZrZA6uO .collapsed .navbar-collapse.collapsing,
.cid-uq4ZrZA6uO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uq4ZrZA6uO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uq4ZrZA6uO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uq4ZrZA6uO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uq4ZrZA6uO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uq4ZrZA6uO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uq4ZrZA6uO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uq4ZrZA6uO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uq4ZrZA6uO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uq4ZrZA6uO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uq4ZrZA6uO .collapsed button.navbar-toggler {
  display: block;
}
.cid-uq4ZrZA6uO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uq4ZrZA6uO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uq4ZrZA6uO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uq4ZrZA6uO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uq4ZrZA6uO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uq4ZrZA6uO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uq4ZrZA6uO.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uq4ZrZA6uO img {
    height: 3.8rem !important;
  }
  .cid-uq4ZrZA6uO .btn {
    display: -webkit-flex;
  }
  .cid-uq4ZrZA6uO button.navbar-toggler {
    display: block;
  }
  .cid-uq4ZrZA6uO .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uq4ZrZA6uO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uq4ZrZA6uO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uq4ZrZA6uO .navbar-collapse.collapsing,
  .cid-uq4ZrZA6uO .navbar-collapse.show {
    display: block !important;
  }
  .cid-uq4ZrZA6uO .navbar-collapse.collapsing .navbar-nav,
  .cid-uq4ZrZA6uO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uq4ZrZA6uO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uq4ZrZA6uO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uq4ZrZA6uO .navbar-collapse.collapsing .navbar-buttons,
  .cid-uq4ZrZA6uO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uq4ZrZA6uO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uq4ZrZA6uO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uq4ZrZA6uO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uq4ZrZA6uO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uq4ZrZA6uO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uq4ZrZA6uO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uq4ZrZA6uO .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uq4ZrZA6uO .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uq4ZrZA6uO .nav-link:hover,
.cid-uq4ZrZA6uO .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uq4Zs2Pv3n {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #e4d295;
}
.cid-uq4Zs2Pv3n .mbr-text,
.cid-uq4Zs2Pv3n .ornament {
  text-align: left;
  color: #82786e;
}
.cid-uq4Zs56EeJ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #e4d295;
}
.cid-uq4Zs56EeJ .mbr-text,
.cid-uq4Zs56EeJ .ornament {
  text-align: left;
}
.cid-uq4Zs7oVUe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg.jpg");
}
.cid-uq4Zsao0OJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-uq4Zsao0OJ .mbr-text {
  color: #232323;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uq4Zsao0OJ div.b {
  padding-top: 2rem;
}
.cid-uq4ZscUKdh .google-map {
  height: 25rem;
  position: relative;
}
.cid-uq4ZscUKdh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uq4ZscUKdh .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uq4ZscUKdh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uq4ZscUKdh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uq4Zsf394w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}


.main__subtitle {
  font-weight: normal;
  display: block;
}

.main__title {
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  font-size: 6rem;
  display: block;
}


@media (max-width: 768px) {
  .title {
    margin-top: 70px;
  }
  .main__subtitle {
    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))));
  }

  .main__title {
    font-size: calc(2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
}



:root {
  --swiper-theme-color: #e4d295;
  --swiper-navigation-size: 32px;
  --swiper-pagination-bottom: 0;
}

.work-process {
  max-width: 100%;
  margin: 40px auto;
  padding: 0 20px;
  background-color: white;
}

.work-process__title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.2rem;
  color: #222;
  position: relative;
  padding-bottom: 15px;
}

.work-process__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--swiper-theme-color);
}

.work-process__description {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  color: #666;
  font-size: 1.1rem;
}

.swiper {
  width: 100%;
  height: 100%;
  padding: 20px 0 40px;
}

.swiper-slide {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.swiper-slide:hover {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.slide-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  max-height: 925px;
}

.slide-step {
  display: inline-block;
  background-color: var(--swiper-theme-color);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.slide-title {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #222;
}

.slide-description {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 15px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: var(--swiper-theme-color);
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #1b1b1b;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  opacity: .5;
  color: white;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--swiper-theme-color);
  color: white;
}

/* Адаптивные стили */
@media (max-width: 1200px) {
  .slide-image {
    height: 600px;
  }
}

@media (max-width: 992px) {
  .work-process__title {
    font-size: 1.8rem;
  }

  .slide-image {
    height: 400px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 768px) {
  .work-process {
    margin: 30px auto;
    padding: 0 15px;
  }

  .work-process__title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .work-process__description {
    margin-bottom: 30px;
    font-size: 1rem;
  }

  .slide-image {
    height: 240px;
  }

  .slide-content {
    padding: 15px;
  }

  .slide-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .work-process__title {
    font-size: 1.4rem;
  }

  .slide-image {
    height: 240px;
  }

  .swiper {
    padding: 10px 0 30px;
  }
}
