.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Instrument Serif', serif;
  font-size: 3.63rem;
  line-height: .8;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5375rem;
}
.display-2 {
  font-family: 'Instrument Serif', serif;
  font-size: 3rem;
  line-height: 1.1em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Instrument Serif', serif;
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Instrument Serif', serif;
  font-size: 1.8rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Instrument Serif', serif;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 2.904rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.541rem;
    font-size: calc( 1.9204999999999999rem + (3.63 - 1.9204999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.9204999999999999rem + (3.63 - 1.9204999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #000000 !important;
}
.bg-success {
  background-color: #dcd4cb !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffdfc7 !important;
}
.bg-danger {
  background-color: #e6b4ce !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f7f1e3 !important;
  border-color: #f7f1e3 !important;
  color: #aa8631 !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: #aa8631 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #dcd4cb !important;
  border-color: #dcd4cb !important;
  color: #645544 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f1ede9 !important;
  border-color: #f1ede9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #645544 !important;
  background-color: #f1ede9 !important;
  border-color: #f1ede9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdfc7 !important;
  border-color: #ffdfc7 !important;
  color: #c75500 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fffcfa !important;
  border-color: #fffcfa !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #c75500 !important;
  background-color: #fffcfa !important;
  border-color: #fffcfa !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6b4ce !important;
  border-color: #e6b4ce !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f3dae7 !important;
  border-color: #f3dae7 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f3dae7 !important;
  border-color: #f3dae7 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f7f1e3;
  color: #f7f1e3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e4cfa0 !important;
  background-color: transparent !important;
  border-color: #e4cfa0 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #aa8631 !important;
  background-color: #f7f1e3 !important;
  border-color: #f7f1e3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #dcd4cb;
  color: #dcd4cb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b9a997 !important;
  background-color: transparent !important;
  border-color: #b9a997 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #645544 !important;
  background-color: #dcd4cb !important;
  border-color: #dcd4cb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffdfc7;
  color: #ffdfc7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffad70 !important;
  background-color: transparent !important;
  border-color: #ffad70 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #c75500 !important;
  background-color: #ffdfc7 !important;
  border-color: #ffdfc7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e6b4ce;
  color: #e6b4ce;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d073a4 !important;
  background-color: transparent !important;
  border-color: #d073a4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e6b4ce !important;
  border-color: #e6b4ce !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: #000000 !important;
}
.text-secondary {
  color: #f7f1e3 !important;
}
.text-success {
  color: #dcd4cb !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffdfc7 !important;
}
.text-danger {
  color: #e6b4ce !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e0c994 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b3a28e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffa561 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cc689c !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffdfc7;
}
.alert-danger {
  background-color: #e6b4ce;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Instrument Serif', serif;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Serif', serif;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f7f1e3 !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn,
.mbr-section-btn-main {
  width: 100%;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 8px 50px;
  border-radius: 5px !important;
  font-weight: 400;
  border-width: 1px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 15px;
    width: 100%;
  }
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #f7f1e3 !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #dcd4cb !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #ffdfc7 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #e6b4ce !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #f7f1e3 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #dcd4cb !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #ffdfc7 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #e6b4ce !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 20px !important;
}
.cid-uRZwzCppmR {
  background-color: transparent;
}
.cid-uRZwzCppmR .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uRZwzCppmR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRZwzCppmR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRZwzCppmR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRZwzCppmR .menu_box .navbar.opened,
  .cid-uRZwzCppmR .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRZwzCppmR .navbar-dropdown {
  position: relative !important;
}
.cid-uRZwzCppmR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRZwzCppmR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRZwzCppmR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #dcd4cb;
  }
  .cid-uRZwzCppmR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRZwzCppmR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRZwzCppmR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRZwzCppmR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRZwzCppmR .offcanvas-body .mbr-text,
  .cid-uRZwzCppmR .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRZwzCppmR .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRZwzCppmR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRZwzCppmR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRZwzCppmR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRZwzCppmR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRZwzCppmR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRZwzCppmR .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRZwzCppmR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uRZwzCppmR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRZwzCppmR .nav-item {
    margin: 4px 14px;
  }
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .nav-item {
    margin: 0 !important;
  }
}
.cid-uRZwzCppmR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uRZwzCppmR .nav-item .nav-link:hover,
.cid-uRZwzCppmR .nav-item .nav-link:focus {
  color: #b2a482 !important;
}
.cid-uRZwzCppmR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRZwzCppmR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRZwzCppmR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRZwzCppmR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRZwzCppmR .offcanvas_box {
    display: none;
  }
}
.cid-uRZwzCppmR .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uRZwzCppmR .dropdown-item:hover,
.cid-uRZwzCppmR .dropdown-item:focus {
  color: #b2a482 !important;
}
.cid-uRZwzCppmR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRZwzCppmR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uRZwzCppmR .container {
  display: flex;
  margin: auto;
}
.cid-uRZwzCppmR .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRZwzCppmR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRZwzCppmR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRZwzCppmR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .navbar-nav {
    margin: 0;
  }
}
.cid-uRZwzCppmR .dropdown-menu,
.cid-uRZwzCppmR .navbar.opened {
  background-color: false !important;
}
.cid-uRZwzCppmR .nav-item:focus,
.cid-uRZwzCppmR .nav-link:focus {
  outline: none;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRZwzCppmR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRZwzCppmR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRZwzCppmR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRZwzCppmR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRZwzCppmR .navbar.opened {
  transition: all 0.3s;
}
.cid-uRZwzCppmR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRZwzCppmR .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uRZwzCppmR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRZwzCppmR .navbar.collapsed {
  justify-content: center;
}
.cid-uRZwzCppmR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRZwzCppmR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRZwzCppmR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRZwzCppmR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRZwzCppmR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRZwzCppmR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRZwzCppmR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRZwzCppmR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRZwzCppmR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRZwzCppmR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRZwzCppmR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRZwzCppmR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRZwzCppmR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRZwzCppmR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRZwzCppmR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRZwzCppmR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRZwzCppmR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRZwzCppmR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRZwzCppmR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRZwzCppmR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRZwzCppmR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRZwzCppmR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRZwzCppmR .dropdown-item.active,
.cid-uRZwzCppmR .dropdown-item:active {
  background-color: transparent;
}
.cid-uRZwzCppmR .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uRZwzCppmR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRZwzCppmR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRZwzCppmR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRZwzCppmR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRZwzCppmR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRZwzCppmR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRZwzCppmR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRZwzCppmR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRZwzCppmR .navbar {
    height: 70px;
  }
  .cid-uRZwzCppmR .navbar.opened {
    height: auto;
  }
  .cid-uRZwzCppmR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRZwzCppmR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRZwzCppmR .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uRZwzCppmR .mbr-section-btn-main {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRZwzCppmR .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRZwzCppmR .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uRZwzCppmR .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRZwzCppmR .text_widget {
  margin-bottom: 32px;
}
.cid-uRZwzCppmR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRZwzCppmR .text_widget a:hover,
.cid-uRZwzCppmR .text_widget a:focus {
  opacity: .8;
}
.cid-uRZwzCppmR .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uRZwzCppmR .navbar-caption {
  color: #30262b;
}
.cid-uRZwzCppmR .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uRZwzCppmR .mbr-section-subtitle,
.cid-uRZwzCppmR .text_widget,
.cid-uRZwzCppmR .mbr-section-btn {
  text-align: center;
}
.cid-uRZwzCppmR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u6kyorydA1 {
  background-color: #ffffff;
}
.cid-u6kyorydA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kyorydA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kyorydA1 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u6kyorydA1 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-u6kyorydA1 .container {
    padding: 0 26px;
  }
}
.cid-u6kyorydA1 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
  padding: 45px;
}
@media (max-width: 992px) {
  .cid-u6kyorydA1 .content-wrapper {
    padding: 20px;
  }
}
.cid-u6kyorydA1 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-u6kyorydA1 .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-u6kyorydA1 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u6kyorydA1 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: auto;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6kyorydA1 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u6kyorydA1 .mbr-section-title {
  color: #000000;
}
.cid-u6kyorydA1 .mbr-text,
.cid-u6kyorydA1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u6kyorydA1 .mbr-section-title,
.cid-u6kyorydA1 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u6kyorydA1 H1 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-u6kyorydA1 h3 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-uRRWkpBgX0.popup-builder {
  background-color: #ffffff;
}
.cid-uRRWkpBgX0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRRWkpBgX0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRRWkpBgX0 .modal-content,
.cid-uRRWkpBgX0 .modal-dialog {
  height: auto;
}
.cid-uRRWkpBgX0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRRWkpBgX0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRRWkpBgX0 .form-wrapper .mbr-form .form-group,
  .cid-uRRWkpBgX0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRRWkpBgX0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRRWkpBgX0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRRWkpBgX0 .mbr-text {
  text-align: center;
}
.cid-uRRWkpBgX0 .pt-0 {
  padding-top: 0 !important;
}
.cid-uRRWkpBgX0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRRWkpBgX0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRRWkpBgX0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRRWkpBgX0 .modal-open {
  overflow: hidden;
}
.cid-uRRWkpBgX0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRRWkpBgX0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRRWkpBgX0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRRWkpBgX0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uRRWkpBgX0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRRWkpBgX0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRRWkpBgX0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRRWkpBgX0 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uRRWkpBgX0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRRWkpBgX0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRRWkpBgX0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRRWkpBgX0 .modal-backdrop.show {
  opacity: .5;
}
.cid-uRRWkpBgX0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uRRWkpBgX0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRRWkpBgX0 .modal-header {
    padding: 1rem;
  }
}
.cid-uRRWkpBgX0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRRWkpBgX0 .modal-header .close svg {
  fill: #353535;
}
.cid-uRRWkpBgX0 .modal-header .close:hover {
  opacity: 1;
}
.cid-uRRWkpBgX0 .modal-header .close:focus {
  outline: none;
}
.cid-uRRWkpBgX0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRRWkpBgX0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRRWkpBgX0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRRWkpBgX0 .modal-body {
    padding: 1rem;
  }
}
.cid-uRRWkpBgX0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uRRWkpBgX0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRRWkpBgX0 .modal-footer {
    padding: 1rem;
  }
}
.cid-uRRWkpBgX0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRRWkpBgX0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRRWkpBgX0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRRWkpBgX0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRRWkpBgX0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uRRWkpBgX0 .modal-lg,
  .cid-uRRWkpBgX0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRRWkpBgX0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRRWkpBgX0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRRWkpBgX0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uRRWkpBgX0 .form-group {
  margin-bottom: 1rem;
}
.cid-uRRWkpBgX0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRRWkpBgX0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRRWkpBgX0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uRRWkpBgX0 .mbr-section-btn {
  margin: 0;
}
.cid-uRRWkpBgX0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRQJ43uLeS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRQJ43uLeS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQJ43uLeS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQJ43uLeS .card {
  justify-content: center;
}
.cid-uRQJ43uLeS .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-uRQJ43uLeS .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRQJ43uLeS .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 1440px) {
  .cid-uRQJ43uLeS .image-wrapper {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRQJ43uLeS .image-wrapper {
    padding-left: 0;
  }
}
.cid-uRQJ43uLeS .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRQJ43uLeS .image-wrapper img {
    height: 800px;
  }
}
.cid-uRQJ43uLeS .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRQJ43uLeS .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uRQJ43uLeS .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRQJ43uLeS .content-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uRQJ43uLeS .mbr-section-title {
  color: #000000;
}
.cid-uRQJ43uLeS .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uRQJ43uLeS .mbr-section-title,
.cid-uRQJ43uLeS .mbr-section-btn,
.cid-uRQJ43uLeS .title-wrapper {
  text-align: center;
}
.cid-uRQPggoSlO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uRQPggoSlO .container-fluid {
  padding: 0 3rem;
}
.cid-uRQPggoSlO .media-container-column {
  padding: 0 2rem;
}
.cid-uRQPggoSlO .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRQPggoSlO .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uRQPggoSlO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQPggoSlO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kyrNl3y4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6kyrNl3y4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kyrNl3y4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kyrNl3y4 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u6kyrNl3y4 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-u6kyrNl3y4 .container {
    padding: 0 26px;
  }
}
.cid-u6kyrNl3y4 .row {
  justify-content: center;
}
.cid-u6kyrNl3y4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
@media (max-width: 992px) {
  .cid-u6kyrNl3y4 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u6kyrNl3y4 .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-u6kyrNl3y4 .items-wrapper .item:focus .item-wrapper .item-img img,
.cid-u6kyrNl3y4 .items-wrapper .item:hover .item-wrapper .item-img img {
  transform: scale(1);
}
.cid-u6kyrNl3y4 .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-u6kyrNl3y4 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-u6kyrNl3y4 .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-u6kyrNl3y4 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-u6kyrNl3y4 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 5px;
}
.cid-u6kyrNl3y4 .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
}
.cid-u6kyrNl3y4 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u6kyrNl3y4 .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-u6kyrNl3y4 .items-wrapper .item .item-wrapper .item-img img {
  height: 340px;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
.cid-u6kyrNl3y4 .mbr-section-btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u6kyrNl3y4 .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-u6kyrNl3y4 .item-title {
  color: #000000;
}
.cid-u6kyrNl3y4 .item-desc {
  color: #000000;
}
.cid-u6kyrNl3y4 .item-title,
.cid-u6kyrNl3y4 .mbr-section-btn {
  text-align: left;
}
.cid-uS2cUkZqY5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uS2cUkZqY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS2cUkZqY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS2cUkZqY5 .mbr-section-title {
  text-align: center;
}
.cid-uS2cUkZqY5 .mbr-text {
  text-align: center;
  color: #c10b02;
}
.cid-uRRosq27gn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uRRosq27gn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRosq27gn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uRRosq27gn .container {
    padding: 0 16px;
  }
}
.cid-uRRosq27gn .row {
  position: relative;
  justify-content: space-between;
}
.cid-uRRosq27gn .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uRRosq27gn .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uRRosq27gn .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRRosq27gn .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRosq27gn .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uRRosq27gn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRRosq27gn .image-wrapper img {
  height: 760px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uRRosq27gn .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRRosq27gn .image-wrapper img {
    height: 750px;
  }
}
.cid-uRRosq27gn .mbr-section-title {
  color: #000000;
}
.cid-uRRosq27gn .mbr-text {
  color: #000000;
}
.cid-u6kyvn8mjq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-2021-02-05-105-1680x1120.jpg");
}
.cid-u6kyvn8mjq .row {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-u6kyvn8mjq .row {
    height: 350px;
  }
}
.cid-u6kyvn8mjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kyvn8mjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kyvn8mjq .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u6kyvn8mjq .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-u6kyvn8mjq .container {
    padding: 0 26px;
  }
}
.cid-uRRrN5H1VH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uRRrN5H1VH .container-fluid {
  padding: 0 3rem;
}
.cid-uRRrN5H1VH .media-container-column {
  padding: 0 2rem;
}
.cid-uRRrN5H1VH .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRRrN5H1VH .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uRRrN5H1VH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRrN5H1VH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRqa9h9Bj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRRqa9h9Bj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRqa9h9Bj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRRqa9h9Bj .container {
    padding: 0 30px;
  }
}
.cid-uRRqa9h9Bj .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uRRqa9h9Bj .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uRRqa9h9Bj .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uRRqa9h9Bj .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uRRqa9h9Bj .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uRRqa9h9Bj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uRRqa9h9Bj .items-wrapper {
    display: block;
  }
}
.cid-uRRqa9h9Bj .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #dbf5d1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-uRRqa9h9Bj .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uRRqa9h9Bj .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #dbf5d1;
  }
}
.cid-uRRqa9h9Bj .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uRRqa9h9Bj .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uRRqa9h9Bj .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uRRqa9h9Bj .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uRRqa9h9Bj .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-uRRqa9h9Bj .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uRRqa9h9Bj .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-uRRqa9h9Bj .item-date {
  color: #22654E;
}
.cid-uRRqa9h9Bj .item-title {
  color: #22654E;
}
.cid-uRRqa9h9Bj .item-text {
  color: #144031;
}
.cid-uRRqa9h9Bj .item-title,
.cid-uRRqa9h9Bj .mbr-section-btn {
  color: #252525;
  text-align: center;
}
.cid-uRRsYwVXSY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRRsYwVXSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRsYwVXSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRRsYwVXSY .container {
    padding: 0 30px;
  }
}
.cid-uRRsYwVXSY .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uRRsYwVXSY .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uRRsYwVXSY .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uRRsYwVXSY .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uRRsYwVXSY .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uRRsYwVXSY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uRRsYwVXSY .items-wrapper {
    display: block;
  }
}
.cid-uRRsYwVXSY .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #dbf5d1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-uRRsYwVXSY .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uRRsYwVXSY .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #dbf5d1;
  }
}
.cid-uRRsYwVXSY .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uRRsYwVXSY .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uRRsYwVXSY .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uRRsYwVXSY .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uRRsYwVXSY .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-uRRsYwVXSY .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uRRsYwVXSY .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-uRRsYwVXSY .item-date {
  color: #22654E;
}
.cid-uRRsYwVXSY .item-title {
  color: #22654E;
}
.cid-uRRsYwVXSY .item-text {
  color: #144031;
}
.cid-uRRsYwVXSY .item-title,
.cid-uRRsYwVXSY .mbr-section-btn {
  color: #252525;
  text-align: center;
}
.cid-uRRIRHz7J9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRRIRHz7J9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRIRHz7J9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRIRHz7J9 .title .num {
  width: 100%;
  display: block;
}
.cid-uRRIRHz7J9 .title .card-title {
  z-index: 1;
}
.cid-uRRIRHz7J9 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uRRIRHz7J9 .num {
  color: #b2a482;
}
.cid-uRRIRHz7J9 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRRIRHz7J9 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRRIRHz7J9 * {
    text-align: center !important;
  }
  .cid-uRRIRHz7J9 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uRRIRHz7J9 .content-head {
  max-width: 800px;
}
.cid-uRRIRHz7J9 .card-title,
.cid-uRRIRHz7J9 .card-img {
  text-align: left;
}
.cid-uRRLXLo6EZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uRRLXLo6EZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRLXLo6EZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRRLXLo6EZ .container {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uRRLXLo6EZ .container {
    padding: 0 16px;
  }
}
.cid-uRRLXLo6EZ .row {
  justify-content: space-between;
  position: relative;
}
.cid-uRRLXLo6EZ .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uRRLXLo6EZ .text-wrapper .mbr-section-btn .btn {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uRRLXLo6EZ .text-wrapper .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRRLXLo6EZ .mbr-text,
.cid-uRRLXLo6EZ .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRLXLo6EZ .mbr-text,
.cid-uRRLXLo6EZ .mbr-section-btn {
  text-align: center;
}
.cid-uRRLXLo6EZ .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uRRLXLo6EZ .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uRRLXLo6EZ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRRLXLo6EZ .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRLXLo6EZ .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uRRLXLo6EZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRRLXLo6EZ .image-wrapper img {
  height: 460px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uRRLXLo6EZ .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRRLXLo6EZ .image-wrapper img {
    height: 650px;
  }
}
.cid-uRRLXLo6EZ .mbr-section-title {
  color: #000000;
}
.cid-uRRLXLo6EZ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uRRNeAlddQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uRRNeAlddQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRNeAlddQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRNeAlddQ .mbr-section-title {
  text-align: center;
}
.cid-uRRNeAlddQ .mbr-text {
  text-align: center;
}
.cid-uRRSIaA2bR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRRSIaA2bR .reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-uRRSIaA2bR .wrapper {
  margin-bottom: 60px;
}
.cid-uRRSIaA2bR .content__block {
  margin: 30px 40px 40px;
}
@media (max-width: 991px) {
  .cid-uRRSIaA2bR .content__block {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uRRSIaA2bR .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uRRSIaA2bR .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uRRSIaA2bR .mbr-section-btn {
  margin-top: 30px;
}
.cid-uRRSIaA2bR .mbr-section-btn .btn {
  font-weight: 500;
  margin-top: 0;
}
.cid-uRRSIaA2bR .image {
  transition: all .2s;
}
.cid-uRRSIaA2bR .image img {
  border-radius: 10px;
  width: 100%;
}
.cid-uRRSIaA2bR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRSIaA2bR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRSIaA2bR .mbr-text,
.cid-uRRSIaA2bR .mbr-section-btn {
  color: #988774;
}
.cid-uRXTBWTjc3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRXTBWTjc3 .container-fluid {
  padding: 0 3rem;
}
.cid-uRXTBWTjc3 .media-container-column {
  padding: 0 2rem;
}
.cid-uRXTBWTjc3 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uRXTBWTjc3 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uRXTBWTjc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXTBWTjc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTrRll8m6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uRTrRll8m6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uRTrRll8m6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRTrRll8m6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRTrRll8m6 .mbr-gallery-item {
  width: 33.3%;
}
.cid-uRTrRll8m6 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uRTrRll8m6 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uRTrRll8m6 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uRTrRll8m6 .mbr-gallery-row {
  justify-content: center;
}
.cid-uRTrRll8m6 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uRTrRll8m6 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uRTrRll8m6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uRTrRll8m6 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uRTrRll8m6 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uRTrRll8m6 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uRTrRll8m6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uRTrRll8m6 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uRTrRll8m6 img {
  transition: all 2s !important;
}
.cid-uRTrRll8m6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uRTrRll8m6 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uRTrRll8m6 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uRXKlbAkji {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f1e3;
}
.cid-uRXKlbAkji .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uRXKlbAkji .mbr-section-title {
  color: #24262b;
}
.cid-uRXKlbAkji .mbr-section-subtitle {
  color: #24262b;
}
.cid-uRXKlbAkji .items-row {
  row-gap: 32px;
}
.cid-uRXKlbAkji .item {
  cursor: pointer;
}
.cid-uRXKlbAkji .item:focus,
.cid-uRXKlbAkji span:focus {
  outline: none;
}
.cid-uRXKlbAkji .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uRXKlbAkji .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-uRXKlbAkji img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 3));
  object-fit: cover;
}
.cid-uRXKlbAkji .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #f7f1e3;
}
.cid-uRXKlbAkji .item-title {
  color: #24262b;
}
.cid-uRXKlbAkji .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-uRXKlbAkji .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-uS2JluiuPr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-uS2JluiuPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS2JluiuPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS2JluiuPr .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uS2JluiuPr .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uS2JluiuPr .container {
    padding: 0;
  }
}
.cid-uS2JluiuPr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uS2JluiuPr .row {
    margin: 0;
  }
}
.cid-uS2JluiuPr .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uS2JluiuPr .card {
    padding: 0 16px;
  }
}
.cid-uS2JluiuPr .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS2JluiuPr .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uS2JluiuPr .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fdfbf7;
  bottom: 0;
  left: 0;
}
.cid-uS2JluiuPr .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uS2JluiuPr .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uS2JluiuPr .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uS2JluiuPr .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS2JluiuPr .card .row.cards .video {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uS2JluiuPr .card .row.cards .video {
    padding: 0;
  }
}
.cid-uS2JluiuPr .card .row.cards .video .video-block .video-wrapper {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uS2JluiuPr .card .row.cards .video .video-block .video-wrapper .app-video-wrapper img {
  height: 510px;
  object-fit: cover;
}
.cid-uS2JluiuPr .card .row.cards .video .video-block .video-wrapper .app-video-wrapper::before {
  color: #fdfcfa;
  text-shadow: none;
}
.cid-uS2JluiuPr .mbr-section-title {
  color: #263652;
  text-align: center;
}
.cid-uS2JluiuPr .mbr-text {
  color: #263652;
}
.cid-uRYaoype49.popup-builder {
  background-color: #ffffff;
}
.cid-uRYaoype49.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRYaoype49.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRYaoype49 .modal-content,
.cid-uRYaoype49 .modal-dialog {
  height: auto;
}
.cid-uRYaoype49 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRYaoype49 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRYaoype49 .form-wrapper .mbr-form .form-group,
  .cid-uRYaoype49 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRYaoype49 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRYaoype49 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRYaoype49 .mbr-text {
  text-align: center;
}
.cid-uRYaoype49 .pt-0 {
  padding-top: 0 !important;
}
.cid-uRYaoype49 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRYaoype49 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRYaoype49 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRYaoype49 .modal-open {
  overflow: hidden;
}
.cid-uRYaoype49 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRYaoype49 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRYaoype49 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRYaoype49 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uRYaoype49 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRYaoype49 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRYaoype49 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRYaoype49 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uRYaoype49 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRYaoype49 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRYaoype49 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRYaoype49 .modal-backdrop.show {
  opacity: .5;
}
.cid-uRYaoype49 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uRYaoype49 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRYaoype49 .modal-header {
    padding: 1rem;
  }
}
.cid-uRYaoype49 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRYaoype49 .modal-header .close svg {
  fill: #353535;
}
.cid-uRYaoype49 .modal-header .close:hover {
  opacity: 1;
}
.cid-uRYaoype49 .modal-header .close:focus {
  outline: none;
}
.cid-uRYaoype49 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRYaoype49 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRYaoype49 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRYaoype49 .modal-body {
    padding: 1rem;
  }
}
.cid-uRYaoype49 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uRYaoype49 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRYaoype49 .modal-footer {
    padding: 1rem;
  }
}
.cid-uRYaoype49 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRYaoype49 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRYaoype49 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRYaoype49 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRYaoype49 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uRYaoype49 .modal-lg,
  .cid-uRYaoype49 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRYaoype49 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRYaoype49 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRYaoype49 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uRYaoype49 .form-group {
  margin-bottom: 1rem;
}
.cid-uRYaoype49 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRYaoype49 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRYaoype49 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uRYaoype49 .mbr-section-btn {
  margin: 0;
}
.cid-uRYaoype49 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZegOc424x {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZegOc424x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZegOc424x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZegOc424x .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uZegOc424x .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-uZegOc424x .first {
  border-top: 1px solid #efefef;
  padding-top: 1rem;
}
.cid-uZegOc424x .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #151515;
  margin-left: 1rem;
}
.cid-uZegOc424x .card-header {
  border: none;
}
.cid-uZegOc424x .panel-group {
  border: none;
}
.cid-uZegOc424x .panel-body,
.cid-uZegOc424x .card-header {
  padding: 1rem 0;
}
.cid-uZegOc424x .panel-title-edit {
  color: #000000;
}
.cid-uZegOc424x .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uZf3xdck77 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZf3xdck77 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZf3xdck77 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZf3xdck77 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uZf3xdck77 .card {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 1rem;
  padding-bottom: 1rem;
}
.cid-uZf3xdck77 .first {
  border-top: 0px solid #efefef;
  padding-top: 0rem;
}
.cid-uZf3xdck77 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #151515;
  margin-left: 1rem;
}
.cid-uZf3xdck77 .card-header {
  border: none;
}
.cid-uZf3xdck77 .panel-group {
  border: none;
}
.cid-uZf3xdck77 .panel-body,
.cid-uZf3xdck77 .card-header {
  padding: 1rem 0;
}
.cid-uZf3xdck77 .panel-title-edit {
  color: #000000;
}
.cid-uZf3xdck77 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uRSv0TGXeN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRSv0TGXeN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSv0TGXeN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRSv0TGXeN .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uRSv0TGXeN .title-wrapper {
    margin-top: 45px;
  }
}
.cid-uRSv0TGXeN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uRSv0TGXeN .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uRSv0TGXeN .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uRSv0TGXeN .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uRSv0TGXeN .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-uRSv0TGXeN .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-uRSv0TGXeN .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-uRSv0TGXeN .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uRSv0TGXeN .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-uRSv0TGXeN .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #b2a482;
}
@media (min-width: 992px) {
  .cid-uRSv0TGXeN .mbr-form {
    margin-top: 32px;
  }
}
.cid-uRSv0TGXeN .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-uRSv0TGXeN .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-uRSv0TGXeN .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-uRSv0TGXeN .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-uRSv0TGXeN .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-uRSv0TGXeN .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-uRSv0TGXeN .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #f7f1e3;
}
.cid-uRSv0TGXeN .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRSv0TGXeN .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uRSv0TGXeN .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-uRSv0TGXeN .mbr-section-subtitle {
  color: #000000;
}
.cid-uRSv0TGXeN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRSv0TGXeN .mbr-text {
  color: #6a6e71;
}
.cid-uRSv0TGXeN .list {
  color: #6a6e71;
}
.cid-uRSv0TGXeN label {
  color: #000000;
}
.cid-uRSxhBH6ss {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-uRSxhBH6ss .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSxhBH6ss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSxhBH6ss .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uRSxhBH6ss .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uRSxhBH6ss .card-wrapper {
    padding: 0;
  }
}
.cid-uRSxhBH6ss .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uRSxhBH6ss .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uRSxhBH6ss .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uRZIoDLh5B {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-uRZIoDLh5B [class^="socicon-"]:before,
.cid-uRZIoDLh5B [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uRZIoDLh5B .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uRZIoDLh5B .btn-social,
.cid-uRZIoDLh5B .mbr-section-title {
  color: #57468b;
}
.cid-uRZIoDLh5B .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uRZIoDLh5B .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-uRZIoDLh5B .soc-item:hover span {
  color: #000000 !important;
}
.cid-uRZIoDLh5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRZIoDLh5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdNWpYBZW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-uSdNWpYBZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdNWpYBZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdNWpYBZW .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uSdNWpYBZW .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uSdNWpYBZW .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uSdNWpYBZW .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uSdNWpYBZW .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uSdNWpYBZW .list-box {
  width: 100%;
}
.cid-uSdNWpYBZW .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uSdNWpYBZW .list a:hover:before {
  background-position: left !important;
}
.cid-uSdNWpYBZW .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uSdNWpYBZW .news-item {
  width: 100%;
}
.cid-uSdNWpYBZW .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uSdNWpYBZW .news-title {
  color: #303030;
}
.cid-uSdNWpYBZW .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uRZwzCppmR {
  background-color: transparent;
}
.cid-uRZwzCppmR .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uRZwzCppmR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRZwzCppmR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRZwzCppmR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRZwzCppmR .menu_box .navbar.opened,
  .cid-uRZwzCppmR .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRZwzCppmR .navbar-dropdown {
  position: relative !important;
}
.cid-uRZwzCppmR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRZwzCppmR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRZwzCppmR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #dcd4cb;
  }
  .cid-uRZwzCppmR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRZwzCppmR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRZwzCppmR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRZwzCppmR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRZwzCppmR .offcanvas-body .mbr-text,
  .cid-uRZwzCppmR .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRZwzCppmR .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRZwzCppmR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRZwzCppmR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRZwzCppmR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRZwzCppmR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRZwzCppmR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRZwzCppmR .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRZwzCppmR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uRZwzCppmR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRZwzCppmR .nav-item {
    margin: 4px 14px;
  }
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .nav-item {
    margin: 0 !important;
  }
}
.cid-uRZwzCppmR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uRZwzCppmR .nav-item .nav-link:hover,
.cid-uRZwzCppmR .nav-item .nav-link:focus {
  color: #b2a482 !important;
}
.cid-uRZwzCppmR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRZwzCppmR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRZwzCppmR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRZwzCppmR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRZwzCppmR .offcanvas_box {
    display: none;
  }
}
.cid-uRZwzCppmR .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uRZwzCppmR .dropdown-item:hover,
.cid-uRZwzCppmR .dropdown-item:focus {
  color: #b2a482 !important;
}
.cid-uRZwzCppmR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRZwzCppmR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uRZwzCppmR .container {
  display: flex;
  margin: auto;
}
.cid-uRZwzCppmR .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRZwzCppmR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRZwzCppmR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRZwzCppmR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .navbar-nav {
    margin: 0;
  }
}
.cid-uRZwzCppmR .dropdown-menu,
.cid-uRZwzCppmR .navbar.opened {
  background-color: false !important;
}
.cid-uRZwzCppmR .nav-item:focus,
.cid-uRZwzCppmR .nav-link:focus {
  outline: none;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRZwzCppmR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRZwzCppmR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRZwzCppmR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRZwzCppmR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRZwzCppmR .navbar.opened {
  transition: all 0.3s;
}
.cid-uRZwzCppmR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRZwzCppmR .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uRZwzCppmR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRZwzCppmR .navbar.collapsed {
  justify-content: center;
}
.cid-uRZwzCppmR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRZwzCppmR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRZwzCppmR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRZwzCppmR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRZwzCppmR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRZwzCppmR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRZwzCppmR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRZwzCppmR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRZwzCppmR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRZwzCppmR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRZwzCppmR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRZwzCppmR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRZwzCppmR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRZwzCppmR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRZwzCppmR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRZwzCppmR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRZwzCppmR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRZwzCppmR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRZwzCppmR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRZwzCppmR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRZwzCppmR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRZwzCppmR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRZwzCppmR .dropdown-item.active,
.cid-uRZwzCppmR .dropdown-item:active {
  background-color: transparent;
}
.cid-uRZwzCppmR .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uRZwzCppmR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRZwzCppmR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRZwzCppmR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRZwzCppmR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRZwzCppmR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRZwzCppmR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRZwzCppmR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRZwzCppmR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRZwzCppmR .navbar {
    height: 70px;
  }
  .cid-uRZwzCppmR .navbar.opened {
    height: auto;
  }
  .cid-uRZwzCppmR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRZwzCppmR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRZwzCppmR .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uRZwzCppmR .mbr-section-btn-main {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRZwzCppmR .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRZwzCppmR .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uRZwzCppmR .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRZwzCppmR .text_widget {
  margin-bottom: 32px;
}
.cid-uRZwzCppmR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRZwzCppmR .text_widget a:hover,
.cid-uRZwzCppmR .text_widget a:focus {
  opacity: .8;
}
.cid-uRZwzCppmR .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uRZwzCppmR .navbar-caption {
  color: #30262b;
}
.cid-uRZwzCppmR .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uRZwzCppmR .mbr-section-subtitle,
.cid-uRZwzCppmR .text_widget,
.cid-uRZwzCppmR .mbr-section-btn {
  text-align: center;
}
.cid-uRZwzCppmR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRShDzCyhx {
  background-image: url("../../../assets/images/personal-1920x1080.jpg");
}
.cid-uRShDzCyhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRShDzCyhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRShDzCyhx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uRShDzCyhx .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uRShDzCyhx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRShDzCyhx .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uRShDzCyhx .container {
    padding: 0 24px;
  }
}
.cid-uRShDzCyhx .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uRShDzCyhx .content-wrapper {
    padding: 0;
  }
}
.cid-uRShDzCyhx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uRShDzCyhx .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uRShDzCyhx .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uRShDzCyhx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRShDzCyhx .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uRShDzCyhx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRShDzCyhx .mbr-section-title {
  color: #ffffff;
}
.cid-uRShDzCyhx .mbr-desc,
.cid-uRShDzCyhx .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRShDzCyhx .mbr-text,
.cid-uRShDzCyhx .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRShDzCyhx .mbr-section-title,
.cid-uRShDzCyhx .mbr-section-btn {
  text-align: center;
}
.cid-uRShDzCyhx H1 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-uRShDzCyhx h3 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-uRZ6mlCKE7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uRZ6mlCKE7 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uRZ6mlCKE7 .mbr-shop .row {
  margin: 0;
}
.cid-uRZ6mlCKE7 .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uRZ6mlCKE7 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uRZ6mlCKE7 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uRZ6mlCKE7 .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uRZ6mlCKE7 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uRZ6mlCKE7 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uRZ6mlCKE7 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uRZ6mlCKE7 .mbr-shop .image-modal img {
  max-width: 100%;
}
.cid-uRZ6mlCKE7 .mbr-shop .hide-modal {
  display: none;
}
.cid-uRZ6mlCKE7 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 900px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uRZ6mlCKE7 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uRZ6mlCKE7 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uRZ6mlCKE7 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uRZ6mlCKE7 .mbr-shop .shopItemsModal .close-modal {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-uRZ6mlCKE7 .mbr-shop .shopItemsModal .close-modal:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uRZ6mlCKE7 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uRZ6mlCKE7 .mbr-shop .filter-by-pu,
.cid-uRZ6mlCKE7 .mbr-shop .filter-by-pd,
.cid-uRZ6mlCKE7 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uRZ6mlCKE7 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uRZ6mlCKE7 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uRZ6mlCKE7 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uRZ6mlCKE7 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uRZ6mlCKE7 .mbr-shop .galleryItem h4,
.cid-uRZ6mlCKE7 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.cid-uRZ6mlCKE7 .mbr-shop .galleryItem h5,
.cid-uRZ6mlCKE7 .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uRZ6mlCKE7 .mbr-shop .galleryItem p,
.cid-uRZ6mlCKE7 .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uRZ6mlCKE7 .mbr-shop .item-button {
  text-align: center;
}
.cid-uRZ6mlCKE7 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uRZ6mlCKE7 .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uRZ6mlCKE7 .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-uRZ6mlCKE7 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uRZ6mlCKE7 .mbr-shop .sidebar-background:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-uRZ6mlCKE7 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uRZ6mlCKE7 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uRZ6mlCKE7 .mbr-shop .bestsellers .price-block {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uRZ6mlCKE7 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uRZ6mlCKE7 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uRZ6mlCKE7 .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  padding-right: 3rem;
}
.cid-uRZ6mlCKE7 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uRZ6mlCKE7 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uRZ6mlCKE7 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uRZ6mlCKE7 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uRZ6mlCKE7 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uRZ6mlCKE7 .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  display: block;
  line-height: 30px;
  padding: 4.5px 4.5px;
  background: transparent;
  border: 3px solid #ff4e4e;
  border-radius: 50%;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uRZ6mlCKE7 .onsale[data-onsale="true"] + .sidebar_wraper .shop-item-price {
  border-bottom: 1px solid #ff4e4e;
  color: #e6b4ce;
}
.cid-uRZ6mlCKE7 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uRZ6mlCKE7 .mbr-shop .mbr-gallery-item__hided h4,
.cid-uRZ6mlCKE7 .mbr-shop .mbr-gallery-item__hided h5,
.cid-uRZ6mlCKE7 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uRZ6mlCKE7 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uRZ6mlCKE7 .mbr-shop .galleryItem .price-block {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  margin-bottom: 25px;
}
.cid-uRZ6mlCKE7 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 300;
  line-height: 1.7;
  font-size: 18px;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uRZ6mlCKE7 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uRZ6mlCKE7 .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uRZ6mlCKE7 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uRZ6mlCKE7 .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uRZ6mlCKE7 .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-uRZ6mlCKE7 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uRZ6mlCKE7 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uRZ6mlCKE7 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uRZ6mlCKE7 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uRZ6mlCKE7 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uRZ6mlCKE7 .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uRZ6mlCKE7 .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.cid-uRZ6mlCKE7 .mbr-shop .range-controls {
  position: relative;
}
.cid-uRZ6mlCKE7 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uRZ6mlCKE7 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uRZ6mlCKE7 .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-uRZ6mlCKE7 .mbr-shop .toggle:hover,
.cid-uRZ6mlCKE7 .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uRZ6mlCKE7 .mbr-shop .min-toggle {
  left: 0;
}
.cid-uRZ6mlCKE7 .mbr-shop .max-toggle {
  right: 0;
}
.cid-uRZ6mlCKE7 .mbr-shop .hided-by-price {
  display: none;
}
.cid-uRZ6mlCKE7 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uRZ6mlCKE7 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uRZ6mlCKE7 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cid-uRZ6mlCKE7 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uRZ6mlCKE7 .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 0;
  font-size: 26px;
}
.cid-uRZ6mlCKE7 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 50px;
}
.cid-uRZ6mlCKE7 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uRZ6mlCKE7 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uRZ6mlCKE7 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uRZ6mlCKE7 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uRZ6mlCKE7 .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uRZ6mlCKE7 .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uRZ6mlCKE7 .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uRZ6mlCKE7 .mbr-shop .galleryItem .sidebar_wraper {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.cid-uRZ6mlCKE7 .mbr-shop .shopItemsModal .sidebar_wraper {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
}
.cid-uRZ6mlCKE7 .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  font-size: 0.8rem;
  border: 3px solid #ff4e4e;
}
.cid-uRZ6mlCKE7 .mbr-shop .shop-items .onsale,
.cid-uRZ6mlCKE7 .mbr-shop .bestseller-block .onsale {
  font-size: 12px !important;
}
.cid-uRZ6mlCKE7 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uRZ6mlCKE7 .mbr-shop .style_overlay {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  width: 101%;
  height: 88%;
}
.cid-uRZ6mlCKE7 .mbr-shop .price-range {
  display: inline-block;
}
.cid-uRZ6mlCKE7 .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uRZ6mlCKE7 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uRZ6mlCKE7 .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uRZ6mlCKE7 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uRZ6mlCKE7 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uRZ6mlCKE7 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uRZ6mlCKE7 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .style_overlay {
    height: 82%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRZ6mlCKE7 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uRZ6mlCKE7 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .style_overlay {
    height: 89%;
  }
}
@media (max-width: 1200px) {
  .cid-uRZ6mlCKE7 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uRZ6mlCKE7 .wrapper-shop-items {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-uRZ6mlCKE7 .mbr-gallery-item {
    padding: 0 !important;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uRZ6mlCKE7 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .text-modal .price-block {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
  }
  .cid-uRZ6mlCKE7 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uRZ6mlCKE7 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uRZ6mlCKE7 .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uRZ6mlCKE7 .oldprice {
  color: #767676;
  padding-left: 0.8rem;
  text-decoration: line-through;
}
.cid-uRZ6mlCKE7 .mbr-gallery-item .sidebar_wraper {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cid-uRZ6mlCKE7 .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-uRZ6mlCKE7 .mbr-gallery-item .sidebar_wraper .item-title {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1px;
}
.cid-uRZ6mlCKE7 .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cid-uRZ6mlCKE7 .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cid-uRZ6mlCKE7 .mbr-gallery-item:hover .style_overlay {
  background: #ffffff;
  opacity: 0.1;
}
.cid-uRZ6mlCKE7 .mbr-gallery-item:hover .sidebar_wraper .item-title {
  opacity: 1;
  margin-top: 0;
}
.cid-uRZ6mlCKE7 .mbr-gallery-item:hover .sidebar_wraper .item-subtitle {
  opacity: 1;
  margin-top: 0;
}
.cid-uRZ6mlCKE7 .mbr-gallery-item:hover .sidebar_wraper .mbr-section-btn,
.cid-uRZ6mlCKE7 .mbr-gallery-item:hover .sidebar_wraper .price-block {
  opacity: 1;
  margin-bottom: 0;
}
.cid-uRZ6mlCKE7 .mbr-gallery-item:hover span.onsale.mbr-fonts-style.display-7 {
  color: #000000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRZ6mlCKE7 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uRZ6mlCKE7 .text-modal .sidebar_wraper h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}
.cid-uRZ6mlCKE7 .onsale {
  color: #e6b4ce;
}
.cid-uRZ6mlCKE7 .sidebar-block .style_overlay {
  height: 110%;
}
.cid-uRZ6mlCKE7 .sidebar-block .bestsellers .mbr-gallery-item .item-overlay {
  display: none !important;
}
.cid-uRZ6mlCKE7 .card-description P {
  text-align: left;
}
.cid-uSdNHGtq13 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSdNHGtq13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdNHGtq13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSdNHGtq13 .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSdNHGtq13 .title-wrapper {
    margin-top: 45px;
  }
}
.cid-uSdNHGtq13 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSdNHGtq13 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uSdNHGtq13 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSdNHGtq13 .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uSdNHGtq13 .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-uSdNHGtq13 .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-uSdNHGtq13 .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-uSdNHGtq13 .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSdNHGtq13 .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-uSdNHGtq13 .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #b2a482;
}
@media (min-width: 992px) {
  .cid-uSdNHGtq13 .mbr-form {
    margin-top: 32px;
  }
}
.cid-uSdNHGtq13 .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-uSdNHGtq13 .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-uSdNHGtq13 .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-uSdNHGtq13 .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-uSdNHGtq13 .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-uSdNHGtq13 .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-uSdNHGtq13 .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #f7f1e3;
}
.cid-uSdNHGtq13 .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSdNHGtq13 .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uSdNHGtq13 .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-uSdNHGtq13 .mbr-section-subtitle {
  color: #000000;
}
.cid-uSdNHGtq13 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSdNHGtq13 .mbr-text {
  color: #6a6e71;
}
.cid-uSdNHGtq13 .list {
  color: #6a6e71;
}
.cid-uSdNHGtq13 label {
  color: #000000;
}
.cid-uSdNWpYBZW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-uSdNWpYBZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdNWpYBZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdNWpYBZW .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uSdNWpYBZW .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uSdNWpYBZW .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uSdNWpYBZW .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uSdNWpYBZW .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uSdNWpYBZW .list-box {
  width: 100%;
}
.cid-uSdNWpYBZW .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uSdNWpYBZW .list a:hover:before {
  background-position: left !important;
}
.cid-uSdNWpYBZW .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uSdNWpYBZW .news-item {
  width: 100%;
}
.cid-uSdNWpYBZW .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uSdNWpYBZW .news-title {
  color: #303030;
}
.cid-uSdNWpYBZW .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uRZwzCppmR {
  background-color: transparent;
}
.cid-uRZwzCppmR .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uRZwzCppmR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRZwzCppmR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRZwzCppmR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRZwzCppmR .menu_box .navbar.opened,
  .cid-uRZwzCppmR .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRZwzCppmR .navbar-dropdown {
  position: relative !important;
}
.cid-uRZwzCppmR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRZwzCppmR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRZwzCppmR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #dcd4cb;
  }
  .cid-uRZwzCppmR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRZwzCppmR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRZwzCppmR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRZwzCppmR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRZwzCppmR .offcanvas-body .mbr-text,
  .cid-uRZwzCppmR .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRZwzCppmR .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRZwzCppmR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRZwzCppmR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRZwzCppmR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRZwzCppmR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRZwzCppmR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRZwzCppmR .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRZwzCppmR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uRZwzCppmR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRZwzCppmR .nav-item {
    margin: 4px 14px;
  }
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .nav-item {
    margin: 0 !important;
  }
}
.cid-uRZwzCppmR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uRZwzCppmR .nav-item .nav-link:hover,
.cid-uRZwzCppmR .nav-item .nav-link:focus {
  color: #b2a482 !important;
}
.cid-uRZwzCppmR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRZwzCppmR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRZwzCppmR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRZwzCppmR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRZwzCppmR .offcanvas_box {
    display: none;
  }
}
.cid-uRZwzCppmR .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uRZwzCppmR .dropdown-item:hover,
.cid-uRZwzCppmR .dropdown-item:focus {
  color: #b2a482 !important;
}
.cid-uRZwzCppmR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRZwzCppmR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uRZwzCppmR .container {
  display: flex;
  margin: auto;
}
.cid-uRZwzCppmR .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRZwzCppmR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRZwzCppmR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRZwzCppmR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .navbar-nav {
    margin: 0;
  }
}
.cid-uRZwzCppmR .dropdown-menu,
.cid-uRZwzCppmR .navbar.opened {
  background-color: false !important;
}
.cid-uRZwzCppmR .nav-item:focus,
.cid-uRZwzCppmR .nav-link:focus {
  outline: none;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRZwzCppmR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRZwzCppmR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRZwzCppmR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRZwzCppmR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRZwzCppmR .navbar.opened {
  transition: all 0.3s;
}
.cid-uRZwzCppmR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRZwzCppmR .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uRZwzCppmR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRZwzCppmR .navbar.collapsed {
  justify-content: center;
}
.cid-uRZwzCppmR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRZwzCppmR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRZwzCppmR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRZwzCppmR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRZwzCppmR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRZwzCppmR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRZwzCppmR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRZwzCppmR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRZwzCppmR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRZwzCppmR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRZwzCppmR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRZwzCppmR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRZwzCppmR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRZwzCppmR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRZwzCppmR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRZwzCppmR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRZwzCppmR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRZwzCppmR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRZwzCppmR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRZwzCppmR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRZwzCppmR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRZwzCppmR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRZwzCppmR .dropdown-item.active,
.cid-uRZwzCppmR .dropdown-item:active {
  background-color: transparent;
}
.cid-uRZwzCppmR .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uRZwzCppmR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRZwzCppmR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRZwzCppmR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRZwzCppmR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRZwzCppmR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRZwzCppmR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRZwzCppmR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRZwzCppmR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRZwzCppmR .navbar {
    height: 70px;
  }
  .cid-uRZwzCppmR .navbar.opened {
    height: auto;
  }
  .cid-uRZwzCppmR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRZwzCppmR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRZwzCppmR .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uRZwzCppmR .mbr-section-btn-main {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRZwzCppmR .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRZwzCppmR .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uRZwzCppmR .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRZwzCppmR .text_widget {
  margin-bottom: 32px;
}
.cid-uRZwzCppmR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRZwzCppmR .text_widget a:hover,
.cid-uRZwzCppmR .text_widget a:focus {
  opacity: .8;
}
.cid-uRZwzCppmR .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uRZwzCppmR .navbar-caption {
  color: #30262b;
}
.cid-uRZwzCppmR .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uRZwzCppmR .mbr-section-subtitle,
.cid-uRZwzCppmR .text_widget,
.cid-uRZwzCppmR .mbr-section-btn {
  text-align: center;
}
.cid-uRZwzCppmR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRYh5OzGQN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/site-1536x1024.jpg");
}
.cid-uRYh5OzGQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYh5OzGQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRYh5OzGQN .container {
    padding: 0 30px;
  }
}
.cid-uRYh5OzGQN .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uRYh5OzGQN .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uRYh5OzGQN .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRYh5OzGQN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRYh5OzGQN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRYh5OzGQN .mbr-section-title {
  color: #ffffff;
}
.cid-uRYh5OzGQN .mbr-text,
.cid-uRYh5OzGQN .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRYh5OzGQN .mbr-section-title,
.cid-uRYh5OzGQN .mbr-section-btn {
  text-align: center;
}
.cid-uRYh5OzGQN H1 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-uRYh5OzGQN h3 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-uYWPPrDdcj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uYWPPrDdcj h2 {
  margin-bottom: 0;
  color: #343351;
}
.cid-uYWPPrDdcj p {
  color: #767676;
}
.cid-uYWPPrDdcj .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uYWPPrDdcj .btn-info-outline {
  border: none;
  color: #ffffff !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uYWPPrDdcj .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uYWPPrDdcj .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uYWPPrDdcj .btn-info-outline:hover {
  background-color: transparent!important;
  color: #000000 !important;
  box-shadow: none!important;
}
.cid-uYWPPrDdcj .btn-info-outline:active,
.cid-uYWPPrDdcj .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uYWPPrDdcj .card-box {
  padding-top: 2rem;
}
.cid-uYWPPrDdcj .card-wrapper {
  height: 100%;
}
.cid-uYWPPrDdcj .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uYWPPrDdcj img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-uYWPPrDdcj .card-title {
  color: #54595f;
  text-align: center;
}
.cid-uYWPPrDdcj .main-title {
  color: #57468b;
}
.cid-uYWPPrDdcj DIV {
  color: #57468b;
}
.cid-uYWPPrDdcj .mbr-text,
.cid-uYWPPrDdcj .mbr-section-btn {
  color: #343351;
  text-align: justify;
}
.cid-uYWPPrDdcj h4 {
  margin-bottom: 0;
  color: #343351;
}
.cid-uWWEcEmy71 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uWWEcEmy71 h2 {
  margin-bottom: 0;
  color: #343351;
}
.cid-uWWEcEmy71 p {
  color: #767676;
}
.cid-uWWEcEmy71 .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-uWWEcEmy71 .btn-info-outline {
  border: none;
  color: #ffffff !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uWWEcEmy71 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uWWEcEmy71 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uWWEcEmy71 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #000000 !important;
  box-shadow: none!important;
}
.cid-uWWEcEmy71 .btn-info-outline:active,
.cid-uWWEcEmy71 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uWWEcEmy71 .card-box {
  padding-top: 2rem;
}
.cid-uWWEcEmy71 .card-wrapper {
  height: 100%;
}
.cid-uWWEcEmy71 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uWWEcEmy71 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-uWWEcEmy71 .card-title {
  color: #54595f;
  text-align: center;
}
.cid-uWWEcEmy71 .main-title {
  color: #57468b;
}
.cid-uWWEcEmy71 DIV {
  color: #57468b;
}
.cid-uWWEcEmy71 .mbr-text,
.cid-uWWEcEmy71 .mbr-section-btn {
  color: #343351;
  text-align: justify;
}
.cid-uWWEcEmy71 h4 {
  margin-bottom: 0;
  color: #343351;
}
.cid-uSdTpfNiJm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSdTpfNiJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdTpfNiJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSdTpfNiJm .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSdTpfNiJm .title-wrapper {
    margin-top: 45px;
  }
}
.cid-uSdTpfNiJm .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSdTpfNiJm .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uSdTpfNiJm .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSdTpfNiJm .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uSdTpfNiJm .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-uSdTpfNiJm .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-uSdTpfNiJm .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-uSdTpfNiJm .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSdTpfNiJm .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-uSdTpfNiJm .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #b2a482;
}
@media (min-width: 992px) {
  .cid-uSdTpfNiJm .mbr-form {
    margin-top: 32px;
  }
}
.cid-uSdTpfNiJm .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-uSdTpfNiJm .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-uSdTpfNiJm .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-uSdTpfNiJm .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-uSdTpfNiJm .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-uSdTpfNiJm .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-uSdTpfNiJm .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #f7f1e3;
}
.cid-uSdTpfNiJm .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSdTpfNiJm .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uSdTpfNiJm .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-uSdTpfNiJm .mbr-section-subtitle {
  color: #000000;
}
.cid-uSdTpfNiJm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSdTpfNiJm .mbr-text {
  color: #6a6e71;
}
.cid-uSdTpfNiJm .list {
  color: #6a6e71;
}
.cid-uSdTpfNiJm label {
  color: #000000;
}
.cid-uSdNWpYBZW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-uSdNWpYBZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdNWpYBZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdNWpYBZW .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uSdNWpYBZW .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uSdNWpYBZW .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uSdNWpYBZW .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uSdNWpYBZW .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uSdNWpYBZW .list-box {
  width: 100%;
}
.cid-uSdNWpYBZW .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uSdNWpYBZW .list a:hover:before {
  background-position: left !important;
}
.cid-uSdNWpYBZW .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uSdNWpYBZW .news-item {
  width: 100%;
}
.cid-uSdNWpYBZW .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uSdNWpYBZW .news-title {
  color: #303030;
}
.cid-uSdNWpYBZW .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uRZwzCppmR {
  background-color: transparent;
}
.cid-uRZwzCppmR .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uRZwzCppmR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRZwzCppmR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRZwzCppmR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRZwzCppmR .menu_box .navbar.opened,
  .cid-uRZwzCppmR .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRZwzCppmR .navbar-dropdown {
  position: relative !important;
}
.cid-uRZwzCppmR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRZwzCppmR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRZwzCppmR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #dcd4cb;
  }
  .cid-uRZwzCppmR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRZwzCppmR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRZwzCppmR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRZwzCppmR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRZwzCppmR .offcanvas-body .mbr-text,
  .cid-uRZwzCppmR .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRZwzCppmR .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRZwzCppmR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRZwzCppmR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRZwzCppmR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRZwzCppmR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRZwzCppmR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRZwzCppmR .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRZwzCppmR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uRZwzCppmR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRZwzCppmR .nav-item {
    margin: 4px 14px;
  }
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .nav-item {
    margin: 0 !important;
  }
}
.cid-uRZwzCppmR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uRZwzCppmR .nav-item .nav-link:hover,
.cid-uRZwzCppmR .nav-item .nav-link:focus {
  color: #b2a482 !important;
}
.cid-uRZwzCppmR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRZwzCppmR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRZwzCppmR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRZwzCppmR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRZwzCppmR .offcanvas_box {
    display: none;
  }
}
.cid-uRZwzCppmR .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uRZwzCppmR .dropdown-item:hover,
.cid-uRZwzCppmR .dropdown-item:focus {
  color: #b2a482 !important;
}
.cid-uRZwzCppmR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRZwzCppmR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uRZwzCppmR .container {
  display: flex;
  margin: auto;
}
.cid-uRZwzCppmR .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRZwzCppmR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRZwzCppmR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRZwzCppmR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .navbar-nav {
    margin: 0;
  }
}
.cid-uRZwzCppmR .dropdown-menu,
.cid-uRZwzCppmR .navbar.opened {
  background-color: false !important;
}
.cid-uRZwzCppmR .nav-item:focus,
.cid-uRZwzCppmR .nav-link:focus {
  outline: none;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRZwzCppmR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRZwzCppmR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRZwzCppmR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRZwzCppmR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRZwzCppmR .navbar.opened {
  transition: all 0.3s;
}
.cid-uRZwzCppmR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRZwzCppmR .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uRZwzCppmR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRZwzCppmR .navbar.collapsed {
  justify-content: center;
}
.cid-uRZwzCppmR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRZwzCppmR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRZwzCppmR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRZwzCppmR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRZwzCppmR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRZwzCppmR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRZwzCppmR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRZwzCppmR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRZwzCppmR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRZwzCppmR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRZwzCppmR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRZwzCppmR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRZwzCppmR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRZwzCppmR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRZwzCppmR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRZwzCppmR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRZwzCppmR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRZwzCppmR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRZwzCppmR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRZwzCppmR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRZwzCppmR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRZwzCppmR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRZwzCppmR .dropdown-item.active,
.cid-uRZwzCppmR .dropdown-item:active {
  background-color: transparent;
}
.cid-uRZwzCppmR .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uRZwzCppmR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRZwzCppmR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRZwzCppmR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRZwzCppmR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRZwzCppmR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRZwzCppmR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRZwzCppmR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRZwzCppmR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRZwzCppmR .navbar {
    height: 70px;
  }
  .cid-uRZwzCppmR .navbar.opened {
    height: auto;
  }
  .cid-uRZwzCppmR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRZwzCppmR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRZwzCppmR .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uRZwzCppmR .mbr-section-btn-main {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRZwzCppmR .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRZwzCppmR .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uRZwzCppmR .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRZwzCppmR .text_widget {
  margin-bottom: 32px;
}
.cid-uRZwzCppmR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRZwzCppmR .text_widget a:hover,
.cid-uRZwzCppmR .text_widget a:focus {
  opacity: .8;
}
.cid-uRZwzCppmR .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uRZwzCppmR .navbar-caption {
  color: #30262b;
}
.cid-uRZwzCppmR .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uRZwzCppmR .mbr-section-subtitle,
.cid-uRZwzCppmR .text_widget,
.cid-uRZwzCppmR .mbr-section-btn {
  text-align: center;
}
.cid-uRZwzCppmR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRXyc7pQaY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/videonablyudenie-1024x683.jpg");
}
.cid-uRXyc7pQaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXyc7pQaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRXyc7pQaY .container {
    padding: 0 30px;
  }
}
.cid-uRXyc7pQaY .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uRXyc7pQaY .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uRXyc7pQaY .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRXyc7pQaY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRXyc7pQaY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRXyc7pQaY .mbr-section-title {
  color: #ffffff;
}
.cid-uRXyc7pQaY .mbr-text,
.cid-uRXyc7pQaY .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRXyc7pQaY .mbr-section-title,
.cid-uRXyc7pQaY .mbr-section-btn {
  text-align: center;
}
.cid-uRXyc7pQaY H1 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-uRXyc7pQaY h3 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-uRXxpPmAzW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRXxpPmAzW .top {
  z-index: 5;
}
.cid-uRXxpPmAzW .img-col {
  position: relative;
}
.cid-uRXxpPmAzW .img1 {
  position: absolute;
  max-width: 60%;
  bottom: 0rem;
  right: 1rem;
}
.cid-uRXxpPmAzW .img2 {
  max-width: 80%;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .cid-uRXxpPmAzW .img2 {
    padding-bottom: 3rem;
  }
}
.cid-uRXxpPmAzW img {
  width: 100%;
}
.cid-uRXxpPmAzW .text-wrapper {
  z-index: 11;
}
.cid-uRXxpPmAzW .wrapper {
  display: flex;
}
.cid-uRXxpPmAzW .row {
  align-items: center;
}
.cid-uRXxpPmAzW .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-uRXxpPmAzW .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #000000;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uRXxpPmAzW .wrapper {
    flex-direction: column;
  }
  .cid-uRXxpPmAzW .iconfont-wrapper {
    margin: auto;
  }
  .cid-uRXxpPmAzW .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-uRXxpPmAzW .mbr-section-title {
  color: #161734;
}
.cid-uRXxpPmAzW .mbr-text,
.cid-uRXxpPmAzW .mbr-section-btn {
  color: #161734;
}
.cid-uRXxpPmAzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXxpPmAzW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRXxqFbNGf {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uRXxqFbNGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRXxqFbNGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdRTuolQ4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSdRTuolQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdRTuolQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSdRTuolQ4 .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSdRTuolQ4 .title-wrapper {
    margin-top: 45px;
  }
}
.cid-uSdRTuolQ4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSdRTuolQ4 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uSdRTuolQ4 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSdRTuolQ4 .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uSdRTuolQ4 .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-uSdRTuolQ4 .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-uSdRTuolQ4 .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-uSdRTuolQ4 .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSdRTuolQ4 .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-uSdRTuolQ4 .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #b2a482;
}
@media (min-width: 992px) {
  .cid-uSdRTuolQ4 .mbr-form {
    margin-top: 32px;
  }
}
.cid-uSdRTuolQ4 .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-uSdRTuolQ4 .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-uSdRTuolQ4 .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-uSdRTuolQ4 .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-uSdRTuolQ4 .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-uSdRTuolQ4 .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-uSdRTuolQ4 .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #f7f1e3;
}
.cid-uSdRTuolQ4 .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSdRTuolQ4 .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uSdRTuolQ4 .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-uSdRTuolQ4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uSdRTuolQ4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSdRTuolQ4 .mbr-text {
  color: #6a6e71;
}
.cid-uSdRTuolQ4 .list {
  color: #6a6e71;
}
.cid-uSdRTuolQ4 label {
  color: #000000;
}
.cid-uSdNWpYBZW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-uSdNWpYBZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdNWpYBZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdNWpYBZW .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uSdNWpYBZW .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uSdNWpYBZW .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uSdNWpYBZW .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uSdNWpYBZW .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uSdNWpYBZW .list-box {
  width: 100%;
}
.cid-uSdNWpYBZW .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uSdNWpYBZW .list a:hover:before {
  background-position: left !important;
}
.cid-uSdNWpYBZW .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uSdNWpYBZW .news-item {
  width: 100%;
}
.cid-uSdNWpYBZW .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uSdNWpYBZW .news-title {
  color: #303030;
}
.cid-uSdNWpYBZW .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uRZBdtyiwe {
  background-color: transparent;
}
.cid-uRZBdtyiwe .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uRZBdtyiwe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRZBdtyiwe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRZBdtyiwe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRZBdtyiwe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRZBdtyiwe .menu_box .navbar.opened,
  .cid-uRZBdtyiwe .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRZBdtyiwe .navbar-dropdown {
  position: relative !important;
}
.cid-uRZBdtyiwe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRZBdtyiwe .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRZBdtyiwe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRZBdtyiwe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRZBdtyiwe .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRZBdtyiwe .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #dcd4cb;
  }
  .cid-uRZBdtyiwe .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRZBdtyiwe .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRZBdtyiwe .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRZBdtyiwe .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRZBdtyiwe .offcanvas-body .mbr-text,
  .cid-uRZBdtyiwe .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRZBdtyiwe .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRZBdtyiwe .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRZBdtyiwe .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRZBdtyiwe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRZBdtyiwe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRZBdtyiwe .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRZBdtyiwe .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRZBdtyiwe ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRZBdtyiwe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRZBdtyiwe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRZBdtyiwe .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRZBdtyiwe li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRZBdtyiwe .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRZBdtyiwe .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uRZBdtyiwe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRZBdtyiwe .nav-item {
    margin: 4px 14px;
  }
}
@media (max-width: 991px) {
  .cid-uRZBdtyiwe .nav-item {
    margin: 0 !important;
  }
}
.cid-uRZBdtyiwe .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uRZBdtyiwe .nav-item .nav-link:hover,
.cid-uRZBdtyiwe .nav-item .nav-link:focus {
  color: #b2a482 !important;
}
.cid-uRZBdtyiwe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRZBdtyiwe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRZBdtyiwe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRZBdtyiwe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRZBdtyiwe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRZBdtyiwe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRZBdtyiwe .offcanvas_box {
    display: none;
  }
}
.cid-uRZBdtyiwe .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uRZBdtyiwe .dropdown-item:hover,
.cid-uRZBdtyiwe .dropdown-item:focus {
  color: #b2a482 !important;
}
.cid-uRZBdtyiwe .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRZBdtyiwe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uRZBdtyiwe .container {
  display: flex;
  margin: auto;
}
.cid-uRZBdtyiwe .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRZBdtyiwe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRZBdtyiwe .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRZBdtyiwe .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRZBdtyiwe .navbar-nav {
    margin: 0;
  }
}
.cid-uRZBdtyiwe .dropdown-menu,
.cid-uRZBdtyiwe .navbar.opened {
  background-color: false !important;
}
.cid-uRZBdtyiwe .nav-item:focus,
.cid-uRZBdtyiwe .nav-link:focus {
  outline: none;
}
.cid-uRZBdtyiwe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRZBdtyiwe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRZBdtyiwe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRZBdtyiwe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRZBdtyiwe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRZBdtyiwe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRZBdtyiwe .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRZBdtyiwe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRZBdtyiwe .navbar.opened {
  transition: all 0.3s;
}
.cid-uRZBdtyiwe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRZBdtyiwe .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uRZBdtyiwe .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRZBdtyiwe .navbar.collapsed {
  justify-content: center;
}
.cid-uRZBdtyiwe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRZBdtyiwe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRZBdtyiwe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRZBdtyiwe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRZBdtyiwe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRZBdtyiwe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRZBdtyiwe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRZBdtyiwe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRZBdtyiwe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRZBdtyiwe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRZBdtyiwe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRZBdtyiwe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRZBdtyiwe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRZBdtyiwe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRZBdtyiwe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRZBdtyiwe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRZBdtyiwe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRZBdtyiwe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRZBdtyiwe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRZBdtyiwe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRZBdtyiwe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRZBdtyiwe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRZBdtyiwe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRZBdtyiwe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRZBdtyiwe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRZBdtyiwe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRZBdtyiwe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRZBdtyiwe .dropdown-item.active,
.cid-uRZBdtyiwe .dropdown-item:active {
  background-color: transparent;
}
.cid-uRZBdtyiwe .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uRZBdtyiwe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRZBdtyiwe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRZBdtyiwe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRZBdtyiwe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRZBdtyiwe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRZBdtyiwe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uRZBdtyiwe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRZBdtyiwe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRZBdtyiwe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRZBdtyiwe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRZBdtyiwe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRZBdtyiwe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRZBdtyiwe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRZBdtyiwe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRZBdtyiwe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRZBdtyiwe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRZBdtyiwe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRZBdtyiwe .navbar {
    height: 70px;
  }
  .cid-uRZBdtyiwe .navbar.opened {
    height: auto;
  }
  .cid-uRZBdtyiwe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRZBdtyiwe .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRZBdtyiwe .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uRZBdtyiwe .mbr-section-btn-main {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRZBdtyiwe .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRZBdtyiwe .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uRZBdtyiwe .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRZBdtyiwe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRZBdtyiwe .text_widget {
  margin-bottom: 32px;
}
.cid-uRZBdtyiwe .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRZBdtyiwe .text_widget a:hover,
.cid-uRZBdtyiwe .text_widget a:focus {
  opacity: .8;
}
.cid-uRZBdtyiwe .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uRZBdtyiwe .navbar-caption {
  color: #30262b;
}
.cid-uRZBdtyiwe .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uRZBdtyiwe .mbr-section-subtitle,
.cid-uRZBdtyiwe .text_widget,
.cid-uRZBdtyiwe .mbr-section-btn {
  text-align: center;
}
.cid-uRZBdtyiwe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRZBdu6a2c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tild3337-3864-4363-a632-323235313333-aac739d6-f634-4608-9-1680x1120.jpg");
}
.cid-uRZBdu6a2c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRZBdu6a2c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRZBdu6a2c .container {
    padding: 0 30px;
  }
}
.cid-uRZBdu6a2c .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uRZBdu6a2c .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uRZBdu6a2c .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRZBdu6a2c .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRZBdu6a2c .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRZBdu6a2c .mbr-section-title {
  color: #ffffff;
}
.cid-uRZBdu6a2c .mbr-text,
.cid-uRZBdu6a2c .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRZBdu6a2c .mbr-section-title,
.cid-uRZBdu6a2c .mbr-section-btn {
  text-align: center;
}
.cid-uRZBdu6a2c H1 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-uRZBdu6a2c h3 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-uRZCGZqLJh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRZCGZqLJh .reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-uRZCGZqLJh .wrapper {
  margin-bottom: 60px;
}
.cid-uRZCGZqLJh .content__block {
  margin: 30px 40px 40px;
}
@media (max-width: 991px) {
  .cid-uRZCGZqLJh .content__block {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uRZCGZqLJh .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uRZCGZqLJh .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uRZCGZqLJh .mbr-section-btn {
  margin-top: 30px;
}
.cid-uRZCGZqLJh .mbr-section-btn .btn {
  font-weight: 500;
  margin-top: 0;
}
.cid-uRZCGZqLJh .image {
  transition: all .2s;
}
.cid-uRZCGZqLJh .image img {
  border-radius: 10px;
  width: 100%;
}
.cid-uRZCGZqLJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRZCGZqLJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRZCGZqLJh .mbr-text,
.cid-uRZCGZqLJh .mbr-section-btn {
  color: #54595f;
}
.cid-uRZGj4O21Y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uRZGj4O21Y .reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-uRZGj4O21Y .wrapper {
  margin-bottom: 60px;
}
.cid-uRZGj4O21Y .content__block {
  margin: 30px 40px 40px;
}
@media (max-width: 991px) {
  .cid-uRZGj4O21Y .content__block {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uRZGj4O21Y .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uRZGj4O21Y .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uRZGj4O21Y .mbr-section-btn {
  margin-top: 30px;
}
.cid-uRZGj4O21Y .mbr-section-btn .btn {
  font-weight: 500;
  margin-top: 0;
}
.cid-uRZGj4O21Y .image {
  transition: all .2s;
}
.cid-uRZGj4O21Y .image img {
  border-radius: 10px;
  width: 100%;
}
.cid-uRZGj4O21Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRZGj4O21Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRZGj4O21Y .mbr-text,
.cid-uRZGj4O21Y .mbr-section-btn {
  color: #54595f;
}
.cid-uSdT0gXZsP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSdT0gXZsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdT0gXZsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSdT0gXZsP .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSdT0gXZsP .title-wrapper {
    margin-top: 45px;
  }
}
.cid-uSdT0gXZsP .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSdT0gXZsP .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uSdT0gXZsP .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSdT0gXZsP .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uSdT0gXZsP .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-uSdT0gXZsP .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-uSdT0gXZsP .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-uSdT0gXZsP .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSdT0gXZsP .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-uSdT0gXZsP .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #b2a482;
}
@media (min-width: 992px) {
  .cid-uSdT0gXZsP .mbr-form {
    margin-top: 32px;
  }
}
.cid-uSdT0gXZsP .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-uSdT0gXZsP .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-uSdT0gXZsP .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-uSdT0gXZsP .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-uSdT0gXZsP .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-uSdT0gXZsP .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-uSdT0gXZsP .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #f7f1e3;
}
.cid-uSdT0gXZsP .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSdT0gXZsP .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uSdT0gXZsP .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-uSdT0gXZsP .mbr-section-subtitle {
  color: #000000;
}
.cid-uSdT0gXZsP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSdT0gXZsP .mbr-text {
  color: #6a6e71;
}
.cid-uSdT0gXZsP .list {
  color: #6a6e71;
}
.cid-uSdT0gXZsP label {
  color: #000000;
}
.cid-uSdNWpYBZW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-uSdNWpYBZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdNWpYBZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdNWpYBZW .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uSdNWpYBZW .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uSdNWpYBZW .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uSdNWpYBZW .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uSdNWpYBZW .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uSdNWpYBZW .list-box {
  width: 100%;
}
.cid-uSdNWpYBZW .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uSdNWpYBZW .list a:hover:before {
  background-position: left !important;
}
.cid-uSdNWpYBZW .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uSdNWpYBZW .news-item {
  width: 100%;
}
.cid-uSdNWpYBZW .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uSdNWpYBZW .news-title {
  color: #303030;
}
.cid-uSdNWpYBZW .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uRZwzCppmR {
  background-color: transparent;
}
.cid-uRZwzCppmR .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uRZwzCppmR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRZwzCppmR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRZwzCppmR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRZwzCppmR .menu_box .navbar.opened,
  .cid-uRZwzCppmR .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRZwzCppmR .navbar-dropdown {
  position: relative !important;
}
.cid-uRZwzCppmR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRZwzCppmR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRZwzCppmR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #dcd4cb;
  }
  .cid-uRZwzCppmR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRZwzCppmR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRZwzCppmR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRZwzCppmR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRZwzCppmR .offcanvas-body .mbr-text,
  .cid-uRZwzCppmR .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRZwzCppmR .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRZwzCppmR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRZwzCppmR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRZwzCppmR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRZwzCppmR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRZwzCppmR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRZwzCppmR .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRZwzCppmR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uRZwzCppmR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRZwzCppmR .nav-item {
    margin: 4px 14px;
  }
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .nav-item {
    margin: 0 !important;
  }
}
.cid-uRZwzCppmR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uRZwzCppmR .nav-item .nav-link:hover,
.cid-uRZwzCppmR .nav-item .nav-link:focus {
  color: #b2a482 !important;
}
.cid-uRZwzCppmR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRZwzCppmR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRZwzCppmR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRZwzCppmR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRZwzCppmR .offcanvas_box {
    display: none;
  }
}
.cid-uRZwzCppmR .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uRZwzCppmR .dropdown-item:hover,
.cid-uRZwzCppmR .dropdown-item:focus {
  color: #b2a482 !important;
}
.cid-uRZwzCppmR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRZwzCppmR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uRZwzCppmR .container {
  display: flex;
  margin: auto;
}
.cid-uRZwzCppmR .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRZwzCppmR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRZwzCppmR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRZwzCppmR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .navbar-nav {
    margin: 0;
  }
}
.cid-uRZwzCppmR .dropdown-menu,
.cid-uRZwzCppmR .navbar.opened {
  background-color: false !important;
}
.cid-uRZwzCppmR .nav-item:focus,
.cid-uRZwzCppmR .nav-link:focus {
  outline: none;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRZwzCppmR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRZwzCppmR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRZwzCppmR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRZwzCppmR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRZwzCppmR .navbar.opened {
  transition: all 0.3s;
}
.cid-uRZwzCppmR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRZwzCppmR .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uRZwzCppmR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRZwzCppmR .navbar.collapsed {
  justify-content: center;
}
.cid-uRZwzCppmR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRZwzCppmR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRZwzCppmR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRZwzCppmR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRZwzCppmR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRZwzCppmR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRZwzCppmR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRZwzCppmR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRZwzCppmR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRZwzCppmR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRZwzCppmR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRZwzCppmR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRZwzCppmR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRZwzCppmR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRZwzCppmR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRZwzCppmR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRZwzCppmR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRZwzCppmR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRZwzCppmR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRZwzCppmR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRZwzCppmR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRZwzCppmR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRZwzCppmR .dropdown-item.active,
.cid-uRZwzCppmR .dropdown-item:active {
  background-color: transparent;
}
.cid-uRZwzCppmR .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uRZwzCppmR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRZwzCppmR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRZwzCppmR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRZwzCppmR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRZwzCppmR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRZwzCppmR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRZwzCppmR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRZwzCppmR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRZwzCppmR .navbar {
    height: 70px;
  }
  .cid-uRZwzCppmR .navbar.opened {
    height: auto;
  }
  .cid-uRZwzCppmR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRZwzCppmR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRZwzCppmR .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uRZwzCppmR .mbr-section-btn-main {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRZwzCppmR .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRZwzCppmR .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uRZwzCppmR .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRZwzCppmR .text_widget {
  margin-bottom: 32px;
}
.cid-uRZwzCppmR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRZwzCppmR .text_widget a:hover,
.cid-uRZwzCppmR .text_widget a:focus {
  opacity: .8;
}
.cid-uRZwzCppmR .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uRZwzCppmR .navbar-caption {
  color: #30262b;
}
.cid-uRZwzCppmR .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uRZwzCppmR .mbr-section-subtitle,
.cid-uRZwzCppmR .text_widget,
.cid-uRZwzCppmR .mbr-section-btn {
  text-align: center;
}
.cid-uRZwzCppmR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRYBgkbFIh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1201-1920x1280.jpg");
}
.cid-uRYBgkbFIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYBgkbFIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRYBgkbFIh .container {
    padding: 0 30px;
  }
}
.cid-uRYBgkbFIh .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uRYBgkbFIh .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uRYBgkbFIh .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRYBgkbFIh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRYBgkbFIh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRYBgkbFIh .mbr-section-title {
  color: #ffffff;
}
.cid-uRYBgkbFIh .mbr-text,
.cid-uRYBgkbFIh .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRYBgkbFIh .mbr-section-title,
.cid-uRYBgkbFIh .mbr-section-btn {
  text-align: center;
}
.cid-uRYBgkbFIh H1 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-uRYBgkbFIh h3 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-uRYFg75qHs {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRYFg75qHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYFg75qHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYFg75qHs .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRYFg75qHs .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uRYFg75qHs .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRYFg75qHs .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uRYFg75qHs .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRYFg75qHs .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRYFg75qHs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRYFg75qHs .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uRYFg75qHs .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uRYFg75qHs .image-wrapper {
    padding-left: 0;
  }
}
.cid-uRYFg75qHs .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uRYFg75qHs .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uRYFg75qHs .mbr-section-title {
  color: #000000;
}
.cid-uRYFg75qHs .mbr-desc {
  color: #000000;
}
.cid-uRYFg75qHs .mbr-text {
  color: #000000;
}
.cid-uRYBgkVERS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uRYBgkVERS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYBgkVERS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdVW7J35o {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSdVW7J35o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdVW7J35o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSdVW7J35o .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSdVW7J35o .title-wrapper {
    margin-top: 45px;
  }
}
.cid-uSdVW7J35o .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSdVW7J35o .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uSdVW7J35o .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSdVW7J35o .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uSdVW7J35o .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-uSdVW7J35o .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-uSdVW7J35o .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-uSdVW7J35o .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSdVW7J35o .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-uSdVW7J35o .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #b2a482;
}
@media (min-width: 992px) {
  .cid-uSdVW7J35o .mbr-form {
    margin-top: 32px;
  }
}
.cid-uSdVW7J35o .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-uSdVW7J35o .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-uSdVW7J35o .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-uSdVW7J35o .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-uSdVW7J35o .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-uSdVW7J35o .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-uSdVW7J35o .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #f7f1e3;
}
.cid-uSdVW7J35o .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSdVW7J35o .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uSdVW7J35o .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-uSdVW7J35o .mbr-section-subtitle {
  color: #000000;
}
.cid-uSdVW7J35o .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSdVW7J35o .mbr-text {
  color: #6a6e71;
}
.cid-uSdVW7J35o .list {
  color: #6a6e71;
}
.cid-uSdVW7J35o label {
  color: #000000;
}
.cid-uSdNWpYBZW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-uSdNWpYBZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdNWpYBZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdNWpYBZW .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uSdNWpYBZW .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uSdNWpYBZW .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uSdNWpYBZW .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uSdNWpYBZW .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uSdNWpYBZW .list-box {
  width: 100%;
}
.cid-uSdNWpYBZW .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uSdNWpYBZW .list a:hover:before {
  background-position: left !important;
}
.cid-uSdNWpYBZW .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uSdNWpYBZW .news-item {
  width: 100%;
}
.cid-uSdNWpYBZW .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uSdNWpYBZW .news-title {
  color: #303030;
}
.cid-uSdNWpYBZW .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uRZwzCppmR {
  background-color: transparent;
}
.cid-uRZwzCppmR .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uRZwzCppmR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uRZwzCppmR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRZwzCppmR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uRZwzCppmR .menu_box .navbar.opened,
  .cid-uRZwzCppmR .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uRZwzCppmR .navbar-dropdown {
  position: relative !important;
}
.cid-uRZwzCppmR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uRZwzCppmR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uRZwzCppmR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #dcd4cb;
  }
  .cid-uRZwzCppmR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uRZwzCppmR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uRZwzCppmR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uRZwzCppmR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uRZwzCppmR .offcanvas-body .mbr-text,
  .cid-uRZwzCppmR .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uRZwzCppmR .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uRZwzCppmR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uRZwzCppmR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uRZwzCppmR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRZwzCppmR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uRZwzCppmR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uRZwzCppmR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uRZwzCppmR .lg_brand {
    margin: 0 1rem;
  }
  .cid-uRZwzCppmR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uRZwzCppmR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uRZwzCppmR .nav-item {
    margin: 4px 14px;
  }
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .nav-item {
    margin: 0 !important;
  }
}
.cid-uRZwzCppmR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uRZwzCppmR .nav-item .nav-link:hover,
.cid-uRZwzCppmR .nav-item .nav-link:focus {
  color: #b2a482 !important;
}
.cid-uRZwzCppmR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uRZwzCppmR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uRZwzCppmR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uRZwzCppmR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uRZwzCppmR .offcanvas_box {
    display: none;
  }
}
.cid-uRZwzCppmR .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uRZwzCppmR .dropdown-item:hover,
.cid-uRZwzCppmR .dropdown-item:focus {
  color: #b2a482 !important;
}
.cid-uRZwzCppmR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uRZwzCppmR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uRZwzCppmR .container {
  display: flex;
  margin: auto;
}
.cid-uRZwzCppmR .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uRZwzCppmR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uRZwzCppmR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRZwzCppmR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .navbar-nav {
    margin: 0;
  }
}
.cid-uRZwzCppmR .dropdown-menu,
.cid-uRZwzCppmR .navbar.opened {
  background-color: false !important;
}
.cid-uRZwzCppmR .nav-item:focus,
.cid-uRZwzCppmR .nav-link:focus {
  outline: none;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRZwzCppmR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRZwzCppmR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRZwzCppmR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRZwzCppmR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uRZwzCppmR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uRZwzCppmR .navbar.opened {
  transition: all 0.3s;
}
.cid-uRZwzCppmR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uRZwzCppmR .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uRZwzCppmR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uRZwzCppmR .navbar.collapsed {
  justify-content: center;
}
.cid-uRZwzCppmR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRZwzCppmR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRZwzCppmR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRZwzCppmR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRZwzCppmR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRZwzCppmR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uRZwzCppmR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRZwzCppmR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uRZwzCppmR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uRZwzCppmR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRZwzCppmR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uRZwzCppmR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRZwzCppmR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uRZwzCppmR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uRZwzCppmR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uRZwzCppmR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uRZwzCppmR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRZwzCppmR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uRZwzCppmR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRZwzCppmR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRZwzCppmR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRZwzCppmR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRZwzCppmR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uRZwzCppmR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRZwzCppmR .dropdown-item.active,
.cid-uRZwzCppmR .dropdown-item:active {
  background-color: transparent;
}
.cid-uRZwzCppmR .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uRZwzCppmR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRZwzCppmR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRZwzCppmR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRZwzCppmR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uRZwzCppmR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRZwzCppmR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRZwzCppmR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRZwzCppmR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRZwzCppmR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRZwzCppmR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRZwzCppmR .navbar {
    height: 70px;
  }
  .cid-uRZwzCppmR .navbar.opened {
    height: auto;
  }
  .cid-uRZwzCppmR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRZwzCppmR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uRZwzCppmR .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uRZwzCppmR .mbr-section-btn-main {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRZwzCppmR .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uRZwzCppmR .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uRZwzCppmR .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uRZwzCppmR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uRZwzCppmR .text_widget {
  margin-bottom: 32px;
}
.cid-uRZwzCppmR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uRZwzCppmR .text_widget a:hover,
.cid-uRZwzCppmR .text_widget a:focus {
  opacity: .8;
}
.cid-uRZwzCppmR .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uRZwzCppmR .navbar-caption {
  color: #30262b;
}
.cid-uRZwzCppmR .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uRZwzCppmR .mbr-section-subtitle,
.cid-uRZwzCppmR .text_widget,
.cid-uRZwzCppmR .mbr-section-btn {
  text-align: center;
}
.cid-uRZwzCppmR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uRYBe7I6Tx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/pansionat-dlya-litnih-1400x924.jpg");
}
.cid-uRYBe7I6Tx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYBe7I6Tx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRYBe7I6Tx .container {
    padding: 0 30px;
  }
}
.cid-uRYBe7I6Tx .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uRYBe7I6Tx .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uRYBe7I6Tx .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uRYBe7I6Tx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRYBe7I6Tx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRYBe7I6Tx .mbr-section-title {
  color: #ffffff;
}
.cid-uRYBe7I6Tx .mbr-text,
.cid-uRYBe7I6Tx .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRYBe7I6Tx .mbr-section-title,
.cid-uRYBe7I6Tx .mbr-section-btn {
  text-align: center;
}
.cid-uRYBe7I6Tx H1 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-uRYBe7I6Tx h3 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-uRYBKq4oia {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRYBKq4oia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYBKq4oia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYBKq4oia .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRYBKq4oia .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uRYBKq4oia .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRYBKq4oia .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uRYBKq4oia .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRYBKq4oia .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uRYBKq4oia .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRYBKq4oia .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uRYBKq4oia .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uRYBKq4oia .image-wrapper {
    padding-left: 0;
  }
}
.cid-uRYBKq4oia .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uRYBKq4oia .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uRYBKq4oia .mbr-section-title {
  color: #000000;
}
.cid-uRYBKq4oia .mbr-desc {
  color: #000000;
}
.cid-uRYBKq4oia .mbr-text {
  color: #000000;
}
.cid-uRYBe8p7CJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uRYBe8p7CJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYBe8p7CJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYBe8p7CJ .mbr-text {
  text-align: left;
}
.cid-uSdVEqEEV4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSdVEqEEV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdVEqEEV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSdVEqEEV4 .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSdVEqEEV4 .title-wrapper {
    margin-top: 45px;
  }
}
.cid-uSdVEqEEV4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSdVEqEEV4 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uSdVEqEEV4 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSdVEqEEV4 .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uSdVEqEEV4 .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-uSdVEqEEV4 .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-uSdVEqEEV4 .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-uSdVEqEEV4 .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uSdVEqEEV4 .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-uSdVEqEEV4 .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #b2a482;
}
@media (min-width: 992px) {
  .cid-uSdVEqEEV4 .mbr-form {
    margin-top: 32px;
  }
}
.cid-uSdVEqEEV4 .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-uSdVEqEEV4 .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-uSdVEqEEV4 .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-uSdVEqEEV4 .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-uSdVEqEEV4 .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-uSdVEqEEV4 .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-uSdVEqEEV4 .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #f7f1e3;
}
.cid-uSdVEqEEV4 .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSdVEqEEV4 .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uSdVEqEEV4 .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-uSdVEqEEV4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uSdVEqEEV4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSdVEqEEV4 .mbr-text {
  color: #6a6e71;
}
.cid-uSdVEqEEV4 .list {
  color: #6a6e71;
}
.cid-uSdVEqEEV4 label {
  color: #000000;
}
.cid-uSdNWpYBZW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-uSdNWpYBZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSdNWpYBZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSdNWpYBZW .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uSdNWpYBZW .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uSdNWpYBZW .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uSdNWpYBZW .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uSdNWpYBZW .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uSdNWpYBZW .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uSdNWpYBZW .list-box {
  width: 100%;
}
.cid-uSdNWpYBZW .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uSdNWpYBZW .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uSdNWpYBZW .list a:hover:before {
  background-position: left !important;
}
.cid-uSdNWpYBZW .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uSdNWpYBZW .news-item {
  width: 100%;
}
.cid-uSdNWpYBZW .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uSdNWpYBZW .news-title {
  color: #303030;
}
.cid-uSdNWpYBZW .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uT09prytvW {
  background-color: transparent;
}
.cid-uT09prytvW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uT09prytvW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uT09prytvW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uT09prytvW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uT09prytvW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uT09prytvW .menu_box .navbar.opened,
  .cid-uT09prytvW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uT09prytvW .navbar-dropdown {
  position: relative !important;
}
.cid-uT09prytvW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uT09prytvW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uT09prytvW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uT09prytvW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uT09prytvW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uT09prytvW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #dcd4cb;
  }
  .cid-uT09prytvW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uT09prytvW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uT09prytvW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uT09prytvW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uT09prytvW .offcanvas-body .mbr-text,
  .cid-uT09prytvW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uT09prytvW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uT09prytvW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uT09prytvW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uT09prytvW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uT09prytvW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uT09prytvW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uT09prytvW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uT09prytvW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uT09prytvW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT09prytvW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uT09prytvW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uT09prytvW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uT09prytvW .lg_brand {
    margin: 0 1rem;
  }
  .cid-uT09prytvW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uT09prytvW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uT09prytvW .nav-item {
    margin: 4px 14px;
  }
}
@media (max-width: 991px) {
  .cid-uT09prytvW .nav-item {
    margin: 0 !important;
  }
}
.cid-uT09prytvW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uT09prytvW .nav-item .nav-link:hover,
.cid-uT09prytvW .nav-item .nav-link:focus {
  color: #b2a482 !important;
}
.cid-uT09prytvW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uT09prytvW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uT09prytvW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uT09prytvW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uT09prytvW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uT09prytvW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uT09prytvW .offcanvas_box {
    display: none;
  }
}
.cid-uT09prytvW .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uT09prytvW .dropdown-item:hover,
.cid-uT09prytvW .dropdown-item:focus {
  color: #b2a482 !important;
}
.cid-uT09prytvW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uT09prytvW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uT09prytvW .container {
  display: flex;
  margin: auto;
}
.cid-uT09prytvW .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uT09prytvW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uT09prytvW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uT09prytvW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uT09prytvW .navbar-nav {
    margin: 0;
  }
}
.cid-uT09prytvW .dropdown-menu,
.cid-uT09prytvW .navbar.opened {
  background-color: false !important;
}
.cid-uT09prytvW .nav-item:focus,
.cid-uT09prytvW .nav-link:focus {
  outline: none;
}
.cid-uT09prytvW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT09prytvW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT09prytvW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT09prytvW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT09prytvW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT09prytvW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT09prytvW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uT09prytvW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uT09prytvW .navbar.opened {
  transition: all 0.3s;
}
.cid-uT09prytvW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uT09prytvW .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uT09prytvW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uT09prytvW .navbar.collapsed {
  justify-content: center;
}
.cid-uT09prytvW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT09prytvW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uT09prytvW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT09prytvW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT09prytvW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT09prytvW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uT09prytvW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uT09prytvW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uT09prytvW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uT09prytvW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT09prytvW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT09prytvW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uT09prytvW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT09prytvW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uT09prytvW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT09prytvW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uT09prytvW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uT09prytvW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uT09prytvW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uT09prytvW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT09prytvW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uT09prytvW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uT09prytvW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uT09prytvW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT09prytvW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT09prytvW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uT09prytvW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT09prytvW .dropdown-item.active,
.cid-uT09prytvW .dropdown-item:active {
  background-color: transparent;
}
.cid-uT09prytvW .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uT09prytvW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT09prytvW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT09prytvW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT09prytvW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uT09prytvW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT09prytvW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uT09prytvW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uT09prytvW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT09prytvW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT09prytvW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT09prytvW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT09prytvW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT09prytvW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT09prytvW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT09prytvW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT09prytvW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uT09prytvW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT09prytvW .navbar {
    height: 70px;
  }
  .cid-uT09prytvW .navbar.opened {
    height: auto;
  }
  .cid-uT09prytvW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT09prytvW .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uT09prytvW .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uT09prytvW .mbr-section-btn-main {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uT09prytvW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uT09prytvW .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uT09prytvW .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uT09prytvW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uT09prytvW .text_widget {
  margin-bottom: 32px;
}
.cid-uT09prytvW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uT09prytvW .text_widget a:hover,
.cid-uT09prytvW .text_widget a:focus {
  opacity: .8;
}
.cid-uT09prytvW .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uT09prytvW .navbar-caption {
  color: #30262b;
}
.cid-uT09prytvW .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uT09prytvW .mbr-section-subtitle,
.cid-uT09prytvW .text_widget,
.cid-uT09prytvW .mbr-section-btn {
  text-align: center;
}
.cid-uT09prytvW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uT09ps4f0L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/pansionat-1843x1230.jpg");
}
.cid-uT09ps4f0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT09ps4f0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uT09ps4f0L .container {
    padding: 0 30px;
  }
}
.cid-uT09ps4f0L .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uT09ps4f0L .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uT09ps4f0L .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uT09ps4f0L .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uT09ps4f0L .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT09ps4f0L .mbr-section-title {
  color: #ffffff;
}
.cid-uT09ps4f0L .mbr-text,
.cid-uT09ps4f0L .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uT09ps4f0L .mbr-section-title,
.cid-uT09ps4f0L .mbr-section-btn {
  text-align: center;
}
.cid-uT09ps4f0L H1 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-uT09ps4f0L h3 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-uT09psnGfc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT09psnGfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT09psnGfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT09psnGfc .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uT09psnGfc .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uT09psnGfc .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT09psnGfc .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uT09psnGfc .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT09psnGfc .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uT09psnGfc .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uT09psnGfc .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uT09psnGfc .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uT09psnGfc .image-wrapper {
    padding-left: 0;
  }
}
.cid-uT09psnGfc .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uT09psnGfc .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uT09psnGfc .mbr-section-title {
  color: #000000;
}
.cid-uT09psnGfc .mbr-desc {
  color: #000000;
}
.cid-uT09psnGfc .mbr-text {
  color: #000000;
}
.cid-uT09psIlQb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uT09psIlQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT09psIlQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT09pt7bR9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uT09pt7bR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT09pt7bR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uT09pt7bR9 .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uT09pt7bR9 .title-wrapper {
    margin-top: 45px;
  }
}
.cid-uT09pt7bR9 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uT09pt7bR9 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uT09pt7bR9 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uT09pt7bR9 .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uT09pt7bR9 .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-uT09pt7bR9 .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-uT09pt7bR9 .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-uT09pt7bR9 .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uT09pt7bR9 .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-uT09pt7bR9 .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #b2a482;
}
@media (min-width: 992px) {
  .cid-uT09pt7bR9 .mbr-form {
    margin-top: 32px;
  }
}
.cid-uT09pt7bR9 .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-uT09pt7bR9 .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-uT09pt7bR9 .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-uT09pt7bR9 .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-uT09pt7bR9 .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-uT09pt7bR9 .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-uT09pt7bR9 .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #f7f1e3;
}
.cid-uT09pt7bR9 .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uT09pt7bR9 .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uT09pt7bR9 .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-uT09pt7bR9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uT09pt7bR9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uT09pt7bR9 .mbr-text {
  color: #6a6e71;
}
.cid-uT09pt7bR9 .list {
  color: #6a6e71;
}
.cid-uT09pt7bR9 label {
  color: #000000;
}
.cid-uT09ptvnve {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-uT09ptvnve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT09ptvnve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT09ptvnve .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uT09ptvnve .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uT09ptvnve .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uT09ptvnve .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uT09ptvnve .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uT09ptvnve .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uT09ptvnve .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uT09ptvnve .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uT09ptvnve .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uT09ptvnve .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uT09ptvnve .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uT09ptvnve .list-box {
  width: 100%;
}
.cid-uT09ptvnve .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uT09ptvnve .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uT09ptvnve .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uT09ptvnve .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uT09ptvnve .list a:hover:before {
  background-position: left !important;
}
.cid-uT09ptvnve .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uT09ptvnve .news-item {
  width: 100%;
}
.cid-uT09ptvnve .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uT09ptvnve .news-title {
  color: #303030;
}
.cid-uT09ptvnve .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uWWz9AY1Dm {
  background-color: transparent;
}
.cid-uWWz9AY1Dm .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uWWz9AY1Dm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uWWz9AY1Dm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWWz9AY1Dm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWWz9AY1Dm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uWWz9AY1Dm .menu_box .navbar.opened,
  .cid-uWWz9AY1Dm .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uWWz9AY1Dm .navbar-dropdown {
  position: relative !important;
}
.cid-uWWz9AY1Dm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uWWz9AY1Dm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uWWz9AY1Dm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uWWz9AY1Dm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWWz9AY1Dm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uWWz9AY1Dm .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #dcd4cb;
  }
  .cid-uWWz9AY1Dm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uWWz9AY1Dm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uWWz9AY1Dm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uWWz9AY1Dm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uWWz9AY1Dm .offcanvas-body .mbr-text,
  .cid-uWWz9AY1Dm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uWWz9AY1Dm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uWWz9AY1Dm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uWWz9AY1Dm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uWWz9AY1Dm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uWWz9AY1Dm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uWWz9AY1Dm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uWWz9AY1Dm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uWWz9AY1Dm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uWWz9AY1Dm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWWz9AY1Dm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uWWz9AY1Dm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uWWz9AY1Dm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uWWz9AY1Dm .lg_brand {
    margin: 0 1rem;
  }
  .cid-uWWz9AY1Dm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uWWz9AY1Dm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWWz9AY1Dm .nav-item {
    margin: 4px 14px;
  }
}
@media (max-width: 991px) {
  .cid-uWWz9AY1Dm .nav-item {
    margin: 0 !important;
  }
}
.cid-uWWz9AY1Dm .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uWWz9AY1Dm .nav-item .nav-link:hover,
.cid-uWWz9AY1Dm .nav-item .nav-link:focus {
  color: #b2a482 !important;
}
.cid-uWWz9AY1Dm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWWz9AY1Dm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uWWz9AY1Dm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWWz9AY1Dm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWWz9AY1Dm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uWWz9AY1Dm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWWz9AY1Dm .offcanvas_box {
    display: none;
  }
}
.cid-uWWz9AY1Dm .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uWWz9AY1Dm .dropdown-item:hover,
.cid-uWWz9AY1Dm .dropdown-item:focus {
  color: #b2a482 !important;
}
.cid-uWWz9AY1Dm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWWz9AY1Dm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uWWz9AY1Dm .container {
  display: flex;
  margin: auto;
}
.cid-uWWz9AY1Dm .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uWWz9AY1Dm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWWz9AY1Dm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWWz9AY1Dm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWWz9AY1Dm .navbar-nav {
    margin: 0;
  }
}
.cid-uWWz9AY1Dm .dropdown-menu,
.cid-uWWz9AY1Dm .navbar.opened {
  background-color: false !important;
}
.cid-uWWz9AY1Dm .nav-item:focus,
.cid-uWWz9AY1Dm .nav-link:focus {
  outline: none;
}
.cid-uWWz9AY1Dm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWWz9AY1Dm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWWz9AY1Dm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWWz9AY1Dm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWWz9AY1Dm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWWz9AY1Dm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWWz9AY1Dm .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uWWz9AY1Dm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uWWz9AY1Dm .navbar.opened {
  transition: all 0.3s;
}
.cid-uWWz9AY1Dm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWWz9AY1Dm .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uWWz9AY1Dm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uWWz9AY1Dm .navbar.collapsed {
  justify-content: center;
}
.cid-uWWz9AY1Dm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWWz9AY1Dm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWWz9AY1Dm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWWz9AY1Dm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWWz9AY1Dm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWWz9AY1Dm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWWz9AY1Dm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWWz9AY1Dm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uWWz9AY1Dm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uWWz9AY1Dm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWWz9AY1Dm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWWz9AY1Dm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWWz9AY1Dm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWWz9AY1Dm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uWWz9AY1Dm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWWz9AY1Dm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWWz9AY1Dm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWWz9AY1Dm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWWz9AY1Dm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uWWz9AY1Dm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWWz9AY1Dm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWWz9AY1Dm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWWz9AY1Dm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWWz9AY1Dm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWWz9AY1Dm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWWz9AY1Dm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uWWz9AY1Dm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWWz9AY1Dm .dropdown-item.active,
.cid-uWWz9AY1Dm .dropdown-item:active {
  background-color: transparent;
}
.cid-uWWz9AY1Dm .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uWWz9AY1Dm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWWz9AY1Dm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWWz9AY1Dm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWWz9AY1Dm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uWWz9AY1Dm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWWz9AY1Dm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uWWz9AY1Dm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWWz9AY1Dm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWWz9AY1Dm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWWz9AY1Dm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWWz9AY1Dm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWWz9AY1Dm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWWz9AY1Dm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWWz9AY1Dm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWWz9AY1Dm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWWz9AY1Dm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWWz9AY1Dm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWWz9AY1Dm .navbar {
    height: 70px;
  }
  .cid-uWWz9AY1Dm .navbar.opened {
    height: auto;
  }
  .cid-uWWz9AY1Dm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWWz9AY1Dm .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uWWz9AY1Dm .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uWWz9AY1Dm .mbr-section-btn-main {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uWWz9AY1Dm .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uWWz9AY1Dm .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uWWz9AY1Dm .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uWWz9AY1Dm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uWWz9AY1Dm .text_widget {
  margin-bottom: 32px;
}
.cid-uWWz9AY1Dm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uWWz9AY1Dm .text_widget a:hover,
.cid-uWWz9AY1Dm .text_widget a:focus {
  opacity: .8;
}
.cid-uWWz9AY1Dm .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uWWz9AY1Dm .navbar-caption {
  color: #30262b;
}
.cid-uWWz9AY1Dm .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uWWz9AY1Dm .mbr-section-subtitle,
.cid-uWWz9AY1Dm .text_widget,
.cid-uWWz9AY1Dm .mbr-section-btn {
  text-align: center;
}
.cid-uWWz9AY1Dm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWWz9BASR5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chronic-loneliness-3x-1-1200x800.jpg");
}
.cid-uWWz9BASR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWz9BASR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWWz9BASR5 .container {
    padding: 0 30px;
  }
}
.cid-uWWz9BASR5 .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uWWz9BASR5 .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uWWz9BASR5 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uWWz9BASR5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWWz9BASR5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWWz9BASR5 .mbr-section-title {
  color: #ffffff;
}
.cid-uWWz9BASR5 .mbr-text,
.cid-uWWz9BASR5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWWz9BASR5 .mbr-section-title,
.cid-uWWz9BASR5 .mbr-section-btn {
  text-align: center;
}
.cid-uWWz9BASR5 H1 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-uWWz9BASR5 h3 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-uWWz9BU94B {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWWz9BU94B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWz9BU94B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWz9BU94B .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWWz9BU94B .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uWWz9BU94B .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWWz9BU94B .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uWWz9BU94B .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWWz9BU94B .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uWWz9BU94B .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWWz9BU94B .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uWWz9BU94B .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uWWz9BU94B .image-wrapper {
    padding-left: 0;
  }
}
.cid-uWWz9BU94B .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uWWz9BU94B .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uWWz9BU94B .mbr-section-title {
  color: #000000;
}
.cid-uWWz9BU94B .mbr-desc {
  color: #000000;
}
.cid-uWWz9BU94B .mbr-text {
  color: #000000;
}
.cid-uWWz9ChwyM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uWWz9ChwyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWz9ChwyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWz9CRkZs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uWWz9CRkZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWz9CRkZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWWz9CRkZs .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uWWz9CRkZs .title-wrapper {
    margin-top: 45px;
  }
}
.cid-uWWz9CRkZs .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uWWz9CRkZs .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uWWz9CRkZs .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uWWz9CRkZs .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uWWz9CRkZs .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-uWWz9CRkZs .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-uWWz9CRkZs .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-uWWz9CRkZs .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uWWz9CRkZs .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-uWWz9CRkZs .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #b2a482;
}
@media (min-width: 992px) {
  .cid-uWWz9CRkZs .mbr-form {
    margin-top: 32px;
  }
}
.cid-uWWz9CRkZs .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-uWWz9CRkZs .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-uWWz9CRkZs .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-uWWz9CRkZs .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-uWWz9CRkZs .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-uWWz9CRkZs .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-uWWz9CRkZs .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #f7f1e3;
}
.cid-uWWz9CRkZs .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uWWz9CRkZs .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uWWz9CRkZs .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-uWWz9CRkZs .mbr-section-subtitle {
  color: #000000;
}
.cid-uWWz9CRkZs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWWz9CRkZs .mbr-text {
  color: #6a6e71;
}
.cid-uWWz9CRkZs .list {
  color: #6a6e71;
}
.cid-uWWz9CRkZs label {
  color: #000000;
}
.cid-uWWz9DkBer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-uWWz9DkBer .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWz9DkBer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWz9DkBer .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uWWz9DkBer .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uWWz9DkBer .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uWWz9DkBer .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uWWz9DkBer .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uWWz9DkBer .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uWWz9DkBer .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uWWz9DkBer .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uWWz9DkBer .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uWWz9DkBer .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uWWz9DkBer .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uWWz9DkBer .list-box {
  width: 100%;
}
.cid-uWWz9DkBer .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uWWz9DkBer .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uWWz9DkBer .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uWWz9DkBer .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uWWz9DkBer .list a:hover:before {
  background-position: left !important;
}
.cid-uWWz9DkBer .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uWWz9DkBer .news-item {
  width: 100%;
}
.cid-uWWz9DkBer .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uWWz9DkBer .news-title {
  color: #303030;
}
.cid-uWWz9DkBer .copyright {
  margin-top: 20px;
  color: #303030;
}
.cid-uYVzQiU1J0 {
  background-color: transparent;
}
.cid-uYVzQiU1J0 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uYVzQiU1J0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uYVzQiU1J0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYVzQiU1J0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uYVzQiU1J0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uYVzQiU1J0 .menu_box .navbar.opened,
  .cid-uYVzQiU1J0 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uYVzQiU1J0 .navbar-dropdown {
  position: relative !important;
}
.cid-uYVzQiU1J0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uYVzQiU1J0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uYVzQiU1J0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uYVzQiU1J0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uYVzQiU1J0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uYVzQiU1J0 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #dcd4cb;
  }
  .cid-uYVzQiU1J0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uYVzQiU1J0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uYVzQiU1J0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uYVzQiU1J0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uYVzQiU1J0 .offcanvas-body .mbr-text,
  .cid-uYVzQiU1J0 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uYVzQiU1J0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uYVzQiU1J0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uYVzQiU1J0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uYVzQiU1J0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uYVzQiU1J0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uYVzQiU1J0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uYVzQiU1J0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uYVzQiU1J0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uYVzQiU1J0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYVzQiU1J0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uYVzQiU1J0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uYVzQiU1J0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uYVzQiU1J0 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uYVzQiU1J0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uYVzQiU1J0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uYVzQiU1J0 .nav-item {
    margin: 4px 14px;
  }
}
@media (max-width: 991px) {
  .cid-uYVzQiU1J0 .nav-item {
    margin: 0 !important;
  }
}
.cid-uYVzQiU1J0 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uYVzQiU1J0 .nav-item .nav-link:hover,
.cid-uYVzQiU1J0 .nav-item .nav-link:focus {
  color: #b2a482 !important;
}
.cid-uYVzQiU1J0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uYVzQiU1J0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uYVzQiU1J0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uYVzQiU1J0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uYVzQiU1J0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uYVzQiU1J0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uYVzQiU1J0 .offcanvas_box {
    display: none;
  }
}
.cid-uYVzQiU1J0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uYVzQiU1J0 .dropdown-item:hover,
.cid-uYVzQiU1J0 .dropdown-item:focus {
  color: #b2a482 !important;
}
.cid-uYVzQiU1J0 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uYVzQiU1J0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uYVzQiU1J0 .container {
  display: flex;
  margin: auto;
}
.cid-uYVzQiU1J0 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uYVzQiU1J0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uYVzQiU1J0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYVzQiU1J0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uYVzQiU1J0 .navbar-nav {
    margin: 0;
  }
}
.cid-uYVzQiU1J0 .dropdown-menu,
.cid-uYVzQiU1J0 .navbar.opened {
  background-color: false !important;
}
.cid-uYVzQiU1J0 .nav-item:focus,
.cid-uYVzQiU1J0 .nav-link:focus {
  outline: none;
}
.cid-uYVzQiU1J0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYVzQiU1J0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYVzQiU1J0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYVzQiU1J0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYVzQiU1J0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYVzQiU1J0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYVzQiU1J0 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uYVzQiU1J0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uYVzQiU1J0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYVzQiU1J0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uYVzQiU1J0 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uYVzQiU1J0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uYVzQiU1J0 .navbar.collapsed {
  justify-content: center;
}
.cid-uYVzQiU1J0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYVzQiU1J0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYVzQiU1J0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYVzQiU1J0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYVzQiU1J0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYVzQiU1J0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uYVzQiU1J0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uYVzQiU1J0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uYVzQiU1J0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uYVzQiU1J0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYVzQiU1J0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYVzQiU1J0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uYVzQiU1J0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYVzQiU1J0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uYVzQiU1J0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYVzQiU1J0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uYVzQiU1J0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uYVzQiU1J0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uYVzQiU1J0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uYVzQiU1J0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYVzQiU1J0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uYVzQiU1J0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYVzQiU1J0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYVzQiU1J0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYVzQiU1J0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYVzQiU1J0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uYVzQiU1J0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYVzQiU1J0 .dropdown-item.active,
.cid-uYVzQiU1J0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYVzQiU1J0 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uYVzQiU1J0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYVzQiU1J0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYVzQiU1J0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYVzQiU1J0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uYVzQiU1J0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYVzQiU1J0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-uYVzQiU1J0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYVzQiU1J0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYVzQiU1J0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYVzQiU1J0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYVzQiU1J0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYVzQiU1J0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYVzQiU1J0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYVzQiU1J0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYVzQiU1J0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYVzQiU1J0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uYVzQiU1J0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYVzQiU1J0 .navbar {
    height: 70px;
  }
  .cid-uYVzQiU1J0 .navbar.opened {
    height: auto;
  }
  .cid-uYVzQiU1J0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYVzQiU1J0 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uYVzQiU1J0 .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uYVzQiU1J0 .mbr-section-btn-main {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uYVzQiU1J0 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uYVzQiU1J0 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uYVzQiU1J0 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uYVzQiU1J0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uYVzQiU1J0 .text_widget {
  margin-bottom: 32px;
}
.cid-uYVzQiU1J0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uYVzQiU1J0 .text_widget a:hover,
.cid-uYVzQiU1J0 .text_widget a:focus {
  opacity: .8;
}
.cid-uYVzQiU1J0 .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uYVzQiU1J0 .navbar-caption {
  color: #30262b;
}
.cid-uYVzQiU1J0 .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uYVzQiU1J0 .mbr-section-subtitle,
.cid-uYVzQiU1J0 .text_widget,
.cid-uYVzQiU1J0 .mbr-section-btn {
  text-align: center;
}
.cid-uYVzQiU1J0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uYVzQjIxOh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chto-vliyaet-na-psikhologicheskoe-sostoyanie-pozhilykh-1-1698x1131.jpg");
}
.cid-uYVzQjIxOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVzQjIxOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uYVzQjIxOh .container {
    padding: 0 30px;
  }
}
.cid-uYVzQjIxOh .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uYVzQjIxOh .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uYVzQjIxOh .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uYVzQjIxOh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYVzQjIxOh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYVzQjIxOh .mbr-section-title {
  color: #ffffff;
}
.cid-uYVzQjIxOh .mbr-text,
.cid-uYVzQjIxOh .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uYVzQjIxOh .mbr-section-title,
.cid-uYVzQjIxOh .mbr-section-btn {
  text-align: center;
}
.cid-uYVzQjIxOh H1 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-uYVzQjIxOh h3 {
  text-shadow: 0px 0px 0 #9e9e9e, 1px 1px 0 #474747, 2px 2px 1px rgba(0, 0, 0, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.cid-uYVzQkdxA6 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYVzQkdxA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVzQkdxA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVzQkdxA6 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uYVzQkdxA6 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uYVzQkdxA6 .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYVzQkdxA6 .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uYVzQkdxA6 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYVzQkdxA6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYVzQkdxA6 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYVzQkdxA6 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uYVzQkdxA6 .image-wrapper {
  padding-left: 30px;
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-uYVzQkdxA6 .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uYVzQkdxA6 .image-wrapper {
    padding-right: 0;
  }
}
.cid-uYVzQkdxA6 .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uYVzQkdxA6 .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uYVzQkdxA6 .mbr-section-title {
  color: #000000;
}
.cid-uYVzQkdxA6 .mbr-desc {
  color: #000000;
}
.cid-uYVzQkdxA6 .mbr-text {
  color: #000000;
}
.cid-uYVzQkAjBC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uYVzQkAjBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVzQkAjBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVzQl6k7e {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uYVzQl6k7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVzQl6k7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uYVzQl6k7e .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uYVzQl6k7e .title-wrapper {
    margin-top: 45px;
  }
}
.cid-uYVzQl6k7e .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uYVzQl6k7e .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uYVzQl6k7e .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uYVzQl6k7e .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uYVzQl6k7e .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-uYVzQl6k7e .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-uYVzQl6k7e .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-uYVzQl6k7e .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uYVzQl6k7e .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-uYVzQl6k7e .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #b2a482;
}
@media (min-width: 992px) {
  .cid-uYVzQl6k7e .mbr-form {
    margin-top: 32px;
  }
}
.cid-uYVzQl6k7e .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-uYVzQl6k7e .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-uYVzQl6k7e .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #6a6e71 !important;
  padding: 14px 0;
}
.cid-uYVzQl6k7e .dragArea.row .form-group .form-control::placeholder {
  color: #6a6e71;
}
.cid-uYVzQl6k7e .dragArea.row .form-group .form-control:hover {
  border-color: #6a6e71 !important;
}
.cid-uYVzQl6k7e .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-uYVzQl6k7e .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #f7f1e3;
}
.cid-uYVzQl6k7e .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYVzQl6k7e .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uYVzQl6k7e .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-uYVzQl6k7e .mbr-section-subtitle {
  color: #000000;
}
.cid-uYVzQl6k7e .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYVzQl6k7e .mbr-text {
  color: #6a6e71;
}
.cid-uYVzQl6k7e .list {
  color: #6a6e71;
}
.cid-uYVzQl6k7e label {
  color: #000000;
}
.cid-uYVzQlynMD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-uYVzQlynMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVzQlynMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVzQlynMD .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-uYVzQlynMD .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uYVzQlynMD .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uYVzQlynMD .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uYVzQlynMD .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uYVzQlynMD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-uYVzQlynMD .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uYVzQlynMD .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uYVzQlynMD .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uYVzQlynMD .mbr-title {
  color: #303030;
  margin-bottom: 14px;
}
.cid-uYVzQlynMD .mbr-text {
  color: #303030;
  margin-top: 30px;
}
.cid-uYVzQlynMD .list-box {
  width: 100%;
}
.cid-uYVzQlynMD .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #303030;
  transition: 0.4s all;
}
.cid-uYVzQlynMD .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-uYVzQlynMD .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-uYVzQlynMD .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-uYVzQlynMD .list a:hover:before {
  background-position: left !important;
}
.cid-uYVzQlynMD .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-uYVzQlynMD .news-item {
  width: 100%;
}
.cid-uYVzQlynMD .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-uYVzQlynMD .news-title {
  color: #303030;
}
.cid-uYVzQlynMD .copyright {
  margin-top: 20px;
  color: #303030;
}
