body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.88rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.06rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.704rem;
    font-size: calc( 0.958rem + (0.88 - 0.958) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.958rem + (0.88 - 0.958) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #cfad35 !important;
}
.bg-success {
  background-color: #b07c4b !important;
}
.bg-info {
  background-color: #b07c4b !important;
}
.bg-warning {
  background-color: #f8f9c4 !important;
}
.bg-danger {
  background-color: #f5f5f5 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #cfad35 !important;
  border-color: #cfad35 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #cfad35 !important;
  border-color: #cfad35 !important;
}
.btn-primary:before {
  background-color: #947b23 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #947b23 !important;
  border-color: #947b23 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #b07c4b !important;
  border-color: #b07c4b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #b07c4b !important;
  border-color: #b07c4b !important;
}
.btn-secondary:before {
  background-color: #7a5634 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7a5634 !important;
  border-color: #7a5634 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #b07c4b !important;
  border-color: #b07c4b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b07c4b !important;
  border-color: #b07c4b !important;
}
.btn-info:before {
  background-color: #7a5634 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7a5634 !important;
  border-color: #7a5634 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #b07c4b !important;
  border-color: #b07c4b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #b07c4b !important;
  border-color: #b07c4b !important;
}
.btn-success:before {
  background-color: #7a5634 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7a5634 !important;
  border-color: #7a5634 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
  color: #aaac12 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #aaac12 !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-warning:before {
  background-color: #f0f27f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #aaac12 !important;
  background-color: #f0f27f !important;
  border-color: #f0f27f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #767676 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.btn-danger:before {
  background-color: #cfcfcf !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #767676 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !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: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-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: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-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: #806a1e;
  color: #806a1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #cfad35;
}
.btn-primary-outline:before {
  background-color: #cfad35;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cfad35 !important;
  border-color: #cfad35 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #684a2d;
  color: #684a2d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #b07c4b;
}
.btn-secondary-outline:before {
  background-color: #b07c4b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b07c4b !important;
  border-color: #b07c4b !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #684a2d;
  color: #684a2d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #b07c4b;
}
.btn-info-outline:before {
  background-color: #b07c4b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b07c4b !important;
  border-color: #b07c4b !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #684a2d;
  color: #684a2d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #b07c4b;
}
.btn-success-outline:before {
  background-color: #b07c4b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b07c4b !important;
  border-color: #b07c4b !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #edf067;
  color: #edf067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #aaac12;
  border-color: #f8f9c4;
}
.btn-warning-outline:before {
  background-color: #f8f9c4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #c2c2c2;
  color: #c2c2c2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #767676;
  border-color: #f5f5f5;
}
.btn-danger-outline:before {
  background-color: #f5f5f5;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !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;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #cfad35;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #cfad35 !important;
}
.text-secondary {
  color: #b07c4b !important;
}
.text-success {
  color: #b07c4b !important;
}
.text-info {
  color: #b07c4b !important;
}
.text-warning {
  color: #f8f9c4 !important;
}
.text-danger {
  color: #f5f5f5 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #806a1e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #684a2d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #684a2d !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #684a2d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #edf067 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c2c2c2 !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: #b07c4b;
}
.alert-warning {
  background-color: #f8f9c4;
}
.alert-danger {
  background-color: #f5f5f5;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cfad35;
  border-color: #cfad35;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #cfad35;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f6f0da;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d8bca3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d8bca3;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #cfad35;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #cfad35;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #cfad35;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.408rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.696rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cfad35;
  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: #cfad35;
  border-bottom-color: #cfad35;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #cfad35 !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: #b07c4b !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='%23cfad35' %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-s5FxJdBb9k .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #cfad35;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5FxJdBb9k .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5FxJdBb9k .nav-item,
.cid-s5FxJdBb9k .nav-link,
.cid-s5FxJdBb9k .navbar-caption {
  font-weight: normal;
}
.cid-s5FxJdBb9k .nav-item:focus,
.cid-s5FxJdBb9k .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s5FxJdBb9k .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s5FxJdBb9k .nav-item .nav-link {
    position: relative;
  }
  .cid-s5FxJdBb9k .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #cfad35;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s5FxJdBb9k .nav-item:hover .nav-link:before,
  .cid-s5FxJdBb9k .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s5FxJdBb9k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s5FxJdBb9k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5FxJdBb9k .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s5FxJdBb9k .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s5FxJdBb9k .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5FxJdBb9k .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5FxJdBb9k .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #372821;
}
.cid-s5FxJdBb9k .navbar.opened {
  transition: all .3s;
  background: #372821 !important;
}
.cid-s5FxJdBb9k .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s5FxJdBb9k .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s5FxJdBb9k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5FxJdBb9k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5FxJdBb9k .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s5FxJdBb9k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5FxJdBb9k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5FxJdBb9k .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-s5FxJdBb9k .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5FxJdBb9k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5FxJdBb9k .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5FxJdBb9k .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5FxJdBb9k .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5FxJdBb9k .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5FxJdBb9k .navbar.navbar-short {
  background: #372821 !important;
  min-height: 60px;
}
.cid-s5FxJdBb9k .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5FxJdBb9k .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5FxJdBb9k .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5FxJdBb9k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5FxJdBb9k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5FxJdBb9k .dropdown-item.active,
.cid-s5FxJdBb9k .dropdown-item:active {
  background-color: transparent;
}
.cid-s5FxJdBb9k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5FxJdBb9k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5FxJdBb9k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5FxJdBb9k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #372821;
  z-index: 2;
}
.cid-s5FxJdBb9k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5FxJdBb9k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5FxJdBb9k ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5FxJdBb9k .navbar-buttons {
  text-align: center;
}
.cid-s5FxJdBb9k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5FxJdBb9k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfad35;
}
.cid-s5FxJdBb9k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5FxJdBb9k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5FxJdBb9k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5FxJdBb9k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5FxJdBb9k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5FxJdBb9k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5FxJdBb9k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5FxJdBb9k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5FxJdBb9k .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5FxJdBb9k a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5FxJdBb9k .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b07c4b;
  display: inline-flex;
}
.cid-s5FxJdBb9k .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s5FxJdBb9k .soc-item {
  margin: .5rem .3rem;
}
.cid-s5FxJdBb9k .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5FxJdBb9k a.nav-link .mbr-iconfont-btn,
.cid-s5FxJdBb9k a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s5FxJdBb9k a.nav-link:hover .mbr-iconfont-btn,
.cid-s5FxJdBb9k a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s5FxJdBb9k a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5FxJdBb9k .navbar {
    height: 77px;
  }
  .cid-s5FxJdBb9k .navbar.opened {
    height: auto;
  }
  .cid-s5FxJdBb9k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJhzlFnWyO {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-tJhzlFnWyO H1 {
  color: #cfad35;
}
.cid-tJhzlFnWyO h1 {
  background: linear-gradient(to left, #b07c4b, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tJhzlFnWyO img {
  width: 100%;
}
.cid-tJhzlFnWyO .mbr-text,
.cid-tJhzlFnWyO .mbr-section-btn {
  color: #999999;
}
.cid-tJhChME8wx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #040402;
}
.cid-tJhChME8wx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tJhChME8wx .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tJhChME8wx .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #cfad35;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #cfad35;
  color: #cfad35;
  content: "✓";
}
.cid-tJhChME8wx .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tJhChME8wx .mbr-text {
  color: #bbbbbb;
}
.cid-s5E1IF4nd8 {
  padding-top: 0px;
  background-image: url("../../../assets/images/advocacia-13.jpg");
}
.cid-s5E1IF4nd8 .text-content {
  padding-bottom: 0px;
}
.cid-s5E1IF4nd8 .content-container .btn-bgr {
  z-index: 0;
}
.cid-s5E1IF4nd8 .box-item-text {
  color: #767676;
}
.cid-s5E1IF4nd8 .box-item {
  padding: 2.5rem;
}
.cid-s5E1IF4nd8 .box-item:first-child {
  background-color: #ffffff;
}
.cid-s5E1IF4nd8 .box-item:nth-child(2) {
  background-color: #f5f5f5;
}
.cid-s5E1IF4nd8 .box-item:last-child {
  background-color: #ffffff;
}
.cid-s5E1IF4nd8 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-s5E1IF4nd8 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-s5E1IF4nd8 .box-list li:last-child {
  border-bottom: none;
}
.cid-s5E1IF4nd8 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-s5E1IF4nd8 .mbr-iconfont {
  color: #cfad35;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-s5E1IF4nd8 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-s5E1IF4nd8 .mbr-section-subtitle,
  .cid-s5E1IF4nd8 .mbr-section-title,
  .cid-s5E1IF4nd8 .mbr-text,
  .cid-s5E1IF4nd8 .mbr-section-btn,
  .cid-s5E1IF4nd8 .icon-block-top,
  .cid-s5E1IF4nd8 .box-item-title,
  .cid-s5E1IF4nd8 .box-item-text {
    text-align: center !important;
  }
}
.cid-s5E1IF4nd8 .mbr-section-title {
  color: #ffffff;
}
.cid-s5E1IF4nd8 .mbr-text,
.cid-s5E1IF4nd8 .mbr-section-btn {
  color: #ffffff;
}
.cid-s5E1IF4nd8 .mbr-section-subtitle {
  color: #767676;
}
.cid-s5E1IF4nd8 H1 {
  text-align: center;
  text-shadow: black 0.01em 0.01em 0.01em;
}
.cid-s5E1IF4nd8 H2 {
  text-align: center;
  text-shadow: black 0.02em 0.02em 0.02em;
}
.cid-s5E1IF4nd8 P {
  text-align: center;
  text-shadow: black 0.02em 0.02em 0.02em;
}
.cid-sHVz8chEdG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #967c22;
}
.cid-sHVz8chEdG .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sHVz8chEdG .card-img {
  padding: 0 0 2rem;
}
.cid-sHVz8chEdG .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-sHVz8chEdG .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-sHVz8chEdG .card-title {
    text-align: center;
  }
  .cid-sHVz8chEdG p.mbr-text {
    text-align: center;
  }
}
.cid-sHVz8chEdG .card-title {
  color: #ffffff;
}
.cid-sHVz8chEdG .mbr-text,
.cid-sHVz8chEdG .mbr-section-btn {
  color: #ffffff;
}
.cid-s5EwHrPMPz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5ExjihyX5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5ExjihyX5 .block-text {
  text-align: center;
}
.cid-s5EkZJmZQD {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s5EkZJmZQD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s5EkZJmZQD .form-control,
.cid-s5EkZJmZQD .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
}
.cid-s5EkZJmZQD .form-control::-webkit-input-placeholder,
.cid-s5EkZJmZQD .field-input::-webkit-input-placeholder,
.cid-s5EkZJmZQD .form-control::-webkit-input-placeholder,
.cid-s5EkZJmZQD .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-s5EkZJmZQD .form-control:-moz-placeholder,
.cid-s5EkZJmZQD .field-input:-moz-placeholder,
.cid-s5EkZJmZQD .form-control:-moz-placeholder,
.cid-s5EkZJmZQD .field-input:-moz-placeholder {
  color: #606060;
}
.cid-s5EkZJmZQD .form-control:hover,
.cid-s5EkZJmZQD .field-input:hover,
.cid-s5EkZJmZQD .form-control:focus,
.cid-s5EkZJmZQD .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s5EkZJmZQD .form-control:hover::-webkit-input-placeholder,
.cid-s5EkZJmZQD .field-input:hover::-webkit-input-placeholder,
.cid-s5EkZJmZQD .form-control:focus::-webkit-input-placeholder,
.cid-s5EkZJmZQD .field-input:focus::-webkit-input-placeholder,
.cid-s5EkZJmZQD .form-control:hover::-webkit-input-placeholder,
.cid-s5EkZJmZQD .field-input:hover::-webkit-input-placeholder,
.cid-s5EkZJmZQD .form-control:focus::-webkit-input-placeholder,
.cid-s5EkZJmZQD .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-s5EkZJmZQD .form-control:hover:-moz-placeholder,
.cid-s5EkZJmZQD .field-input:hover:-moz-placeholder,
.cid-s5EkZJmZQD .form-control:focus:-moz-placeholder,
.cid-s5EkZJmZQD .field-input:focus:-moz-placeholder,
.cid-s5EkZJmZQD .form-control:hover:-moz-placeholder,
.cid-s5EkZJmZQD .field-input:hover:-moz-placeholder,
.cid-s5EkZJmZQD .form-control:focus:-moz-placeholder,
.cid-s5EkZJmZQD .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-s5EkZJmZQD textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-s5EkZJmZQD .jq-number__spin:hover,
.cid-s5EkZJmZQD .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s5EkZJmZQD .jq-number__spin {
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s5EkZJmZQD .jq-selectbox li,
.cid-s5EkZJmZQD .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-s5EkZJmZQD .jq-selectbox li:hover,
.cid-s5EkZJmZQD .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-s5EkZJmZQD .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s5EkZJmZQD .jq-number__spin.minus:hover:after,
.cid-s5EkZJmZQD .jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.cid-s5EkZJmZQD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s5EkZJmZQD .jq-number__spin.minus:after,
.cid-s5EkZJmZQD .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-s5EkZJmZQD input::-webkit-clear-button {
  display: none;
}
.cid-s5EkZJmZQD input::-webkit-inner-spin-button {
  display: none;
}
.cid-s5EkZJmZQD input::-webkit-outer-spin-button {
  display: none;
}
.cid-s5EkZJmZQD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s5EkZJmZQD .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #cfad35;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-s5EkZJmZQD .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-s5EkZJmZQD .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-s5EkZJmZQD .mbr-text {
  color: #606060;
}
.cid-s5EkZJmZQD .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-s5EkZJmZQD .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-s5EkZJmZQD .required {
  color: #808080;
}
.cid-s5EkZJmZQD .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-s5EkZJmZQD .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-s5EkZJmZQD .list-block .list-item-text {
  color: #606060;
}
.cid-s5EkZJmZQD .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-s5EkZJmZQD .list-block {
  position: relative;
}
.cid-s5EkZJmZQD .list-block h4,
.cid-s5EkZJmZQD .list-block p {
  padding-left: 3.5rem;
}
.cid-s5EkZJmZQD .card-img {
  display: block;
  font-size: 30px;
}
.cid-s5EkZJmZQD .mbr-iconfont {
  color: #f8f9c4;
  font-size: 2rem;
}
.cid-s5EzsdsJ4S {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/1-1920x450.jpg");
}
.cid-s5EzsdsJ4S .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s5EzsdsJ4S a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s5EzsdsJ4S .input-group-btn {
  margin: 0;
}
.cid-s5EzsdsJ4S .form-control {
  padding: 1.07em 1.07em;
}
.cid-s5EzsdsJ4S .form-group,
.cid-s5EzsdsJ4S .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-s5EzsdsJ4S .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-s5EzsdsJ4S .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-s5EzsdsJ4S .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s5EzsdsJ4S .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s5EzsdsJ4S .form-block {
    padding: 1rem;
  }
}
.cid-s5EzsdsJ4S H4 {
  color: #ffffff;
}
.cid-u9nCApzfzC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #372821;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .content {
    text-align: center;
  }
  .cid-u9nCApzfzC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u9nCApzfzC .logo-subtitle {
  color: #8d97ad;
}
.cid-u9nCApzfzC .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u9nCApzfzC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u9nCApzfzC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u9nCApzfzC .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-u9nCApzfzC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9nCApzfzC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u9nCApzfzC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u9nCApzfzC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9nCApzfzC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9nCApzfzC .list-item {
  display: flex;
}
.cid-u9nCApzfzC .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u9nCApzfzC ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u9nCApzfzC ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u9nCApzfzC ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-u9nCApzfzC .column-title {
  color: #ffffff;
}
.cid-u9nCApzfzC P {
  color: #ffffff;
}
.cid-u9nCApzfzC .mbr-text {
  color: #ffffff;
}
.cid-u9nCApzfzC .logo-subtitle,
.cid-u9nCApzfzC .media-wrap {
  color: #767676;
}
.cid-s5FFvLHIHm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #cfad35;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5FFvLHIHm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s5FFvLHIHm .nav-item,
.cid-s5FFvLHIHm .nav-link,
.cid-s5FFvLHIHm .navbar-caption {
  font-weight: normal;
}
.cid-s5FFvLHIHm .nav-item:focus,
.cid-s5FFvLHIHm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s5FFvLHIHm .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s5FFvLHIHm .nav-item .nav-link {
    position: relative;
  }
  .cid-s5FFvLHIHm .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #cfad35;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s5FFvLHIHm .nav-item:hover .nav-link:before,
  .cid-s5FFvLHIHm .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s5FFvLHIHm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s5FFvLHIHm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5FFvLHIHm .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s5FFvLHIHm .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s5FFvLHIHm .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5FFvLHIHm .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5FFvLHIHm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #372821;
}
.cid-s5FFvLHIHm .navbar.opened {
  transition: all .3s;
  background: #372821 !important;
}
.cid-s5FFvLHIHm .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s5FFvLHIHm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s5FFvLHIHm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5FFvLHIHm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5FFvLHIHm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s5FFvLHIHm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5FFvLHIHm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5FFvLHIHm .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-s5FFvLHIHm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s5FFvLHIHm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5FFvLHIHm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s5FFvLHIHm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s5FFvLHIHm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s5FFvLHIHm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s5FFvLHIHm .navbar.navbar-short {
  background: #372821 !important;
  min-height: 60px;
}
.cid-s5FFvLHIHm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5FFvLHIHm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5FFvLHIHm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5FFvLHIHm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5FFvLHIHm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5FFvLHIHm .dropdown-item.active,
.cid-s5FFvLHIHm .dropdown-item:active {
  background-color: transparent;
}
.cid-s5FFvLHIHm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5FFvLHIHm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5FFvLHIHm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5FFvLHIHm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #372821;
  z-index: 2;
}
.cid-s5FFvLHIHm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5FFvLHIHm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5FFvLHIHm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s5FFvLHIHm .navbar-buttons {
  text-align: center;
}
.cid-s5FFvLHIHm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5FFvLHIHm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfad35;
}
.cid-s5FFvLHIHm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5FFvLHIHm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5FFvLHIHm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5FFvLHIHm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5FFvLHIHm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5FFvLHIHm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5FFvLHIHm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5FFvLHIHm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5FFvLHIHm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5FFvLHIHm a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5FFvLHIHm .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b07c4b;
  display: inline-flex;
}
.cid-s5FFvLHIHm .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s5FFvLHIHm .soc-item {
  margin: .5rem .3rem;
}
.cid-s5FFvLHIHm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5FFvLHIHm a.nav-link .mbr-iconfont-btn,
.cid-s5FFvLHIHm a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s5FFvLHIHm a.nav-link:hover .mbr-iconfont-btn,
.cid-s5FFvLHIHm a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s5FFvLHIHm a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5FFvLHIHm .navbar {
    height: 77px;
  }
  .cid-s5FFvLHIHm .navbar.opened {
    height: auto;
  }
  .cid-s5FFvLHIHm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s5FGebyVXu {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s5FGfBuay4 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s5FGfBuay4 .block-text {
  text-align: center;
}
.cid-u9nCApzfzC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #372821;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .content {
    text-align: center;
  }
  .cid-u9nCApzfzC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u9nCApzfzC .logo-subtitle {
  color: #8d97ad;
}
.cid-u9nCApzfzC .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u9nCApzfzC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u9nCApzfzC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u9nCApzfzC .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-u9nCApzfzC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9nCApzfzC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u9nCApzfzC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u9nCApzfzC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9nCApzfzC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9nCApzfzC .list-item {
  display: flex;
}
.cid-u9nCApzfzC .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u9nCApzfzC ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u9nCApzfzC ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u9nCApzfzC ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-u9nCApzfzC .column-title {
  color: #ffffff;
}
.cid-u9nCApzfzC P {
  color: #ffffff;
}
.cid-u9nCApzfzC .mbr-text {
  color: #ffffff;
}
.cid-u9nCApzfzC .logo-subtitle,
.cid-u9nCApzfzC .media-wrap {
  color: #767676;
}
.cid-sHVNwYxsF4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #cfad35;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHVNwYxsF4 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sHVNwYxsF4 .nav-item,
.cid-sHVNwYxsF4 .nav-link,
.cid-sHVNwYxsF4 .navbar-caption {
  font-weight: normal;
}
.cid-sHVNwYxsF4 .nav-item:focus,
.cid-sHVNwYxsF4 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHVNwYxsF4 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sHVNwYxsF4 .nav-item .nav-link {
    position: relative;
  }
  .cid-sHVNwYxsF4 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #cfad35;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sHVNwYxsF4 .nav-item:hover .nav-link:before,
  .cid-sHVNwYxsF4 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sHVNwYxsF4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sHVNwYxsF4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHVNwYxsF4 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sHVNwYxsF4 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sHVNwYxsF4 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHVNwYxsF4 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHVNwYxsF4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #372821;
}
.cid-sHVNwYxsF4 .navbar.opened {
  transition: all .3s;
  background: #372821 !important;
}
.cid-sHVNwYxsF4 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sHVNwYxsF4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sHVNwYxsF4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHVNwYxsF4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHVNwYxsF4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHVNwYxsF4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHVNwYxsF4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHVNwYxsF4 .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-sHVNwYxsF4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHVNwYxsF4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHVNwYxsF4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHVNwYxsF4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHVNwYxsF4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHVNwYxsF4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHVNwYxsF4 .navbar.navbar-short {
  background: #372821 !important;
  min-height: 60px;
}
.cid-sHVNwYxsF4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHVNwYxsF4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHVNwYxsF4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHVNwYxsF4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHVNwYxsF4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHVNwYxsF4 .dropdown-item.active,
.cid-sHVNwYxsF4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sHVNwYxsF4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHVNwYxsF4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHVNwYxsF4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHVNwYxsF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #372821;
  z-index: 2;
}
.cid-sHVNwYxsF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHVNwYxsF4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHVNwYxsF4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHVNwYxsF4 .navbar-buttons {
  text-align: center;
}
.cid-sHVNwYxsF4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHVNwYxsF4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfad35;
}
.cid-sHVNwYxsF4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHVNwYxsF4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHVNwYxsF4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHVNwYxsF4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHVNwYxsF4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHVNwYxsF4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHVNwYxsF4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHVNwYxsF4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHVNwYxsF4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHVNwYxsF4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHVNwYxsF4 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b07c4b;
  display: inline-flex;
}
.cid-sHVNwYxsF4 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sHVNwYxsF4 .soc-item {
  margin: .5rem .3rem;
}
.cid-sHVNwYxsF4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHVNwYxsF4 a.nav-link .mbr-iconfont-btn,
.cid-sHVNwYxsF4 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sHVNwYxsF4 a.nav-link:hover .mbr-iconfont-btn,
.cid-sHVNwYxsF4 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sHVNwYxsF4 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHVNwYxsF4 .navbar {
    height: 77px;
  }
  .cid-sHVNwYxsF4 .navbar.opened {
    height: auto;
  }
  .cid-sHVNwYxsF4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHVSaOkBOp {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHVSaOkBOp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sHVSaOkBOp .row {
    flex-direction: column-reverse;
  }
  .cid-sHVSaOkBOp .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sHVSaOkBOp .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sHVSaOkBOp .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sHVSaOkBOp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHVSaOkBOp .mbr-text,
.cid-sHVSaOkBOp .mbr-section-btn {
  color: #232323;
}
.cid-sHVVd1dZWs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHVVd1dZWs .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sHVVd1dZWs .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-sHVVd1dZWs .panel-group {
  border: none;
}
.cid-sHVVd1dZWs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sHVVd1dZWs .panel-body,
.cid-sHVVd1dZWs .card-header {
  padding: 1rem 0;
}
.cid-sHVVd1dZWs .panel-title-edit {
  color: #1d2c35;
}
.cid-sHVVd1dZWs .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tljFLwa6wf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tiQ51s3nu9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tiQ51s3nu9 .block-title {
  text-align: left;
}
.cid-sHVNxxDqdk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHVNxxDqdk .block-text {
  text-align: center;
}
.cid-u9nDqu02jc {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9nDqu02jc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u9nDqu02jc .form-control,
.cid-u9nDqu02jc .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
}
.cid-u9nDqu02jc .form-control::-webkit-input-placeholder,
.cid-u9nDqu02jc .field-input::-webkit-input-placeholder,
.cid-u9nDqu02jc .form-control::-webkit-input-placeholder,
.cid-u9nDqu02jc .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-u9nDqu02jc .form-control:-moz-placeholder,
.cid-u9nDqu02jc .field-input:-moz-placeholder,
.cid-u9nDqu02jc .form-control:-moz-placeholder,
.cid-u9nDqu02jc .field-input:-moz-placeholder {
  color: #606060;
}
.cid-u9nDqu02jc .form-control:hover,
.cid-u9nDqu02jc .field-input:hover,
.cid-u9nDqu02jc .form-control:focus,
.cid-u9nDqu02jc .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-u9nDqu02jc .form-control:hover::-webkit-input-placeholder,
.cid-u9nDqu02jc .field-input:hover::-webkit-input-placeholder,
.cid-u9nDqu02jc .form-control:focus::-webkit-input-placeholder,
.cid-u9nDqu02jc .field-input:focus::-webkit-input-placeholder,
.cid-u9nDqu02jc .form-control:hover::-webkit-input-placeholder,
.cid-u9nDqu02jc .field-input:hover::-webkit-input-placeholder,
.cid-u9nDqu02jc .form-control:focus::-webkit-input-placeholder,
.cid-u9nDqu02jc .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-u9nDqu02jc .form-control:hover:-moz-placeholder,
.cid-u9nDqu02jc .field-input:hover:-moz-placeholder,
.cid-u9nDqu02jc .form-control:focus:-moz-placeholder,
.cid-u9nDqu02jc .field-input:focus:-moz-placeholder,
.cid-u9nDqu02jc .form-control:hover:-moz-placeholder,
.cid-u9nDqu02jc .field-input:hover:-moz-placeholder,
.cid-u9nDqu02jc .form-control:focus:-moz-placeholder,
.cid-u9nDqu02jc .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-u9nDqu02jc textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-u9nDqu02jc .jq-number__spin:hover,
.cid-u9nDqu02jc .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u9nDqu02jc .jq-number__spin {
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u9nDqu02jc .jq-selectbox li,
.cid-u9nDqu02jc .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-u9nDqu02jc .jq-selectbox li:hover,
.cid-u9nDqu02jc .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-u9nDqu02jc .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u9nDqu02jc .jq-number__spin.minus:hover:after,
.cid-u9nDqu02jc .jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.cid-u9nDqu02jc .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u9nDqu02jc .jq-number__spin.minus:after,
.cid-u9nDqu02jc .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-u9nDqu02jc input::-webkit-clear-button {
  display: none;
}
.cid-u9nDqu02jc input::-webkit-inner-spin-button {
  display: none;
}
.cid-u9nDqu02jc input::-webkit-outer-spin-button {
  display: none;
}
.cid-u9nDqu02jc input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u9nDqu02jc .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #cfad35;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-u9nDqu02jc .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u9nDqu02jc .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-u9nDqu02jc .mbr-text {
  color: #606060;
}
.cid-u9nDqu02jc .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-u9nDqu02jc .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u9nDqu02jc .required {
  color: #808080;
}
.cid-u9nDqu02jc .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-u9nDqu02jc .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-u9nDqu02jc .list-block .list-item-text {
  color: #606060;
}
.cid-u9nDqu02jc .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-u9nDqu02jc .list-block {
  position: relative;
}
.cid-u9nDqu02jc .list-block h4,
.cid-u9nDqu02jc .list-block p {
  padding-left: 3.5rem;
}
.cid-u9nDqu02jc .card-img {
  display: block;
  font-size: 30px;
}
.cid-u9nDqu02jc .mbr-iconfont {
  color: #f8f9c4;
  font-size: 2rem;
}
.cid-sHVPa7h6OC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHVNxc0Fqw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #967c22;
}
.cid-sHVNxc0Fqw .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sHVNxc0Fqw .card-img {
  padding: 0 0 2rem;
}
.cid-sHVNxc0Fqw .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-sHVNxc0Fqw .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-sHVNxc0Fqw .card-title {
    text-align: center;
  }
  .cid-sHVNxc0Fqw p.mbr-text {
    text-align: center;
  }
}
.cid-sHVNxc0Fqw .card-title {
  color: #ffffff;
}
.cid-sHVNxc0Fqw .mbr-text,
.cid-sHVNxc0Fqw .mbr-section-btn {
  color: #ffffff;
}
.cid-sHVNxNBNEQ {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/1-1920x450.jpg");
}
.cid-sHVNxNBNEQ .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sHVNxNBNEQ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sHVNxNBNEQ .input-group-btn {
  margin: 0;
}
.cid-sHVNxNBNEQ .form-control {
  padding: 1.07em 1.07em;
}
.cid-sHVNxNBNEQ .form-group,
.cid-sHVNxNBNEQ .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-sHVNxNBNEQ .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-sHVNxNBNEQ .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-sHVNxNBNEQ .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sHVNxNBNEQ .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sHVNxNBNEQ .form-block {
    padding: 1rem;
  }
}
.cid-sHVNxNBNEQ H4 {
  color: #ffffff;
}
.cid-u9nCApzfzC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #372821;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .content {
    text-align: center;
  }
  .cid-u9nCApzfzC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u9nCApzfzC .logo-subtitle {
  color: #8d97ad;
}
.cid-u9nCApzfzC .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u9nCApzfzC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u9nCApzfzC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u9nCApzfzC .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-u9nCApzfzC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9nCApzfzC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u9nCApzfzC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u9nCApzfzC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9nCApzfzC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9nCApzfzC .list-item {
  display: flex;
}
.cid-u9nCApzfzC .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u9nCApzfzC ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u9nCApzfzC ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u9nCApzfzC ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-u9nCApzfzC .column-title {
  color: #ffffff;
}
.cid-u9nCApzfzC P {
  color: #ffffff;
}
.cid-u9nCApzfzC .mbr-text {
  color: #ffffff;
}
.cid-u9nCApzfzC .logo-subtitle,
.cid-u9nCApzfzC .media-wrap {
  color: #767676;
}
.cid-sHW1dwDpxr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #cfad35;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHW1dwDpxr .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sHW1dwDpxr .nav-item,
.cid-sHW1dwDpxr .nav-link,
.cid-sHW1dwDpxr .navbar-caption {
  font-weight: normal;
}
.cid-sHW1dwDpxr .nav-item:focus,
.cid-sHW1dwDpxr .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHW1dwDpxr .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sHW1dwDpxr .nav-item .nav-link {
    position: relative;
  }
  .cid-sHW1dwDpxr .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #cfad35;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sHW1dwDpxr .nav-item:hover .nav-link:before,
  .cid-sHW1dwDpxr .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sHW1dwDpxr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sHW1dwDpxr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHW1dwDpxr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sHW1dwDpxr .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sHW1dwDpxr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHW1dwDpxr .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHW1dwDpxr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #372821;
}
.cid-sHW1dwDpxr .navbar.opened {
  transition: all .3s;
  background: #372821 !important;
}
.cid-sHW1dwDpxr .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sHW1dwDpxr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sHW1dwDpxr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHW1dwDpxr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHW1dwDpxr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHW1dwDpxr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHW1dwDpxr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHW1dwDpxr .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-sHW1dwDpxr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHW1dwDpxr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHW1dwDpxr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHW1dwDpxr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHW1dwDpxr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHW1dwDpxr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHW1dwDpxr .navbar.navbar-short {
  background: #372821 !important;
  min-height: 60px;
}
.cid-sHW1dwDpxr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHW1dwDpxr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHW1dwDpxr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHW1dwDpxr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHW1dwDpxr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHW1dwDpxr .dropdown-item.active,
.cid-sHW1dwDpxr .dropdown-item:active {
  background-color: transparent;
}
.cid-sHW1dwDpxr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHW1dwDpxr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHW1dwDpxr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHW1dwDpxr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #372821;
  z-index: 2;
}
.cid-sHW1dwDpxr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHW1dwDpxr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHW1dwDpxr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHW1dwDpxr .navbar-buttons {
  text-align: center;
}
.cid-sHW1dwDpxr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHW1dwDpxr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfad35;
}
.cid-sHW1dwDpxr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHW1dwDpxr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHW1dwDpxr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHW1dwDpxr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHW1dwDpxr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHW1dwDpxr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHW1dwDpxr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHW1dwDpxr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHW1dwDpxr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHW1dwDpxr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHW1dwDpxr .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b07c4b;
  display: inline-flex;
}
.cid-sHW1dwDpxr .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sHW1dwDpxr .soc-item {
  margin: .5rem .3rem;
}
.cid-sHW1dwDpxr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHW1dwDpxr a.nav-link .mbr-iconfont-btn,
.cid-sHW1dwDpxr a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sHW1dwDpxr a.nav-link:hover .mbr-iconfont-btn,
.cid-sHW1dwDpxr a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sHW1dwDpxr a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHW1dwDpxr .navbar {
    height: 77px;
  }
  .cid-sHW1dwDpxr .navbar.opened {
    height: auto;
  }
  .cid-sHW1dwDpxr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHW1dzKtaF {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHW1dzKtaF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sHW1dzKtaF .row {
    flex-direction: column-reverse;
  }
  .cid-sHW1dzKtaF .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sHW1dzKtaF .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sHW1dzKtaF .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sHW1dzKtaF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHW1dzKtaF .mbr-text,
.cid-sHW1dzKtaF .mbr-section-btn {
  color: #232323;
}
.cid-sHW1dCi5q7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHW1dCi5q7 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sHW1dCi5q7 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-sHW1dCi5q7 .panel-group {
  border: none;
}
.cid-sHW1dCi5q7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sHW1dCi5q7 .panel-body,
.cid-sHW1dCi5q7 .card-header {
  padding: 1rem 0;
}
.cid-sHW1dCi5q7 .panel-title-edit {
  color: #1d2c35;
}
.cid-sHW1dCi5q7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sHW1dPsdFJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tlXcgGMK78 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tlXcgGMK78 .block-text {
  text-align: center;
}
.cid-u9nDLqVKyj {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9nDLqVKyj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u9nDLqVKyj .form-control,
.cid-u9nDLqVKyj .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
}
.cid-u9nDLqVKyj .form-control::-webkit-input-placeholder,
.cid-u9nDLqVKyj .field-input::-webkit-input-placeholder,
.cid-u9nDLqVKyj .form-control::-webkit-input-placeholder,
.cid-u9nDLqVKyj .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-u9nDLqVKyj .form-control:-moz-placeholder,
.cid-u9nDLqVKyj .field-input:-moz-placeholder,
.cid-u9nDLqVKyj .form-control:-moz-placeholder,
.cid-u9nDLqVKyj .field-input:-moz-placeholder {
  color: #606060;
}
.cid-u9nDLqVKyj .form-control:hover,
.cid-u9nDLqVKyj .field-input:hover,
.cid-u9nDLqVKyj .form-control:focus,
.cid-u9nDLqVKyj .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-u9nDLqVKyj .form-control:hover::-webkit-input-placeholder,
.cid-u9nDLqVKyj .field-input:hover::-webkit-input-placeholder,
.cid-u9nDLqVKyj .form-control:focus::-webkit-input-placeholder,
.cid-u9nDLqVKyj .field-input:focus::-webkit-input-placeholder,
.cid-u9nDLqVKyj .form-control:hover::-webkit-input-placeholder,
.cid-u9nDLqVKyj .field-input:hover::-webkit-input-placeholder,
.cid-u9nDLqVKyj .form-control:focus::-webkit-input-placeholder,
.cid-u9nDLqVKyj .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-u9nDLqVKyj .form-control:hover:-moz-placeholder,
.cid-u9nDLqVKyj .field-input:hover:-moz-placeholder,
.cid-u9nDLqVKyj .form-control:focus:-moz-placeholder,
.cid-u9nDLqVKyj .field-input:focus:-moz-placeholder,
.cid-u9nDLqVKyj .form-control:hover:-moz-placeholder,
.cid-u9nDLqVKyj .field-input:hover:-moz-placeholder,
.cid-u9nDLqVKyj .form-control:focus:-moz-placeholder,
.cid-u9nDLqVKyj .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-u9nDLqVKyj textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-u9nDLqVKyj .jq-number__spin:hover,
.cid-u9nDLqVKyj .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u9nDLqVKyj .jq-number__spin {
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u9nDLqVKyj .jq-selectbox li,
.cid-u9nDLqVKyj .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-u9nDLqVKyj .jq-selectbox li:hover,
.cid-u9nDLqVKyj .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-u9nDLqVKyj .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u9nDLqVKyj .jq-number__spin.minus:hover:after,
.cid-u9nDLqVKyj .jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.cid-u9nDLqVKyj .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u9nDLqVKyj .jq-number__spin.minus:after,
.cid-u9nDLqVKyj .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-u9nDLqVKyj input::-webkit-clear-button {
  display: none;
}
.cid-u9nDLqVKyj input::-webkit-inner-spin-button {
  display: none;
}
.cid-u9nDLqVKyj input::-webkit-outer-spin-button {
  display: none;
}
.cid-u9nDLqVKyj input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u9nDLqVKyj .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #cfad35;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-u9nDLqVKyj .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u9nDLqVKyj .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-u9nDLqVKyj .mbr-text {
  color: #606060;
}
.cid-u9nDLqVKyj .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-u9nDLqVKyj .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u9nDLqVKyj .required {
  color: #808080;
}
.cid-u9nDLqVKyj .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-u9nDLqVKyj .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-u9nDLqVKyj .list-block .list-item-text {
  color: #606060;
}
.cid-u9nDLqVKyj .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-u9nDLqVKyj .list-block {
  position: relative;
}
.cid-u9nDLqVKyj .list-block h4,
.cid-u9nDLqVKyj .list-block p {
  padding-left: 3.5rem;
}
.cid-u9nDLqVKyj .card-img {
  display: block;
  font-size: 30px;
}
.cid-u9nDLqVKyj .mbr-iconfont {
  color: #f8f9c4;
  font-size: 2rem;
}
.cid-sHW1dFD6sH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHW1dJdVJY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #967c22;
}
.cid-sHW1dJdVJY .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sHW1dJdVJY .card-img {
  padding: 0 0 2rem;
}
.cid-sHW1dJdVJY .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-sHW1dJdVJY .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-sHW1dJdVJY .card-title {
    text-align: center;
  }
  .cid-sHW1dJdVJY p.mbr-text {
    text-align: center;
  }
}
.cid-sHW1dJdVJY .card-title {
  color: #ffffff;
}
.cid-sHW1dJdVJY .mbr-text,
.cid-sHW1dJdVJY .mbr-section-btn {
  color: #ffffff;
}
.cid-sHW1e66Ihs {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/1-1920x450.jpg");
}
.cid-sHW1e66Ihs .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sHW1e66Ihs a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sHW1e66Ihs .input-group-btn {
  margin: 0;
}
.cid-sHW1e66Ihs .form-control {
  padding: 1.07em 1.07em;
}
.cid-sHW1e66Ihs .form-group,
.cid-sHW1e66Ihs .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-sHW1e66Ihs .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-sHW1e66Ihs .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-sHW1e66Ihs .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sHW1e66Ihs .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sHW1e66Ihs .form-block {
    padding: 1rem;
  }
}
.cid-sHW1e66Ihs H4 {
  color: #ffffff;
}
.cid-u9nCApzfzC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #372821;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .content {
    text-align: center;
  }
  .cid-u9nCApzfzC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u9nCApzfzC .logo-subtitle {
  color: #8d97ad;
}
.cid-u9nCApzfzC .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u9nCApzfzC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u9nCApzfzC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u9nCApzfzC .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-u9nCApzfzC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9nCApzfzC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u9nCApzfzC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u9nCApzfzC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9nCApzfzC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9nCApzfzC .list-item {
  display: flex;
}
.cid-u9nCApzfzC .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u9nCApzfzC ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u9nCApzfzC ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u9nCApzfzC ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-u9nCApzfzC .column-title {
  color: #ffffff;
}
.cid-u9nCApzfzC P {
  color: #ffffff;
}
.cid-u9nCApzfzC .mbr-text {
  color: #ffffff;
}
.cid-u9nCApzfzC .logo-subtitle,
.cid-u9nCApzfzC .media-wrap {
  color: #767676;
}
.cid-sHW4d7y2Ek .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #cfad35;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHW4d7y2Ek .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sHW4d7y2Ek .nav-item,
.cid-sHW4d7y2Ek .nav-link,
.cid-sHW4d7y2Ek .navbar-caption {
  font-weight: normal;
}
.cid-sHW4d7y2Ek .nav-item:focus,
.cid-sHW4d7y2Ek .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHW4d7y2Ek .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sHW4d7y2Ek .nav-item .nav-link {
    position: relative;
  }
  .cid-sHW4d7y2Ek .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #cfad35;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sHW4d7y2Ek .nav-item:hover .nav-link:before,
  .cid-sHW4d7y2Ek .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sHW4d7y2Ek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sHW4d7y2Ek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHW4d7y2Ek .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sHW4d7y2Ek .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sHW4d7y2Ek .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHW4d7y2Ek .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHW4d7y2Ek .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #372821;
}
.cid-sHW4d7y2Ek .navbar.opened {
  transition: all .3s;
  background: #372821 !important;
}
.cid-sHW4d7y2Ek .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-sHW4d7y2Ek .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sHW4d7y2Ek .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHW4d7y2Ek .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHW4d7y2Ek .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHW4d7y2Ek .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHW4d7y2Ek .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHW4d7y2Ek .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-sHW4d7y2Ek .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHW4d7y2Ek .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHW4d7y2Ek .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHW4d7y2Ek .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHW4d7y2Ek .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHW4d7y2Ek .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHW4d7y2Ek .navbar.navbar-short {
  background: #372821 !important;
  min-height: 60px;
}
.cid-sHW4d7y2Ek .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHW4d7y2Ek .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHW4d7y2Ek .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHW4d7y2Ek .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHW4d7y2Ek .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHW4d7y2Ek .dropdown-item.active,
.cid-sHW4d7y2Ek .dropdown-item:active {
  background-color: transparent;
}
.cid-sHW4d7y2Ek .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHW4d7y2Ek .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHW4d7y2Ek .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHW4d7y2Ek .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #372821;
  z-index: 2;
}
.cid-sHW4d7y2Ek .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHW4d7y2Ek .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHW4d7y2Ek ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHW4d7y2Ek .navbar-buttons {
  text-align: center;
}
.cid-sHW4d7y2Ek button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHW4d7y2Ek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfad35;
}
.cid-sHW4d7y2Ek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHW4d7y2Ek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHW4d7y2Ek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHW4d7y2Ek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHW4d7y2Ek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHW4d7y2Ek nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHW4d7y2Ek nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHW4d7y2Ek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHW4d7y2Ek .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sHW4d7y2Ek a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHW4d7y2Ek .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b07c4b;
  display: inline-flex;
}
.cid-sHW4d7y2Ek .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sHW4d7y2Ek .soc-item {
  margin: .5rem .3rem;
}
.cid-sHW4d7y2Ek .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHW4d7y2Ek a.nav-link .mbr-iconfont-btn,
.cid-sHW4d7y2Ek a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sHW4d7y2Ek a.nav-link:hover .mbr-iconfont-btn,
.cid-sHW4d7y2Ek a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sHW4d7y2Ek a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHW4d7y2Ek .navbar {
    height: 77px;
  }
  .cid-sHW4d7y2Ek .navbar.opened {
    height: auto;
  }
  .cid-sHW4d7y2Ek .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHW4daeaIW {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHW4daeaIW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sHW4daeaIW .row {
    flex-direction: column-reverse;
  }
  .cid-sHW4daeaIW .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sHW4daeaIW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sHW4daeaIW .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sHW4daeaIW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHW4daeaIW .mbr-text,
.cid-sHW4daeaIW .mbr-section-btn {
  color: #232323;
}
.cid-sHW4dcnb0O {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHW4dcnb0O .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sHW4dcnb0O .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-sHW4dcnb0O .panel-group {
  border: none;
}
.cid-sHW4dcnb0O .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sHW4dcnb0O .panel-body,
.cid-sHW4dcnb0O .card-header {
  padding: 1rem 0;
}
.cid-sHW4dcnb0O .panel-title-edit {
  color: #1d2c35;
}
.cid-sHW4dcnb0O .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sHW4dpu9sz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tlXcv31r8Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tlXcv31r8Q .block-text {
  text-align: center;
}
.cid-u9nE4J0Shm {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9nE4J0Shm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u9nE4J0Shm .form-control,
.cid-u9nE4J0Shm .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
}
.cid-u9nE4J0Shm .form-control::-webkit-input-placeholder,
.cid-u9nE4J0Shm .field-input::-webkit-input-placeholder,
.cid-u9nE4J0Shm .form-control::-webkit-input-placeholder,
.cid-u9nE4J0Shm .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-u9nE4J0Shm .form-control:-moz-placeholder,
.cid-u9nE4J0Shm .field-input:-moz-placeholder,
.cid-u9nE4J0Shm .form-control:-moz-placeholder,
.cid-u9nE4J0Shm .field-input:-moz-placeholder {
  color: #606060;
}
.cid-u9nE4J0Shm .form-control:hover,
.cid-u9nE4J0Shm .field-input:hover,
.cid-u9nE4J0Shm .form-control:focus,
.cid-u9nE4J0Shm .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-u9nE4J0Shm .form-control:hover::-webkit-input-placeholder,
.cid-u9nE4J0Shm .field-input:hover::-webkit-input-placeholder,
.cid-u9nE4J0Shm .form-control:focus::-webkit-input-placeholder,
.cid-u9nE4J0Shm .field-input:focus::-webkit-input-placeholder,
.cid-u9nE4J0Shm .form-control:hover::-webkit-input-placeholder,
.cid-u9nE4J0Shm .field-input:hover::-webkit-input-placeholder,
.cid-u9nE4J0Shm .form-control:focus::-webkit-input-placeholder,
.cid-u9nE4J0Shm .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-u9nE4J0Shm .form-control:hover:-moz-placeholder,
.cid-u9nE4J0Shm .field-input:hover:-moz-placeholder,
.cid-u9nE4J0Shm .form-control:focus:-moz-placeholder,
.cid-u9nE4J0Shm .field-input:focus:-moz-placeholder,
.cid-u9nE4J0Shm .form-control:hover:-moz-placeholder,
.cid-u9nE4J0Shm .field-input:hover:-moz-placeholder,
.cid-u9nE4J0Shm .form-control:focus:-moz-placeholder,
.cid-u9nE4J0Shm .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-u9nE4J0Shm textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-u9nE4J0Shm .jq-number__spin:hover,
.cid-u9nE4J0Shm .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u9nE4J0Shm .jq-number__spin {
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u9nE4J0Shm .jq-selectbox li,
.cid-u9nE4J0Shm .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-u9nE4J0Shm .jq-selectbox li:hover,
.cid-u9nE4J0Shm .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-u9nE4J0Shm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u9nE4J0Shm .jq-number__spin.minus:hover:after,
.cid-u9nE4J0Shm .jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.cid-u9nE4J0Shm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u9nE4J0Shm .jq-number__spin.minus:after,
.cid-u9nE4J0Shm .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-u9nE4J0Shm input::-webkit-clear-button {
  display: none;
}
.cid-u9nE4J0Shm input::-webkit-inner-spin-button {
  display: none;
}
.cid-u9nE4J0Shm input::-webkit-outer-spin-button {
  display: none;
}
.cid-u9nE4J0Shm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u9nE4J0Shm .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #cfad35;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-u9nE4J0Shm .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u9nE4J0Shm .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-u9nE4J0Shm .mbr-text {
  color: #606060;
}
.cid-u9nE4J0Shm .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-u9nE4J0Shm .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u9nE4J0Shm .required {
  color: #808080;
}
.cid-u9nE4J0Shm .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-u9nE4J0Shm .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-u9nE4J0Shm .list-block .list-item-text {
  color: #606060;
}
.cid-u9nE4J0Shm .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-u9nE4J0Shm .list-block {
  position: relative;
}
.cid-u9nE4J0Shm .list-block h4,
.cid-u9nE4J0Shm .list-block p {
  padding-left: 3.5rem;
}
.cid-u9nE4J0Shm .card-img {
  display: block;
  font-size: 30px;
}
.cid-u9nE4J0Shm .mbr-iconfont {
  color: #f8f9c4;
  font-size: 2rem;
}
.cid-sHW4dfqnKL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHW4diveTu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #967c22;
}
.cid-sHW4diveTu .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sHW4diveTu .card-img {
  padding: 0 0 2rem;
}
.cid-sHW4diveTu .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-sHW4diveTu .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-sHW4diveTu .card-title {
    text-align: center;
  }
  .cid-sHW4diveTu p.mbr-text {
    text-align: center;
  }
}
.cid-sHW4diveTu .card-title {
  color: #ffffff;
}
.cid-sHW4diveTu .mbr-text,
.cid-sHW4diveTu .mbr-section-btn {
  color: #ffffff;
}
.cid-sHW4ed10nI {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/1-1920x450.jpg");
}
.cid-sHW4ed10nI .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sHW4ed10nI a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sHW4ed10nI .input-group-btn {
  margin: 0;
}
.cid-sHW4ed10nI .form-control {
  padding: 1.07em 1.07em;
}
.cid-sHW4ed10nI .form-group,
.cid-sHW4ed10nI .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-sHW4ed10nI .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-sHW4ed10nI .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-sHW4ed10nI .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sHW4ed10nI .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sHW4ed10nI .form-block {
    padding: 1rem;
  }
}
.cid-sHW4ed10nI H4 {
  color: #ffffff;
}
.cid-u9nCApzfzC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #372821;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .content {
    text-align: center;
  }
  .cid-u9nCApzfzC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u9nCApzfzC .logo-subtitle {
  color: #8d97ad;
}
.cid-u9nCApzfzC .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u9nCApzfzC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u9nCApzfzC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u9nCApzfzC .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-u9nCApzfzC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9nCApzfzC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u9nCApzfzC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u9nCApzfzC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9nCApzfzC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9nCApzfzC .list-item {
  display: flex;
}
.cid-u9nCApzfzC .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u9nCApzfzC ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u9nCApzfzC ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u9nCApzfzC ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-u9nCApzfzC .column-title {
  color: #ffffff;
}
.cid-u9nCApzfzC P {
  color: #ffffff;
}
.cid-u9nCApzfzC .mbr-text {
  color: #ffffff;
}
.cid-u9nCApzfzC .logo-subtitle,
.cid-u9nCApzfzC .media-wrap {
  color: #767676;
}
.cid-tJhD1o12SB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #cfad35;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJhD1o12SB .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tJhD1o12SB .nav-item,
.cid-tJhD1o12SB .nav-link,
.cid-tJhD1o12SB .navbar-caption {
  font-weight: normal;
}
.cid-tJhD1o12SB .nav-item:focus,
.cid-tJhD1o12SB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tJhD1o12SB .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tJhD1o12SB .nav-item .nav-link {
    position: relative;
  }
  .cid-tJhD1o12SB .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #cfad35;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tJhD1o12SB .nav-item:hover .nav-link:before,
  .cid-tJhD1o12SB .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tJhD1o12SB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tJhD1o12SB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJhD1o12SB .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tJhD1o12SB .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJhD1o12SB .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJhD1o12SB .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJhD1o12SB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #372821;
}
.cid-tJhD1o12SB .navbar.opened {
  transition: all .3s;
  background: #372821 !important;
}
.cid-tJhD1o12SB .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tJhD1o12SB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tJhD1o12SB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJhD1o12SB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJhD1o12SB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tJhD1o12SB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJhD1o12SB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJhD1o12SB .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-tJhD1o12SB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tJhD1o12SB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJhD1o12SB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJhD1o12SB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tJhD1o12SB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tJhD1o12SB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tJhD1o12SB .navbar.navbar-short {
  background: #372821 !important;
  min-height: 60px;
}
.cid-tJhD1o12SB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tJhD1o12SB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tJhD1o12SB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJhD1o12SB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJhD1o12SB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJhD1o12SB .dropdown-item.active,
.cid-tJhD1o12SB .dropdown-item:active {
  background-color: transparent;
}
.cid-tJhD1o12SB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJhD1o12SB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJhD1o12SB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJhD1o12SB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #372821;
  z-index: 2;
}
.cid-tJhD1o12SB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJhD1o12SB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJhD1o12SB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tJhD1o12SB .navbar-buttons {
  text-align: center;
}
.cid-tJhD1o12SB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJhD1o12SB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfad35;
}
.cid-tJhD1o12SB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJhD1o12SB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJhD1o12SB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJhD1o12SB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJhD1o12SB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJhD1o12SB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJhD1o12SB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJhD1o12SB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJhD1o12SB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tJhD1o12SB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJhD1o12SB .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b07c4b;
  display: inline-flex;
}
.cid-tJhD1o12SB .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tJhD1o12SB .soc-item {
  margin: .5rem .3rem;
}
.cid-tJhD1o12SB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJhD1o12SB a.nav-link .mbr-iconfont-btn,
.cid-tJhD1o12SB a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tJhD1o12SB a.nav-link:hover .mbr-iconfont-btn,
.cid-tJhD1o12SB a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tJhD1o12SB a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJhD1o12SB .navbar {
    height: 77px;
  }
  .cid-tJhD1o12SB .navbar.opened {
    height: auto;
  }
  .cid-tJhD1o12SB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJhD1opgcB {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-tJhD1opgcB H1 {
  color: #cfad35;
}
.cid-tJhD1opgcB h1 {
  background: linear-gradient(to left, #b07c4b, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tJhD1opgcB img {
  width: 100%;
}
.cid-tJhD1opgcB .mbr-text,
.cid-tJhD1opgcB .mbr-section-btn {
  color: #999999;
}
.cid-tJhD1oCxdk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #040402;
}
.cid-tJhD1oCxdk .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tJhD1oCxdk .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tJhD1oCxdk .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #cfad35;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #cfad35;
  color: #cfad35;
  content: "✓";
}
.cid-tJhD1oCxdk .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tJhD1oCxdk .mbr-text {
  color: #bbbbbb;
}
.cid-tJhD1oLU7A {
  padding-top: 0px;
  background-image: url("../../../assets/images/advocacia-13.jpg");
}
.cid-tJhD1oLU7A .text-content {
  padding-bottom: 0px;
}
.cid-tJhD1oLU7A .content-container .btn-bgr {
  z-index: 0;
}
.cid-tJhD1oLU7A .box-item-text {
  color: #767676;
}
.cid-tJhD1oLU7A .box-item {
  padding: 2.5rem;
}
.cid-tJhD1oLU7A .box-item:first-child {
  background-color: #ffffff;
}
.cid-tJhD1oLU7A .box-item:nth-child(2) {
  background-color: #f5f5f5;
}
.cid-tJhD1oLU7A .box-item:last-child {
  background-color: #ffffff;
}
.cid-tJhD1oLU7A .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-tJhD1oLU7A .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-tJhD1oLU7A .box-list li:last-child {
  border-bottom: none;
}
.cid-tJhD1oLU7A .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tJhD1oLU7A .mbr-iconfont {
  color: #cfad35;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-tJhD1oLU7A .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-tJhD1oLU7A .mbr-section-subtitle,
  .cid-tJhD1oLU7A .mbr-section-title,
  .cid-tJhD1oLU7A .mbr-text,
  .cid-tJhD1oLU7A .mbr-section-btn,
  .cid-tJhD1oLU7A .icon-block-top,
  .cid-tJhD1oLU7A .box-item-title,
  .cid-tJhD1oLU7A .box-item-text {
    text-align: center !important;
  }
}
.cid-tJhD1oLU7A .mbr-section-title {
  color: #ffffff;
}
.cid-tJhD1oLU7A .mbr-text,
.cid-tJhD1oLU7A .mbr-section-btn {
  color: #ffffff;
}
.cid-tJhD1oLU7A .mbr-section-subtitle {
  color: #767676;
}
.cid-tJhD1oLU7A H1 {
  text-align: center;
  text-shadow: black 0.01em 0.01em 0.01em;
}
.cid-tJhD1oLU7A H2 {
  text-align: center;
  text-shadow: black 0.02em 0.02em 0.02em;
}
.cid-tJhD1oLU7A P {
  text-align: center;
  text-shadow: black 0.02em 0.02em 0.02em;
}
.cid-tJhD1p1Jgb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJhD1p1Jgb .container {
  max-width: 1500px;
}
.cid-tJhD1p1Jgb .row {
  background: #333333;
}
.cid-tJhD1p1Jgb .img-col {
  padding: 0;
}
.cid-tJhD1p1Jgb .title-col {
  padding: 4rem 8rem;
}
.cid-tJhD1p1Jgb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tJhD1p1Jgb h2 {
  padding: 0;
  margin: 0;
}
.cid-tJhD1p1Jgb .text-wrap {
  margin: auto;
}
.cid-tJhD1p1Jgb .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-tJhD1p1Jgb .row {
    margin: 2rem;
  }
  .cid-tJhD1p1Jgb .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tJhD1p1Jgb .row {
    margin: 0rem;
  }
  .cid-tJhD1p1Jgb .title-col {
    padding: 2rem 1rem;
  }
}
.cid-tJhD1pdlDL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bg-slider1-layer3-1920x950.jpg");
}
.cid-tJhD1pdlDL .container-fluid {
  padding: 0 3rem;
}
.cid-tJhD1pdlDL .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #cfad35 50%, #b07c4b 120%);
  display: inline-block;
}
.cid-tJhD1pdlDL .card {
  border-radius: 25px !important;
  margin-bottom: 2rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tJhD1pdlDL .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-tJhD1pdlDL .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
  padding-right: 2rem;
}
.cid-tJhD1pdlDL .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tJhD1pdlDL .card .card-header a.panel-title:hover .sign {
  background-color: #967c22 !important;
}
.cid-tJhD1pdlDL .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #cfad35;
  padding: 2rem;
  padding-top: 26px;
  color: #000000;
}
.cid-tJhD1pdlDL .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJhD1pdlDL .card .card-header a.panel-title h4 .toggle-title {
  user-select: initial;
  pointer-events: auto;
}
.cid-tJhD1pdlDL .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-tJhD1pdlDL .container-fluid {
    padding: 0 1rem;
  }
  .cid-tJhD1pdlDL .header-text {
    padding: 1rem !important;
  }
  .cid-tJhD1pdlDL .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-tJhD1pdlDL .panel-body {
    width: calc(100% - 48px);
  }
}
.cid-tJhD1pdlDL .toggle-header,
.cid-tJhD1pdlDL .sign {
  color: #232323;
}
.cid-tJhD1pdlDL .panel-text {
  text-align: left;
}
.cid-tJhD1pvLXh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #967c22;
}
.cid-tJhD1pvLXh .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-tJhD1pvLXh .card-img {
  padding: 0 0 2rem;
}
.cid-tJhD1pvLXh .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tJhD1pvLXh .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-tJhD1pvLXh .card-title {
    text-align: center;
  }
  .cid-tJhD1pvLXh p.mbr-text {
    text-align: center;
  }
}
.cid-tJhD1pvLXh .card-title {
  color: #ffffff;
}
.cid-tJhD1pvLXh .mbr-text,
.cid-tJhD1pvLXh .mbr-section-btn {
  color: #ffffff;
}
.cid-tJhD1pOtWO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tJhD1pOtWO .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tJhD1pOtWO .text-block {
  padding-right: 15px !important;
  padding-left: 5rem;
}
.cid-tJhD1pOtWO .text-block {
  padding-right: 5rem;
}
.cid-tJhD1pOtWO .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tJhD1pOtWO .underline .line {
  width: 5rem;
  height: 3px;
  background: #cfad35;
  display: inline-block;
}
.cid-tJhD1pOtWO .social-media ul li {
  margin-left: 1rem;
  margin: 0;
  margin-right: 1rem;
}
.cid-tJhD1pOtWO .social-media ul li .mbr-iconfont {
  color: #000000;
}
.cid-tJhD1pOtWO .social-media ul li .mbr-iconfont:hover {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tJhD1pOtWO .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tJhD1pOtWO .img-block {
    margin-bottom: 1rem;
  }
  .cid-tJhD1pOtWO .text-block {
    padding: 0 15px;
  }
}
.cid-tJhD1qanEO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJhD1qjODE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJhD1qjODE .block-text {
  text-align: center;
}
.cid-tJhD1qtXSh {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tJhD1qtXSh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tJhD1qtXSh .form-control,
.cid-tJhD1qtXSh .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
}
.cid-tJhD1qtXSh .form-control::-webkit-input-placeholder,
.cid-tJhD1qtXSh .field-input::-webkit-input-placeholder,
.cid-tJhD1qtXSh .form-control::-webkit-input-placeholder,
.cid-tJhD1qtXSh .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-tJhD1qtXSh .form-control:-moz-placeholder,
.cid-tJhD1qtXSh .field-input:-moz-placeholder,
.cid-tJhD1qtXSh .form-control:-moz-placeholder,
.cid-tJhD1qtXSh .field-input:-moz-placeholder {
  color: #606060;
}
.cid-tJhD1qtXSh .form-control:hover,
.cid-tJhD1qtXSh .field-input:hover,
.cid-tJhD1qtXSh .form-control:focus,
.cid-tJhD1qtXSh .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tJhD1qtXSh .form-control:hover::-webkit-input-placeholder,
.cid-tJhD1qtXSh .field-input:hover::-webkit-input-placeholder,
.cid-tJhD1qtXSh .form-control:focus::-webkit-input-placeholder,
.cid-tJhD1qtXSh .field-input:focus::-webkit-input-placeholder,
.cid-tJhD1qtXSh .form-control:hover::-webkit-input-placeholder,
.cid-tJhD1qtXSh .field-input:hover::-webkit-input-placeholder,
.cid-tJhD1qtXSh .form-control:focus::-webkit-input-placeholder,
.cid-tJhD1qtXSh .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-tJhD1qtXSh .form-control:hover:-moz-placeholder,
.cid-tJhD1qtXSh .field-input:hover:-moz-placeholder,
.cid-tJhD1qtXSh .form-control:focus:-moz-placeholder,
.cid-tJhD1qtXSh .field-input:focus:-moz-placeholder,
.cid-tJhD1qtXSh .form-control:hover:-moz-placeholder,
.cid-tJhD1qtXSh .field-input:hover:-moz-placeholder,
.cid-tJhD1qtXSh .form-control:focus:-moz-placeholder,
.cid-tJhD1qtXSh .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-tJhD1qtXSh textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-tJhD1qtXSh .jq-number__spin:hover,
.cid-tJhD1qtXSh .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tJhD1qtXSh .jq-number__spin {
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tJhD1qtXSh .jq-selectbox li,
.cid-tJhD1qtXSh .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-tJhD1qtXSh .jq-selectbox li:hover,
.cid-tJhD1qtXSh .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-tJhD1qtXSh .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tJhD1qtXSh .jq-number__spin.minus:hover:after,
.cid-tJhD1qtXSh .jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.cid-tJhD1qtXSh .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tJhD1qtXSh .jq-number__spin.minus:after,
.cid-tJhD1qtXSh .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-tJhD1qtXSh input::-webkit-clear-button {
  display: none;
}
.cid-tJhD1qtXSh input::-webkit-inner-spin-button {
  display: none;
}
.cid-tJhD1qtXSh input::-webkit-outer-spin-button {
  display: none;
}
.cid-tJhD1qtXSh input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tJhD1qtXSh .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #cfad35;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tJhD1qtXSh .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tJhD1qtXSh .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tJhD1qtXSh .mbr-text {
  color: #606060;
}
.cid-tJhD1qtXSh .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-tJhD1qtXSh .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tJhD1qtXSh .required {
  color: #808080;
}
.cid-tJhD1qtXSh .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-tJhD1qtXSh .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-tJhD1qtXSh .list-block .list-item-text {
  color: #606060;
}
.cid-tJhD1qtXSh .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-tJhD1qtXSh .list-block {
  position: relative;
}
.cid-tJhD1qtXSh .list-block h4,
.cid-tJhD1qtXSh .list-block p {
  padding-left: 3.5rem;
}
.cid-tJhD1qtXSh .card-img {
  display: block;
  font-size: 30px;
}
.cid-tJhD1qtXSh .mbr-iconfont {
  color: #f8f9c4;
  font-size: 2rem;
}
.cid-tJhD1qMSos {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/1-1920x450.jpg");
}
.cid-tJhD1qMSos .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tJhD1qMSos a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tJhD1qMSos .input-group-btn {
  margin: 0;
}
.cid-tJhD1qMSos .form-control {
  padding: 1.07em 1.07em;
}
.cid-tJhD1qMSos .form-group,
.cid-tJhD1qMSos .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-tJhD1qMSos .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-tJhD1qMSos .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-tJhD1qMSos .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tJhD1qMSos .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-tJhD1qMSos .form-block {
    padding: 1rem;
  }
}
.cid-tJhD1qMSos H4 {
  color: #ffffff;
}
.cid-u9nCApzfzC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #372821;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .content {
    text-align: center;
  }
  .cid-u9nCApzfzC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u9nCApzfzC .logo-subtitle {
  color: #8d97ad;
}
.cid-u9nCApzfzC .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u9nCApzfzC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u9nCApzfzC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u9nCApzfzC .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-u9nCApzfzC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9nCApzfzC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u9nCApzfzC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u9nCApzfzC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9nCApzfzC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9nCApzfzC .list-item {
  display: flex;
}
.cid-u9nCApzfzC .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u9nCApzfzC ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u9nCApzfzC ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u9nCApzfzC ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-u9nCApzfzC .column-title {
  color: #ffffff;
}
.cid-u9nCApzfzC P {
  color: #ffffff;
}
.cid-u9nCApzfzC .mbr-text {
  color: #ffffff;
}
.cid-u9nCApzfzC .logo-subtitle,
.cid-u9nCApzfzC .media-wrap {
  color: #767676;
}
.cid-tiQ3Q0wdEH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #cfad35;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tiQ3Q0wdEH .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tiQ3Q0wdEH .nav-item,
.cid-tiQ3Q0wdEH .nav-link,
.cid-tiQ3Q0wdEH .navbar-caption {
  font-weight: normal;
}
.cid-tiQ3Q0wdEH .nav-item:focus,
.cid-tiQ3Q0wdEH .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tiQ3Q0wdEH .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tiQ3Q0wdEH .nav-item .nav-link {
    position: relative;
  }
  .cid-tiQ3Q0wdEH .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #cfad35;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tiQ3Q0wdEH .nav-item:hover .nav-link:before,
  .cid-tiQ3Q0wdEH .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tiQ3Q0wdEH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tiQ3Q0wdEH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiQ3Q0wdEH .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tiQ3Q0wdEH .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tiQ3Q0wdEH .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tiQ3Q0wdEH .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tiQ3Q0wdEH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #372821;
}
.cid-tiQ3Q0wdEH .navbar.opened {
  transition: all .3s;
  background: #372821 !important;
}
.cid-tiQ3Q0wdEH .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tiQ3Q0wdEH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tiQ3Q0wdEH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tiQ3Q0wdEH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiQ3Q0wdEH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tiQ3Q0wdEH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiQ3Q0wdEH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiQ3Q0wdEH .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-tiQ3Q0wdEH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tiQ3Q0wdEH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiQ3Q0wdEH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tiQ3Q0wdEH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tiQ3Q0wdEH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tiQ3Q0wdEH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tiQ3Q0wdEH .navbar.navbar-short {
  background: #372821 !important;
  min-height: 60px;
}
.cid-tiQ3Q0wdEH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tiQ3Q0wdEH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tiQ3Q0wdEH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tiQ3Q0wdEH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiQ3Q0wdEH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiQ3Q0wdEH .dropdown-item.active,
.cid-tiQ3Q0wdEH .dropdown-item:active {
  background-color: transparent;
}
.cid-tiQ3Q0wdEH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiQ3Q0wdEH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiQ3Q0wdEH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiQ3Q0wdEH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #372821;
  z-index: 2;
}
.cid-tiQ3Q0wdEH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiQ3Q0wdEH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiQ3Q0wdEH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tiQ3Q0wdEH .navbar-buttons {
  text-align: center;
}
.cid-tiQ3Q0wdEH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tiQ3Q0wdEH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfad35;
}
.cid-tiQ3Q0wdEH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tiQ3Q0wdEH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tiQ3Q0wdEH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tiQ3Q0wdEH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tiQ3Q0wdEH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tiQ3Q0wdEH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tiQ3Q0wdEH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tiQ3Q0wdEH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tiQ3Q0wdEH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tiQ3Q0wdEH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tiQ3Q0wdEH .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b07c4b;
  display: inline-flex;
}
.cid-tiQ3Q0wdEH .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tiQ3Q0wdEH .soc-item {
  margin: .5rem .3rem;
}
.cid-tiQ3Q0wdEH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tiQ3Q0wdEH a.nav-link .mbr-iconfont-btn,
.cid-tiQ3Q0wdEH a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tiQ3Q0wdEH a.nav-link:hover .mbr-iconfont-btn,
.cid-tiQ3Q0wdEH a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tiQ3Q0wdEH a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiQ3Q0wdEH .navbar {
    height: 77px;
  }
  .cid-tiQ3Q0wdEH .navbar.opened {
    height: auto;
  }
  .cid-tiQ3Q0wdEH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlusIfEQ2Q {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tlusIfEQ2Q .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tlusIfEQ2Q .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tlusIfEQ2Q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tlusIfEQ2Q .mbr-section-title {
  text-align: left;
  color: #cfad35;
}
.cid-tlusIfEQ2Q .mbr-text,
.cid-tlusIfEQ2Q .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tluGI366Iu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tluGI366Iu .mbr-text {
  color: #ffffff;
}
.cid-tiQ3QyobZy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bg-slider1-layer3-1920x950.jpg");
}
.cid-tiQ3QyobZy .container-fluid {
  padding: 0 3rem;
}
.cid-tiQ3QyobZy .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #cfad35 50%, #b07c4b 120%);
  display: inline-block;
}
.cid-tiQ3QyobZy .card {
  border-radius: 25px !important;
  margin-bottom: 2rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tiQ3QyobZy .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-tiQ3QyobZy .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
  padding-right: 2rem;
}
.cid-tiQ3QyobZy .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tiQ3QyobZy .card .card-header a.panel-title:hover .sign {
  background-color: #967c22 !important;
}
.cid-tiQ3QyobZy .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #cfad35;
  padding: 2rem;
  padding-top: 26px;
  color: #000000;
}
.cid-tiQ3QyobZy .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tiQ3QyobZy .card .card-header a.panel-title h4 .toggle-title {
  user-select: initial;
  pointer-events: auto;
}
.cid-tiQ3QyobZy .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-tiQ3QyobZy .container-fluid {
    padding: 0 1rem;
  }
  .cid-tiQ3QyobZy .header-text {
    padding: 1rem !important;
  }
  .cid-tiQ3QyobZy .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-tiQ3QyobZy .panel-body {
    width: calc(100% - 48px);
  }
}
.cid-tiQ3QyobZy .toggle-header,
.cid-tiQ3QyobZy .sign {
  color: #232323;
}
.cid-tiQ3QyobZy .panel-text {
  text-align: left;
}
.cid-tiQ3QJSbue {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #967c22;
}
.cid-tiQ3QJSbue .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-tiQ3QJSbue .card-img {
  padding: 0 0 2rem;
}
.cid-tiQ3QJSbue .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tiQ3QJSbue .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-tiQ3QJSbue .card-title {
    text-align: center;
  }
  .cid-tiQ3QJSbue p.mbr-text {
    text-align: center;
  }
}
.cid-tiQ3QJSbue .card-title {
  color: #ffffff;
}
.cid-tiQ3QJSbue .mbr-text,
.cid-tiQ3QJSbue .mbr-section-btn {
  color: #ffffff;
}
.cid-tljGn3CJnM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJi3yzm6Cm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJi3yzm6Cm .block-text {
  text-align: center;
}
.cid-u9nC2G8wF2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9nC2G8wF2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u9nC2G8wF2 .form-control,
.cid-u9nC2G8wF2 .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
}
.cid-u9nC2G8wF2 .form-control::-webkit-input-placeholder,
.cid-u9nC2G8wF2 .field-input::-webkit-input-placeholder,
.cid-u9nC2G8wF2 .form-control::-webkit-input-placeholder,
.cid-u9nC2G8wF2 .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-u9nC2G8wF2 .form-control:-moz-placeholder,
.cid-u9nC2G8wF2 .field-input:-moz-placeholder,
.cid-u9nC2G8wF2 .form-control:-moz-placeholder,
.cid-u9nC2G8wF2 .field-input:-moz-placeholder {
  color: #606060;
}
.cid-u9nC2G8wF2 .form-control:hover,
.cid-u9nC2G8wF2 .field-input:hover,
.cid-u9nC2G8wF2 .form-control:focus,
.cid-u9nC2G8wF2 .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-u9nC2G8wF2 .form-control:hover::-webkit-input-placeholder,
.cid-u9nC2G8wF2 .field-input:hover::-webkit-input-placeholder,
.cid-u9nC2G8wF2 .form-control:focus::-webkit-input-placeholder,
.cid-u9nC2G8wF2 .field-input:focus::-webkit-input-placeholder,
.cid-u9nC2G8wF2 .form-control:hover::-webkit-input-placeholder,
.cid-u9nC2G8wF2 .field-input:hover::-webkit-input-placeholder,
.cid-u9nC2G8wF2 .form-control:focus::-webkit-input-placeholder,
.cid-u9nC2G8wF2 .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-u9nC2G8wF2 .form-control:hover:-moz-placeholder,
.cid-u9nC2G8wF2 .field-input:hover:-moz-placeholder,
.cid-u9nC2G8wF2 .form-control:focus:-moz-placeholder,
.cid-u9nC2G8wF2 .field-input:focus:-moz-placeholder,
.cid-u9nC2G8wF2 .form-control:hover:-moz-placeholder,
.cid-u9nC2G8wF2 .field-input:hover:-moz-placeholder,
.cid-u9nC2G8wF2 .form-control:focus:-moz-placeholder,
.cid-u9nC2G8wF2 .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-u9nC2G8wF2 textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-u9nC2G8wF2 .jq-number__spin:hover,
.cid-u9nC2G8wF2 .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u9nC2G8wF2 .jq-number__spin {
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u9nC2G8wF2 .jq-selectbox li,
.cid-u9nC2G8wF2 .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-u9nC2G8wF2 .jq-selectbox li:hover,
.cid-u9nC2G8wF2 .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-u9nC2G8wF2 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u9nC2G8wF2 .jq-number__spin.minus:hover:after,
.cid-u9nC2G8wF2 .jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.cid-u9nC2G8wF2 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u9nC2G8wF2 .jq-number__spin.minus:after,
.cid-u9nC2G8wF2 .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-u9nC2G8wF2 input::-webkit-clear-button {
  display: none;
}
.cid-u9nC2G8wF2 input::-webkit-inner-spin-button {
  display: none;
}
.cid-u9nC2G8wF2 input::-webkit-outer-spin-button {
  display: none;
}
.cid-u9nC2G8wF2 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u9nC2G8wF2 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #cfad35;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-u9nC2G8wF2 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u9nC2G8wF2 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-u9nC2G8wF2 .mbr-text {
  color: #606060;
}
.cid-u9nC2G8wF2 .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-u9nC2G8wF2 .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u9nC2G8wF2 .required {
  color: #808080;
}
.cid-u9nC2G8wF2 .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-u9nC2G8wF2 .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-u9nC2G8wF2 .list-block .list-item-text {
  color: #606060;
}
.cid-u9nC2G8wF2 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-u9nC2G8wF2 .list-block {
  position: relative;
}
.cid-u9nC2G8wF2 .list-block h4,
.cid-u9nC2G8wF2 .list-block p {
  padding-left: 3.5rem;
}
.cid-u9nC2G8wF2 .card-img {
  display: block;
  font-size: 30px;
}
.cid-u9nC2G8wF2 .mbr-iconfont {
  color: #f8f9c4;
  font-size: 2rem;
}
.cid-tiQ3RwPwFH {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/1-1920x450.jpg");
}
.cid-tiQ3RwPwFH .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tiQ3RwPwFH a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tiQ3RwPwFH .input-group-btn {
  margin: 0;
}
.cid-tiQ3RwPwFH .form-control {
  padding: 1.07em 1.07em;
}
.cid-tiQ3RwPwFH .form-group,
.cid-tiQ3RwPwFH .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-tiQ3RwPwFH .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-tiQ3RwPwFH .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-tiQ3RwPwFH .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tiQ3RwPwFH .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-tiQ3RwPwFH .form-block {
    padding: 1rem;
  }
}
.cid-tiQ3RwPwFH H4 {
  color: #ffffff;
}
.cid-u9nCApzfzC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #372821;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .content {
    text-align: center;
  }
  .cid-u9nCApzfzC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u9nCApzfzC .logo-subtitle {
  color: #8d97ad;
}
.cid-u9nCApzfzC .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u9nCApzfzC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u9nCApzfzC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u9nCApzfzC .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-u9nCApzfzC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9nCApzfzC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u9nCApzfzC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u9nCApzfzC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9nCApzfzC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9nCApzfzC .list-item {
  display: flex;
}
.cid-u9nCApzfzC .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u9nCApzfzC ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u9nCApzfzC ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u9nCApzfzC ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-u9nCApzfzC .column-title {
  color: #ffffff;
}
.cid-u9nCApzfzC P {
  color: #ffffff;
}
.cid-u9nCApzfzC .mbr-text {
  color: #ffffff;
}
.cid-u9nCApzfzC .logo-subtitle,
.cid-u9nCApzfzC .media-wrap {
  color: #767676;
}
.cid-tJhUGygDAy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #cfad35;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJhUGygDAy .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tJhUGygDAy .nav-item,
.cid-tJhUGygDAy .nav-link,
.cid-tJhUGygDAy .navbar-caption {
  font-weight: normal;
}
.cid-tJhUGygDAy .nav-item:focus,
.cid-tJhUGygDAy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tJhUGygDAy .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tJhUGygDAy .nav-item .nav-link {
    position: relative;
  }
  .cid-tJhUGygDAy .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #cfad35;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tJhUGygDAy .nav-item:hover .nav-link:before,
  .cid-tJhUGygDAy .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tJhUGygDAy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tJhUGygDAy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJhUGygDAy .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tJhUGygDAy .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJhUGygDAy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJhUGygDAy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJhUGygDAy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #372821;
}
.cid-tJhUGygDAy .navbar.opened {
  transition: all .3s;
  background: #372821 !important;
}
.cid-tJhUGygDAy .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tJhUGygDAy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tJhUGygDAy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJhUGygDAy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJhUGygDAy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tJhUGygDAy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJhUGygDAy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJhUGygDAy .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-tJhUGygDAy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tJhUGygDAy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJhUGygDAy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJhUGygDAy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tJhUGygDAy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tJhUGygDAy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tJhUGygDAy .navbar.navbar-short {
  background: #372821 !important;
  min-height: 60px;
}
.cid-tJhUGygDAy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tJhUGygDAy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tJhUGygDAy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJhUGygDAy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJhUGygDAy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJhUGygDAy .dropdown-item.active,
.cid-tJhUGygDAy .dropdown-item:active {
  background-color: transparent;
}
.cid-tJhUGygDAy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJhUGygDAy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJhUGygDAy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJhUGygDAy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #372821;
  z-index: 2;
}
.cid-tJhUGygDAy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJhUGygDAy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJhUGygDAy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tJhUGygDAy .navbar-buttons {
  text-align: center;
}
.cid-tJhUGygDAy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJhUGygDAy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfad35;
}
.cid-tJhUGygDAy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJhUGygDAy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJhUGygDAy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJhUGygDAy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJhUGygDAy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJhUGygDAy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJhUGygDAy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJhUGygDAy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJhUGygDAy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tJhUGygDAy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJhUGygDAy .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b07c4b;
  display: inline-flex;
}
.cid-tJhUGygDAy .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tJhUGygDAy .soc-item {
  margin: .5rem .3rem;
}
.cid-tJhUGygDAy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJhUGygDAy a.nav-link .mbr-iconfont-btn,
.cid-tJhUGygDAy a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tJhUGygDAy a.nav-link:hover .mbr-iconfont-btn,
.cid-tJhUGygDAy a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tJhUGygDAy a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJhUGygDAy .navbar {
    height: 77px;
  }
  .cid-tJhUGygDAy .navbar.opened {
    height: auto;
  }
  .cid-tJhUGygDAy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJhUGziYum {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tJhUGziYum .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tJhUGziYum .text-block {
  padding-right: 15px !important;
  padding-left: 5rem;
}
.cid-tJhUGziYum .text-block {
  padding-right: 5rem;
}
.cid-tJhUGziYum .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tJhUGziYum .underline .line {
  width: 5rem;
  height: 3px;
  background: #cfad35;
  display: inline-block;
}
.cid-tJhUGziYum .social-media ul li {
  margin-left: 1rem;
  margin: 0;
  margin-right: 1rem;
}
.cid-tJhUGziYum .social-media ul li .mbr-iconfont {
  color: #000000;
}
.cid-tJhUGziYum .social-media ul li .mbr-iconfont:hover {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-tJhUGziYum .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tJhUGziYum .img-block {
    margin-bottom: 1rem;
  }
  .cid-tJhUGziYum .text-block {
    padding: 0 15px;
  }
}
.cid-tJhUGAbBE1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #967c22;
}
.cid-tJhUGAbBE1 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-tJhUGAbBE1 .card-img {
  padding: 0 0 2rem;
}
.cid-tJhUGAbBE1 .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tJhUGAbBE1 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-tJhUGAbBE1 .card-title {
    text-align: center;
  }
  .cid-tJhUGAbBE1 p.mbr-text {
    text-align: center;
  }
}
.cid-tJhUGAbBE1 .card-title {
  color: #ffffff;
}
.cid-tJhUGAbBE1 .mbr-text,
.cid-tJhUGAbBE1 .mbr-section-btn {
  color: #ffffff;
}
.cid-tJhUGAyxco {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJi3GHQZ2Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJi3GHQZ2Y .block-text {
  text-align: center;
}
.cid-tJhUGB38ns {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tJhUGB38ns .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tJhUGB38ns .form-control,
.cid-tJhUGB38ns .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
}
.cid-tJhUGB38ns .form-control::-webkit-input-placeholder,
.cid-tJhUGB38ns .field-input::-webkit-input-placeholder,
.cid-tJhUGB38ns .form-control::-webkit-input-placeholder,
.cid-tJhUGB38ns .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-tJhUGB38ns .form-control:-moz-placeholder,
.cid-tJhUGB38ns .field-input:-moz-placeholder,
.cid-tJhUGB38ns .form-control:-moz-placeholder,
.cid-tJhUGB38ns .field-input:-moz-placeholder {
  color: #606060;
}
.cid-tJhUGB38ns .form-control:hover,
.cid-tJhUGB38ns .field-input:hover,
.cid-tJhUGB38ns .form-control:focus,
.cid-tJhUGB38ns .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tJhUGB38ns .form-control:hover::-webkit-input-placeholder,
.cid-tJhUGB38ns .field-input:hover::-webkit-input-placeholder,
.cid-tJhUGB38ns .form-control:focus::-webkit-input-placeholder,
.cid-tJhUGB38ns .field-input:focus::-webkit-input-placeholder,
.cid-tJhUGB38ns .form-control:hover::-webkit-input-placeholder,
.cid-tJhUGB38ns .field-input:hover::-webkit-input-placeholder,
.cid-tJhUGB38ns .form-control:focus::-webkit-input-placeholder,
.cid-tJhUGB38ns .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-tJhUGB38ns .form-control:hover:-moz-placeholder,
.cid-tJhUGB38ns .field-input:hover:-moz-placeholder,
.cid-tJhUGB38ns .form-control:focus:-moz-placeholder,
.cid-tJhUGB38ns .field-input:focus:-moz-placeholder,
.cid-tJhUGB38ns .form-control:hover:-moz-placeholder,
.cid-tJhUGB38ns .field-input:hover:-moz-placeholder,
.cid-tJhUGB38ns .form-control:focus:-moz-placeholder,
.cid-tJhUGB38ns .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-tJhUGB38ns textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-tJhUGB38ns .jq-number__spin:hover,
.cid-tJhUGB38ns .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tJhUGB38ns .jq-number__spin {
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tJhUGB38ns .jq-selectbox li,
.cid-tJhUGB38ns .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-tJhUGB38ns .jq-selectbox li:hover,
.cid-tJhUGB38ns .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-tJhUGB38ns .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tJhUGB38ns .jq-number__spin.minus:hover:after,
.cid-tJhUGB38ns .jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.cid-tJhUGB38ns .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tJhUGB38ns .jq-number__spin.minus:after,
.cid-tJhUGB38ns .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-tJhUGB38ns input::-webkit-clear-button {
  display: none;
}
.cid-tJhUGB38ns input::-webkit-inner-spin-button {
  display: none;
}
.cid-tJhUGB38ns input::-webkit-outer-spin-button {
  display: none;
}
.cid-tJhUGB38ns input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tJhUGB38ns .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #cfad35;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tJhUGB38ns .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tJhUGB38ns .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tJhUGB38ns .mbr-text {
  color: #606060;
}
.cid-tJhUGB38ns .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-tJhUGB38ns .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tJhUGB38ns .required {
  color: #808080;
}
.cid-tJhUGB38ns .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-tJhUGB38ns .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-tJhUGB38ns .list-block .list-item-text {
  color: #606060;
}
.cid-tJhUGB38ns .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-tJhUGB38ns .list-block {
  position: relative;
}
.cid-tJhUGB38ns .list-block h4,
.cid-tJhUGB38ns .list-block p {
  padding-left: 3.5rem;
}
.cid-tJhUGB38ns .card-img {
  display: block;
  font-size: 30px;
}
.cid-tJhUGB38ns .mbr-iconfont {
  color: #f8f9c4;
  font-size: 2rem;
}
.cid-tJhUGC3XpX {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/1-1920x450.jpg");
}
.cid-tJhUGC3XpX .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tJhUGC3XpX a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tJhUGC3XpX .input-group-btn {
  margin: 0;
}
.cid-tJhUGC3XpX .form-control {
  padding: 1.07em 1.07em;
}
.cid-tJhUGC3XpX .form-group,
.cid-tJhUGC3XpX .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-tJhUGC3XpX .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-tJhUGC3XpX .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-tJhUGC3XpX .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tJhUGC3XpX .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-tJhUGC3XpX .form-block {
    padding: 1rem;
  }
}
.cid-tJhUGC3XpX H4 {
  color: #ffffff;
}
.cid-u9nCApzfzC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #372821;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .content {
    text-align: center;
  }
  .cid-u9nCApzfzC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u9nCApzfzC .logo-subtitle {
  color: #8d97ad;
}
.cid-u9nCApzfzC .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u9nCApzfzC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u9nCApzfzC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u9nCApzfzC .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-u9nCApzfzC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9nCApzfzC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u9nCApzfzC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u9nCApzfzC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9nCApzfzC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9nCApzfzC .list-item {
  display: flex;
}
.cid-u9nCApzfzC .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u9nCApzfzC ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u9nCApzfzC ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u9nCApzfzC ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-u9nCApzfzC .column-title {
  color: #ffffff;
}
.cid-u9nCApzfzC P {
  color: #ffffff;
}
.cid-u9nCApzfzC .mbr-text {
  color: #ffffff;
}
.cid-u9nCApzfzC .logo-subtitle,
.cid-u9nCApzfzC .media-wrap {
  color: #767676;
}
.cid-tJhXmSmiuM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #cfad35;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJhXmSmiuM .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tJhXmSmiuM .nav-item,
.cid-tJhXmSmiuM .nav-link,
.cid-tJhXmSmiuM .navbar-caption {
  font-weight: normal;
}
.cid-tJhXmSmiuM .nav-item:focus,
.cid-tJhXmSmiuM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tJhXmSmiuM .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tJhXmSmiuM .nav-item .nav-link {
    position: relative;
  }
  .cid-tJhXmSmiuM .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #cfad35;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tJhXmSmiuM .nav-item:hover .nav-link:before,
  .cid-tJhXmSmiuM .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tJhXmSmiuM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tJhXmSmiuM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJhXmSmiuM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tJhXmSmiuM .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJhXmSmiuM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJhXmSmiuM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJhXmSmiuM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #372821;
}
.cid-tJhXmSmiuM .navbar.opened {
  transition: all .3s;
  background: #372821 !important;
}
.cid-tJhXmSmiuM .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tJhXmSmiuM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tJhXmSmiuM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJhXmSmiuM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJhXmSmiuM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tJhXmSmiuM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJhXmSmiuM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJhXmSmiuM .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-tJhXmSmiuM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tJhXmSmiuM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJhXmSmiuM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJhXmSmiuM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tJhXmSmiuM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tJhXmSmiuM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tJhXmSmiuM .navbar.navbar-short {
  background: #372821 !important;
  min-height: 60px;
}
.cid-tJhXmSmiuM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tJhXmSmiuM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tJhXmSmiuM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJhXmSmiuM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJhXmSmiuM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJhXmSmiuM .dropdown-item.active,
.cid-tJhXmSmiuM .dropdown-item:active {
  background-color: transparent;
}
.cid-tJhXmSmiuM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJhXmSmiuM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJhXmSmiuM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJhXmSmiuM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #372821;
  z-index: 2;
}
.cid-tJhXmSmiuM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJhXmSmiuM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJhXmSmiuM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tJhXmSmiuM .navbar-buttons {
  text-align: center;
}
.cid-tJhXmSmiuM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJhXmSmiuM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfad35;
}
.cid-tJhXmSmiuM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJhXmSmiuM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJhXmSmiuM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJhXmSmiuM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJhXmSmiuM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJhXmSmiuM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJhXmSmiuM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJhXmSmiuM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJhXmSmiuM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tJhXmSmiuM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJhXmSmiuM .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b07c4b;
  display: inline-flex;
}
.cid-tJhXmSmiuM .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tJhXmSmiuM .soc-item {
  margin: .5rem .3rem;
}
.cid-tJhXmSmiuM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJhXmSmiuM a.nav-link .mbr-iconfont-btn,
.cid-tJhXmSmiuM a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tJhXmSmiuM a.nav-link:hover .mbr-iconfont-btn,
.cid-tJhXmSmiuM a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tJhXmSmiuM a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJhXmSmiuM .navbar {
    height: 77px;
  }
  .cid-tJhXmSmiuM .navbar.opened {
    height: auto;
  }
  .cid-tJhXmSmiuM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJhXmTAanw {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bg-slider1-layer3-1920x950.jpg");
}
.cid-tJhXmTAanw .container-fluid {
  padding: 0 3rem;
}
.cid-tJhXmTAanw .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #cfad35 50%, #b07c4b 120%);
  display: inline-block;
}
.cid-tJhXmTAanw .card {
  border-radius: 25px !important;
  margin-bottom: 2rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tJhXmTAanw .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-tJhXmTAanw .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
  padding-right: 2rem;
}
.cid-tJhXmTAanw .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tJhXmTAanw .card .card-header a.panel-title:hover .sign {
  background-color: #967c22 !important;
}
.cid-tJhXmTAanw .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #cfad35;
  padding: 2rem;
  padding-top: 26px;
  color: #000000;
}
.cid-tJhXmTAanw .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJhXmTAanw .card .card-header a.panel-title h4 .toggle-title {
  user-select: initial;
  pointer-events: auto;
}
.cid-tJhXmTAanw .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-tJhXmTAanw .container-fluid {
    padding: 0 1rem;
  }
  .cid-tJhXmTAanw .header-text {
    padding: 1rem !important;
  }
  .cid-tJhXmTAanw .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-tJhXmTAanw .panel-body {
    width: calc(100% - 48px);
  }
}
.cid-tJhXmTAanw .toggle-header,
.cid-tJhXmTAanw .sign {
  color: #232323;
}
.cid-tJhXmTAanw .panel-text {
  text-align: left;
}
.cid-tJhXmTYnFx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #967c22;
}
.cid-tJhXmTYnFx .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-tJhXmTYnFx .card-img {
  padding: 0 0 2rem;
}
.cid-tJhXmTYnFx .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-tJhXmTYnFx .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-tJhXmTYnFx .card-title {
    text-align: center;
  }
  .cid-tJhXmTYnFx p.mbr-text {
    text-align: center;
  }
}
.cid-tJhXmTYnFx .card-title {
  color: #ffffff;
}
.cid-tJhXmTYnFx .mbr-text,
.cid-tJhXmTYnFx .mbr-section-btn {
  color: #ffffff;
}
.cid-tJhXmUiMW5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJi3pKpl42 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJi3pKpl42 .block-text {
  text-align: center;
}
.cid-u9nDanzSzP {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9nDanzSzP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u9nDanzSzP .form-control,
.cid-u9nDanzSzP .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
}
.cid-u9nDanzSzP .form-control::-webkit-input-placeholder,
.cid-u9nDanzSzP .field-input::-webkit-input-placeholder,
.cid-u9nDanzSzP .form-control::-webkit-input-placeholder,
.cid-u9nDanzSzP .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-u9nDanzSzP .form-control:-moz-placeholder,
.cid-u9nDanzSzP .field-input:-moz-placeholder,
.cid-u9nDanzSzP .form-control:-moz-placeholder,
.cid-u9nDanzSzP .field-input:-moz-placeholder {
  color: #606060;
}
.cid-u9nDanzSzP .form-control:hover,
.cid-u9nDanzSzP .field-input:hover,
.cid-u9nDanzSzP .form-control:focus,
.cid-u9nDanzSzP .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-u9nDanzSzP .form-control:hover::-webkit-input-placeholder,
.cid-u9nDanzSzP .field-input:hover::-webkit-input-placeholder,
.cid-u9nDanzSzP .form-control:focus::-webkit-input-placeholder,
.cid-u9nDanzSzP .field-input:focus::-webkit-input-placeholder,
.cid-u9nDanzSzP .form-control:hover::-webkit-input-placeholder,
.cid-u9nDanzSzP .field-input:hover::-webkit-input-placeholder,
.cid-u9nDanzSzP .form-control:focus::-webkit-input-placeholder,
.cid-u9nDanzSzP .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-u9nDanzSzP .form-control:hover:-moz-placeholder,
.cid-u9nDanzSzP .field-input:hover:-moz-placeholder,
.cid-u9nDanzSzP .form-control:focus:-moz-placeholder,
.cid-u9nDanzSzP .field-input:focus:-moz-placeholder,
.cid-u9nDanzSzP .form-control:hover:-moz-placeholder,
.cid-u9nDanzSzP .field-input:hover:-moz-placeholder,
.cid-u9nDanzSzP .form-control:focus:-moz-placeholder,
.cid-u9nDanzSzP .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-u9nDanzSzP textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-u9nDanzSzP .jq-number__spin:hover,
.cid-u9nDanzSzP .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u9nDanzSzP .jq-number__spin {
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u9nDanzSzP .jq-selectbox li,
.cid-u9nDanzSzP .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-u9nDanzSzP .jq-selectbox li:hover,
.cid-u9nDanzSzP .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-u9nDanzSzP .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u9nDanzSzP .jq-number__spin.minus:hover:after,
.cid-u9nDanzSzP .jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.cid-u9nDanzSzP .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u9nDanzSzP .jq-number__spin.minus:after,
.cid-u9nDanzSzP .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-u9nDanzSzP input::-webkit-clear-button {
  display: none;
}
.cid-u9nDanzSzP input::-webkit-inner-spin-button {
  display: none;
}
.cid-u9nDanzSzP input::-webkit-outer-spin-button {
  display: none;
}
.cid-u9nDanzSzP input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u9nDanzSzP .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #cfad35;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-u9nDanzSzP .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u9nDanzSzP .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-u9nDanzSzP .mbr-text {
  color: #606060;
}
.cid-u9nDanzSzP .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-u9nDanzSzP .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u9nDanzSzP .required {
  color: #808080;
}
.cid-u9nDanzSzP .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-u9nDanzSzP .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-u9nDanzSzP .list-block .list-item-text {
  color: #606060;
}
.cid-u9nDanzSzP .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-u9nDanzSzP .list-block {
  position: relative;
}
.cid-u9nDanzSzP .list-block h4,
.cid-u9nDanzSzP .list-block p {
  padding-left: 3.5rem;
}
.cid-u9nDanzSzP .card-img {
  display: block;
  font-size: 30px;
}
.cid-u9nDanzSzP .mbr-iconfont {
  color: #f8f9c4;
  font-size: 2rem;
}
.cid-tJhXmV3fiC {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/1-1920x450.jpg");
}
.cid-tJhXmV3fiC .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tJhXmV3fiC a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tJhXmV3fiC .input-group-btn {
  margin: 0;
}
.cid-tJhXmV3fiC .form-control {
  padding: 1.07em 1.07em;
}
.cid-tJhXmV3fiC .form-group,
.cid-tJhXmV3fiC .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-tJhXmV3fiC .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-tJhXmV3fiC .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-tJhXmV3fiC .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tJhXmV3fiC .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-tJhXmV3fiC .form-block {
    padding: 1rem;
  }
}
.cid-tJhXmV3fiC H4 {
  color: #ffffff;
}
.cid-u9nCApzfzC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #372821;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .content {
    text-align: center;
  }
  .cid-u9nCApzfzC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u9nCApzfzC .logo-subtitle {
  color: #8d97ad;
}
.cid-u9nCApzfzC .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u9nCApzfzC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u9nCApzfzC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u9nCApzfzC .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-u9nCApzfzC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9nCApzfzC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u9nCApzfzC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u9nCApzfzC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9nCApzfzC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9nCApzfzC .list-item {
  display: flex;
}
.cid-u9nCApzfzC .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u9nCApzfzC ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u9nCApzfzC ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u9nCApzfzC ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-u9nCApzfzC .column-title {
  color: #ffffff;
}
.cid-u9nCApzfzC P {
  color: #ffffff;
}
.cid-u9nCApzfzC .mbr-text {
  color: #ffffff;
}
.cid-u9nCApzfzC .logo-subtitle,
.cid-u9nCApzfzC .media-wrap {
  color: #767676;
}
.cid-tJhYsUkLBt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #cfad35;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJhYsUkLBt .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tJhYsUkLBt .nav-item,
.cid-tJhYsUkLBt .nav-link,
.cid-tJhYsUkLBt .navbar-caption {
  font-weight: normal;
}
.cid-tJhYsUkLBt .nav-item:focus,
.cid-tJhYsUkLBt .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tJhYsUkLBt .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tJhYsUkLBt .nav-item .nav-link {
    position: relative;
  }
  .cid-tJhYsUkLBt .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #cfad35;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tJhYsUkLBt .nav-item:hover .nav-link:before,
  .cid-tJhYsUkLBt .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tJhYsUkLBt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tJhYsUkLBt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJhYsUkLBt .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tJhYsUkLBt .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tJhYsUkLBt .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tJhYsUkLBt .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tJhYsUkLBt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #372821;
}
.cid-tJhYsUkLBt .navbar.opened {
  transition: all .3s;
  background: #372821 !important;
}
.cid-tJhYsUkLBt .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tJhYsUkLBt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tJhYsUkLBt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJhYsUkLBt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJhYsUkLBt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tJhYsUkLBt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJhYsUkLBt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJhYsUkLBt .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-tJhYsUkLBt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tJhYsUkLBt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJhYsUkLBt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJhYsUkLBt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tJhYsUkLBt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tJhYsUkLBt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tJhYsUkLBt .navbar.navbar-short {
  background: #372821 !important;
  min-height: 60px;
}
.cid-tJhYsUkLBt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tJhYsUkLBt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tJhYsUkLBt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJhYsUkLBt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJhYsUkLBt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJhYsUkLBt .dropdown-item.active,
.cid-tJhYsUkLBt .dropdown-item:active {
  background-color: transparent;
}
.cid-tJhYsUkLBt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJhYsUkLBt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJhYsUkLBt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJhYsUkLBt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #372821;
  z-index: 2;
}
.cid-tJhYsUkLBt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJhYsUkLBt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJhYsUkLBt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tJhYsUkLBt .navbar-buttons {
  text-align: center;
}
.cid-tJhYsUkLBt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJhYsUkLBt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfad35;
}
.cid-tJhYsUkLBt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tJhYsUkLBt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tJhYsUkLBt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tJhYsUkLBt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tJhYsUkLBt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJhYsUkLBt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tJhYsUkLBt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tJhYsUkLBt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tJhYsUkLBt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tJhYsUkLBt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJhYsUkLBt .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b07c4b;
  display: inline-flex;
}
.cid-tJhYsUkLBt .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tJhYsUkLBt .soc-item {
  margin: .5rem .3rem;
}
.cid-tJhYsUkLBt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tJhYsUkLBt a.nav-link .mbr-iconfont-btn,
.cid-tJhYsUkLBt a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tJhYsUkLBt a.nav-link:hover .mbr-iconfont-btn,
.cid-tJhYsUkLBt a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tJhYsUkLBt a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJhYsUkLBt .navbar {
    height: 77px;
  }
  .cid-tJhYsUkLBt .navbar.opened {
    height: auto;
  }
  .cid-tJhYsUkLBt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJhYsVqwhk {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJi1sWvjq7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJi1sWvjq7 .block-text {
  text-align: center;
}
.cid-u9nDhEtc4r {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9nDhEtc4r .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u9nDhEtc4r .form-control,
.cid-u9nDhEtc4r .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
}
.cid-u9nDhEtc4r .form-control::-webkit-input-placeholder,
.cid-u9nDhEtc4r .field-input::-webkit-input-placeholder,
.cid-u9nDhEtc4r .form-control::-webkit-input-placeholder,
.cid-u9nDhEtc4r .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-u9nDhEtc4r .form-control:-moz-placeholder,
.cid-u9nDhEtc4r .field-input:-moz-placeholder,
.cid-u9nDhEtc4r .form-control:-moz-placeholder,
.cid-u9nDhEtc4r .field-input:-moz-placeholder {
  color: #606060;
}
.cid-u9nDhEtc4r .form-control:hover,
.cid-u9nDhEtc4r .field-input:hover,
.cid-u9nDhEtc4r .form-control:focus,
.cid-u9nDhEtc4r .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-u9nDhEtc4r .form-control:hover::-webkit-input-placeholder,
.cid-u9nDhEtc4r .field-input:hover::-webkit-input-placeholder,
.cid-u9nDhEtc4r .form-control:focus::-webkit-input-placeholder,
.cid-u9nDhEtc4r .field-input:focus::-webkit-input-placeholder,
.cid-u9nDhEtc4r .form-control:hover::-webkit-input-placeholder,
.cid-u9nDhEtc4r .field-input:hover::-webkit-input-placeholder,
.cid-u9nDhEtc4r .form-control:focus::-webkit-input-placeholder,
.cid-u9nDhEtc4r .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-u9nDhEtc4r .form-control:hover:-moz-placeholder,
.cid-u9nDhEtc4r .field-input:hover:-moz-placeholder,
.cid-u9nDhEtc4r .form-control:focus:-moz-placeholder,
.cid-u9nDhEtc4r .field-input:focus:-moz-placeholder,
.cid-u9nDhEtc4r .form-control:hover:-moz-placeholder,
.cid-u9nDhEtc4r .field-input:hover:-moz-placeholder,
.cid-u9nDhEtc4r .form-control:focus:-moz-placeholder,
.cid-u9nDhEtc4r .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-u9nDhEtc4r textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-u9nDhEtc4r .jq-number__spin:hover,
.cid-u9nDhEtc4r .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u9nDhEtc4r .jq-number__spin {
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u9nDhEtc4r .jq-selectbox li,
.cid-u9nDhEtc4r .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-u9nDhEtc4r .jq-selectbox li:hover,
.cid-u9nDhEtc4r .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-u9nDhEtc4r .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u9nDhEtc4r .jq-number__spin.minus:hover:after,
.cid-u9nDhEtc4r .jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.cid-u9nDhEtc4r .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u9nDhEtc4r .jq-number__spin.minus:after,
.cid-u9nDhEtc4r .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-u9nDhEtc4r input::-webkit-clear-button {
  display: none;
}
.cid-u9nDhEtc4r input::-webkit-inner-spin-button {
  display: none;
}
.cid-u9nDhEtc4r input::-webkit-outer-spin-button {
  display: none;
}
.cid-u9nDhEtc4r input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u9nDhEtc4r .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #cfad35;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-u9nDhEtc4r .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u9nDhEtc4r .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-u9nDhEtc4r .mbr-text {
  color: #606060;
}
.cid-u9nDhEtc4r .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-u9nDhEtc4r .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u9nDhEtc4r .required {
  color: #808080;
}
.cid-u9nDhEtc4r .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-u9nDhEtc4r .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-u9nDhEtc4r .list-block .list-item-text {
  color: #606060;
}
.cid-u9nDhEtc4r .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-u9nDhEtc4r .list-block {
  position: relative;
}
.cid-u9nDhEtc4r .list-block h4,
.cid-u9nDhEtc4r .list-block p {
  padding-left: 3.5rem;
}
.cid-u9nDhEtc4r .card-img {
  display: block;
  font-size: 30px;
}
.cid-u9nDhEtc4r .mbr-iconfont {
  color: #f8f9c4;
  font-size: 2rem;
}
.cid-tJhYsW0JJz {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/1-1920x450.jpg");
}
.cid-tJhYsW0JJz .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tJhYsW0JJz a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tJhYsW0JJz .input-group-btn {
  margin: 0;
}
.cid-tJhYsW0JJz .form-control {
  padding: 1.07em 1.07em;
}
.cid-tJhYsW0JJz .form-group,
.cid-tJhYsW0JJz .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-tJhYsW0JJz .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-tJhYsW0JJz .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-tJhYsW0JJz .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tJhYsW0JJz .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-tJhYsW0JJz .form-block {
    padding: 1rem;
  }
}
.cid-tJhYsW0JJz H4 {
  color: #ffffff;
}
.cid-u9nCApzfzC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #372821;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .content {
    text-align: center;
  }
  .cid-u9nCApzfzC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u9nCApzfzC .logo-subtitle {
  color: #8d97ad;
}
.cid-u9nCApzfzC .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u9nCApzfzC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u9nCApzfzC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u9nCApzfzC .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-u9nCApzfzC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9nCApzfzC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u9nCApzfzC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u9nCApzfzC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9nCApzfzC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9nCApzfzC .list-item {
  display: flex;
}
.cid-u9nCApzfzC .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u9nCApzfzC ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u9nCApzfzC ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u9nCApzfzC ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-u9nCApzfzC .column-title {
  color: #ffffff;
}
.cid-u9nCApzfzC P {
  color: #ffffff;
}
.cid-u9nCApzfzC .mbr-text {
  color: #ffffff;
}
.cid-u9nCApzfzC .logo-subtitle,
.cid-u9nCApzfzC .media-wrap {
  color: #767676;
}
.cid-u9nz7uJZwY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #cfad35;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9nz7uJZwY .navbar-buttons {
  flex-wrap: wrap;
}
.cid-u9nz7uJZwY .nav-item,
.cid-u9nz7uJZwY .nav-link,
.cid-u9nz7uJZwY .navbar-caption {
  font-weight: normal;
}
.cid-u9nz7uJZwY .nav-item:focus,
.cid-u9nz7uJZwY .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u9nz7uJZwY .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-u9nz7uJZwY .nav-item .nav-link {
    position: relative;
  }
  .cid-u9nz7uJZwY .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #cfad35;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-u9nz7uJZwY .nav-item:hover .nav-link:before,
  .cid-u9nz7uJZwY .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-u9nz7uJZwY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-u9nz7uJZwY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9nz7uJZwY .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-u9nz7uJZwY .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u9nz7uJZwY .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u9nz7uJZwY .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9nz7uJZwY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #372821;
}
.cid-u9nz7uJZwY .navbar.opened {
  transition: all .3s;
  background: #372821 !important;
}
.cid-u9nz7uJZwY .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-u9nz7uJZwY .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u9nz7uJZwY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9nz7uJZwY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9nz7uJZwY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u9nz7uJZwY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9nz7uJZwY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9nz7uJZwY .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-u9nz7uJZwY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u9nz7uJZwY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9nz7uJZwY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9nz7uJZwY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u9nz7uJZwY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u9nz7uJZwY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u9nz7uJZwY .navbar.navbar-short {
  background: #372821 !important;
  min-height: 60px;
}
.cid-u9nz7uJZwY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u9nz7uJZwY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u9nz7uJZwY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9nz7uJZwY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9nz7uJZwY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9nz7uJZwY .dropdown-item.active,
.cid-u9nz7uJZwY .dropdown-item:active {
  background-color: transparent;
}
.cid-u9nz7uJZwY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9nz7uJZwY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9nz7uJZwY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9nz7uJZwY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #372821;
  z-index: 2;
}
.cid-u9nz7uJZwY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9nz7uJZwY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9nz7uJZwY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u9nz7uJZwY .navbar-buttons {
  text-align: center;
}
.cid-u9nz7uJZwY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9nz7uJZwY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfad35;
}
.cid-u9nz7uJZwY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u9nz7uJZwY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u9nz7uJZwY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u9nz7uJZwY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u9nz7uJZwY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9nz7uJZwY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u9nz7uJZwY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u9nz7uJZwY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9nz7uJZwY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u9nz7uJZwY a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9nz7uJZwY .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b07c4b;
  display: inline-flex;
}
.cid-u9nz7uJZwY .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u9nz7uJZwY .soc-item {
  margin: .5rem .3rem;
}
.cid-u9nz7uJZwY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9nz7uJZwY a.nav-link .mbr-iconfont-btn,
.cid-u9nz7uJZwY a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-u9nz7uJZwY a.nav-link:hover .mbr-iconfont-btn,
.cid-u9nz7uJZwY a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-u9nz7uJZwY a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9nz7uJZwY .navbar {
    height: 77px;
  }
  .cid-u9nz7uJZwY .navbar.opened {
    height: auto;
  }
  .cid-u9nz7uJZwY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9nz7vdJa8 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-u9nz7vdJa8 H1 {
  color: #cfad35;
}
.cid-u9nz7vdJa8 h1 {
  background: linear-gradient(to left, #b07c4b, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-u9nz7vdJa8 img {
  width: 100%;
}
.cid-u9nz7vdJa8 .mbr-text,
.cid-u9nz7vdJa8 .mbr-section-btn {
  color: #999999;
}
.cid-u9nz7vtEB0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #040402;
}
.cid-u9nz7vtEB0 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u9nz7vtEB0 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u9nz7vtEB0 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #cfad35;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #cfad35;
  color: #cfad35;
  content: "✓";
}
.cid-u9nz7vtEB0 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u9nz7vtEB0 .mbr-text {
  color: #bbbbbb;
}
.cid-u9nz7vHem1 {
  padding-top: 0px;
  background-image: url("../../../assets/images/advocacia-13.jpg");
}
.cid-u9nz7vHem1 .text-content {
  padding-bottom: 0px;
}
.cid-u9nz7vHem1 .content-container .btn-bgr {
  z-index: 0;
}
.cid-u9nz7vHem1 .box-item-text {
  color: #767676;
}
.cid-u9nz7vHem1 .box-item {
  padding: 2.5rem;
}
.cid-u9nz7vHem1 .box-item:first-child {
  background-color: #ffffff;
}
.cid-u9nz7vHem1 .box-item:nth-child(2) {
  background-color: #f5f5f5;
}
.cid-u9nz7vHem1 .box-item:last-child {
  background-color: #ffffff;
}
.cid-u9nz7vHem1 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-u9nz7vHem1 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-u9nz7vHem1 .box-list li:last-child {
  border-bottom: none;
}
.cid-u9nz7vHem1 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-u9nz7vHem1 .mbr-iconfont {
  color: #cfad35;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-u9nz7vHem1 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-u9nz7vHem1 .mbr-section-subtitle,
  .cid-u9nz7vHem1 .mbr-section-title,
  .cid-u9nz7vHem1 .mbr-text,
  .cid-u9nz7vHem1 .mbr-section-btn,
  .cid-u9nz7vHem1 .icon-block-top,
  .cid-u9nz7vHem1 .box-item-title,
  .cid-u9nz7vHem1 .box-item-text {
    text-align: center !important;
  }
}
.cid-u9nz7vHem1 .mbr-section-title {
  color: #ffffff;
}
.cid-u9nz7vHem1 .mbr-text,
.cid-u9nz7vHem1 .mbr-section-btn {
  color: #ffffff;
}
.cid-u9nz7vHem1 .mbr-section-subtitle {
  color: #767676;
}
.cid-u9nz7vHem1 H1 {
  text-align: center;
  text-shadow: black 0.01em 0.01em 0.01em;
}
.cid-u9nz7vHem1 H2 {
  text-align: center;
  text-shadow: black 0.02em 0.02em 0.02em;
}
.cid-u9nz7vHem1 P {
  text-align: center;
  text-shadow: black 0.02em 0.02em 0.02em;
}
.cid-u9nz7vY1fl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #967c22;
}
.cid-u9nz7vY1fl .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-u9nz7vY1fl .card-img {
  padding: 0 0 2rem;
}
.cid-u9nz7vY1fl .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-u9nz7vY1fl .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-u9nz7vY1fl .card-title {
    text-align: center;
  }
  .cid-u9nz7vY1fl p.mbr-text {
    text-align: center;
  }
}
.cid-u9nz7vY1fl .card-title {
  color: #ffffff;
}
.cid-u9nz7vY1fl .mbr-text,
.cid-u9nz7vY1fl .mbr-section-btn {
  color: #ffffff;
}
.cid-u9nz7wjW1b {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9nz7wujqD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9nz7wujqD .block-text {
  text-align: center;
}
.cid-u9nz7wD1Zm {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9nz7wD1Zm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u9nz7wD1Zm .form-control,
.cid-u9nz7wD1Zm .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
}
.cid-u9nz7wD1Zm .form-control::-webkit-input-placeholder,
.cid-u9nz7wD1Zm .field-input::-webkit-input-placeholder,
.cid-u9nz7wD1Zm .form-control::-webkit-input-placeholder,
.cid-u9nz7wD1Zm .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-u9nz7wD1Zm .form-control:-moz-placeholder,
.cid-u9nz7wD1Zm .field-input:-moz-placeholder,
.cid-u9nz7wD1Zm .form-control:-moz-placeholder,
.cid-u9nz7wD1Zm .field-input:-moz-placeholder {
  color: #606060;
}
.cid-u9nz7wD1Zm .form-control:hover,
.cid-u9nz7wD1Zm .field-input:hover,
.cid-u9nz7wD1Zm .form-control:focus,
.cid-u9nz7wD1Zm .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-u9nz7wD1Zm .form-control:hover::-webkit-input-placeholder,
.cid-u9nz7wD1Zm .field-input:hover::-webkit-input-placeholder,
.cid-u9nz7wD1Zm .form-control:focus::-webkit-input-placeholder,
.cid-u9nz7wD1Zm .field-input:focus::-webkit-input-placeholder,
.cid-u9nz7wD1Zm .form-control:hover::-webkit-input-placeholder,
.cid-u9nz7wD1Zm .field-input:hover::-webkit-input-placeholder,
.cid-u9nz7wD1Zm .form-control:focus::-webkit-input-placeholder,
.cid-u9nz7wD1Zm .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-u9nz7wD1Zm .form-control:hover:-moz-placeholder,
.cid-u9nz7wD1Zm .field-input:hover:-moz-placeholder,
.cid-u9nz7wD1Zm .form-control:focus:-moz-placeholder,
.cid-u9nz7wD1Zm .field-input:focus:-moz-placeholder,
.cid-u9nz7wD1Zm .form-control:hover:-moz-placeholder,
.cid-u9nz7wD1Zm .field-input:hover:-moz-placeholder,
.cid-u9nz7wD1Zm .form-control:focus:-moz-placeholder,
.cid-u9nz7wD1Zm .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-u9nz7wD1Zm textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-u9nz7wD1Zm .jq-number__spin:hover,
.cid-u9nz7wD1Zm .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u9nz7wD1Zm .jq-number__spin {
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u9nz7wD1Zm .jq-selectbox li,
.cid-u9nz7wD1Zm .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-u9nz7wD1Zm .jq-selectbox li:hover,
.cid-u9nz7wD1Zm .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-u9nz7wD1Zm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u9nz7wD1Zm .jq-number__spin.minus:hover:after,
.cid-u9nz7wD1Zm .jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.cid-u9nz7wD1Zm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u9nz7wD1Zm .jq-number__spin.minus:after,
.cid-u9nz7wD1Zm .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-u9nz7wD1Zm input::-webkit-clear-button {
  display: none;
}
.cid-u9nz7wD1Zm input::-webkit-inner-spin-button {
  display: none;
}
.cid-u9nz7wD1Zm input::-webkit-outer-spin-button {
  display: none;
}
.cid-u9nz7wD1Zm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u9nz7wD1Zm .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #cfad35;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-u9nz7wD1Zm .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u9nz7wD1Zm .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-u9nz7wD1Zm .mbr-text {
  color: #606060;
}
.cid-u9nz7wD1Zm .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-u9nz7wD1Zm .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u9nz7wD1Zm .required {
  color: #808080;
}
.cid-u9nz7wD1Zm .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-u9nz7wD1Zm .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-u9nz7wD1Zm .list-block .list-item-text {
  color: #606060;
}
.cid-u9nz7wD1Zm .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-u9nz7wD1Zm .list-block {
  position: relative;
}
.cid-u9nz7wD1Zm .list-block h4,
.cid-u9nz7wD1Zm .list-block p {
  padding-left: 3.5rem;
}
.cid-u9nz7wD1Zm .card-img {
  display: block;
  font-size: 30px;
}
.cid-u9nz7wD1Zm .mbr-iconfont {
  color: #f8f9c4;
  font-size: 2rem;
}
.cid-u9nz7x2t0T {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/1-1920x450.jpg");
}
.cid-u9nz7x2t0T .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-u9nz7x2t0T a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-u9nz7x2t0T .input-group-btn {
  margin: 0;
}
.cid-u9nz7x2t0T .form-control {
  padding: 1.07em 1.07em;
}
.cid-u9nz7x2t0T .form-group,
.cid-u9nz7x2t0T .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-u9nz7x2t0T .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-u9nz7x2t0T .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-u9nz7x2t0T .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u9nz7x2t0T .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-u9nz7x2t0T .form-block {
    padding: 1rem;
  }
}
.cid-u9nz7x2t0T H4 {
  color: #ffffff;
}
.cid-u9nCApzfzC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #372821;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .content {
    text-align: center;
  }
  .cid-u9nCApzfzC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u9nCApzfzC .logo-subtitle {
  color: #8d97ad;
}
.cid-u9nCApzfzC .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u9nCApzfzC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u9nCApzfzC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u9nCApzfzC .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-u9nCApzfzC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9nCApzfzC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u9nCApzfzC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u9nCApzfzC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9nCApzfzC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9nCApzfzC .list-item {
  display: flex;
}
.cid-u9nCApzfzC .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u9nCApzfzC ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u9nCApzfzC ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u9nCApzfzC ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-u9nCApzfzC .column-title {
  color: #ffffff;
}
.cid-u9nCApzfzC P {
  color: #ffffff;
}
.cid-u9nCApzfzC .mbr-text {
  color: #ffffff;
}
.cid-u9nCApzfzC .logo-subtitle,
.cid-u9nCApzfzC .media-wrap {
  color: #767676;
}
.cid-u9nzin22qI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #cfad35;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9nzin22qI .navbar-buttons {
  flex-wrap: wrap;
}
.cid-u9nzin22qI .nav-item,
.cid-u9nzin22qI .nav-link,
.cid-u9nzin22qI .navbar-caption {
  font-weight: normal;
}
.cid-u9nzin22qI .nav-item:focus,
.cid-u9nzin22qI .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u9nzin22qI .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-u9nzin22qI .nav-item .nav-link {
    position: relative;
  }
  .cid-u9nzin22qI .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #cfad35;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-u9nzin22qI .nav-item:hover .nav-link:before,
  .cid-u9nzin22qI .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-u9nzin22qI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-u9nzin22qI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9nzin22qI .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-u9nzin22qI .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u9nzin22qI .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u9nzin22qI .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u9nzin22qI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #372821;
}
.cid-u9nzin22qI .navbar.opened {
  transition: all .3s;
  background: #372821 !important;
}
.cid-u9nzin22qI .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-u9nzin22qI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u9nzin22qI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9nzin22qI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9nzin22qI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u9nzin22qI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9nzin22qI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9nzin22qI .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-u9nzin22qI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u9nzin22qI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9nzin22qI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9nzin22qI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u9nzin22qI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u9nzin22qI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u9nzin22qI .navbar.navbar-short {
  background: #372821 !important;
  min-height: 60px;
}
.cid-u9nzin22qI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u9nzin22qI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u9nzin22qI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9nzin22qI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9nzin22qI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9nzin22qI .dropdown-item.active,
.cid-u9nzin22qI .dropdown-item:active {
  background-color: transparent;
}
.cid-u9nzin22qI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9nzin22qI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9nzin22qI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9nzin22qI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #372821;
  z-index: 2;
}
.cid-u9nzin22qI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9nzin22qI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9nzin22qI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u9nzin22qI .navbar-buttons {
  text-align: center;
}
.cid-u9nzin22qI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u9nzin22qI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #cfad35;
}
.cid-u9nzin22qI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u9nzin22qI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u9nzin22qI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u9nzin22qI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u9nzin22qI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9nzin22qI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u9nzin22qI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u9nzin22qI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u9nzin22qI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u9nzin22qI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9nzin22qI .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #b07c4b;
  display: inline-flex;
}
.cid-u9nzin22qI .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u9nzin22qI .soc-item {
  margin: .5rem .3rem;
}
.cid-u9nzin22qI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u9nzin22qI a.nav-link .mbr-iconfont-btn,
.cid-u9nzin22qI a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-u9nzin22qI a.nav-link:hover .mbr-iconfont-btn,
.cid-u9nzin22qI a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-u9nzin22qI a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9nzin22qI .navbar {
    height: 77px;
  }
  .cid-u9nzin22qI .navbar.opened {
    height: auto;
  }
  .cid-u9nzin22qI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9nzinpy6N {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9nzinxiXl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9nzinxiXl .block-text {
  text-align: center;
}
.cid-u9nzinE1Jw {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9nzinE1Jw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u9nzinE1Jw .form-control,
.cid-u9nzinE1Jw .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
}
.cid-u9nzinE1Jw .form-control::-webkit-input-placeholder,
.cid-u9nzinE1Jw .field-input::-webkit-input-placeholder,
.cid-u9nzinE1Jw .form-control::-webkit-input-placeholder,
.cid-u9nzinE1Jw .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-u9nzinE1Jw .form-control:-moz-placeholder,
.cid-u9nzinE1Jw .field-input:-moz-placeholder,
.cid-u9nzinE1Jw .form-control:-moz-placeholder,
.cid-u9nzinE1Jw .field-input:-moz-placeholder {
  color: #606060;
}
.cid-u9nzinE1Jw .form-control:hover,
.cid-u9nzinE1Jw .field-input:hover,
.cid-u9nzinE1Jw .form-control:focus,
.cid-u9nzinE1Jw .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-u9nzinE1Jw .form-control:hover::-webkit-input-placeholder,
.cid-u9nzinE1Jw .field-input:hover::-webkit-input-placeholder,
.cid-u9nzinE1Jw .form-control:focus::-webkit-input-placeholder,
.cid-u9nzinE1Jw .field-input:focus::-webkit-input-placeholder,
.cid-u9nzinE1Jw .form-control:hover::-webkit-input-placeholder,
.cid-u9nzinE1Jw .field-input:hover::-webkit-input-placeholder,
.cid-u9nzinE1Jw .form-control:focus::-webkit-input-placeholder,
.cid-u9nzinE1Jw .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-u9nzinE1Jw .form-control:hover:-moz-placeholder,
.cid-u9nzinE1Jw .field-input:hover:-moz-placeholder,
.cid-u9nzinE1Jw .form-control:focus:-moz-placeholder,
.cid-u9nzinE1Jw .field-input:focus:-moz-placeholder,
.cid-u9nzinE1Jw .form-control:hover:-moz-placeholder,
.cid-u9nzinE1Jw .field-input:hover:-moz-placeholder,
.cid-u9nzinE1Jw .form-control:focus:-moz-placeholder,
.cid-u9nzinE1Jw .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-u9nzinE1Jw textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-u9nzinE1Jw .jq-number__spin:hover,
.cid-u9nzinE1Jw .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u9nzinE1Jw .jq-number__spin {
  background-color: #f7f7f7;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u9nzinE1Jw .jq-selectbox li,
.cid-u9nzinE1Jw .jq-selectbox li {
  background-color: #f7f7f7;
  color: #000000;
}
.cid-u9nzinE1Jw .jq-selectbox li:hover,
.cid-u9nzinE1Jw .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-u9nzinE1Jw .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u9nzinE1Jw .jq-number__spin.minus:hover:after,
.cid-u9nzinE1Jw .jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.cid-u9nzinE1Jw .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u9nzinE1Jw .jq-number__spin.minus:after,
.cid-u9nzinE1Jw .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-u9nzinE1Jw input::-webkit-clear-button {
  display: none;
}
.cid-u9nzinE1Jw input::-webkit-inner-spin-button {
  display: none;
}
.cid-u9nzinE1Jw input::-webkit-outer-spin-button {
  display: none;
}
.cid-u9nzinE1Jw input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u9nzinE1Jw .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #cfad35;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-u9nzinE1Jw .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u9nzinE1Jw .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-u9nzinE1Jw .mbr-text {
  color: #606060;
}
.cid-u9nzinE1Jw .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-u9nzinE1Jw .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u9nzinE1Jw .required {
  color: #808080;
}
.cid-u9nzinE1Jw .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-u9nzinE1Jw .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-u9nzinE1Jw .list-block .list-item-text {
  color: #606060;
}
.cid-u9nzinE1Jw .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-u9nzinE1Jw .list-block {
  position: relative;
}
.cid-u9nzinE1Jw .list-block h4,
.cid-u9nzinE1Jw .list-block p {
  padding-left: 3.5rem;
}
.cid-u9nzinE1Jw .card-img {
  display: block;
  font-size: 30px;
}
.cid-u9nzinE1Jw .mbr-iconfont {
  color: #f8f9c4;
  font-size: 2rem;
}
.cid-u9nzinXus0 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/1-1920x450.jpg");
}
.cid-u9nzinXus0 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-u9nzinXus0 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-u9nzinXus0 .input-group-btn {
  margin: 0;
}
.cid-u9nzinXus0 .form-control {
  padding: 1.07em 1.07em;
}
.cid-u9nzinXus0 .form-group,
.cid-u9nzinXus0 .input-group-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.cid-u9nzinXus0 .input-group-btn .btn {
  height: 59px;
}
@media (min-width: 992px) {
  .cid-u9nzinXus0 .input-group-btn .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cid-u9nzinXus0 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u9nzinXus0 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-u9nzinXus0 .form-block {
    padding: 1rem;
  }
}
.cid-u9nzinXus0 H4 {
  color: #ffffff;
}
.cid-u9nCApzfzC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #372821;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .content {
    text-align: center;
  }
  .cid-u9nCApzfzC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u9nCApzfzC .logo-subtitle {
  color: #8d97ad;
}
.cid-u9nCApzfzC .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u9nCApzfzC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u9nCApzfzC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u9nCApzfzC .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-u9nCApzfzC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u9nCApzfzC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-u9nCApzfzC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u9nCApzfzC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u9nCApzfzC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9nCApzfzC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9nCApzfzC .list-item {
  display: flex;
}
.cid-u9nCApzfzC .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-u9nCApzfzC ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u9nCApzfzC ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-u9nCApzfzC ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-u9nCApzfzC .column-title {
  color: #ffffff;
}
.cid-u9nCApzfzC P {
  color: #ffffff;
}
.cid-u9nCApzfzC .mbr-text {
  color: #ffffff;
}
.cid-u9nCApzfzC .logo-subtitle,
.cid-u9nCApzfzC .media-wrap {
  color: #767676;
}
