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





body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Cantarell', sans-serif;
  font-size: 2.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Cantarell', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Cantarell', sans-serif;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Cantarell', sans-serif;
  font-size: 1rem;
}
.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: 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-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #9b8a48 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #767676 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffa200 !important;
  border-color: #ffa200 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #b37100 !important;
  border-color: #b37100 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b37100 !important;
  border-color: #b37100 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  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,
.btn-success.active {
  background-color: #9b8a48 !important;
  border-color: #9b8a48 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #675b30 !important;
  border-color: #675b30 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #675b30 !important;
  border-color: #675b30 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  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,
.btn-danger.active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #996100;
  color: #996100;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #ffa200;
  border-color: #ffa200;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa200 !important;
  border-color: #ffa200 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  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,
.btn-success-outline.active {
  background: none;
  border-color: #554c28;
  color: #554c28;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #9b8a48;
  border-color: #9b8a48;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9b8a48 !important;
  border-color: #9b8a48 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  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,
.btn-danger-outline.active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #000000 !important;
}
.text-secondary {
  color: #ffa200 !important;
}
.text-success {
  color: #9b8a48 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #767676 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #996100 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #554c28 !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: #434343 !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: #767676;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cec295;
}
.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: #b6b6b6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Cantarell', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #000000;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #ffa200 !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-s4lIvOfn1g .nav-item:focus,
.cid-s4lIvOfn1g .nav-link:focus {
  outline: none;
}
.cid-s4lIvOfn1g .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #bdb79e;
}
.cid-s4lIvOfn1g .navbar.opened {
  transition: all .3s;
  background: #bdb79e !important;
}
.cid-s4lIvOfn1g .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s4lIvOfn1g .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s4lIvOfn1g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s4lIvOfn1g .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s4lIvOfn1g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s4lIvOfn1g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s4lIvOfn1g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s4lIvOfn1g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s4lIvOfn1g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s4lIvOfn1g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s4lIvOfn1g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4lIvOfn1g .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s4lIvOfn1g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4lIvOfn1g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4lIvOfn1g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s4lIvOfn1g .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4lIvOfn1g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4lIvOfn1g .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s4lIvOfn1g .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-s4lIvOfn1g .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s4lIvOfn1g .navbar.navbar-short {
  background: #bdb79e !important;
  min-height: 60px;
}
.cid-s4lIvOfn1g .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4lIvOfn1g .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4lIvOfn1g .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s4lIvOfn1g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4lIvOfn1g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4lIvOfn1g .dropdown-item.active,
.cid-s4lIvOfn1g .dropdown-item:active {
  background-color: transparent;
}
.cid-s4lIvOfn1g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4lIvOfn1g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4lIvOfn1g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4lIvOfn1g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bdb79e;
}
.cid-s4lIvOfn1g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s4lIvOfn1g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4lIvOfn1g ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4lIvOfn1g .navbar-buttons {
  text-align: center;
}
.cid-s4lIvOfn1g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4lIvOfn1g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s4lIvOfn1g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4lIvOfn1g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4lIvOfn1g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4lIvOfn1g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4lIvOfn1g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4lIvOfn1g nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4lIvOfn1g nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4lIvOfn1g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4lIvOfn1g .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s4lIvOfn1g a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s4lIvOfn1g .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s4lIvOfn1g .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s4lIvOfn1g .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-s4lIvOfn1g .nav-link:hover,
.cid-s4lIvOfn1g .dropdown-item:hover,
.cid-s4lIvOfn1g .icons-menu .mbr-iconfont:hover {
  color: #9b8a48 !important;
}
.cid-s4kPT4yQos {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/quadro-randazzo-2000x1431.jpg");
}
.cid-s4kPT4yQos .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s4kPT4yQos .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s4kPT4yQos .card-img span {
  font-size: 100px;
}
.cid-s4kPT4yQos .mbr-section-title,
.cid-s4kPT4yQos .card-img {
  color: #000000;
}
.cid-s4lLaRg4KY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4lLaRg4KY .mbr-section-subtitle {
  color: #767676;
}
.cid-s4lLaRg4KY .mbr-section-title {
  color: #232323;
}
.cid-shVd8AgkM6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-shVd8AgkM6 .mbr-text,
.cid-shVd8AgkM6 blockquote {
  color: #767676;
}
.cid-s4lMlIWevB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-s4lMlIWevB .mbr-section-subtitle {
  color: #767676;
}
.cid-s4lMlIWevB .mbr-section-title {
  color: #232323;
}
.cid-saJG7E7Ofq {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-saJG7E7Ofq .mbr-iconfont {
  color: #767676;
  font-size: 0.2rem;
}
.cid-saJG7E7Ofq .title,
.cid-saJG7E7Ofq .mbr-section-title {
  margin-bottom: 0.5rem!important;
}
.cid-saJG7E7Ofq .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #232323;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 0rem;
}
.cid-saJG7E7Ofq .ico-wrap {
  background: #efefef;
  padding: 1rem;
}
.cid-saJG7E7Ofq .phone {
  margin-bottom: 0;
  color: #cccccc;
  text-align: left;
}
.cid-saJG7E7Ofq .text-box {
  padding: 0rem;
}
.cid-saJG7E7Ofq .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 3px;
}
.cid-saJG7E7Ofq .card-title {
  color: #9b8a48;
  margin: 0;
  padding-bottom: 0.2rem;
}
.cid-saJG7E7Ofq .card-img {
  overflow: hidden;
}
.cid-saJG7E7Ofq .card-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-saJG7E7Ofq .card-box {
  padding: 0rem;
}
.cid-saJG7E7Ofq img {
  transition: all 0.3s;
}
.cid-saJG7E7Ofq .mbr-section-title {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #767676;
}
.cid-saJG7E7Ofq .status {
  color: #767676;
  text-align: left;
}
@media (min-width: 576px) {
  .cid-saJG7E7Ofq .card-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-saJG7E7Ofq .card-img {
    width: 30%;
  }
  .cid-saJG7E7Ofq .card-box {
    width: 70%;
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-saJG7E7Ofq .card-img {
    width: 50%;
  }
  .cid-saJG7E7Ofq .card-box {
    width: 50%;
    margin-left: 0rem;
  }
  .cid-saJG7E7Ofq .text-box {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-saJG7E7Ofq .card-img {
    width: 100%;
  }
  .cid-saJG7E7Ofq .card-box {
    width: 100%;
  }
}
.cid-saJG7E7Ofq .card-box > p,
.cid-saJG7E7Ofq .mbr-section-btn {
  color: #767676;
}
.cid-s4lLg0MYYq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s4lLg0MYYq .mbr-section-subtitle {
  color: #767676;
}
.cid-s4lLg0MYYq .mbr-section-title {
  color: #232323;
}
.cid-s4lqgC8oS9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s4lqgC8oS9 .mbr-text {
  color: #879a9f;
}
.cid-s4lqgC8oS9 .color {
  background: #9b8a48;
}
.cid-s4lqgC8oS9 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-s4lqgC8oS9 .counter-container ul li {
  margin-bottom: .2rem;
  list-style: none;
  position: relative;
}
.cid-s4lqgC8oS9 .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 14px 16px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3d626c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-s4lqgC8oS9 .card2 {
    margin-left: 1rem;
  }
  .cid-s4lqgC8oS9 .card-wrapper {
    margin-right: 1rem;
  }
}
.cid-s4lqgC8oS9 .mbr-text,
.cid-s4lqgC8oS9 .mbr-section-btn {
  color: #444444;
}
.cid-s4lqgC8oS9 .card-title {
  color: #ffffff;
}
.cid-s4lqgC8oS9 .mbr-text,
.cid-s4lqgC8oS9 .mbr-section-btn UL {
  text-align: left;
}
.cid-s4lqgC8oS9 .mbr-text,
.cid-s4lqgC8oS9 .mbr-section-btn DIV {
  text-align: left;
}
.cid-s4lLWKdXxr {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f9fafb;
}
.cid-s4lLWKdXxr .mbr-section-subtitle {
  color: #767676;
}
.cid-s4lLWKdXxr .mbr-section-title {
  color: #232323;
}
.cid-shVhBpJ9At {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-shVhBpJ9At .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-shVhBpJ9At .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-shVhBpJ9At .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-shVhBpJ9At .form-group {
  padding-right: 0;
}
.cid-shVhBpJ9At .card {
  padding: 3rem 8rem;
}
.cid-shVhBpJ9At .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-shVhBpJ9At .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-shVhBpJ9At .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-shVhBpJ9At .google-map[data-state] {
  background: #e9e5dc;
}
.cid-shVhBpJ9At .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-shVhBpJ9At .map-placeholder {
  display: none;
}
.cid-shVhBpJ9At .btn-primary {
  border: 1px solid #000000 !important;
}
.cid-shVhBpJ9At .btn-primary:hover {
  border: 1px solid #000000 !important;
}
.cid-shVhBpJ9At .stripe {
  border-bottom: 1px solid #9b8a48;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-shVhBpJ9At .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-shVhBpJ9At .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-shVhBpJ9At .mbr-text {
  color: #444;
}
.cid-shVhBpJ9At h5 {
  margin-bottom: 0;
}
.cid-shVhBpJ9At .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-shVhBpJ9At .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shVhBpJ9At .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-shVhBpJ9At .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shVhBpJ9At .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-shVhBpJ9At .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-shVhBpJ9At .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-shVhBpJ9At .social-list a:hover {
  opacity: 0.4;
}
.cid-shVhBpJ9At .media-container-row > div {
  padding: 0px;
}
.cid-shVhBpJ9At .text2 {
  color: #000000;
  text-align: left;
}
.cid-shVhBpJ9At .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-shVhBpJ9At .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-shVhBpJ9At .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-shVhBpJ9At .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-shVhBpJ9At h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-shVhBpJ9At .form-group {
    max-width: 180px;
  }
  .cid-shVhBpJ9At .card {
    padding: 2rem 1rem;
  }
}
.cid-shVhBpJ9At .links span {
  color: #9e9e9e;
}
.cid-shVhBpJ9At .logo-title,
.cid-shVhBpJ9At .logo-sub-title {
  text-align: center;
}
.cid-shVhBpJ9At .logo-sub-title i {
  color: #9e9e9e;
}
.cid-s4lGyiQHSf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s4lGyiQHSf .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-s4lGyiQHSf .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s4lGyiQHSf .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-s4lGyiQHSf .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s4lGyiQHSf .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s4lGyiQHSf .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-s4lGyiQHSf .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s4lGyiQHSf .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-s4lGyiQHSf .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-si1kcJ32rK .nav-item:focus,
.cid-si1kcJ32rK .nav-link:focus {
  outline: none;
}
.cid-si1kcJ32rK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #bdb79e;
}
.cid-si1kcJ32rK .navbar.opened {
  transition: all .3s;
  background: #bdb79e !important;
}
.cid-si1kcJ32rK .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-si1kcJ32rK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-si1kcJ32rK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-si1kcJ32rK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-si1kcJ32rK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-si1kcJ32rK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-si1kcJ32rK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-si1kcJ32rK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-si1kcJ32rK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-si1kcJ32rK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-si1kcJ32rK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-si1kcJ32rK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-si1kcJ32rK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-si1kcJ32rK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-si1kcJ32rK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-si1kcJ32rK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-si1kcJ32rK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-si1kcJ32rK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-si1kcJ32rK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-si1kcJ32rK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-si1kcJ32rK .navbar.navbar-short {
  background: #bdb79e !important;
  min-height: 60px;
}
.cid-si1kcJ32rK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-si1kcJ32rK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-si1kcJ32rK .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-si1kcJ32rK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-si1kcJ32rK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-si1kcJ32rK .dropdown-item.active,
.cid-si1kcJ32rK .dropdown-item:active {
  background-color: transparent;
}
.cid-si1kcJ32rK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-si1kcJ32rK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-si1kcJ32rK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-si1kcJ32rK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bdb79e;
}
.cid-si1kcJ32rK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-si1kcJ32rK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-si1kcJ32rK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-si1kcJ32rK .navbar-buttons {
  text-align: center;
}
.cid-si1kcJ32rK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-si1kcJ32rK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-si1kcJ32rK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-si1kcJ32rK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-si1kcJ32rK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-si1kcJ32rK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-si1kcJ32rK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-si1kcJ32rK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-si1kcJ32rK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-si1kcJ32rK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-si1kcJ32rK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-si1kcJ32rK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-si1kcJ32rK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-si1kcJ32rK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-si1kcJ32rK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-si1kcJ32rK .nav-link:hover,
.cid-si1kcJ32rK .dropdown-item:hover,
.cid-si1kcJ32rK .icons-menu .mbr-iconfont:hover {
  color: #9b8a48 !important;
}
.cid-si1kcLpwjU {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-si1kcLpwjU .mbr-section-subtitle {
  color: #767676;
}
.cid-si1kcLpwjU .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-si1oAlZxLh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-si1oAlZxLh .mbr-text,
.cid-si1oAlZxLh blockquote {
  color: #767676;
}
.cid-si1oAlZxLh .mbr-text {
  text-align: left;
}
.cid-si1kcTmhns {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-si1kcTmhns .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-si1kcTmhns .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-si1kcTmhns .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-si1kcTmhns .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-si1kcTmhns .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-si1kcTmhns .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-si1kcTmhns .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-si1kcTmhns .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-si1kcTmhns .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-si1qJl7cED .nav-item:focus,
.cid-si1qJl7cED .nav-link:focus {
  outline: none;
}
.cid-si1qJl7cED .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #bdb79e;
}
.cid-si1qJl7cED .navbar.opened {
  transition: all .3s;
  background: #bdb79e !important;
}
.cid-si1qJl7cED .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-si1qJl7cED .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-si1qJl7cED .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-si1qJl7cED .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-si1qJl7cED .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-si1qJl7cED .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-si1qJl7cED .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-si1qJl7cED .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-si1qJl7cED .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-si1qJl7cED .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-si1qJl7cED .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-si1qJl7cED .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-si1qJl7cED .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-si1qJl7cED .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-si1qJl7cED .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-si1qJl7cED .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-si1qJl7cED .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-si1qJl7cED .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-si1qJl7cED .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-si1qJl7cED .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-si1qJl7cED .navbar.navbar-short {
  background: #bdb79e !important;
  min-height: 60px;
}
.cid-si1qJl7cED .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-si1qJl7cED .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-si1qJl7cED .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-si1qJl7cED .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-si1qJl7cED .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-si1qJl7cED .dropdown-item.active,
.cid-si1qJl7cED .dropdown-item:active {
  background-color: transparent;
}
.cid-si1qJl7cED .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-si1qJl7cED .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-si1qJl7cED .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-si1qJl7cED .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bdb79e;
}
.cid-si1qJl7cED .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-si1qJl7cED .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-si1qJl7cED ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-si1qJl7cED .navbar-buttons {
  text-align: center;
}
.cid-si1qJl7cED button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-si1qJl7cED button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-si1qJl7cED button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-si1qJl7cED button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-si1qJl7cED button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-si1qJl7cED button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-si1qJl7cED nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-si1qJl7cED nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-si1qJl7cED nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-si1qJl7cED nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-si1qJl7cED .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-si1qJl7cED a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-si1qJl7cED .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-si1qJl7cED .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-si1qJl7cED .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-si1qJl7cED .nav-link:hover,
.cid-si1qJl7cED .dropdown-item:hover,
.cid-si1qJl7cED .icons-menu .mbr-iconfont:hover {
  color: #9b8a48 !important;
}
.cid-si1qJlBEmG {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-si1qJlBEmG .mbr-section-subtitle {
  color: #767676;
}
.cid-si1qJlBEmG .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-si1qJm5GWP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-si1qJm5GWP .mbr-text,
.cid-si1qJm5GWP blockquote {
  color: #767676;
}
.cid-si1qJm5GWP .mbr-text {
  text-align: left;
}
.cid-si1qJmAwZ1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-si1qJmAwZ1 .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-si1qJmAwZ1 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-si1qJmAwZ1 .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-si1qJmAwZ1 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-si1qJmAwZ1 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-si1qJmAwZ1 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-si1qJmAwZ1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-si1qJmAwZ1 .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-si1qJmAwZ1 .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
