.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.weight-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Spectral', serif;
  font-size: 4.6rem;
  line-height: 1;
}
.display-1 > .weight-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Spectral', serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .weight-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Spectral', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .weight-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Spectral', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .weight-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Spectral', serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .weight-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7e9d80 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7e9d80 !important;
  border-color: #7e9d80 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #9bb39d !important;
  border-color: #9bb39d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9bb39d !important;
  border-color: #9bb39d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #7e9d80;
  color: #7e9d80;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #557056 !important;
  background-color: transparent !important;
  border-color: #557056 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9d80 !important;
  border-color: #7e9d80 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #7e9d80 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4e6750 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #7e9d80;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.weight-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.weight-gallery-filter li a {
  border-radius: 100px !important;
}
.weight-gallery-filter li.active .btn {
  background-color: #7e9d80;
  border-color: #7e9d80;
  color: #ffffff;
}
.weight-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7e9d80;
}
.weight-plan-header.bg-primary .weight-plan-subtitle,
.weight-plan-header.bg-primary .weight-plan-price-desc {
  color: #c6d4c7;
}
.weight-plan-header.bg-success .weight-plan-subtitle,
.weight-plan-header.bg-success .weight-plan-price-desc {
  color: #c0b27c;
}
.weight-plan-header.bg-info .weight-plan-subtitle,
.weight-plan-header.bg-info .weight-plan-price-desc {
  color: #f3abab;
}
.weight-plan-header.bg-warning .weight-plan-subtitle,
.weight-plan-header.bg-warning .weight-plan-price-desc {
  color: #ffffff;
}
.weight-plan-header.bg-danger .weight-plan-subtitle,
.weight-plan-header.bg-danger .weight-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Spectral', serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .weight-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #7e9d80 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Spectral', serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .weight-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #7e9d80;
}
/* Forms */
.weight-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.weight-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.weight-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.weight-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7e9d80;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7e9d80;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7e9d80;
  border-bottom-color: #7e9d80;
}
.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: #7e9d80 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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%;
  width: 100%;
  height: auto;
}
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='%237e9d80' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.JUjBqu2B-uN4SEwrq18 .navbar-dropdown {
  position: relative !important;
}
.JUjBqu2B-uN4SEwrq18 .nav-link {
  font-weight: 600;
  position: relative;
}
.JUjBqu2B-uN4SEwrq18 .nav-link:hover {
  color: #7e9d80 !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  padding-right: 2rem !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.JUjBqu2B-uN4SEwrq18 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar-brand .navbar-logo a {
  outline: none;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:before {
  font-family: symbol2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:hover,
.JUjBqu2B-uN4SEwrq18 .dropdown-item:focus {
  background: #7e9d80 !important;
  color: white !important;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:hover span {
  color: white;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.JUjBqu2B-uN4SEwrq18 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .JUjBqu2B-uN4SEwrq18 .container {
    flex-wrap: nowrap;
  }
}
.JUjBqu2B-uN4SEwrq18 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-menu,
.JUjBqu2B-uN4SEwrq18 .navbar.opened {
  background: #3b342f !important;
}
.JUjBqu2B-uN4SEwrq18 .nav-item:focus,
.JUjBqu2B-uN4SEwrq18 .nav-link:focus {
  outline: none;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item .weight-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item .weight-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4SEwrq18 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JUjBqu2B-uN4SEwrq18 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3b342f;
}
.JUjBqu2B-uN4SEwrq18 .navbar.opened {
  transition: all 0.3s;
}
.JUjBqu2B-uN4SEwrq18 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JUjBqu2B-uN4SEwrq18 .navbar .navbar-logo img {
  width: auto;
}
.JUjBqu2B-uN4SEwrq18 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed {
  justify-content: center;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JUjBqu2B-uN4SEwrq18 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .JUjBqu2B-uN4SEwrq18 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-short {
  min-height: 60px;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item.active,
.JUjBqu2B-uN4SEwrq18 .dropdown-item:active {
  background-color: transparent;
}
.JUjBqu2B-uN4SEwrq18 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3b342f;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.JUjBqu2B-uN4SEwrq18 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.JUjBqu2B-uN4SEwrq18 ul.navbar-nav {
  flex-wrap: wrap;
}
.JUjBqu2B-uN4SEwrq18 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f6f2;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 .navbar-dropdown {
  padding: 0 1rem;
}
.JUjBqu2B-uN4SEwrq18 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JUjBqu2B-uN4SEwrq18 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JUjBqu2B-uN4SEwrq18 .navbar {
    height: 70px;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar.opened {
    height: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JUjBqu2B-uN4SO9VBZl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f8f6f2;
}
.JUjBqu2B-uN4SO9VBZl .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN4SO9VBZl .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN4SO9VBZl .container-fluid {
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4SO9VBZl .container-fluid {
    padding: 0;
  }
}
.JUjBqu2B-uN4SO9VBZl .container {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4SO9VBZl .container {
    padding: 0 28px;
  }
}
.JUjBqu2B-uN4SO9VBZl .row {
  margin: -1px 0 0 0;
}
.JUjBqu2B-uN4SO9VBZl .card {
  padding: 40px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4SO9VBZl .card {
    padding: 28px;
  }
}
.JUjBqu2B-uN4SO9VBZl .image-wrapper {
  margin-bottom: 20px;
}
.JUjBqu2B-uN4SO9VBZl .image-wrapper img {
  height: 390px;
  object-fit: cover;
}
.JUjBqu2B-uN4SO9VBZl .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4SO9VBZl .title-wrapper {
    display: block;
  }
}
.JUjBqu2B-uN4SO9VBZl .title-wrapper .weight-section-title {
  margin-bottom: 0;
}
.JUjBqu2B-uN4SO9VBZl .title-wrapper .weight-iconfont {
  min-height: 110px;
  font-size: 110px;
  color: #18c28a;
  display: inline-flex;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4SO9VBZl .title-wrapper .weight-iconfont {
    margin-top: 20px;
  }
}
.JUjBqu2B-uN4SO9VBZl .weight-text {
  margin-bottom: 30px;
}
.JUjBqu2B-uN4SO9VBZl .weight-section-title {
  color: #000000;
  text-align: center;
}
.JUjBqu2B-uN4SO9VBZl .weight-text,
.JUjBqu2B-uN4SO9VBZl .weight-section-btn {
  text-align: center;
}
.JUjBqu2B-uN4TmWLRJC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7df;
}
.JUjBqu2B-uN4TmWLRJC .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN4TmWLRJC .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN4TmWLRJC .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4TmWLRJC .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4TmWLRJC .container {
    padding: 0 30px;
  }
}
.JUjBqu2B-uN4TmWLRJC .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4TmWLRJC .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.JUjBqu2B-uN4TmWLRJC .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4TmWLRJC .image-wrapper img {
    height: 300px;
  }
}
.JUjBqu2B-uN4TmWLRJC .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4TmWLRJC .text-wrapper {
    margin: 0;
  }
}
.JUjBqu2B-uN4TmWLRJC .text-wrapper .weight-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4TmWLRJC .text-wrapper .weight-section-title {
    margin-bottom: 30px;
  }
}
.JUjBqu2B-uN4TmWLRJC .text-wrapper .weight-text {
  margin-bottom: 20px;
}
.JUjBqu2B-uN4TmWLRJC .weight-section-title {
  color: #ffffff;
}
.JUjBqu2B-uN4TmWLRJC .weight-text {
  color: #000000;
  text-align: center;
}
.JUjBqu2B-uN4TmWLRJC .weight-section-title,
.JUjBqu2B-uN4TmWLRJC .weight-section-btn {
  text-align: center;
  color: #000000;
}
.JUjBqu2B-uN4TnZsuKn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7df;
}
.JUjBqu2B-uN4TnZsuKn .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN4TnZsuKn .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN4TnZsuKn .container,
.JUjBqu2B-uN4TnZsuKn .container-small,
.JUjBqu2B-uN4TnZsuKn .container-fluid {
  padding: 0 !important;
}
.JUjBqu2B-uN4TnZsuKn .container,
.JUjBqu2B-uN4TnZsuKn .container-small {
  max-width: 1440px;
}
.JUjBqu2B-uN4TnZsuKn .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #f8f6f2;
}
@media (max-width: 991px) {
  .JUjBqu2B-uN4TnZsuKn .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .JUjBqu2B-uN4TnZsuKn .text-box {
    padding: 50px 10px;
  }
}
.JUjBqu2B-uN4TnZsuKn .weight-section-title {
  color: #131313;
}
.JUjBqu2B-uN4TnZsuKn .weight-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.JUjBqu2B-uN4TnZsuKn .weight-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .JUjBqu2B-uN4TnZsuKn .weight-text {
    margin-top: 20px;
  }
}
.JUjBqu2B-uN4TnZsuKn .weight-text a {
  text-decoration: underline;
}
.JUjBqu2B-uN4TnZsuKn .weight-section-btn {
  margin-top: 34px;
}
.JUjBqu2B-uN4Tp4LeFJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f6f2;
}
.JUjBqu2B-uN4Tp4LeFJ .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN4Tp4LeFJ .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN4Tp4LeFJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4Tp4LeFJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4Tp4LeFJ .container {
    padding: 0;
  }
}
.JUjBqu2B-uN4Tp4LeFJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4Tp4LeFJ .row {
    margin: 0;
  }
}
.JUjBqu2B-uN4Tp4LeFJ .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4Tp4LeFJ .card {
    padding: 0 16px;
  }
}
.JUjBqu2B-uN4Tp4LeFJ .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4Tp4LeFJ .card .row.cards {
    padding-bottom: 30px;
  }
}
.JUjBqu2B-uN4Tp4LeFJ .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #7e9d80;
  bottom: 0;
  left: 0;
}
.JUjBqu2B-uN4Tp4LeFJ .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4Tp4LeFJ .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.JUjBqu2B-uN4Tp4LeFJ .card .row.cards .text .title-wrapper .weight-section-title {
  margin-bottom: 30px;
}
.JUjBqu2B-uN4Tp4LeFJ .card .row.cards .text .title-wrapper .weight-text {
  margin-bottom: 0;
}
.JUjBqu2B-uN4Tp4LeFJ .card .row.cards .image {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4Tp4LeFJ .card .row.cards .image {
    padding: 0;
  }
}
.JUjBqu2B-uN4Tp4LeFJ .card .row.cards .image .image-wrapper {
  position: relative;
  height: 100%;
}
.JUjBqu2B-uN4Tp4LeFJ .card .row.cards .image .image-wrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4Tp4LeFJ .card .row.cards .image .image-wrapper img {
    position: static;
    margin: 0 auto;
  }
}
.JUjBqu2B-uN4Tp4LeFJ .weight-section-title {
  color: #000000;
  text-align: center;
}
.JUjBqu2B-uN4Tp4LeFJ .weight-text {
  color: #000000;
  text-align: center;
}
.JUjBqu2B-uN4TPo8Pfb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7df;
}
.JUjBqu2B-uN4TPo8Pfb .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN4TPo8Pfb .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN4TPo8Pfb .container,
.JUjBqu2B-uN4TPo8Pfb .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4TPo8Pfb .container,
  .JUjBqu2B-uN4TPo8Pfb .container-fluid {
    padding: 0 20px;
  }
}
.JUjBqu2B-uN4TPo8Pfb .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #7e9d80;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4TPo8Pfb .row {
    padding: 85px 8px;
  }
}
.JUjBqu2B-uN4TPo8Pfb .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .JUjBqu2B-uN4TPo8Pfb .title-wrapper {
    padding: 0;
  }
}
.JUjBqu2B-uN4TPo8Pfb .title-wrapper .weight-section-title {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .JUjBqu2B-uN4TPo8Pfb .title-wrapper .weight-section-title {
    margin-bottom: 20px;
  }
}
.JUjBqu2B-uN4TPo8Pfb .title-wrapper .weight-text {
  margin-bottom: 20px;
}
.JUjBqu2B-uN4TPo8Pfb .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1200px) {
  .JUjBqu2B-uN4TPo8Pfb .image-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.JUjBqu2B-uN4TPo8Pfb .image-wrapper img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4TPo8Pfb .image-wrapper img {
    height: 300px;
  }
}
.JUjBqu2B-uN4TPo8Pfb .weight-section-title {
  color: #3d4045;
}
.JUjBqu2B-uN4TPo8Pfb .weight-text {
  color: #000000;
  text-align: center;
}
.JUjBqu2B-uN4TPo8Pfb .weight-section-title,
.JUjBqu2B-uN4TPo8Pfb .weight-section-btn {
  color: #000000;
  text-align: center;
}
.JUjBqu2B-uN4TL7aBjR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7df;
}
.JUjBqu2B-uN4TL7aBjR .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN4TL7aBjR .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4TL7aBjR .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .JUjBqu2B-uN4TL7aBjR .container {
    padding: 0 12px;
  }
}
.JUjBqu2B-uN4TL7aBjR .row {
  justify-content: center;
}
.JUjBqu2B-uN4TL7aBjR .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #f8f6f2;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4TL7aBjR .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4TL7aBjR .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.JUjBqu2B-uN4TL7aBjR .card-wrapper .title-wrapper .weight-section-title {
  margin-bottom: 20px;
}
.JUjBqu2B-uN4TL7aBjR .card-wrapper .title-wrapper .weight-text {
  margin-bottom: 0;
}
.JUjBqu2B-uN4TL7aBjR .card-wrapper .title-wrapper .weight-text span {
  background-color: #e3b4fa;
  padding: 2px 6px;
  border-radius: 8px;
}
.JUjBqu2B-uN4TL7aBjR .card-wrapper .weight-section-btn {
  height: 100%;
}
.JUjBqu2B-uN4TL7aBjR .card-wrapper .weight-section-btn .btn {
  min-width: 200px;
}
.JUjBqu2B-uN4TL7aBjR .weight-section-title {
  color: #000000;
}
.JUjBqu2B-uN4TL7aBjR .weight-text {
  color: #222222;
}
.JUjBqu2B-uN4TL7aBjR .weight-text,
.JUjBqu2B-uN4TL7aBjR .weight-section-btn {
  color: #000000;
}
.JUjBqu2B-uN4U2spr13 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f8f6f2;
}
.JUjBqu2B-uN4U2spr13 .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN4U2spr13 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN4U2spr13 .content-wrapper .weight-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4U2spr13 .content-wrapper .weight-section-title {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN4U2spr13 .content-wrapper .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4U2spr13 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN4U2spr13 .content-wrapper .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  width: 40%;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4U2spr13 .content-wrapper .contacts-wrapper .list {
    width: 100%;
  }
}
.JUjBqu2B-uN4U2spr13 .content-wrapper .contacts-wrapper .list .item-wrap {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #7e9d80;
  transition: all .3s ease;
  cursor: pointer;
}
.JUjBqu2B-uN4U2spr13 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JUjBqu2B-uN4U2spr13 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.JUjBqu2B-uN4U2spr13 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.JUjBqu2B-uN4U2spr13 .weight-section-title {
  color: #000000;
  text-align: center;
}
.JUjBqu2B-uN4U2spr13 .list,
.JUjBqu2B-uN4U2spr13 .contacts-wrapper {
  color: #ffffff;
  text-align: center;
}
.JUjBqu2B-uN4U2spr13 .weight-section-title,
.JUjBqu2B-uN4U2spr13 .weight-section-btn {
  text-align: center;
}
.JUjBqu2B-uN4U2spr13 .list,
.JUjBqu2B-uN4U2spr13 .item-wrap {
  text-align: center;
}
.JUjBqu2B-uN4U2spr13 .list,
.JUjBqu2B-uN4U2spr13 .item-wrap,
.JUjBqu2B-uN4U2spr13 .contacts-wrapper {
  color: #000000;
}
.JUjBqu2B-uN53YVrTU7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2420;
}
.JUjBqu2B-uN53YVrTU7 .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN53YVrTU7 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN53YVrTU7 .content-wrap {
  padding: 60px;
  background-color: #3d342f;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .content-wrap {
    padding: 30px 20px;
  }
}
.JUjBqu2B-uN53YVrTU7 .content-wrap .row {
  justify-content: center;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .weight-section-title {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:hover,
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:hover,
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .social-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a:hover .weight-iconfont,
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a:hover .weight-iconfont {
  transform: scale(1.1);
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a .weight-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.JUjBqu2B-uN53YVrTU7 .weight-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.JUjBqu2B-uN53YVrTU7 .weight-section-title {
  color: #ed463f;
}
.JUjBqu2B-uN53YVrTU7 .weight-section-subtitle {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .list {
  color: #404349;
}
.JUjBqu2B-uN53YVrTU7 .list,
.JUjBqu2B-uN53YVrTU7 .item-wrap {
  color: #ffffff;
}
.JUjBqu2B-uN4SEwrq18 .navbar-dropdown {
  position: relative !important;
}
.JUjBqu2B-uN4SEwrq18 .nav-link {
  font-weight: 600;
  position: relative;
}
.JUjBqu2B-uN4SEwrq18 .nav-link:hover {
  color: #7e9d80 !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  padding-right: 2rem !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.JUjBqu2B-uN4SEwrq18 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar-brand .navbar-logo a {
  outline: none;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:before {
  font-family: symbol2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:hover,
.JUjBqu2B-uN4SEwrq18 .dropdown-item:focus {
  background: #7e9d80 !important;
  color: white !important;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:hover span {
  color: white;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.JUjBqu2B-uN4SEwrq18 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .JUjBqu2B-uN4SEwrq18 .container {
    flex-wrap: nowrap;
  }
}
.JUjBqu2B-uN4SEwrq18 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-menu,
.JUjBqu2B-uN4SEwrq18 .navbar.opened {
  background: #3b342f !important;
}
.JUjBqu2B-uN4SEwrq18 .nav-item:focus,
.JUjBqu2B-uN4SEwrq18 .nav-link:focus {
  outline: none;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item .weight-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item .weight-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4SEwrq18 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JUjBqu2B-uN4SEwrq18 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3b342f;
}
.JUjBqu2B-uN4SEwrq18 .navbar.opened {
  transition: all 0.3s;
}
.JUjBqu2B-uN4SEwrq18 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JUjBqu2B-uN4SEwrq18 .navbar .navbar-logo img {
  width: auto;
}
.JUjBqu2B-uN4SEwrq18 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed {
  justify-content: center;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JUjBqu2B-uN4SEwrq18 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .JUjBqu2B-uN4SEwrq18 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-short {
  min-height: 60px;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item.active,
.JUjBqu2B-uN4SEwrq18 .dropdown-item:active {
  background-color: transparent;
}
.JUjBqu2B-uN4SEwrq18 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3b342f;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.JUjBqu2B-uN4SEwrq18 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.JUjBqu2B-uN4SEwrq18 ul.navbar-nav {
  flex-wrap: wrap;
}
.JUjBqu2B-uN4SEwrq18 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f6f2;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 .navbar-dropdown {
  padding: 0 1rem;
}
.JUjBqu2B-uN4SEwrq18 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JUjBqu2B-uN4SEwrq18 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JUjBqu2B-uN4SEwrq18 .navbar {
    height: 70px;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar.opened {
    height: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JUjBqu2B-uN4UuIWObl {
  overflow: hidden;
  background-color: #ede7df;
}
.JUjBqu2B-uN4UuIWObl .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN4UuIWObl .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN4UuIWObl .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4UuIWObl .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4UuIWObl .container {
    padding: 0 24px;
  }
}
.JUjBqu2B-uN4UuIWObl .row {
  justify-content: center;
}
.JUjBqu2B-uN4UuIWObl .content-wrapper {
  position: relative;
  z-index: 1;
}
.JUjBqu2B-uN4UuIWObl .content-wrapper .weight-section-title {
  margin-bottom: 32px;
}
.JUjBqu2B-uN4UuIWObl .content-wrapper .text-wrapper .weight-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4UuIWObl .content-wrapper .text-wrapper .weight-text {
    width: 100%;
  }
}
.JUjBqu2B-uN4UuIWObl .content-wrapper .weight-section-btn {
  margin-top: 22px;
}
.JUjBqu2B-uN4UuIWObl .content-wrapper .weight-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.JUjBqu2B-uN4UuIWObl .content-wrapper .weight-section-btn .btn:hover,
.JUjBqu2B-uN4UuIWObl .content-wrapper .weight-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.JUjBqu2B-uN4UuIWObl .decor-wrapper {
  position: absolute;
  top: -65%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.JUjBqu2B-uN4UuIWObl .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.JUjBqu2B-uN4UuIWObl .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.JUjBqu2B-uN4UuIWObl .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.JUjBqu2B-uN4UuIWObl .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.JUjBqu2B-uN4UuIWObl .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.JUjBqu2B-uN4UuIWObl .image-wrapper {
  position: absolute;
  bottom: -46%;
  right: -2rem;
  width: 60%;
  height: 500px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4UuIWObl .image-wrapper {
    position: static;
    width: 100%;
    height: 350px;
    margin-top: 32px;
  }
}
.JUjBqu2B-uN4UuIWObl .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
.JUjBqu2B-uN4UuIWObl .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f8f6f2;
  opacity: .8;
  border-radius: .75rem;
  pointer-events: none;
}
.JUjBqu2B-uN4UuIWObl .weight-section-title {
  color: #141414;
}
.JUjBqu2B-uN4UuIWObl .weight-text {
  color: #141414;
}
.JUjBqu2B-uN4UjhUh0l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
}
.JUjBqu2B-uN4UjhUh0l .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN4UjhUh0l .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .JUjBqu2B-uN4UjhUh0l .container {
    padding: 0 16px;
  }
}
.JUjBqu2B-uN4UjhUh0l .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.JUjBqu2B-uN4UjhUh0l .content-wrapper .weight-section-title {
  margin-bottom: 50px;
}
.JUjBqu2B-uN4UjhUh0l .content-wrapper .weight-text {
  margin-bottom: 0;
}
.JUjBqu2B-uN4UjhUh0l .weight-section-title {
  color: #000000;
}
.JUjBqu2B-uN4UjhUh0l .weight-text {
  color: #000000;
}
.JUjBqu2B-uN4UjhUh0l .weight-text,
.JUjBqu2B-uN4UjhUh0l .icon-wrapper {
  color: #000000;
}
.JUjBqu2B-uN4UkfyJRb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7df;
}
.JUjBqu2B-uN4UkfyJRb .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN4UkfyJRb .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4UkfyJRb .container {
    padding: 0 22px;
  }
}
.JUjBqu2B-uN4UkfyJRb .card {
  justify-content: center;
}
.JUjBqu2B-uN4UkfyJRb .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4UkfyJRb .content-wrapper {
    padding: 0;
  }
}
.JUjBqu2B-uN4UkfyJRb .content-wrapper .weight-section-title {
  margin-bottom: 10px;
}
.JUjBqu2B-uN4UkfyJRb .content-wrapper .weight-text {
  margin-bottom: 10px;
}
.JUjBqu2B-uN4UkfyJRb .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4UkfyJRb .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.JUjBqu2B-uN4UkfyJRb .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4UkfyJRb .image-wrapper img {
    height: 350px;
  }
}
.JUjBqu2B-uN4UkfyJRb .weight-section-title {
  color: #ffffff;
}
.JUjBqu2B-uN4UkfyJRb .weight-text {
  color: #000000;
}
.JUjBqu2B-uN4UkfyJRb .weight-section-title,
.JUjBqu2B-uN4UkfyJRb .weight-section-btn {
  color: #000000;
}
.JUjBqu2B-uN4UmD8EqU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ede7df;
}
.JUjBqu2B-uN4UmD8EqU .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN4UmD8EqU .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN4UmD8EqU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4UmD8EqU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4UmD8EqU .container {
    padding: 0 24px;
  }
}
.JUjBqu2B-uN4UmD8EqU .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.JUjBqu2B-uN4UmD8EqU .image-wrapper {
  height: 100%;
}
.JUjBqu2B-uN4UmD8EqU .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4UmD8EqU .image-wrapper img {
    height: 350px;
  }
}
.JUjBqu2B-uN4UmD8EqU .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #f8f6f2;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4UmD8EqU .content-wrapper {
    padding: 24px;
  }
}
.JUjBqu2B-uN4UmD8EqU .content-wrapper .content-wrap {
  width: 100%;
}
.JUjBqu2B-uN4UmD8EqU .content-wrapper .content-wrap .weight-section-title {
  margin-bottom: 32px;
}
.JUjBqu2B-uN4UmD8EqU .content-wrapper .content-wrap .weight-text {
  margin-bottom: 16px;
}
.JUjBqu2B-uN4UmD8EqU .content-wrapper .content-wrap .weight-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.JUjBqu2B-uN4UmD8EqU .content-wrapper .content-wrap .weight-section-btn .btn:hover,
.JUjBqu2B-uN4UmD8EqU .content-wrapper .content-wrap .weight-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.JUjBqu2B-uN4UmD8EqU .weight-section-title {
  color: #141414;
}
.JUjBqu2B-uN4UmD8EqU .weight-text {
  color: #000000;
  text-align: center;
}
.JUjBqu2B-uN4UmD8EqU .weight-section-title,
.JUjBqu2B-uN4UmD8EqU .title-wrapper,
.JUjBqu2B-uN4UmD8EqU .weight-section-btn {
  text-align: center;
}
.JUjBqu2B-uN53YVrTU7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2420;
}
.JUjBqu2B-uN53YVrTU7 .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN53YVrTU7 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN53YVrTU7 .content-wrap {
  padding: 60px;
  background-color: #3d342f;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .content-wrap {
    padding: 30px 20px;
  }
}
.JUjBqu2B-uN53YVrTU7 .content-wrap .row {
  justify-content: center;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .weight-section-title {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:hover,
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:hover,
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .social-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a:hover .weight-iconfont,
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a:hover .weight-iconfont {
  transform: scale(1.1);
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a .weight-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.JUjBqu2B-uN53YVrTU7 .weight-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.JUjBqu2B-uN53YVrTU7 .weight-section-title {
  color: #ed463f;
}
.JUjBqu2B-uN53YVrTU7 .weight-section-subtitle {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .list {
  color: #404349;
}
.JUjBqu2B-uN53YVrTU7 .list,
.JUjBqu2B-uN53YVrTU7 .item-wrap {
  color: #ffffff;
}
.JUjBqu2B-uN4SEwrq18 .navbar-dropdown {
  position: relative !important;
}
.JUjBqu2B-uN4SEwrq18 .nav-link {
  font-weight: 600;
  position: relative;
}
.JUjBqu2B-uN4SEwrq18 .nav-link:hover {
  color: #7e9d80 !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  padding-right: 2rem !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.JUjBqu2B-uN4SEwrq18 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar-brand .navbar-logo a {
  outline: none;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:before {
  font-family: symbol2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:hover,
.JUjBqu2B-uN4SEwrq18 .dropdown-item:focus {
  background: #7e9d80 !important;
  color: white !important;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:hover span {
  color: white;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.JUjBqu2B-uN4SEwrq18 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .JUjBqu2B-uN4SEwrq18 .container {
    flex-wrap: nowrap;
  }
}
.JUjBqu2B-uN4SEwrq18 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-menu,
.JUjBqu2B-uN4SEwrq18 .navbar.opened {
  background: #3b342f !important;
}
.JUjBqu2B-uN4SEwrq18 .nav-item:focus,
.JUjBqu2B-uN4SEwrq18 .nav-link:focus {
  outline: none;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item .weight-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item .weight-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4SEwrq18 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JUjBqu2B-uN4SEwrq18 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3b342f;
}
.JUjBqu2B-uN4SEwrq18 .navbar.opened {
  transition: all 0.3s;
}
.JUjBqu2B-uN4SEwrq18 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JUjBqu2B-uN4SEwrq18 .navbar .navbar-logo img {
  width: auto;
}
.JUjBqu2B-uN4SEwrq18 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed {
  justify-content: center;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JUjBqu2B-uN4SEwrq18 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .JUjBqu2B-uN4SEwrq18 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-short {
  min-height: 60px;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item.active,
.JUjBqu2B-uN4SEwrq18 .dropdown-item:active {
  background-color: transparent;
}
.JUjBqu2B-uN4SEwrq18 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3b342f;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.JUjBqu2B-uN4SEwrq18 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.JUjBqu2B-uN4SEwrq18 ul.navbar-nav {
  flex-wrap: wrap;
}
.JUjBqu2B-uN4SEwrq18 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f6f2;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 .navbar-dropdown {
  padding: 0 1rem;
}
.JUjBqu2B-uN4SEwrq18 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JUjBqu2B-uN4SEwrq18 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JUjBqu2B-uN4SEwrq18 .navbar {
    height: 70px;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar.opened {
    height: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JUjBqu2B-uN4V264Rpb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f6f2;
  overflow: hidden;
}
.JUjBqu2B-uN4V264Rpb .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN4V264Rpb .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN4V264Rpb .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4V264Rpb .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .JUjBqu2B-uN4V264Rpb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4V264Rpb .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .JUjBqu2B-uN4V264Rpb .container {
    padding: 0 16px;
  }
}
.JUjBqu2B-uN4V264Rpb .row {
  justify-content: space-between;
}
.JUjBqu2B-uN4V264Rpb .row:hover,
.JUjBqu2B-uN4V264Rpb .row:focus {
  cursor: pointer;
}
.JUjBqu2B-uN4V264Rpb .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4V264Rpb .image-wrapper {
    margin-bottom: 32px;
  }
}
.JUjBqu2B-uN4V264Rpb .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4V264Rpb .image-wrapper img {
    height: 300px;
  }
}
.JUjBqu2B-uN4V264Rpb .content-wrapper .weight-section-title {
  margin-bottom: 16px;
}
.JUjBqu2B-uN4V264Rpb .content-wrapper .weight-text {
  margin-bottom: 16px;
}
.JUjBqu2B-uN4V264Rpb .weight-section-title {
  color: #000000;
}
.JUjBqu2B-uN4V264Rpb .weight-text {
  color: #000000;
  text-align: center;
}
.JUjBqu2B-uN4V264Rpb .weight-section-title,
.JUjBqu2B-uN4V264Rpb .weight-section-btn {
  text-align: center;
}
.JUjBqu2B-uN4WGDTBz2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ede7df;
}
.JUjBqu2B-uN4WGDTBz2 .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN4WGDTBz2 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN4WGDTBz2 .container {
  max-width: 1600px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .JUjBqu2B-uN4WGDTBz2 .container {
    max-width: 80%;
  }
}
.JUjBqu2B-uN4WGDTBz2 .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 991px) {
  .JUjBqu2B-uN4WGDTBz2 .content-container {
    flex-wrap: wrap;
  }
}
.JUjBqu2B-uN4WGDTBz2 .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
}
@media (max-width: 991px) {
  .JUjBqu2B-uN4WGDTBz2 .text-container {
    width: 100%;
  }
}
.JUjBqu2B-uN4WGDTBz2 .card-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  .JUjBqu2B-uN4WGDTBz2 .card-box {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .JUjBqu2B-uN4WGDTBz2 .card-box {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN4WGDTBz2 .card-title {
  width: 100%;
  color: #192732;
}
.JUjBqu2B-uN4WGDTBz2 .weight-text {
  color: #000000;
  padding: 60px 0 0 23%;
}
@media (max-width: 991px) {
  .JUjBqu2B-uN4WGDTBz2 .weight-text {
    padding: 44px 0 0 13%;
    max-width: 56%;
  }
}
@media (max-width: 575px) {
  .JUjBqu2B-uN4WGDTBz2 .weight-text {
    max-width: 100%;
    padding-left: 0;
  }
}
.JUjBqu2B-uN4WGDTBz2 .weight-section-btn {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .JUjBqu2B-uN4WGDTBz2 .weight-section-btn {
    margin-top: 20px;
  }
}
.JUjBqu2B-uN4WGDTBz2 .img-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .JUjBqu2B-uN4WGDTBz2 .img-container {
    width: 100%;
  }
}
.JUjBqu2B-uN4WGDTBz2 .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.JUjBqu2B-uN4WGDTBz2 .image-wrapper img {
  object-fit: cover;
}
.JUjBqu2B-uN4WGDTBz2 .image-wrapper-1 {
  margin-bottom: 32px;
}
.JUjBqu2B-uN4WGDTBz2 .image-wrapper-1 img {
  width: 32%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .JUjBqu2B-uN4WGDTBz2 .image-wrapper-1 img {
    width: 41%;
  }
}
@media (max-width: 991px) {
  .JUjBqu2B-uN4WGDTBz2 .image-wrapper-1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .JUjBqu2B-uN4WGDTBz2 .image-wrapper-1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .JUjBqu2B-uN4WGDTBz2 .image-wrapper-1 {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN4WGDTBz2 .image-wrapper-2 img {
  width: 83%;
  padding-left: 23.5%;
}
@media (max-width: 991px) {
  .JUjBqu2B-uN4WGDTBz2 .image-wrapper-2 img {
    width: 80%;
    padding-left: 0;
    margin-right: auto;
  }
}
.JUjBqu2B-uN4WGDTBz2 .card-title,
.JUjBqu2B-uN4WGDTBz2 .weight-section-btn {
  color: #000000;
}
.JUjBqu2B-uN4YvdBjn4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8f6f2;
}
.JUjBqu2B-uN4YvdBjn4 .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN4YvdBjn4 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN4YvdBjn4 .row {
  justify-content: flex-start;
}
.JUjBqu2B-uN4YvdBjn4 .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #7e9d80;
}
@media (max-width: 767px) {
  .JUjBqu2B-uN4YvdBjn4 .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.JUjBqu2B-uN4YvdBjn4 .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #7e9d80;
}
@media (max-width: 767px) {
  .JUjBqu2B-uN4YvdBjn4 .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #7e9d80;
  }
}
@media (max-width: 575px) {
  .JUjBqu2B-uN4YvdBjn4 .title-container {
    padding: 12px;
  }
}
.JUjBqu2B-uN4YvdBjn4 .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .JUjBqu2B-uN4YvdBjn4 .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .JUjBqu2B-uN4YvdBjn4 .content-container {
    padding: 24px 12px;
  }
}
.JUjBqu2B-uN4YvdBjn4 .weight-section-title {
  color: #000000;
  width: 100%;
  text-align: center;
}
.JUjBqu2B-uN4YvdBjn4 .weight-text {
  color: #000000;
  width: 100%;
  text-align: center;
}
.JUjBqu2B-uN4YvdBjn4 .weight-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .JUjBqu2B-uN4YvdBjn4 .weight-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.JUjBqu2B-uN4YDikmVX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ede7df;
}
.JUjBqu2B-uN4YDikmVX .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN4YDikmVX .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN4YDikmVX .row {
  justify-content: flex-start;
}
.JUjBqu2B-uN4YDikmVX .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #f8f6f2;
}
@media (max-width: 767px) {
  .JUjBqu2B-uN4YDikmVX .content-container {
    flex-wrap: wrap;
  }
}
.JUjBqu2B-uN4YDikmVX .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .JUjBqu2B-uN4YDikmVX .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.JUjBqu2B-uN4YDikmVX .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .JUjBqu2B-uN4YDikmVX .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: 200px;
  }
}
.JUjBqu2B-uN4YDikmVX .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.JUjBqu2B-uN4YDikmVX .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff86d;
}
.JUjBqu2B-uN4YDikmVX .label-text {
  color: #000000;
  margin: 0;
}
.JUjBqu2B-uN4YDikmVX .weight-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.JUjBqu2B-uN4YDikmVX .weight-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.JUjBqu2B-uN4YDikmVX .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.JUjBqu2B-uN4YDikmVX .weight-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .JUjBqu2B-uN4YDikmVX .weight-section-btn {
    flex-grow: 1;
  }
}
.JUjBqu2B-uN4YDikmVX .weight-section-title,
.JUjBqu2B-uN4YDikmVX .weight-section-btn {
  text-align: center;
}
.JUjBqu2B-uN53YVrTU7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2420;
}
.JUjBqu2B-uN53YVrTU7 .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN53YVrTU7 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN53YVrTU7 .content-wrap {
  padding: 60px;
  background-color: #3d342f;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .content-wrap {
    padding: 30px 20px;
  }
}
.JUjBqu2B-uN53YVrTU7 .content-wrap .row {
  justify-content: center;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .weight-section-title {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:hover,
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:hover,
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .social-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a:hover .weight-iconfont,
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a:hover .weight-iconfont {
  transform: scale(1.1);
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a .weight-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.JUjBqu2B-uN53YVrTU7 .weight-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.JUjBqu2B-uN53YVrTU7 .weight-section-title {
  color: #ed463f;
}
.JUjBqu2B-uN53YVrTU7 .weight-section-subtitle {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .list {
  color: #404349;
}
.JUjBqu2B-uN53YVrTU7 .list,
.JUjBqu2B-uN53YVrTU7 .item-wrap {
  color: #ffffff;
}
.JUjBqu2B-uN4SEwrq18 .navbar-dropdown {
  position: relative !important;
}
.JUjBqu2B-uN4SEwrq18 .nav-link {
  font-weight: 600;
  position: relative;
}
.JUjBqu2B-uN4SEwrq18 .nav-link:hover {
  color: #7e9d80 !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  padding-right: 2rem !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.JUjBqu2B-uN4SEwrq18 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar-brand .navbar-logo a {
  outline: none;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:before {
  font-family: symbol2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:hover,
.JUjBqu2B-uN4SEwrq18 .dropdown-item:focus {
  background: #7e9d80 !important;
  color: white !important;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:hover span {
  color: white;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.JUjBqu2B-uN4SEwrq18 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .JUjBqu2B-uN4SEwrq18 .container {
    flex-wrap: nowrap;
  }
}
.JUjBqu2B-uN4SEwrq18 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-menu,
.JUjBqu2B-uN4SEwrq18 .navbar.opened {
  background: #3b342f !important;
}
.JUjBqu2B-uN4SEwrq18 .nav-item:focus,
.JUjBqu2B-uN4SEwrq18 .nav-link:focus {
  outline: none;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item .weight-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item .weight-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4SEwrq18 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JUjBqu2B-uN4SEwrq18 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3b342f;
}
.JUjBqu2B-uN4SEwrq18 .navbar.opened {
  transition: all 0.3s;
}
.JUjBqu2B-uN4SEwrq18 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JUjBqu2B-uN4SEwrq18 .navbar .navbar-logo img {
  width: auto;
}
.JUjBqu2B-uN4SEwrq18 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed {
  justify-content: center;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JUjBqu2B-uN4SEwrq18 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .JUjBqu2B-uN4SEwrq18 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-short {
  min-height: 60px;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item.active,
.JUjBqu2B-uN4SEwrq18 .dropdown-item:active {
  background-color: transparent;
}
.JUjBqu2B-uN4SEwrq18 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3b342f;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.JUjBqu2B-uN4SEwrq18 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.JUjBqu2B-uN4SEwrq18 ul.navbar-nav {
  flex-wrap: wrap;
}
.JUjBqu2B-uN4SEwrq18 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f6f2;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 .navbar-dropdown {
  padding: 0 1rem;
}
.JUjBqu2B-uN4SEwrq18 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JUjBqu2B-uN4SEwrq18 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JUjBqu2B-uN4SEwrq18 .navbar {
    height: 70px;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar.opened {
    height: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JUjBqu2B-uN4YNscrMj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7df;
}
.JUjBqu2B-uN4YNscrMj .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN4YNscrMj .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN4YNscrMj .row {
  justify-content: space-between;
}
.JUjBqu2B-uN4YNscrMj .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4YNscrMj .title-wrapper {
    margin-bottom: 35px;
  }
}
.JUjBqu2B-uN4YNscrMj .title-wrapper .weight-section-title {
  margin-bottom: 15px;
}
.JUjBqu2B-uN4YNscrMj .title-wrapper .text-wrapper .weight-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4YNscrMj .title-wrapper .text-wrapper .weight-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4YNscrMj .form-wrapper {
    margin-bottom: 35px;
  }
}
.JUjBqu2B-uN4YNscrMj .dragArea.row {
  position: relative;
  z-index: 1;
}
.JUjBqu2B-uN4YNscrMj .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4YNscrMj .dragArea.row .form-group {
    margin-bottom: 15px !important;
  }
}
.JUjBqu2B-uN4YNscrMj .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.JUjBqu2B-uN4YNscrMj .dragArea.row .form-group .form-control {
  padding: 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.JUjBqu2B-uN4YNscrMj .dragArea.row .form-group .form-control:hover,
.JUjBqu2B-uN4YNscrMj .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.JUjBqu2B-uN4YNscrMj .dragArea.row .form-group .form-control::placeholder {
  color: #7e9d80;
}
.JUjBqu2B-uN4YNscrMj .dragArea.row .form-group textarea {
  min-height: 140px;
}
.JUjBqu2B-uN4YNscrMj .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.JUjBqu2B-uN4YNscrMj .dragArea.row .form-group .form-check .form-check-input {
  background-color: #7e9d80;
  border-color: #7e9d80;
  border-radius: 0;
}
.JUjBqu2B-uN4YNscrMj .dragArea.row .weight-section-btn {
  width: 100%;
}
.JUjBqu2B-uN4YNscrMj .content-wrapper .weight-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4YNscrMj .content-wrapper .weight-section-subtitle {
    margin-bottom: 15px;
  }
}
.JUjBqu2B-uN4YNscrMj .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.JUjBqu2B-uN4YNscrMj .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.JUjBqu2B-uN4YNscrMj .content-wrapper .list-wrapper .list .item-wrap:hover,
.JUjBqu2B-uN4YNscrMj .content-wrapper .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.JUjBqu2B-uN4YNscrMj .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JUjBqu2B-uN4YNscrMj .content-wrapper .content-wrap {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN4YNscrMj .content-wrapper .content-wrap {
    margin-top: 35px;
  }
}
.JUjBqu2B-uN4YNscrMj .content-wrapper .content-wrap .weight-desc {
  margin-bottom: 30px;
}
.JUjBqu2B-uN4YNscrMj .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.JUjBqu2B-uN4YNscrMj .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.JUjBqu2B-uN4YNscrMj .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .weight-iconfont,
.JUjBqu2B-uN4YNscrMj .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .weight-iconfont {
  color: #ffffff;
}
.JUjBqu2B-uN4YNscrMj .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .weight-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.JUjBqu2B-uN4YNscrMj .weight-section-title {
  color: #000000;
}
.JUjBqu2B-uN4YNscrMj .weight-text {
  color: #000000;
}
.JUjBqu2B-uN4YNscrMj .weight-section-subtitle {
  color: #000000;
}
.JUjBqu2B-uN4YNscrMj .list {
  color: #000000;
}
.JUjBqu2B-uN4YNscrMj .weight-desc {
  color: #000000;
}
.JUjBqu2B-uN4YNscrMj label {
  color: #000000;
}
.JUjBqu2B-uN53YVrTU7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2420;
}
.JUjBqu2B-uN53YVrTU7 .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN53YVrTU7 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN53YVrTU7 .content-wrap {
  padding: 60px;
  background-color: #3d342f;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .content-wrap {
    padding: 30px 20px;
  }
}
.JUjBqu2B-uN53YVrTU7 .content-wrap .row {
  justify-content: center;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .weight-section-title {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:hover,
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:hover,
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .social-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a:hover .weight-iconfont,
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a:hover .weight-iconfont {
  transform: scale(1.1);
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a .weight-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.JUjBqu2B-uN53YVrTU7 .weight-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.JUjBqu2B-uN53YVrTU7 .weight-section-title {
  color: #ed463f;
}
.JUjBqu2B-uN53YVrTU7 .weight-section-subtitle {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .list {
  color: #404349;
}
.JUjBqu2B-uN53YVrTU7 .list,
.JUjBqu2B-uN53YVrTU7 .item-wrap {
  color: #ffffff;
}
.JUjBqu2B-uN4SEwrq18 .navbar-dropdown {
  position: relative !important;
}
.JUjBqu2B-uN4SEwrq18 .nav-link {
  font-weight: 600;
  position: relative;
}
.JUjBqu2B-uN4SEwrq18 .nav-link:hover {
  color: #7e9d80 !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  padding-right: 2rem !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.JUjBqu2B-uN4SEwrq18 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar-brand .navbar-logo a {
  outline: none;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:before {
  font-family: symbol2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:hover,
.JUjBqu2B-uN4SEwrq18 .dropdown-item:focus {
  background: #7e9d80 !important;
  color: white !important;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:hover span {
  color: white;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.JUjBqu2B-uN4SEwrq18 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .JUjBqu2B-uN4SEwrq18 .container {
    flex-wrap: nowrap;
  }
}
.JUjBqu2B-uN4SEwrq18 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-menu,
.JUjBqu2B-uN4SEwrq18 .navbar.opened {
  background: #3b342f !important;
}
.JUjBqu2B-uN4SEwrq18 .nav-item:focus,
.JUjBqu2B-uN4SEwrq18 .nav-link:focus {
  outline: none;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item .weight-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JUjBqu2B-uN4SEwrq18 .dropdown .dropdown-menu .dropdown-item .weight-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4SEwrq18 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JUjBqu2B-uN4SEwrq18 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3b342f;
}
.JUjBqu2B-uN4SEwrq18 .navbar.opened {
  transition: all 0.3s;
}
.JUjBqu2B-uN4SEwrq18 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JUjBqu2B-uN4SEwrq18 .navbar .navbar-logo img {
  width: auto;
}
.JUjBqu2B-uN4SEwrq18 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed {
  justify-content: center;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JUjBqu2B-uN4SEwrq18 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JUjBqu2B-uN4SEwrq18 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .JUjBqu2B-uN4SEwrq18 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .JUjBqu2B-uN4SEwrq18 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-short {
  min-height: 60px;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.JUjBqu2B-uN4SEwrq18 .dropdown-item.active,
.JUjBqu2B-uN4SEwrq18 .dropdown-item:active {
  background-color: transparent;
}
.JUjBqu2B-uN4SEwrq18 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JUjBqu2B-uN4SEwrq18 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3b342f;
}
.JUjBqu2B-uN4SEwrq18 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.JUjBqu2B-uN4SEwrq18 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.JUjBqu2B-uN4SEwrq18 ul.navbar-nav {
  flex-wrap: wrap;
}
.JUjBqu2B-uN4SEwrq18 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f6f2;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JUjBqu2B-uN4SEwrq18 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JUjBqu2B-uN4SEwrq18 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JUjBqu2B-uN4SEwrq18 .navbar-dropdown {
  padding: 0 1rem;
}
.JUjBqu2B-uN4SEwrq18 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JUjBqu2B-uN4SEwrq18 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JUjBqu2B-uN4SEwrq18 .navbar {
    height: 70px;
  }
  .JUjBqu2B-uN4SEwrq18 .navbar.opened {
    height: auto;
  }
  .JUjBqu2B-uN4SEwrq18 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JUjBqu2B-uN508Buv3S {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.JUjBqu2B-uN508Buv3S .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN508Buv3S .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN508Buv3S .section-border-item {
  background-color: #000000;
}
.JUjBqu2B-uN508Buv3S .card-title {
  color: #000000;
  text-align: center;
}
.JUjBqu2B-uN508Buv3S .card-subtitle {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .JUjBqu2B-uN508Buv3S .card-subtitle {
    margin-top: 0.75rem;
  }
}
.JUjBqu2B-uN508Buv3S .card-text {
  color: #000000;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .JUjBqu2B-uN508Buv3S .card-text {
    margin-top: 0.75rem;
  }
}
.JUjBqu2B-uN53YVrTU7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2420;
}
.JUjBqu2B-uN53YVrTU7 .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN53YVrTU7 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN53YVrTU7 .content-wrap {
  padding: 60px;
  background-color: #3d342f;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .content-wrap {
    padding: 30px 20px;
  }
}
.JUjBqu2B-uN53YVrTU7 .content-wrap .row {
  justify-content: center;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .weight-section-title {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:hover,
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:hover,
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .social-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a:hover .weight-iconfont,
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a:hover .weight-iconfont {
  transform: scale(1.1);
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a .weight-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.JUjBqu2B-uN53YVrTU7 .weight-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.JUjBqu2B-uN53YVrTU7 .weight-section-title {
  color: #ed463f;
}
.JUjBqu2B-uN53YVrTU7 .weight-section-subtitle {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .list {
  color: #404349;
}
.JUjBqu2B-uN53YVrTU7 .list,
.JUjBqu2B-uN53YVrTU7 .item-wrap {
  color: #ffffff;
}
.JUjBqu2B-uN4T68PKpY .navbar-dropdown {
  position: relative !important;
}
.JUjBqu2B-uN4T68PKpY .nav-link {
  font-weight: 600;
  position: relative;
}
.JUjBqu2B-uN4T68PKpY .nav-link:hover {
  color: #7e9d80 !important;
}
.JUjBqu2B-uN4T68PKpY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  padding-right: 2rem !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.JUjBqu2B-uN4T68PKpY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JUjBqu2B-uN4T68PKpY .navbar-brand .navbar-logo a {
  outline: none;
}
.JUjBqu2B-uN4T68PKpY .dropdown-item:before {
  font-family: symbol2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4T68PKpY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.JUjBqu2B-uN4T68PKpY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.JUjBqu2B-uN4T68PKpY .dropdown-item:hover,
.JUjBqu2B-uN4T68PKpY .dropdown-item:focus {
  background: #7e9d80 !important;
  color: white !important;
}
.JUjBqu2B-uN4T68PKpY .dropdown-item:hover span {
  color: white;
}
.JUjBqu2B-uN4T68PKpY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.JUjBqu2B-uN4T68PKpY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.JUjBqu2B-uN4T68PKpY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.JUjBqu2B-uN4T68PKpY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.JUjBqu2B-uN4T68PKpY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .JUjBqu2B-uN4T68PKpY .container {
    flex-wrap: nowrap;
  }
}
.JUjBqu2B-uN4T68PKpY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.JUjBqu2B-uN4T68PKpY .dropdown-menu,
.JUjBqu2B-uN4T68PKpY .navbar.opened {
  background: #3b342f !important;
}
.JUjBqu2B-uN4T68PKpY .nav-item:focus,
.JUjBqu2B-uN4T68PKpY .nav-link:focus {
  outline: none;
}
.JUjBqu2B-uN4T68PKpY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4T68PKpY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JUjBqu2B-uN4T68PKpY .dropdown .dropdown-menu .dropdown-item .weight-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JUjBqu2B-uN4T68PKpY .dropdown .dropdown-menu .dropdown-item .weight-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4T68PKpY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JUjBqu2B-uN4T68PKpY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JUjBqu2B-uN4T68PKpY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3b342f;
}
.JUjBqu2B-uN4T68PKpY .navbar.opened {
  transition: all 0.3s;
}
.JUjBqu2B-uN4T68PKpY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JUjBqu2B-uN4T68PKpY .navbar .navbar-logo img {
  width: auto;
}
.JUjBqu2B-uN4T68PKpY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.JUjBqu2B-uN4T68PKpY .navbar.collapsed {
  justify-content: center;
}
.JUjBqu2B-uN4T68PKpY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JUjBqu2B-uN4T68PKpY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JUjBqu2B-uN4T68PKpY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.JUjBqu2B-uN4T68PKpY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JUjBqu2B-uN4T68PKpY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JUjBqu2B-uN4T68PKpY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.JUjBqu2B-uN4T68PKpY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JUjBqu2B-uN4T68PKpY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JUjBqu2B-uN4T68PKpY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .JUjBqu2B-uN4T68PKpY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JUjBqu2B-uN4T68PKpY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JUjBqu2B-uN4T68PKpY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JUjBqu2B-uN4T68PKpY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JUjBqu2B-uN4T68PKpY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .JUjBqu2B-uN4T68PKpY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .JUjBqu2B-uN4T68PKpY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .JUjBqu2B-uN4T68PKpY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JUjBqu2B-uN4T68PKpY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .JUjBqu2B-uN4T68PKpY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JUjBqu2B-uN4T68PKpY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .JUjBqu2B-uN4T68PKpY .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.JUjBqu2B-uN4T68PKpY .navbar.navbar-short {
  min-height: 60px;
}
.JUjBqu2B-uN4T68PKpY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.JUjBqu2B-uN4T68PKpY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.JUjBqu2B-uN4T68PKpY .dropdown-item.active,
.JUjBqu2B-uN4T68PKpY .dropdown-item:active {
  background-color: transparent;
}
.JUjBqu2B-uN4T68PKpY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JUjBqu2B-uN4T68PKpY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JUjBqu2B-uN4T68PKpY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JUjBqu2B-uN4T68PKpY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3b342f;
}
.JUjBqu2B-uN4T68PKpY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.JUjBqu2B-uN4T68PKpY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.JUjBqu2B-uN4T68PKpY ul.navbar-nav {
  flex-wrap: wrap;
}
.JUjBqu2B-uN4T68PKpY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.JUjBqu2B-uN4T68PKpY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JUjBqu2B-uN4T68PKpY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f6f2;
}
.JUjBqu2B-uN4T68PKpY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JUjBqu2B-uN4T68PKpY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JUjBqu2B-uN4T68PKpY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JUjBqu2B-uN4T68PKpY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JUjBqu2B-uN4T68PKpY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JUjBqu2B-uN4T68PKpY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JUjBqu2B-uN4T68PKpY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JUjBqu2B-uN4T68PKpY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JUjBqu2B-uN4T68PKpY .navbar-dropdown {
  padding: 0 1rem;
}
.JUjBqu2B-uN4T68PKpY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JUjBqu2B-uN4T68PKpY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JUjBqu2B-uN4T68PKpY .navbar {
    height: 70px;
  }
  .JUjBqu2B-uN4T68PKpY .navbar.opened {
    height: auto;
  }
  .JUjBqu2B-uN4T68PKpY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JUjBqu2B-uN50eCnn21 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.JUjBqu2B-uN50eCnn21 .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN50eCnn21 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN50eCnn21 .section-border-item {
  background-color: #000000;
}
.JUjBqu2B-uN50eCnn21 .card-title {
  color: #000000;
  text-align: center;
}
.JUjBqu2B-uN50eCnn21 .card-subtitle {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .JUjBqu2B-uN50eCnn21 .card-subtitle {
    margin-top: 0.75rem;
  }
}
.JUjBqu2B-uN50eCnn21 .card-text {
  color: #000000;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .JUjBqu2B-uN50eCnn21 .card-text {
    margin-top: 0.75rem;
  }
}
.JUjBqu2B-uN53YVrTU7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2420;
}
.JUjBqu2B-uN53YVrTU7 .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN53YVrTU7 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN53YVrTU7 .content-wrap {
  padding: 60px;
  background-color: #3d342f;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .content-wrap {
    padding: 30px 20px;
  }
}
.JUjBqu2B-uN53YVrTU7 .content-wrap .row {
  justify-content: center;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .weight-section-title {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:hover,
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:hover,
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .social-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a:hover .weight-iconfont,
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a:hover .weight-iconfont {
  transform: scale(1.1);
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a .weight-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.JUjBqu2B-uN53YVrTU7 .weight-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.JUjBqu2B-uN53YVrTU7 .weight-section-title {
  color: #ed463f;
}
.JUjBqu2B-uN53YVrTU7 .weight-section-subtitle {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .list {
  color: #404349;
}
.JUjBqu2B-uN53YVrTU7 .list,
.JUjBqu2B-uN53YVrTU7 .item-wrap {
  color: #ffffff;
}
.JUjBqu2B-uN4T6vi790 .navbar-dropdown {
  position: relative !important;
}
.JUjBqu2B-uN4T6vi790 .nav-link {
  font-weight: 600;
  position: relative;
}
.JUjBqu2B-uN4T6vi790 .nav-link:hover {
  color: #7e9d80 !important;
}
.JUjBqu2B-uN4T6vi790 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  padding-right: 2rem !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.JUjBqu2B-uN4T6vi790 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.JUjBqu2B-uN4T6vi790 .navbar-brand .navbar-logo a {
  outline: none;
}
.JUjBqu2B-uN4T6vi790 .dropdown-item:before {
  font-family: symbol2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4T6vi790 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.JUjBqu2B-uN4T6vi790 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.JUjBqu2B-uN4T6vi790 .dropdown-item:hover,
.JUjBqu2B-uN4T6vi790 .dropdown-item:focus {
  background: #7e9d80 !important;
  color: white !important;
}
.JUjBqu2B-uN4T6vi790 .dropdown-item:hover span {
  color: white;
}
.JUjBqu2B-uN4T6vi790 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.JUjBqu2B-uN4T6vi790 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.JUjBqu2B-uN4T6vi790 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.JUjBqu2B-uN4T6vi790 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.JUjBqu2B-uN4T6vi790 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .JUjBqu2B-uN4T6vi790 .container {
    flex-wrap: nowrap;
  }
}
.JUjBqu2B-uN4T6vi790 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.JUjBqu2B-uN4T6vi790 .dropdown-menu,
.JUjBqu2B-uN4T6vi790 .navbar.opened {
  background: #3b342f !important;
}
.JUjBqu2B-uN4T6vi790 .nav-item:focus,
.JUjBqu2B-uN4T6vi790 .nav-link:focus {
  outline: none;
}
.JUjBqu2B-uN4T6vi790 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4T6vi790 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.JUjBqu2B-uN4T6vi790 .dropdown .dropdown-menu .dropdown-item .weight-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.JUjBqu2B-uN4T6vi790 .dropdown .dropdown-menu .dropdown-item .weight-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.JUjBqu2B-uN4T6vi790 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.JUjBqu2B-uN4T6vi790 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.JUjBqu2B-uN4T6vi790 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3b342f;
}
.JUjBqu2B-uN4T6vi790 .navbar.opened {
  transition: all 0.3s;
}
.JUjBqu2B-uN4T6vi790 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.JUjBqu2B-uN4T6vi790 .navbar .navbar-logo img {
  width: auto;
}
.JUjBqu2B-uN4T6vi790 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.JUjBqu2B-uN4T6vi790 .navbar.collapsed {
  justify-content: center;
}
.JUjBqu2B-uN4T6vi790 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.JUjBqu2B-uN4T6vi790 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .JUjBqu2B-uN4T6vi790 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.JUjBqu2B-uN4T6vi790 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.JUjBqu2B-uN4T6vi790 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.JUjBqu2B-uN4T6vi790 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.JUjBqu2B-uN4T6vi790 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.JUjBqu2B-uN4T6vi790 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.JUjBqu2B-uN4T6vi790 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .JUjBqu2B-uN4T6vi790 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .JUjBqu2B-uN4T6vi790 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .JUjBqu2B-uN4T6vi790 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .JUjBqu2B-uN4T6vi790 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .JUjBqu2B-uN4T6vi790 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .JUjBqu2B-uN4T6vi790 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .JUjBqu2B-uN4T6vi790 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .JUjBqu2B-uN4T6vi790 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .JUjBqu2B-uN4T6vi790 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .JUjBqu2B-uN4T6vi790 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .JUjBqu2B-uN4T6vi790 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .JUjBqu2B-uN4T6vi790 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.JUjBqu2B-uN4T6vi790 .navbar.navbar-short {
  min-height: 60px;
}
.JUjBqu2B-uN4T6vi790 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.JUjBqu2B-uN4T6vi790 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.JUjBqu2B-uN4T6vi790 .dropdown-item.active,
.JUjBqu2B-uN4T6vi790 .dropdown-item:active {
  background-color: transparent;
}
.JUjBqu2B-uN4T6vi790 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.JUjBqu2B-uN4T6vi790 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.JUjBqu2B-uN4T6vi790 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.JUjBqu2B-uN4T6vi790 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3b342f;
}
.JUjBqu2B-uN4T6vi790 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.JUjBqu2B-uN4T6vi790 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.JUjBqu2B-uN4T6vi790 ul.navbar-nav {
  flex-wrap: wrap;
}
.JUjBqu2B-uN4T6vi790 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.JUjBqu2B-uN4T6vi790 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.JUjBqu2B-uN4T6vi790 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f6f2;
}
.JUjBqu2B-uN4T6vi790 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.JUjBqu2B-uN4T6vi790 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.JUjBqu2B-uN4T6vi790 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.JUjBqu2B-uN4T6vi790 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.JUjBqu2B-uN4T6vi790 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JUjBqu2B-uN4T6vi790 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.JUjBqu2B-uN4T6vi790 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.JUjBqu2B-uN4T6vi790 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.JUjBqu2B-uN4T6vi790 .navbar-dropdown {
  padding: 0 1rem;
}
.JUjBqu2B-uN4T6vi790 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.JUjBqu2B-uN4T6vi790 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .JUjBqu2B-uN4T6vi790 .navbar {
    height: 70px;
  }
  .JUjBqu2B-uN4T6vi790 .navbar.opened {
    height: auto;
  }
  .JUjBqu2B-uN4T6vi790 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.JUjBqu2B-uN50g3LKyj {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.JUjBqu2B-uN50g3LKyj .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN50g3LKyj .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN50g3LKyj .section-border-item {
  background-color: #000000;
}
.JUjBqu2B-uN50g3LKyj .card-title {
  color: #000000;
  text-align: center;
}
.JUjBqu2B-uN50g3LKyj .card-subtitle {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .JUjBqu2B-uN50g3LKyj .card-subtitle {
    margin-top: 0.75rem;
  }
}
.JUjBqu2B-uN50g3LKyj .card-text {
  color: #000000;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .JUjBqu2B-uN50g3LKyj .card-text {
    margin-top: 0.75rem;
  }
}
.JUjBqu2B-uN53YVrTU7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2420;
}
.JUjBqu2B-uN53YVrTU7 .weight-fallback-image.disabled {
  display: none;
}
.JUjBqu2B-uN53YVrTU7 .weight-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.JUjBqu2B-uN53YVrTU7 .content-wrap {
  padding: 60px;
  background-color: #3d342f;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .content-wrap {
    padding: 30px 20px;
  }
}
.JUjBqu2B-uN53YVrTU7 .content-wrap .row {
  justify-content: center;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.JUjBqu2B-uN53YVrTU7 .title-wrapper .title-wrap .weight-section-title {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:hover,
.JUjBqu2B-uN53YVrTU7 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:hover,
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .JUjBqu2B-uN53YVrTU7 .social-wrapper {
    margin-bottom: 40px;
  }
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .weight-section-subtitle {
  margin-bottom: 20px;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a:hover .weight-iconfont,
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a:hover .weight-iconfont {
  transform: scale(1.1);
}
.JUjBqu2B-uN53YVrTU7 .social-wrapper .social-wrap .soc-item a .weight-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.JUjBqu2B-uN53YVrTU7 .weight-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #ffffff;
  text-align: center;
}
.JUjBqu2B-uN53YVrTU7 .weight-section-title {
  color: #ed463f;
}
.JUjBqu2B-uN53YVrTU7 .weight-section-subtitle {
  color: #ffffff;
}
.JUjBqu2B-uN53YVrTU7 .list {
  color: #404349;
}
.JUjBqu2B-uN53YVrTU7 .list,
.JUjBqu2B-uN53YVrTU7 .item-wrap {
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
    box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: fadeOut 0.3s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes bounceRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}

.navbar-brand {
    animation: bounceRight 1s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 10: invert filter */
a, button, .btn {
  transition: filter 0.1s ease;
}
a:active, button:active, .btn:active {
  filter: invert(0.5);
}
/* endmainanimations */
