body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.75rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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: #8c6c19 !important;
}
.bg-success {
  background-color: #c1c1c1 !important;
}
.bg-info {
  background-color: #c08b00 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ffb800 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #8c6c19 !important;
  border-color: #8c6c19 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #4b3a0d !important;
  border-color: #4b3a0d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4b3a0d !important;
  border-color: #4b3a0d !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #c08b00 !important;
  border-color: #c08b00 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #745400 !important;
  border-color: #745400 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #745400 !important;
  border-color: #745400 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ffb800 !important;
  border-color: #ffb800 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #b38100 !important;
  border-color: #b38100 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b38100 !important;
  border-color: #b38100 !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: #35290a;
  color: #35290a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #8c6c19;
  border-color: #8c6c19;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8c6c19 !important;
  border-color: #8c6c19 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #5a4100;
  color: #5a4100;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #c08b00;
  border-color: #c08b00;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c08b00 !important;
  border-color: #c08b00 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #808080;
  background-color: #ffffff;
  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,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #996e00;
  color: #996e00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #ffb800;
  border-color: #ffb800;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb800 !important;
  border-color: #ffb800 !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: #8c6c19 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #c1c1c1 !important;
}
.text-info {
  color: #c08b00 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ffb800 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #35290a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #8e8e8e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #5a4100 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #996e00 !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: #c08b00;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ffb800;
}
.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: #8c6c19;
  border-color: #8c6c19;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #8c6c19;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #deb446;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffca41;
}
.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: #fff1cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #8c6c19;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8c6c19;
  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: #8c6c19;
  border-bottom-color: #8c6c19;
}
.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: #8c6c19 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
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='%238c6c19' %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-u5R0aktF3L .nav-item:focus,
.cid-u5R0aktF3L .nav-link:focus {
  outline: none;
}
.cid-u5R0aktF3L .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8c6c19;
  background: none;
}
.cid-u5R0aktF3L .navbar.opened {
  transition: all .3s;
  background: #8c6c19 !important;
}
.cid-u5R0aktF3L .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u5R0aktF3L .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5R0aktF3L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5R0aktF3L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u5R0aktF3L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u5R0aktF3L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5R0aktF3L .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-u5R0aktF3L .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u5R0aktF3L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u5R0aktF3L .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u5R0aktF3L .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u5R0aktF3L .navbar.navbar-short {
  background: #8c6c19 !important;
  min-height: 60px;
}
.cid-u5R0aktF3L .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u5R0aktF3L .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5R0aktF3L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5R0aktF3L .dropdown-item.active,
.cid-u5R0aktF3L .dropdown-item:active {
  background-color: transparent;
}
.cid-u5R0aktF3L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5R0aktF3L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5R0aktF3L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5R0aktF3L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8c6c19;
}
.cid-u5R0aktF3L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5R0aktF3L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5R0aktF3L ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5R0aktF3L .navbar-buttons {
  text-align: center;
}
.cid-u5R0aktF3L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5R0aktF3L .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u5R0aktF3L a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5R0aktF3L .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-u5R0aktF3L .nav-link:hover,
.cid-u5R0aktF3L .dropdown-item:hover,
.cid-u5R0aktF3L .icons-menu .mbr-iconfont:hover {
  color: #8c6c19 !important;
}
.cid-u5QULPluhO {
  background-image: url("../../../assets/images/1.png");
}
.cid-u5QULPluhO .mbr-section-title {
  letter-spacing: .1em;
}
.cid-u5QULPluhO .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-u5QULPluhO .card-img span {
  font-size: 100px;
}
.cid-u5QYXqFLCG {
  background-color: #8c6c19;
}
.cid-u5QYXqFLCG .mbr-section-title {
  letter-spacing: .1em;
}
.cid-u5QYXqFLCG .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-u5QYXqFLCG .card-img span {
  font-size: 100px;
}
.cid-u5RWTpf9jC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u5RWTpf9jC .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-u5RWTpf9jC .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-u5RWTpf9jC .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-u5RWTpf9jC .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5RWTpf9jC .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u5RWTpf9jC .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-u5RWTpf9jC .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5RWTpf9jC .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-u5RWTpf9jC .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-u5RWTpf9jC .links {
  color: #c1c1c1;
}
.cid-u5RWTpf9jC .copyright > p {
  color: #c1c1c1;
}
.cid-u5R0aktF3L .nav-item:focus,
.cid-u5R0aktF3L .nav-link:focus {
  outline: none;
}
.cid-u5R0aktF3L .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8c6c19;
  background: none;
}
.cid-u5R0aktF3L .navbar.opened {
  transition: all .3s;
  background: #8c6c19 !important;
}
.cid-u5R0aktF3L .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u5R0aktF3L .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5R0aktF3L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5R0aktF3L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u5R0aktF3L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u5R0aktF3L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5R0aktF3L .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-u5R0aktF3L .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u5R0aktF3L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u5R0aktF3L .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u5R0aktF3L .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u5R0aktF3L .navbar.navbar-short {
  background: #8c6c19 !important;
  min-height: 60px;
}
.cid-u5R0aktF3L .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u5R0aktF3L .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5R0aktF3L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5R0aktF3L .dropdown-item.active,
.cid-u5R0aktF3L .dropdown-item:active {
  background-color: transparent;
}
.cid-u5R0aktF3L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5R0aktF3L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5R0aktF3L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5R0aktF3L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8c6c19;
}
.cid-u5R0aktF3L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5R0aktF3L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5R0aktF3L ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5R0aktF3L .navbar-buttons {
  text-align: center;
}
.cid-u5R0aktF3L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5R0aktF3L .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u5R0aktF3L a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5R0aktF3L .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-u5R0aktF3L .nav-link:hover,
.cid-u5R0aktF3L .dropdown-item:hover,
.cid-u5R0aktF3L .icons-menu .mbr-iconfont:hover {
  color: #8c6c19 !important;
}
.cid-u5R6Ep1rmq {
  background-image: url("../../../assets/images/7.png");
}
.cid-u5R6Ep1rmq .mbr-section-title {
  letter-spacing: .1em;
}
.cid-u5R6Ep1rmq .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-u5R6Ep1rmq .card-img span {
  font-size: 100px;
}
.cid-u5R76Nko5v {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u5R76Nko5v .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u5R76Nko5v .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-u5R76Nko5v .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-u5R7cMvnSe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #8c6c19;
}
.cid-u5R7cMvnSe .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-u5R7cMvnSe .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-u5R7cMvnSe .card-img {
  margin-bottom: 1rem;
}
.cid-u5R7cMvnSe .card-img span {
  font-size: 60px;
}
.cid-u5RWRpl50I {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u5RWRpl50I .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-u5RWRpl50I .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-u5RWRpl50I .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-u5RWRpl50I .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5RWRpl50I .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u5RWRpl50I .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-u5RWRpl50I .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5RWRpl50I .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-u5RWRpl50I .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-u5RWRpl50I .links {
  color: #c1c1c1;
}
.cid-u5RWRpl50I .copyright > p {
  color: #c1c1c1;
}
.cid-u5R0aktF3L .nav-item:focus,
.cid-u5R0aktF3L .nav-link:focus {
  outline: none;
}
.cid-u5R0aktF3L .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8c6c19;
  background: none;
}
.cid-u5R0aktF3L .navbar.opened {
  transition: all .3s;
  background: #8c6c19 !important;
}
.cid-u5R0aktF3L .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u5R0aktF3L .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5R0aktF3L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5R0aktF3L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u5R0aktF3L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u5R0aktF3L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5R0aktF3L .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-u5R0aktF3L .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u5R0aktF3L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u5R0aktF3L .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u5R0aktF3L .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u5R0aktF3L .navbar.navbar-short {
  background: #8c6c19 !important;
  min-height: 60px;
}
.cid-u5R0aktF3L .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u5R0aktF3L .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5R0aktF3L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5R0aktF3L .dropdown-item.active,
.cid-u5R0aktF3L .dropdown-item:active {
  background-color: transparent;
}
.cid-u5R0aktF3L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5R0aktF3L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5R0aktF3L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5R0aktF3L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8c6c19;
}
.cid-u5R0aktF3L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5R0aktF3L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5R0aktF3L ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5R0aktF3L .navbar-buttons {
  text-align: center;
}
.cid-u5R0aktF3L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5R0aktF3L .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u5R0aktF3L a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5R0aktF3L .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-u5R0aktF3L .nav-link:hover,
.cid-u5R0aktF3L .dropdown-item:hover,
.cid-u5R0aktF3L .icons-menu .mbr-iconfont:hover {
  color: #8c6c19 !important;
}
.cid-u5RszHD5gO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/2.png");
}
.cid-u5RszHD5gO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5RszHD5gO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5RszHD5gO .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u5RszHD5gO .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-u5RszHD5gO .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u5RszHD5gO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-u5RszHD5gO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-u5RszHD5gO .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-u5RszHD5gO .mbr-section-title {
  color: #ffffff;
}
.cid-u5RszHD5gO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u5RszHD5gO .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u5RszHD5gO .card-box .item-footer {
  margin-top: auto;
}
.cid-u5RszHD5gO .content-head {
  max-width: 800px;
}
.cid-u5RrZKmmBV {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u5RrZKmmBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5RrZKmmBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5RrZKmmBV .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u5RrZKmmBV .item-mb {
    margin-bottom: 0;
  }
}
.cid-u5RrZKmmBV .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u5RrZKmmBV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-u5RrZKmmBV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-u5RrZKmmBV .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-u5RrZKmmBV .mbr-section-title {
  color: #8c6c19;
}
.cid-u5RrZKmmBV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u5RrZKmmBV .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u5RrZKmmBV .card-box .item-footer {
  margin-top: auto;
}
.cid-u5RrZKmmBV .content-head {
  max-width: 800px;
}
.cid-u5RWQ1YFHZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u5RWQ1YFHZ .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-u5RWQ1YFHZ .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-u5RWQ1YFHZ .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-u5RWQ1YFHZ .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5RWQ1YFHZ .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u5RWQ1YFHZ .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-u5RWQ1YFHZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5RWQ1YFHZ .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-u5RWQ1YFHZ .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-u5RWQ1YFHZ .links {
  color: #c1c1c1;
}
.cid-u5RWQ1YFHZ .copyright > p {
  color: #c1c1c1;
}
.cid-u5R0aktF3L .nav-item:focus,
.cid-u5R0aktF3L .nav-link:focus {
  outline: none;
}
.cid-u5R0aktF3L .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8c6c19;
  background: none;
}
.cid-u5R0aktF3L .navbar.opened {
  transition: all .3s;
  background: #8c6c19 !important;
}
.cid-u5R0aktF3L .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u5R0aktF3L .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5R0aktF3L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5R0aktF3L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u5R0aktF3L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u5R0aktF3L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5R0aktF3L .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-u5R0aktF3L .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u5R0aktF3L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u5R0aktF3L .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u5R0aktF3L .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u5R0aktF3L .navbar.navbar-short {
  background: #8c6c19 !important;
  min-height: 60px;
}
.cid-u5R0aktF3L .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u5R0aktF3L .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5R0aktF3L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5R0aktF3L .dropdown-item.active,
.cid-u5R0aktF3L .dropdown-item:active {
  background-color: transparent;
}
.cid-u5R0aktF3L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5R0aktF3L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5R0aktF3L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5R0aktF3L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8c6c19;
}
.cid-u5R0aktF3L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5R0aktF3L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5R0aktF3L ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5R0aktF3L .navbar-buttons {
  text-align: center;
}
.cid-u5R0aktF3L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5R0aktF3L .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u5R0aktF3L a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5R0aktF3L .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-u5R0aktF3L .nav-link:hover,
.cid-u5R0aktF3L .dropdown-item:hover,
.cid-u5R0aktF3L .icons-menu .mbr-iconfont:hover {
  color: #8c6c19 !important;
}
.cid-u5RECjwkcX {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/4.png");
}
.cid-u5RECjwkcX h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-u5RECjwkcX .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
}
.cid-u5RECjwkcX .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-u5RECjwkcX .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-u5RECjwkcX .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-u5RECjwkcX .panel-group {
  width: 100%;
}
.cid-u5RECjwkcX .card {
  border-bottom: 1px solid #8c6c19;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-u5RECjwkcX .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-u5RECjwkcX .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-u5RECjwkcX .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-u5RECjwkcX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u5RECjwkcX .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-u5RECjwkcX .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-u5RECjwkcX .card .panel-body {
  background: #8c6c19;
}
.cid-u5RECjwkcX .sign {
  color: #000000;
}
.cid-u5RECjwkcX .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u5RECjwkcX .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-u5RECjwkcX .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-u5RFSnqKXL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u5RFSnqKXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5RFSnqKXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5RFSnqKXL .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u5RFSnqKXL .item-mb {
    margin-bottom: 0;
  }
}
.cid-u5RFSnqKXL .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u5RFSnqKXL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-u5RFSnqKXL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-u5RFSnqKXL .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-u5RFSnqKXL .mbr-section-title {
  color: #8c6c19;
}
.cid-u5RFSnqKXL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u5RFSnqKXL .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-u5RFSnqKXL .card-box .item-footer {
  margin-top: auto;
}
.cid-u5RFSnqKXL .content-head {
  max-width: 800px;
}
.cid-u5RWOCzlEj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u5RWOCzlEj .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-u5RWOCzlEj .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-u5RWOCzlEj .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-u5RWOCzlEj .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5RWOCzlEj .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u5RWOCzlEj .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-u5RWOCzlEj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5RWOCzlEj .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-u5RWOCzlEj .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-u5RWOCzlEj .links {
  color: #c1c1c1;
}
.cid-u5RWOCzlEj .copyright > p {
  color: #c1c1c1;
}
.cid-u5R0aktF3L .nav-item:focus,
.cid-u5R0aktF3L .nav-link:focus {
  outline: none;
}
.cid-u5R0aktF3L .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8c6c19;
  background: none;
}
.cid-u5R0aktF3L .navbar.opened {
  transition: all .3s;
  background: #8c6c19 !important;
}
.cid-u5R0aktF3L .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u5R0aktF3L .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5R0aktF3L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5R0aktF3L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u5R0aktF3L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u5R0aktF3L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5R0aktF3L .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-u5R0aktF3L .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u5R0aktF3L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u5R0aktF3L .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u5R0aktF3L .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u5R0aktF3L .navbar.navbar-short {
  background: #8c6c19 !important;
  min-height: 60px;
}
.cid-u5R0aktF3L .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u5R0aktF3L .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5R0aktF3L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5R0aktF3L .dropdown-item.active,
.cid-u5R0aktF3L .dropdown-item:active {
  background-color: transparent;
}
.cid-u5R0aktF3L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5R0aktF3L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5R0aktF3L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5R0aktF3L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8c6c19;
}
.cid-u5R0aktF3L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5R0aktF3L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5R0aktF3L ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5R0aktF3L .navbar-buttons {
  text-align: center;
}
.cid-u5R0aktF3L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5R0aktF3L .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u5R0aktF3L a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5R0aktF3L .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-u5R0aktF3L .nav-link:hover,
.cid-u5R0aktF3L .dropdown-item:hover,
.cid-u5R0aktF3L .icons-menu .mbr-iconfont:hover {
  color: #8c6c19 !important;
}
.cid-u5RJdmMhoX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/5.png");
}
.cid-u5RJdmMhoX .showAlerts {
  display: block !important;
}
.cid-u5RJdmMhoX .rowflexrev {
  display: -webkit-flex;
}
.cid-u5RJdmMhoX .ws-form-alerts {
  margin-top: 1rem;
}
.cid-u5RJdmMhoX .title {
  margin-bottom: 2rem;
}
.cid-u5RJdmMhoX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u5RJdmMhoX textarea.form-control {
  min-height: 188px;
}
.cid-u5RJdmMhoX LABEL {
  color: #232323;
  display: initial;
}
.cid-u5RJdmMhoX .mbr-section-terms {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0px;
}
.cid-u5RJdmMhoX .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-u5RJdmMhoX .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-u5RJdmMhoX .mbr-section-gdpr {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0px;
}
.cid-u5RJdmMhoX .alert {
  margin-bottom: 0;
}
.cid-u5RJdmMhoX .alert-success {
  background-color: #70c770;
}
.cid-u5RJdmMhoX .alert-danger {
  background-color: #ff4a52;
}
.cid-u5RJdmMhoX .btn {
  display: inline-flex;
}
.cid-u5RJdmMhoX .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-u5RJdmMhoX .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-u5RJdmMhoX .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-u5RJdmMhoX input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-u5RJdmMhoX input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-u5RJdmMhoX input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-u5RJdmMhoX H2 {
  color: #ffffff;
}
.cid-u5RJtByqFP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5RJtByqFP .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-u5RJtByqFP .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-u5RJtByqFP .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-u5RJtByqFP .form-group {
  padding-right: 0;
}
.cid-u5RJtByqFP .card {
  padding: 3rem 8rem;
}
.cid-u5RJtByqFP .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-u5RJtByqFP .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-u5RJtByqFP .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-u5RJtByqFP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u5RJtByqFP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u5RJtByqFP .map-placeholder {
  display: none;
}
.cid-u5RJtByqFP .btn-primary {
  border: 1px solid #8c6c19 !important;
}
.cid-u5RJtByqFP .btn-primary:hover {
  border: 1px solid #8c6c19 !important;
}
.cid-u5RJtByqFP .stripe {
  border-bottom: 1px solid #8c6c19 !important;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-u5RJtByqFP .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u5RJtByqFP .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9 !important;
  width: 85%;
}
.cid-u5RJtByqFP .mbr-text {
  color: #444;
}
.cid-u5RJtByqFP h5 {
  margin-bottom: 0;
}
.cid-u5RJtByqFP .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-u5RJtByqFP .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u5RJtByqFP .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-u5RJtByqFP .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-u5RJtByqFP .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-u5RJtByqFP .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u5RJtByqFP .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u5RJtByqFP .social-list a:hover {
  opacity: 0.4;
}
.cid-u5RJtByqFP .media-container-row > div {
  padding: 0px;
}
.cid-u5RJtByqFP .text2 {
  color: #000000;
  text-align: left;
}
.cid-u5RJtByqFP .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u5RJtByqFP .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-u5RJtByqFP .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-u5RJtByqFP .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u5RJtByqFP h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-u5RJtByqFP .form-group {
    max-width: 180px;
  }
  .cid-u5RJtByqFP .card {
    padding: 2rem 1rem;
  }
}
.cid-u5RJtByqFP .links span {
  color: #9e9e9e;
}
.cid-u5RJtByqFP .logo-title,
.cid-u5RJtByqFP .logo-sub-title {
  text-align: center;
}
.cid-u5RJtByqFP .logo-sub-title i {
  color: #9e9e9e;
}
.cid-u5RWN8GGqY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u5RWN8GGqY .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-u5RWN8GGqY .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-u5RWN8GGqY .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-u5RWN8GGqY .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5RWN8GGqY .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u5RWN8GGqY .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-u5RWN8GGqY .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5RWN8GGqY .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-u5RWN8GGqY .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-u5RWN8GGqY .links {
  color: #c1c1c1;
}
.cid-u5RWN8GGqY .copyright > p {
  color: #c1c1c1;
}
.cid-u5R0aktF3L .nav-item:focus,
.cid-u5R0aktF3L .nav-link:focus {
  outline: none;
}
.cid-u5R0aktF3L .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8c6c19;
  background: none;
}
.cid-u5R0aktF3L .navbar.opened {
  transition: all .3s;
  background: #8c6c19 !important;
}
.cid-u5R0aktF3L .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u5R0aktF3L .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5R0aktF3L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5R0aktF3L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u5R0aktF3L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u5R0aktF3L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5R0aktF3L .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-u5R0aktF3L .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u5R0aktF3L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u5R0aktF3L .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u5R0aktF3L .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u5R0aktF3L .navbar.navbar-short {
  background: #8c6c19 !important;
  min-height: 60px;
}
.cid-u5R0aktF3L .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u5R0aktF3L .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5R0aktF3L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5R0aktF3L .dropdown-item.active,
.cid-u5R0aktF3L .dropdown-item:active {
  background-color: transparent;
}
.cid-u5R0aktF3L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5R0aktF3L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5R0aktF3L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5R0aktF3L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8c6c19;
}
.cid-u5R0aktF3L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5R0aktF3L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5R0aktF3L ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5R0aktF3L .navbar-buttons {
  text-align: center;
}
.cid-u5R0aktF3L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5R0aktF3L .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u5R0aktF3L a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5R0aktF3L .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-u5R0aktF3L .nav-link:hover,
.cid-u5R0aktF3L .dropdown-item:hover,
.cid-u5R0aktF3L .icons-menu .mbr-iconfont:hover {
  color: #8c6c19 !important;
}
.cid-u5RMCUIXrB {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #8c6c19;
}
.cid-u5RMCUIXrB .showAlerts {
  display: block !important;
}
.cid-u5RMCUIXrB .rowflexrev {
  display: -webkit-flex;
}
.cid-u5RMCUIXrB .ws-form-alerts {
  margin-top: 1rem;
}
.cid-u5RMCUIXrB .title {
  margin-bottom: 2rem;
}
.cid-u5RMCUIXrB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u5RMCUIXrB textarea.form-control {
  min-height: 188px;
}
.cid-u5RMCUIXrB LABEL {
  color: #ffffff;
  display: initial;
}
.cid-u5RMCUIXrB .mbr-section-terms {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0px;
}
.cid-u5RMCUIXrB .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-u5RMCUIXrB .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-u5RMCUIXrB .mbr-section-gdpr {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0px;
}
.cid-u5RMCUIXrB .alert {
  margin-bottom: 0;
}
.cid-u5RMCUIXrB .alert-success {
  background-color: #70c770;
}
.cid-u5RMCUIXrB .alert-danger {
  background-color: #ff4a52;
}
.cid-u5RMCUIXrB .btn {
  display: inline-flex;
}
.cid-u5RMCUIXrB .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-u5RMCUIXrB .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-u5RMCUIXrB .uploadBtn {
  padding-top: 15px !important;
  padding-left: 25px !important;
}
.cid-u5RMCUIXrB input[type=file]::file-selector-button {
  border: 0.75px solid #8c6c19 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #8c6c19 !important;
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-u5RMCUIXrB input[type=file]::-webkit-file-upload-button {
  border: 0.75px solid #8c6c19 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #8c6c19 !important;
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-u5RMCUIXrB input[type=file]::-ms-browse {
  border: 0.75px solid #8c6c19 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #8c6c19 !important;
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-u5RMCUIXrB H2 {
  color: #ffffff;
}
.cid-u5RWKuJm2S {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u5RWKuJm2S .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-u5RWKuJm2S .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-u5RWKuJm2S .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-u5RWKuJm2S .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5RWKuJm2S .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u5RWKuJm2S .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-u5RWKuJm2S .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5RWKuJm2S .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-u5RWKuJm2S .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-u5RWKuJm2S .links {
  color: #c1c1c1;
}
.cid-u5RWKuJm2S .copyright > p {
  color: #c1c1c1;
}
.cid-u5R0aktF3L .nav-item:focus,
.cid-u5R0aktF3L .nav-link:focus {
  outline: none;
}
.cid-u5R0aktF3L .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8c6c19;
  background: none;
}
.cid-u5R0aktF3L .navbar.opened {
  transition: all .3s;
  background: #8c6c19 !important;
}
.cid-u5R0aktF3L .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u5R0aktF3L .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5R0aktF3L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5R0aktF3L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5R0aktF3L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u5R0aktF3L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u5R0aktF3L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5R0aktF3L .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-u5R0aktF3L .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u5R0aktF3L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5R0aktF3L .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u5R0aktF3L .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u5R0aktF3L .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u5R0aktF3L .navbar.navbar-short {
  background: #8c6c19 !important;
  min-height: 60px;
}
.cid-u5R0aktF3L .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u5R0aktF3L .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5R0aktF3L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5R0aktF3L .dropdown-item.active,
.cid-u5R0aktF3L .dropdown-item:active {
  background-color: transparent;
}
.cid-u5R0aktF3L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5R0aktF3L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5R0aktF3L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5R0aktF3L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8c6c19;
}
.cid-u5R0aktF3L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5R0aktF3L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5R0aktF3L ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5R0aktF3L .navbar-buttons {
  text-align: center;
}
.cid-u5R0aktF3L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u5R0aktF3L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u5R0aktF3L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5R0aktF3L .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u5R0aktF3L a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5R0aktF3L .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u5R0aktF3L .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-u5R0aktF3L .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-u5R0aktF3L .nav-link:hover,
.cid-u5R0aktF3L .dropdown-item:hover,
.cid-u5R0aktF3L .icons-menu .mbr-iconfont:hover {
  color: #8c6c19 !important;
}
.cid-u5RRXd9kq0 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #8c6c19;
}
.cid-u5RRXd9kq0 .block-title {
  color: #ffffff;
}
.cid-u5RSheTt5r {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #8c6c19;
}
.cid-u5RSheTt5r .block-text {
  text-align: center;
  color: #ffffff;
}
.cid-u5RS0GOiHb {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5RS0GOiHb .counter-container {
  color: #464646;
}
.cid-u5RS0GOiHb .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-u5RS0GOiHb .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-u5RS0GOiHb .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-u5RSNHiuD3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5RSNHiuD3 .counter-container {
  color: #464646;
}
.cid-u5RSNHiuD3 .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-u5RSNHiuD3 .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-u5RSNHiuD3 .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-u5RSZ345zE {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-u5RSZ345zE .counter-container {
  color: #464646;
}
.cid-u5RSZ345zE .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-u5RSZ345zE .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-u5RSZ345zE .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-u5RSgnBmeA {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-u5RSgnBmeA .block-text {
  text-align: center;
  color: #ffffff;
}
.cid-u5RWIHX3VI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u5RWIHX3VI .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-u5RWIHX3VI .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-u5RWIHX3VI .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-u5RWIHX3VI .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5RWIHX3VI .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u5RWIHX3VI .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-u5RWIHX3VI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5RWIHX3VI .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-u5RWIHX3VI .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-u5RWIHX3VI .links {
  color: #c1c1c1;
}
.cid-u5RWIHX3VI .copyright > p {
  color: #c1c1c1;
}
.cid-u5RTzwULgT .nav-item:focus,
.cid-u5RTzwULgT .nav-link:focus {
  outline: none;
}
.cid-u5RTzwULgT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #8c6c19;
  background: none;
}
.cid-u5RTzwULgT .navbar.opened {
  transition: all .3s;
  background: #8c6c19 !important;
}
.cid-u5RTzwULgT .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u5RTzwULgT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5RTzwULgT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5RTzwULgT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u5RTzwULgT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u5RTzwULgT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5RTzwULgT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5RTzwULgT .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-u5RTzwULgT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5RTzwULgT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u5RTzwULgT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u5RTzwULgT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5RTzwULgT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u5RTzwULgT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5RTzwULgT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5RTzwULgT .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-u5RTzwULgT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u5RTzwULgT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5RTzwULgT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u5RTzwULgT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u5RTzwULgT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u5RTzwULgT .navbar.navbar-short {
  background: #8c6c19 !important;
  min-height: 60px;
}
.cid-u5RTzwULgT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u5RTzwULgT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u5RTzwULgT .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-u5RTzwULgT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5RTzwULgT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5RTzwULgT .dropdown-item.active,
.cid-u5RTzwULgT .dropdown-item:active {
  background-color: transparent;
}
.cid-u5RTzwULgT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5RTzwULgT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5RTzwULgT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5RTzwULgT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8c6c19;
}
.cid-u5RTzwULgT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5RTzwULgT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5RTzwULgT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5RTzwULgT .navbar-buttons {
  text-align: center;
}
.cid-u5RTzwULgT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5RTzwULgT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5RTzwULgT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u5RTzwULgT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u5RTzwULgT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u5RTzwULgT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u5RTzwULgT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5RTzwULgT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u5RTzwULgT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u5RTzwULgT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5RTzwULgT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u5RTzwULgT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5RTzwULgT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u5RTzwULgT .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-u5RTzwULgT .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-u5RTzwULgT .nav-link:hover,
.cid-u5RTzwULgT .dropdown-item:hover,
.cid-u5RTzwULgT .icons-menu .mbr-iconfont:hover {
  color: #8c6c19 !important;
}
.cid-u5RTzxe8RK {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #8c6c19;
}
.cid-u5RTzxe8RK .block-title {
  color: #ffffff;
}
.cid-u5RTzxlD9P {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #8c6c19;
}
.cid-u5RTzxlD9P .block-text {
  text-align: center;
  color: #ffffff;
}
.cid-u5RTIIGoVc {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-u5RTzxWQuz {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-u5RTzxWQuz .block-text {
  text-align: center;
  color: #ffffff;
}
.cid-u5RWGBKmB5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u5RWGBKmB5 .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-u5RWGBKmB5 .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-u5RWGBKmB5 .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-u5RWGBKmB5 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5RWGBKmB5 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u5RWGBKmB5 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-u5RWGBKmB5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5RWGBKmB5 .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-u5RWGBKmB5 .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-u5RWGBKmB5 .links {
  color: #c1c1c1;
}
.cid-u5RWGBKmB5 .copyright > p {
  color: #c1c1c1;
}
