body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Afacad', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Afacad', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Afacad', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((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-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))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #84611d !important;
}
.bg-success {
  background-color: #1a1a1a !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #9d823a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #84611d !important;
  border-color: #84611d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #84611d;
  border-color: #84611d;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #84611d !important;
  border-color: #84611d !important;
}
.btn-primary:hover {
  background-color: #5a4214 !important;
  border-color: #5a4214 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f6f297 !important;
  border-color: #f6f297 !important;
  color: #837e0b !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #837e0b !important;
  background-color: #f6f297;
  border-color: #f6f297;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #837e0b !important;
  background-color: #f6f297 !important;
  border-color: #f6f297 !important;
}
.btn-secondary:hover {
  background-color: #f2ec68 !important;
  border-color: #f2ec68 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9d823a !important;
  border-color: #9d823a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #9d823a;
  border-color: #9d823a;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9d823a !important;
  border-color: #9d823a !important;
}
.btn-danger:hover {
  background-color: #bd9f4d !important;
  border-color: #78632c !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !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: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #84611d;
  color: #84611d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #84611d !important;
  border-color: #84611d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #84611d !important;
  border-color: #84611d !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #f6f297;
  color: #f6f297;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #837e0b !important;
  background: #f6f297 !important;
  border-color: #f6f297;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #837e0b !important;
  background-color: #f6f297 !important;
  border-color: #f6f297 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #1a1a1a;
  color: #1a1a1a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #1a1a1a !important;
  border-color: #1a1a1a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #9d823a;
  color: #9d823a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #9d823a !important;
  border-color: #9d823a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9d823a !important;
  border-color: #9d823a !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  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 {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #84611d !important;
}
.text-secondary {
  color: #f6f297 !important;
}
.text-success {
  color: #1a1a1a !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #9d823a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #30240b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #eee639 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #53441e !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #84611d !important;
}
.alert-success {
  background-color: #1a1a1a;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #9d823a;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #84611d;
  border-color: #84611d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #84611d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7a749;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cccccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d2bd85;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Afacad', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #84611d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #84611d;
  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: #84611d;
  border-bottom-color: #84611d;
}
.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: #84611d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f6f297 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-u6URXnifFG {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-u6URXnifFG .nav-item,
.cid-u6URXnifFG .nav-link,
.cid-u6URXnifFG .navbar-caption {
  font-weight: normal;
}
.cid-u6URXnifFG .navbar-nav {
  counter-reset: number;
}
.cid-u6URXnifFG .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-u6URXnifFG .nav-link:before {
  content: '0' counter(number);
  display: inline-block;
  opacity: 0.7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: 0.6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u6URXnifFG .navbar {
    min-height: 120px !important;
  }
  .cid-u6URXnifFG .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-u6URXnifFG .btn {
    white-space: nowrap;
  }
  .cid-u6URXnifFG .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u6URXnifFG .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u6URXnifFG .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-u6URXnifFG .dropdown-toggle::after,
  .cid-u6URXnifFG .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-u6URXnifFG .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u6URXnifFG .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u6URXnifFG .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-u6URXnifFG .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u6URXnifFG .dropdown-menu .dropdown-item:hover {
  color: #84611d !important;
  background-color: #fafafa;
}
.cid-u6URXnifFG .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-u6URXnifFG .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-u6URXnifFG .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u6URXnifFG .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-u6URXnifFG .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-u6URXnifFG .nav-item:focus,
.cid-u6URXnifFG .nav-link:focus {
  outline: none;
}
.cid-u6URXnifFG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u6URXnifFG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6URXnifFG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u6URXnifFG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6URXnifFG .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u6URXnifFG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6URXnifFG ul.navbar-nav li {
  margin: auto;
}
.cid-u6URXnifFG .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-u6URXnifFG .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-u6URXnifFG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6URXnifFG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6URXnifFG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6URXnifFG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-u6URXnifFG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u6URXnifFG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6URXnifFG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u6URXnifFG .navbar {
    padding: 10px 0;
  }
  .cid-u6URXnifFG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6URXnifFG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6URXnifFG .navbar .container-fluid,
  .cid-u6URXnifFG .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-u6URXnifFG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u6URXnifFG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6URXnifFG .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-u6URXnifFG .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-u6URXnifFG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u6URXnifFG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u6URXnifFG .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-u6URXnifFG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u6URXnifFG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u6URXnifFG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6URXnifFG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6URXnifFG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u6URXnifFG .dropdown-item.active,
.cid-u6URXnifFG .dropdown-item:active {
  background-color: transparent;
}
.cid-u6URXnifFG .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6URXnifFG .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-u6URXnifFG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u6URXnifFG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u6URXnifFG .navbar-buttons {
  text-align: center;
}
.cid-u6URXnifFG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6URXnifFG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-u6URXnifFG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6URXnifFG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6URXnifFG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6URXnifFG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6URXnifFG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6URXnifFG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6URXnifFG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6URXnifFG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6URXnifFG .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-u6URXnifFG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-u6URXnifFG a.nav-link:hover {
  color: #84611d !important;
}
.is-builder .cid-u6URXnifFG .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6URXnifFG .navbar {
    height: 77px;
  }
  .cid-u6URXnifFG .navbar.opened {
    height: auto;
  }
  .cid-u6URXnifFG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s29WH1AxYd {
  overflow: hidden;
}
.cid-s29WH1AxYd .user {
  max-width: none;
  flex: 0 0 100%;
  position: relative;
}
.cid-s29WH1AxYd .user_image {
  height: 760px;
  height: 100vh;
  width: 100%;
}
.cid-s29WH1AxYd .user_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-s29WH1AxYd .mode {
  position: absolute;
  width: 350px;
  height: 450px;
  border: 10px solid #c5ab50;
  left: 9.5%;
  top: 40%;
  z-index: 0;
  transform: translateY(-50%);
}
.cid-s29WH1AxYd .title__block {
  height: 400px;
  position: absolute;
  top: 45%;
  left: 10%;
  transform: translateY(-50%);
  margin-left: 15px;
}
.cid-s29WH1AxYd .mbr-section-subtitle {
  letter-spacing: 1.5px;
  color: #000000;
  margin-bottom: 25px;
}
.cid-s29WH1AxYd .mbr-section-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-s29WH1AxYd .arrow__btn .mbr-iconfont {
  font-size: 30px;
  color: #fff;
}
.cid-s29WH1AxYd .box {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.cid-s29WH1AxYd .box__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9d823a;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -90px;
  left: -90px;
  opacity: 0.95;
}
.cid-s29WH1AxYd .box__icon .mbr-iconfont {
  font-size: 30px;
  color: #fff;
  padding: 30px;
}
.cid-s29WH1AxYd .box__item {
  width: 230px;
  height: 190px;
  padding: 30px 5px 30px 40px;
  text-align: left;
  float: left;
  background: #9d823a;
}
.cid-s29WH1AxYd .box__item:first-child {
  position: relative;
}
.cid-s29WH1AxYd .box__text {
  color: #000000;
}
.cid-s29WH1AxYd .carousel-item {
  justify-content: center;
}
.cid-s29WH1AxYd .carousel-item.active,
.cid-s29WH1AxYd .carousel-item-next,
.cid-s29WH1AxYd .carousel-item-prev {
  display: flex;
}
.cid-s29WH1AxYd .carousel-control-next,
.cid-s29WH1AxYd .carousel-control-prev {
  right: 50px;
  left: auto;
  top: 50%;
  bottom: auto;
  width: auto;
}
.cid-s29WH1AxYd .carousel-control-next {
  transform: translateY(70px);
}
.cid-s29WH1AxYd .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 30px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  color: #ffffff;
  background: rgba(26, 26, 26, 0.5);
  transition: all 0.3s ease-in-out;
}
.cid-s29WH1AxYd li {
  opacity: 1;
  border: none;
}
.cid-s29WH1AxYd li.active {
  background-color: #ffffff;
  opacity: .1;
  width: 230px;
  height: 190px;
}
.cid-s29WH1AxYd .carousel-indicators {
  right: 0;
  left: auto;
  justify-content: flex-end;
  margin: 0;
  opacity: .1;
}
.cid-s29WH1AxYd .carousel-indicators li {
  width: 230px;
  height: 190px;
  max-width: none;
  max-height: none;
  margin: 0;
  background-color: #ffffff;
  border-radius: 0;
  transition: opacity 0.4s ease-in-out;
}
.is-builder .cid-s29WH1AxYd .carousel-indicators {
  pointer-events: none;
}
@media (max-width: 767px) {
  .cid-s29WH1AxYd .box__content,
  .cid-s29WH1AxYd .carousel-indicators {
    display: none;
  }
  .cid-s29WH1AxYd .box__icon {
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 500px) {
  .cid-s29WH1AxYd .mode {
    width: 250px;
    height: 350px;
  }
  .cid-s29WH1AxYd .carousel-control-next,
  .cid-s29WH1AxYd .carousel-control-prev {
    right: 20px;
  }
}
.cid-s29WH1AxYd .mbr-section-title,
.cid-s29WH1AxYd .arrow__btn {
  color: #000000;
}
.cid-u6Q1249Ura {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1a1a1a;
}
.cid-u6Q1249Ura .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Q1249Ura .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u6Q1249Ura .container {
    padding: 0 22px;
  }
}
.cid-u6Q1249Ura .row {
  justify-content: center;
}
.cid-u6Q1249Ura .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u6Q1249Ura .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u6Q1249Ura .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #9d823a;
}
@media (max-width: 992px) {
  .cid-u6Q1249Ura .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u6Q1249Ura .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u6Q1249Ura .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #c5ab50;
}
.cid-u6Q1249Ura .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6Q1249Ura .mbr-section-title {
  color: #ffffff;
}
.cid-u6Q1249Ura .mbr-text {
  color: #ffffff;
}
.cid-u6SIxaXb6X {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #1a1a1a;
}
.cid-u6SIxaXb6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6SIxaXb6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6SIxaXb6X .mbr-text {
  color: #fafafa;
}
.cid-u6SIxaXb6X .mbr-section-subtitle,
.cid-u6SIxaXb6X .mbr-section-title,
.cid-u6SIxaXb6X .card-title {
  color: #fafafa;
}
.cid-u6SIxaXb6X .title .card-title {
  z-index: 1;
}
.cid-u6SIxaXb6X .num {
  color: #fafafa;
  word-break: normal;
}
@media (max-width: 767px) {
  .cid-u6SIxaXb6X .content-column {
    margin-bottom: 2rem;
  }
  .cid-u6SIxaXb6X .line-for-mobile {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .cid-u6SIxaXb6X .line-for-mobile {
    width: 100%;
  }
  .cid-u6SIxaXb6X .pt-20 {
    padding: 0;
  }
}
.cid-u6SIxaXb6X .card-box .rotate {
  margin-left: 1rem;
}
.cid-u6SIxaXb6X .card-title {
  font-size: 20px;
}
.cid-u6SIxaXb6X .title-arrow {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-u6SIxaXb6X .title-arrow {
    top: -7px;
  }
}
.cid-u6SIxaXb6X .rotate {
  transform: rotate(225deg);
}
.cid-u6SIxaXb6X .hidden-text {
  visibility: hidden;
}
.cid-u6SIxaXb6X .position {
  height: 76%;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-u6SIxaXb6X .card {
    padding-bottom: 40px;
  }
  .cid-u6SIxaXb6X .end {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-u6SIxaXb6X .btn,
  .cid-u6SIxaXb6X .btn-primary {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    margin-left: auto;
    word-break: normal;
  }
  .cid-u6SIxaXb6X .btn .rotate,
  .cid-u6SIxaXb6X .btn-primary .rotate {
    transform: rotate(225deg);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
  }
  .cid-u6SIxaXb6X .btn svg,
  .cid-u6SIxaXb6X .btn-primary svg {
    transition: all 0.4s;
  }
  .cid-u6SIxaXb6X .btn:hover > svg,
  .cid-u6SIxaXb6X .btn-primary:hover > svg {
    transform: rotate(315deg);
  }
}
@media (max-width: 991px) {
  .cid-u6SIxaXb6X .btn,
  .cid-u6SIxaXb6X .btn-primary {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-left: auto;
    right: 0;
    top: 1.5rem;
    word-break: normal;
  }
  .cid-u6SIxaXb6X .btn .rotate,
  .cid-u6SIxaXb6X .btn-primary .rotate {
    transform: rotate(225deg);
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .cid-u6SIxaXb6X .btn svg,
  .cid-u6SIxaXb6X .btn-primary svg {
    transition: all 0.4s;
  }
  .cid-u6SIxaXb6X .btn:hover > svg,
  .cid-u6SIxaXb6X .btn-primary:hover > svg {
    transform: rotate(315deg);
  }
}
@media (max-width: 576px) {
  .cid-u6SIxaXb6X .btn,
  .cid-u6SIxaXb6X .btn-primary {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-left: auto;
    right: 0;
    top: 1.5rem;
    word-break: normal;
  }
  .cid-u6SIxaXb6X .btn .rotate,
  .cid-u6SIxaXb6X .btn-primary .rotate {
    transform: rotate(225deg);
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .cid-u6SIxaXb6X .btn svg,
  .cid-u6SIxaXb6X .btn-primary svg {
    transition: all 0.4s;
  }
  .cid-u6SIxaXb6X .btn:hover > svg,
  .cid-u6SIxaXb6X .btn-primary:hover > svg {
    transform: rotate(315deg);
  }
  .cid-u6SIxaXb6X .btn p,
  .cid-u6SIxaXb6X .btn-primary p {
    margin-bottom: 0.5rem;
  }
}
.cid-u6SIxaXb6X .hide {
  display: none;
}
.cid-u6SIxaXb6X .pt-20 {
  padding-top: 20px;
}
@media (max-width: 425px) {
  .cid-u6SIxaXb6X .pt-20 {
    padding-top: 10px;
  }
}
.cid-u6SOZ6dbMY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chair-table-dinning-beach-sea-with-blue-sky-2000x1333.jpg");
}
.cid-u6SOZ6dbMY .mbr-section-title {
  color: #233d63;
}
.cid-u6SOZ6dbMY .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-u6SOZ6dbMY .mbr-section-title,
.cid-u6SOZ6dbMY .icon__wrap {
  text-align: center;
  color: #ffffff;
}
.cid-u6SOZ6dbMY .mbr-section-subtitle {
  text-align: center;
}
.cid-u6SOZ6dbMY .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-u6SOZ6dbMY .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-u6SOZ6dbMY .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-u6SOZ6dbMY .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-u6SOZ6dbMY .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-u6SOZ6dbMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6SOZ6dbMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6SQF8f4bm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6SQF8f4bm .mbr-section-title {
  color: #233d63;
}
.cid-u6SQF8f4bm .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-u6SQF8f4bm .mbr-section-title,
.cid-u6SQF8f4bm .icon__wrap {
  text-align: center;
  color: #1a1a1a;
}
.cid-u6SQF8f4bm .mbr-section-subtitle {
  text-align: center;
}
.cid-u6SQF8f4bm .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-u6SQF8f4bm .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-u6SQF8f4bm .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-u6SQF8f4bm .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-u6SQF8f4bm .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-u6SQF8f4bm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6SQF8f4bm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7JynybQj2 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u7JynybQj2 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-u7JynybQj2 .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-u7JynybQj2 .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #84611d;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: none;
  border: 1px solid #84611d;
  color: #84611d;
}
.cid-u7JynybQj2 .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-u7JynybQj2 img {
    width: 90%;
  }
}
.cid-u7JynybQj2 .mbr-text,
.cid-u7JynybQj2 .mbr-section-btn {
  color: #1a1a1a;
}
.cid-u7JynybQj2 .card-title {
  color: #1a1a1a;
}
.cid-u7JABaBBlj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-u7JABaBBlj .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-u7JABaBBlj .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-u7JABaBBlj .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #84611d;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: none;
  border: 1px solid #84611d;
  color: #84611d;
}
.cid-u7JABaBBlj .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-u7JABaBBlj img {
    width: 90%;
  }
}
.cid-u7JABaBBlj .mbr-text,
.cid-u7JABaBBlj .mbr-section-btn {
  color: #1a1a1a;
}
.cid-u7JABaBBlj .card-title {
  color: #1a1a1a;
}
.cid-u7JBIYeI5B {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7JBIYeI5B .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-u7JBIYeI5B .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-u7JBIYeI5B .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #84611d;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: none;
  border: 1px solid #84611d;
  color: #84611d;
}
.cid-u7JBIYeI5B .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-u7JBIYeI5B img {
    width: 90%;
  }
}
.cid-u7JBIYeI5B .mbr-text,
.cid-u7JBIYeI5B .mbr-section-btn {
  color: #1a1a1a;
}
.cid-u7JBIYeI5B .card-title {
  color: #1a1a1a;
}
.cid-u7JCx1i1DF {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #e9e9e9;
}
.cid-u7JCx1i1DF .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-u7JCx1i1DF .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-u7JCx1i1DF .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #84611d;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: none;
  border: 1px solid #84611d;
  color: #84611d;
}
.cid-u7JCx1i1DF .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-u7JCx1i1DF img {
    width: 90%;
  }
}
.cid-u7JCx1i1DF .mbr-text,
.cid-u7JCx1i1DF .mbr-section-btn {
  color: #1a1a1a;
}
.cid-u7JCx1i1DF .card-title {
  color: #1a1a1a;
}
.cid-u7JCXmh4l2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7JCXmh4l2 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-u7JCXmh4l2 .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-u7JCXmh4l2 .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #84611d;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: none;
  border: 1px solid #84611d;
  color: #84611d;
}
.cid-u7JCXmh4l2 .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-u7JCXmh4l2 img {
    width: 90%;
  }
}
.cid-u7JCXmh4l2 .mbr-text,
.cid-u7JCXmh4l2 .mbr-section-btn {
  color: #1a1a1a;
}
.cid-u7JCXmh4l2 .card-title {
  color: #1a1a1a;
}
.cid-s29Zj1BvIA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #2a2a2c;
}
.cid-s29Zj1BvIA .container {
  pointer-events: none;
}
.cid-s29Zj1BvIA .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-s29Zj1BvIA .brand__text {
  padding: 12px 0 25px;
}
.cid-s29Zj1BvIA .brand__email {
  margin-bottom: 15px;
}
.cid-s29Zj1BvIA .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-s29Zj1BvIA .footer__title {
  padding: 12px 0 25px;
  color: #c5ab50;
}
.cid-s29Zj1BvIA .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-s29Zj1BvIA .footer__items a:hover {
  color: #9d823a !important;
}
.cid-s29Zj1BvIA .social {
  margin-top: 30px;
}
.cid-s29Zj1BvIA .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #c5ab50;
  border-radius: 50%;
  margin-right: 10px;
  color: #c5ab50;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-s29Zj1BvIA .social .social__items:hover {
  background-color: #9d823a;
  border-color: #9d823a;
}
.cid-s29Zj1BvIA .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-s29Zj1BvIA .social .social__items:last-child {
  margin-right: 0;
}
.cid-s29Zj1BvIA .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-s29Zj1BvIA .divider {
  background-color: #dbdbdb;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-s29Zj1BvIA .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-s29Zj1BvIA .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
  color: #9d823a;
}
.cid-s29Zj1BvIA .footer__bot_items a:hover {
  color: #9d823a !important;
}
.cid-s29Zj1BvIA .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-s29Zj1BvIA .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-s29Zj1BvIA .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #9d823a;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-s29Zj1BvIA .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-s29Zj1BvIA .divider {
    margin-top: 30px;
  }
  .cid-s29Zj1BvIA .footer__bottom {
    padding: 30px 0;
  }
  .cid-s29Zj1BvIA .align-right,
  .cid-s29Zj1BvIA .privacy {
    text-align: center;
  }
  .cid-s29Zj1BvIA .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-s29Zj1BvIA .privacy {
  color: #ffffff;
}
.cid-s29Zj1BvIA .footer__adress {
  color: #ffffff;
}
.cid-u7JDEMTlmh {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #e9e9e9;
}
.cid-u7JDEMTlmh .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-u7JDEMTlmh .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-u7JDEMTlmh .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #84611d;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: none;
  border: 1px solid #84611d;
  color: #84611d;
}
.cid-u7JDEMTlmh .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-u7JDEMTlmh img {
    width: 90%;
  }
}
.cid-u7JDEMTlmh .mbr-text,
.cid-u7JDEMTlmh .mbr-section-btn {
  color: #1a1a1a;
}
.cid-u7JDEMTlmh .card-title {
  color: #1a1a1a;
}
.cid-u7JEjFmTq3 {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-u7JEjFmTq3 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-u7JEjFmTq3 .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-u7JEjFmTq3 .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #84611d;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: none;
  border: 1px solid #84611d;
  color: #84611d;
}
.cid-u7JEjFmTq3 .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-u7JEjFmTq3 img {
    width: 90%;
  }
}
.cid-u7JEjFmTq3 .mbr-text,
.cid-u7JEjFmTq3 .mbr-section-btn {
  color: #1a1a1a;
}
.cid-u7JEjFmTq3 .card-title {
  color: #1a1a1a;
}
.cid-ugT30bBAMO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #2a2a2c;
}
.cid-ugT30bBAMO .image {
  position: relative;
  margin-bottom: 200px;
  height: 650px;
  background-image: url("../../../assets/images/decorated-wedding-restaurant-2000x1333.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-ugT30bBAMO .form__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  z-index: 5;
}
.cid-ugT30bBAMO .inner__wrap {
  padding: 70px 40px 60px 75px;
  border-bottom: 4px solid #84611d;
  box-shadow: 0px 50px 100px 0px rgba(3, 3, 3, 0.02);
  background: #2a2a2c;
}
.cid-ugT30bBAMO .mbr-form {
  width: 100%;
}
.cid-ugT30bBAMO .form-group {
  margin-bottom: 0;
}
.cid-ugT30bBAMO .dragArea .form-control {
  color: #ffffff;
  font-size: 17px;
  background-color: #2a2a2c !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #84611d;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.cid-ugT30bBAMO .dragArea textarea {
  margin-bottom: 30px;
  height: 105px !important;
  max-height: 105px;
  resize: none;
  border: none;
  border-bottom: 1px solid #84611d;
}
.cid-ugT30bBAMO .dragArea input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.cid-ugT30bBAMO .dragArea input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.cid-ugT30bBAMO .dragArea textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.cid-ugT30bBAMO .dragArea textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.cid-ugT30bBAMO .dragArea .input-group-btn .btn {
  min-width: 185px;
  border-radius: 0;
  line-height: 55px;
}
.cid-ugT30bBAMO .title__block {
  padding-left: 50px;
  padding-left: 15px;
  padding-right: 50px;
}
.cid-ugT30bBAMO .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ugT30bBAMO .mbr-section-title {
  color: #ffffff;
  margin-bottom: 15px;
}
.cid-ugT30bBAMO .mbr-text {
  margin-bottom: 10px;
}
.cid-ugT30bBAMO .phone {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugT30bBAMO .image {
    margin-bottom: 50px;
    height: auto;
    padding: 50px 0;
  }
  .cid-ugT30bBAMO .form__wrap {
    position: static;
  }
  .cid-ugT30bBAMO .title__block {
    padding: 0 15px 50px;
    order: -1;
  }
  .cid-ugT30bBAMO .subscribe__form {
    order: 1;
  }
  .cid-ugT30bBAMO .inner__wrap {
    padding: 70px 15px 60px;
  }
}
.cid-ugT30bBAMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugT30bBAMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
