.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: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uikceX8MGZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uikceX8MGZ .btn {
  white-space: nowrap;
}
.cid-uikceX8MGZ .nav-link,
.cid-uikceX8MGZ .icons-menu .mbr-iconfont,
.cid-uikceX8MGZ .dropdown-item {
  transition: all 0.1s;
}
.cid-uikceX8MGZ .nav-link:hover,
.cid-uikceX8MGZ .icons-menu .mbr-iconfont:hover,
.cid-uikceX8MGZ .dropdown-item:hover {
  color: #ffd7ef !important;
}
@media (max-width: 992px) {
  .cid-uikceX8MGZ .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uikceX8MGZ .container {
  display: flex;
  margin: auto;
}
.cid-uikceX8MGZ .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #a6a99c;
}
.cid-uikceX8MGZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uikceX8MGZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uikceX8MGZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uikceX8MGZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uikceX8MGZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uikceX8MGZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uikceX8MGZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uikceX8MGZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uikceX8MGZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uikceX8MGZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uikceX8MGZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uikceX8MGZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uikceX8MGZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uikceX8MGZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uikceX8MGZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uikceX8MGZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uikceX8MGZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uikceX8MGZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uikceX8MGZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uikceX8MGZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uikceX8MGZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uikceX8MGZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uikceX8MGZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uikceX8MGZ .navbar.navbar-short {
  background: #a6a99c !important;
  min-height: 60px;
}
.cid-uikceX8MGZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uikceX8MGZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uikceX8MGZ .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uikceX8MGZ .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-uikceX8MGZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uikceX8MGZ .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uikceX8MGZ .navbar-caption {
  padding-right: 4rem;
}
.cid-uikceX8MGZ .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uikceX8MGZ .dropdown-menu,
.cid-uikceX8MGZ .navbar.opened {
  background: #a6a99c !important;
}
.cid-uikceX8MGZ .nav-item:focus,
.cid-uikceX8MGZ .nav-link:focus {
  outline: none;
}
.cid-uikceX8MGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uikceX8MGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uikceX8MGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uikceX8MGZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uikceX8MGZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uikceX8MGZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uikceX8MGZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uikceX8MGZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uikceX8MGZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uikceX8MGZ .dropdown-item.active,
.cid-uikceX8MGZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uikceX8MGZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uikceX8MGZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uikceX8MGZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uikceX8MGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a6a99c;
}
.cid-uikceX8MGZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uikceX8MGZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uikceX8MGZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uikceX8MGZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uikceX8MGZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uikceX8MGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uikceX8MGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uikceX8MGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uikceX8MGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uikceX8MGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uikceX8MGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uikceX8MGZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uikceX8MGZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uikceX8MGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uikceX8MGZ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uikceX8MGZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uikceX8MGZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uikceX8MGZ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uikceX8MGZ .navbar {
    height: 77px;
  }
  .cid-uikceX8MGZ .navbar.opened {
    height: auto;
  }
  .cid-uikceX8MGZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uikceX8MGZ .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uijy7NEl4E {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uijy7NEl4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uijy7NEl4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uijy7NEl4E .content-text {
  max-width: 800px;
}
.cid-uqCmo1VeZd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqCmo1VeZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqCmo1VeZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqCmo1VeZd .link {
  color: #9fe870;
}
.cid-uqPGXxEMdh {
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uqPGXxEMdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqPGXxEMdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqPGXxEMdh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uqPGXxEMdh .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqPGXxEMdh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqPGXxEMdh .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqPGXxEMdh .container {
    padding: 0 24px;
  }
}
.cid-uqPGXxEMdh .row {
  justify-content: center;
}
.cid-uqPGXxEMdh .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uqPGXxEMdh .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqPGXxEMdh .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uqPGXxEMdh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uqPGXxEMdh .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edefeb;
  background-color: #edefeb;
  margin-top: 24px;
}
.cid-uqPGXxEMdh .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uqPGXxEMdh .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uqPGXxEMdh .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uqPGXxEMdh .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uqPGXxEMdh .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqPGXxEMdh .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #edefeb;
}
.cid-uqPGXxEMdh .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #757b62;
}
.cid-uqPGXxEMdh .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uqPGXxEMdh .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uqPGXxEMdh .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uqPGXxEMdh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uqPGXxEMdh .mbr-desc,
.cid-uqPGXxEMdh .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uqPGXxEMdh .panel-title-edit {
  color: #18212d;
}
.cid-uqPGXxEMdh .panel-text {
  color: #18212d;
}
.cid-uqPAY1aHpl {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uqPAY1aHpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqPAY1aHpl .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uqPAY1aHpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqPAY1aHpl .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uqPAY1aHpl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uqPAY1aHpl .card-title,
.cid-uqPAY1aHpl .iconfont-wrapper {
  color: #000000;
}
.cid-uqPAY1aHpl .card-text {
  color: #000000;
}
.cid-uqPAY1aHpl .content-head {
  max-width: 800px;
}
.cid-uqPAY1aHpl .mbr-section-title {
  color: #000000;
}
.cid-uqK1ompZFR {
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-uqK1ompZFR .plan-body .btn-bgr {
  z-index: 0;
}
.cid-uqK1ompZFR .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-uqK1ompZFR .list-group-item {
  padding: .75rem 0rem;
}
.cid-uqK1ompZFR .plan-subtitle {
  color: #66458e;
}
.cid-uqK1ompZFR .mbr-text {
  margin: 15px 0 0 0;
  color: #ffffff;
}
.cid-uqK1ompZFR .price-term .term {
  display: inline-block;
  background: #4e84c2;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-uqK1ompZFR .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-uqK1ompZFR .plan .mbr-overlay {
  background: #a6a99c;
  opacity: 0.8;
}
.cid-uqK1ompZFR .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-uqK1ompZFR .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-uqK1ompZFR .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-uqK1ompZFR .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-uqK1ompZFR .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-uqK1ompZFR .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-uqK1ompZFR .plan {
    margin-bottom: 30px;
  }
}
.cid-uqK1ompZFR .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-uqK1ompZFR .price-figure {
    font-size: 4.25rem;
  }
}
.cid-uqK1ompZFR .plan-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqK1ompZFR .price-figure {
  color: #ffffff;
}
.cid-uqK1ompZFR .price-term {
  color: #ffffff;
  text-align: center;
}
.cid-uqK1ompZFR LI {
  color: #ffffff;
}
.cid-uqK1ompZFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqK1ompZFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqK1ompZFR .mbr-section-btn,
.cid-uqK1ompZFR .list-group {
  text-align: center;
}
.cid-uqPVl7m9Lb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uqPVl7m9Lb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqPVl7m9Lb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqPVl7m9Lb .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uqPVl7m9Lb .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uqPVl7m9Lb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uqPVl7m9Lb .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uqPVl7m9Lb .container {
    padding: 0 16px;
  }
}
.cid-uqPVl7m9Lb .row {
  justify-content: center;
}
.cid-uqPVl7m9Lb .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uqPVl7m9Lb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqPVl7m9Lb .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uqPVl7m9Lb .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uqPVl7m9Lb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqPVl7m9Lb .form-wrap {
  padding-right: 48px;
}
@media (max-width: 1200px) {
  .cid-uqPVl7m9Lb .form-wrap {
    padding: 0;
  }
}
.cid-uqPVl7m9Lb .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uqPVl7m9Lb .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uqPVl7m9Lb .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uqPVl7m9Lb .form-wrap .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: .5rem !important;
  background-color: transparent;
}
.cid-uqPVl7m9Lb .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uqPVl7m9Lb .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uqPVl7m9Lb .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uqPVl7m9Lb .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uqPVl7m9Lb .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uqPVl7m9Lb .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uqPVl7m9Lb .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-uqPVl7m9Lb .image-wrapper {
  height: 100%;
}
.cid-uqPVl7m9Lb .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-uqPVl7m9Lb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uqPVl7m9Lb .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uqPVl7m9Lb .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uqK5SDKSHJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #a6a99c;
}
.cid-uqK5SDKSHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqK5SDKSHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqK5SDKSHJ .row {
  justify-content: space-between;
}
.cid-uqK5SDKSHJ .mbr-section-title {
  margin: 0;
  color: #edefeb;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uqK5SDKSHJ .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uqK5SDKSHJ .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uqK5SDKSHJ .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uqK5SDKSHJ .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uqK5SDKSHJ .list li {
  margin-bottom: 25px;
}
.cid-uqK5SDKSHJ .list li:last-child {
  margin-bottom: 0;
}
.cid-uqK5SDKSHJ .mbr-desc {
  margin-bottom: 8px;
}
.cid-uqK5SDKSHJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqK5SDKSHJ .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uqK5SDKSHJ .social-row .soc-item a:hover {
  border-color: #320707;
}
.cid-uqK5SDKSHJ .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uqK5SDKSHJ .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uqK5SDKSHJ .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uqK5SDKSHJ .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uqK5SDKSHJ .mbr-desc,
.cid-uqK5SDKSHJ .mbr-iconfont {
  color: #ffffff;
}
.cid-uqJSDu1O2I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqJSDu1O2I .btn {
  white-space: nowrap;
}
.cid-uqJSDu1O2I .nav-link,
.cid-uqJSDu1O2I .icons-menu .mbr-iconfont,
.cid-uqJSDu1O2I .dropdown-item {
  transition: all 0.1s;
}
.cid-uqJSDu1O2I .nav-link:hover,
.cid-uqJSDu1O2I .icons-menu .mbr-iconfont:hover,
.cid-uqJSDu1O2I .dropdown-item:hover {
  color: #ffd7ef !important;
}
@media (max-width: 992px) {
  .cid-uqJSDu1O2I .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uqJSDu1O2I .container {
  display: flex;
  margin: auto;
}
.cid-uqJSDu1O2I .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #a6a99c;
}
.cid-uqJSDu1O2I .navbar.opened {
  transition: all 0.3s;
}
.cid-uqJSDu1O2I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqJSDu1O2I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqJSDu1O2I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqJSDu1O2I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqJSDu1O2I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uqJSDu1O2I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqJSDu1O2I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqJSDu1O2I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uqJSDu1O2I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqJSDu1O2I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqJSDu1O2I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqJSDu1O2I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqJSDu1O2I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqJSDu1O2I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqJSDu1O2I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqJSDu1O2I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uqJSDu1O2I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uqJSDu1O2I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqJSDu1O2I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqJSDu1O2I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqJSDu1O2I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uqJSDu1O2I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqJSDu1O2I .navbar.navbar-short {
  background: #a6a99c !important;
  min-height: 60px;
}
.cid-uqJSDu1O2I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uqJSDu1O2I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqJSDu1O2I .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uqJSDu1O2I .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-uqJSDu1O2I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqJSDu1O2I .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqJSDu1O2I .navbar-caption {
  padding-right: 4rem;
}
.cid-uqJSDu1O2I .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uqJSDu1O2I .dropdown-menu,
.cid-uqJSDu1O2I .navbar.opened {
  background: #a6a99c !important;
}
.cid-uqJSDu1O2I .nav-item:focus,
.cid-uqJSDu1O2I .nav-link:focus {
  outline: none;
}
.cid-uqJSDu1O2I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqJSDu1O2I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqJSDu1O2I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uqJSDu1O2I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uqJSDu1O2I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqJSDu1O2I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uqJSDu1O2I .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqJSDu1O2I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqJSDu1O2I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqJSDu1O2I .dropdown-item.active,
.cid-uqJSDu1O2I .dropdown-item:active {
  background-color: transparent;
}
.cid-uqJSDu1O2I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqJSDu1O2I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqJSDu1O2I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqJSDu1O2I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a6a99c;
}
.cid-uqJSDu1O2I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqJSDu1O2I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqJSDu1O2I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uqJSDu1O2I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqJSDu1O2I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqJSDu1O2I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqJSDu1O2I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqJSDu1O2I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqJSDu1O2I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqJSDu1O2I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqJSDu1O2I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqJSDu1O2I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqJSDu1O2I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqJSDu1O2I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqJSDu1O2I .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uqJSDu1O2I a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uqJSDu1O2I .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uqJSDu1O2I .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqJSDu1O2I .navbar {
    height: 77px;
  }
  .cid-uqJSDu1O2I .navbar.opened {
    height: auto;
  }
  .cid-uqJSDu1O2I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqJSDu1O2I .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uqJVbkzH13 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1278.webp");
}
.cid-uqJVbkzH13 .mbr-media {
  position: relative;
}
.cid-uqJVbkzH13 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uqJVbkzH13 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uqJVbkzH13 .mbr-media span {
  font-size: 3rem;
  transition: all 0.2s;
  background: white;
  padding: 1.5rem;
  border-radius: 50%;
}
.cid-uqJVbkzH13 a {
  background-image: none !important;
}
.cid-uqJVbkzH13 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uqJVbkzH13 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uqJVbkzH13 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uqJVbkzH13 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uqJVbkzH13 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uqJVbkzH13 .mbr-section-title {
  color: #232323;
}
.cid-uqJSDvDpmp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uqJSDvDpmp [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-uqJSDvDpmp .card {
  margin-bottom: .5rem;
  overflow: hidden;
  min-height: 426px;
}
.cid-uqJSDvDpmp .card .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-uqJSDvDpmp .card .card-img img {
  object-fit: cover;
  height: 100%;
}
.cid-uqJSDvDpmp .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uqJSDvDpmp .row:nth-of-type(2) .card {
  min-height: 326px;
}
.cid-uqJSDvDpmp .card-wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-uqJSDvDpmp .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-uqJSDvDpmp .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uqJSDvDpmp .card-sub-title {
  text-align: center;
}
.cid-uqJSDvDpmp .mbr-section-sub-title {
  text-align: left;
  color: #000000;
}
.cid-uqJSDvDpmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqJSDvDpmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqJSDwfnMY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uqJSDwfnMY [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-uqJSDwfnMY .card {
  margin-bottom: .5rem;
  overflow: hidden;
  min-height: 426px;
}
.cid-uqJSDwfnMY .card .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-uqJSDwfnMY .card .card-img img {
  object-fit: cover;
  height: 100%;
}
.cid-uqJSDwfnMY .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uqJSDwfnMY .row:nth-of-type(2) .card {
  min-height: 326px;
}
.cid-uqJSDwfnMY .card-wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-uqJSDwfnMY .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-uqJSDwfnMY .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uqJSDwfnMY .card-sub-title {
  text-align: center;
}
.cid-uqJSDwfnMY .mbr-section-sub-title {
  text-align: left;
  color: #000000;
}
.cid-uqJSDwfnMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqJSDwfnMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqJSDwXtzg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uqJSDwXtzg [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-uqJSDwXtzg .card {
  margin-bottom: .5rem;
  overflow: hidden;
  min-height: 426px;
}
.cid-uqJSDwXtzg .card .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-uqJSDwXtzg .card .card-img img {
  object-fit: cover;
  height: 100%;
}
.cid-uqJSDwXtzg .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uqJSDwXtzg .row:nth-of-type(2) .card {
  min-height: 326px;
}
.cid-uqJSDwXtzg .card-wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-uqJSDwXtzg .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-uqJSDwXtzg .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uqJSDwXtzg .card-sub-title {
  text-align: center;
}
.cid-uqJSDwXtzg .mbr-section-sub-title {
  text-align: left;
  color: #000000;
}
.cid-uqJSDwXtzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqJSDwXtzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqK5SDKSHJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #a6a99c;
}
.cid-uqK5SDKSHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqK5SDKSHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqK5SDKSHJ .row {
  justify-content: space-between;
}
.cid-uqK5SDKSHJ .mbr-section-title {
  margin: 0;
  color: #edefeb;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uqK5SDKSHJ .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uqK5SDKSHJ .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uqK5SDKSHJ .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uqK5SDKSHJ .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uqK5SDKSHJ .list li {
  margin-bottom: 25px;
}
.cid-uqK5SDKSHJ .list li:last-child {
  margin-bottom: 0;
}
.cid-uqK5SDKSHJ .mbr-desc {
  margin-bottom: 8px;
}
.cid-uqK5SDKSHJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqK5SDKSHJ .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uqK5SDKSHJ .social-row .soc-item a:hover {
  border-color: #320707;
}
.cid-uqK5SDKSHJ .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uqK5SDKSHJ .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uqK5SDKSHJ .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uqK5SDKSHJ .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uqK5SDKSHJ .mbr-desc,
.cid-uqK5SDKSHJ .mbr-iconfont {
  color: #ffffff;
}
.cid-uto11q8c4d .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uto11q8c4d .btn {
  white-space: nowrap;
}
.cid-uto11q8c4d .nav-link,
.cid-uto11q8c4d .icons-menu .mbr-iconfont,
.cid-uto11q8c4d .dropdown-item {
  transition: all 0.1s;
}
.cid-uto11q8c4d .nav-link:hover,
.cid-uto11q8c4d .icons-menu .mbr-iconfont:hover,
.cid-uto11q8c4d .dropdown-item:hover {
  color: #ffd7ef !important;
}
@media (max-width: 992px) {
  .cid-uto11q8c4d .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-uto11q8c4d .container {
  display: flex;
  margin: auto;
}
.cid-uto11q8c4d .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #a6a99c;
}
.cid-uto11q8c4d .navbar.opened {
  transition: all 0.3s;
}
.cid-uto11q8c4d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uto11q8c4d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uto11q8c4d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uto11q8c4d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uto11q8c4d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uto11q8c4d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uto11q8c4d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uto11q8c4d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uto11q8c4d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uto11q8c4d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uto11q8c4d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uto11q8c4d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uto11q8c4d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uto11q8c4d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uto11q8c4d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uto11q8c4d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uto11q8c4d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uto11q8c4d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uto11q8c4d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uto11q8c4d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uto11q8c4d .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uto11q8c4d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uto11q8c4d .navbar.navbar-short {
  background: #a6a99c !important;
  min-height: 60px;
}
.cid-uto11q8c4d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uto11q8c4d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uto11q8c4d .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uto11q8c4d .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-uto11q8c4d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uto11q8c4d .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uto11q8c4d .navbar-caption {
  padding-right: 4rem;
}
.cid-uto11q8c4d .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uto11q8c4d .dropdown-menu,
.cid-uto11q8c4d .navbar.opened {
  background: #a6a99c !important;
}
.cid-uto11q8c4d .nav-item:focus,
.cid-uto11q8c4d .nav-link:focus {
  outline: none;
}
.cid-uto11q8c4d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uto11q8c4d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uto11q8c4d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uto11q8c4d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uto11q8c4d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uto11q8c4d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uto11q8c4d .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uto11q8c4d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uto11q8c4d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uto11q8c4d .dropdown-item.active,
.cid-uto11q8c4d .dropdown-item:active {
  background-color: transparent;
}
.cid-uto11q8c4d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uto11q8c4d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uto11q8c4d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uto11q8c4d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a6a99c;
}
.cid-uto11q8c4d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uto11q8c4d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uto11q8c4d ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uto11q8c4d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uto11q8c4d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uto11q8c4d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uto11q8c4d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uto11q8c4d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uto11q8c4d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uto11q8c4d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uto11q8c4d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uto11q8c4d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uto11q8c4d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uto11q8c4d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uto11q8c4d .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uto11q8c4d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uto11q8c4d .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uto11q8c4d .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uto11q8c4d .navbar {
    height: 77px;
  }
  .cid-uto11q8c4d .navbar.opened {
    height: auto;
  }
  .cid-uto11q8c4d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uto11q8c4d .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uto11r1yEf {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1278.webp");
}
.cid-uto11r1yEf .mbr-media {
  position: relative;
}
.cid-uto11r1yEf .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uto11r1yEf .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uto11r1yEf .mbr-media span {
  font-size: 3rem;
  transition: all 0.2s;
  background: white;
  padding: 1.5rem;
  border-radius: 50%;
}
.cid-uto11r1yEf a {
  background-image: none !important;
}
.cid-uto11r1yEf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uto11r1yEf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uto11r1yEf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uto11r1yEf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uto11r1yEf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uto11r1yEf .mbr-section-title {
  color: #232323;
}
.cid-uto11rCsnH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uto11rCsnH [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-uto11rCsnH .card {
  margin-bottom: .5rem;
  overflow: hidden;
  min-height: 426px;
}
.cid-uto11rCsnH .card .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-uto11rCsnH .card .card-img img {
  object-fit: cover;
  height: 100%;
}
.cid-uto11rCsnH .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uto11rCsnH .row:nth-of-type(2) .card {
  min-height: 326px;
}
.cid-uto11rCsnH .card-wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-uto11rCsnH .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-uto11rCsnH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uto11rCsnH .card-sub-title {
  text-align: center;
}
.cid-uto11rCsnH .mbr-section-sub-title {
  text-align: left;
  color: #000000;
}
.cid-uto11rCsnH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uto11rCsnH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uto11sK1R0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uto11sK1R0 [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-uto11sK1R0 .card {
  margin-bottom: .5rem;
  overflow: hidden;
  min-height: 426px;
}
.cid-uto11sK1R0 .card .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-uto11sK1R0 .card .card-img img {
  object-fit: cover;
  height: 100%;
}
.cid-uto11sK1R0 .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uto11sK1R0 .row:nth-of-type(2) .card {
  min-height: 326px;
}
.cid-uto11sK1R0 .card-wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-uto11sK1R0 .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-uto11sK1R0 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uto11sK1R0 .card-sub-title {
  text-align: center;
}
.cid-uto11sK1R0 .mbr-section-sub-title {
  text-align: left;
  color: #000000;
}
.cid-uto11sK1R0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uto11sK1R0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uto11uq5nu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uto11uq5nu [class*="col"] {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}
.cid-uto11uq5nu .card {
  margin-bottom: .5rem;
  overflow: hidden;
  min-height: 426px;
}
.cid-uto11uq5nu .card .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-uto11uq5nu .card .card-img img {
  object-fit: cover;
  height: 100%;
}
.cid-uto11uq5nu .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-uto11uq5nu .row:nth-of-type(2) .card {
  min-height: 326px;
}
.cid-uto11uq5nu .card-wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-uto11uq5nu .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-uto11uq5nu .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uto11uq5nu .card-sub-title {
  text-align: center;
}
.cid-uto11uq5nu .mbr-section-sub-title {
  text-align: left;
  color: #000000;
}
.cid-uto11uq5nu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uto11uq5nu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uto11vKufV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #a6a99c;
}
.cid-uto11vKufV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uto11vKufV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uto11vKufV .row {
  justify-content: space-between;
}
.cid-uto11vKufV .mbr-section-title {
  margin: 0;
  color: #edefeb;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uto11vKufV .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uto11vKufV .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uto11vKufV .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uto11vKufV .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uto11vKufV .list li {
  margin-bottom: 25px;
}
.cid-uto11vKufV .list li:last-child {
  margin-bottom: 0;
}
.cid-uto11vKufV .mbr-desc {
  margin-bottom: 8px;
}
.cid-uto11vKufV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uto11vKufV .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uto11vKufV .social-row .soc-item a:hover {
  border-color: #320707;
}
.cid-uto11vKufV .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-uto11vKufV .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uto11vKufV .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uto11vKufV .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uto11vKufV .mbr-desc,
.cid-uto11vKufV .mbr-iconfont {
  color: #ffffff;
}
.cid-utnZGO27l8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-utnZGO27l8 .btn {
  white-space: nowrap;
}
.cid-utnZGO27l8 .nav-link,
.cid-utnZGO27l8 .icons-menu .mbr-iconfont,
.cid-utnZGO27l8 .dropdown-item {
  transition: all 0.1s;
}
.cid-utnZGO27l8 .nav-link:hover,
.cid-utnZGO27l8 .icons-menu .mbr-iconfont:hover,
.cid-utnZGO27l8 .dropdown-item:hover {
  color: #ffd7ef !important;
}
@media (max-width: 992px) {
  .cid-utnZGO27l8 .icons-menu {
    padding: 1rem 0 !important;
  }
}
.cid-utnZGO27l8 .container {
  display: flex;
  margin: auto;
}
.cid-utnZGO27l8 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all 0.3s;
  background: #a6a99c;
}
.cid-utnZGO27l8 .navbar.opened {
  transition: all 0.3s;
}
.cid-utnZGO27l8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utnZGO27l8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utnZGO27l8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utnZGO27l8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utnZGO27l8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-utnZGO27l8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utnZGO27l8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utnZGO27l8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-utnZGO27l8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utnZGO27l8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utnZGO27l8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utnZGO27l8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utnZGO27l8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utnZGO27l8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utnZGO27l8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utnZGO27l8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-utnZGO27l8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-utnZGO27l8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utnZGO27l8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utnZGO27l8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utnZGO27l8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-utnZGO27l8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utnZGO27l8 .navbar.navbar-short {
  background: #a6a99c !important;
  min-height: 60px;
}
.cid-utnZGO27l8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-utnZGO27l8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-utnZGO27l8 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-utnZGO27l8 .nav-dropdown .link {
  padding: 0.4rem 1rem !important;
  margin: 0.2em 0.5rem;
}
.cid-utnZGO27l8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utnZGO27l8 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utnZGO27l8 .navbar-caption {
  padding-right: 4rem;
}
.cid-utnZGO27l8 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-utnZGO27l8 .dropdown-menu,
.cid-utnZGO27l8 .navbar.opened {
  background: #a6a99c !important;
}
.cid-utnZGO27l8 .nav-item:focus,
.cid-utnZGO27l8 .nav-link:focus {
  outline: none;
}
.cid-utnZGO27l8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-utnZGO27l8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utnZGO27l8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-utnZGO27l8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-utnZGO27l8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utnZGO27l8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-utnZGO27l8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utnZGO27l8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utnZGO27l8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utnZGO27l8 .dropdown-item.active,
.cid-utnZGO27l8 .dropdown-item:active {
  background-color: transparent;
}
.cid-utnZGO27l8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utnZGO27l8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utnZGO27l8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utnZGO27l8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a6a99c;
}
.cid-utnZGO27l8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utnZGO27l8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utnZGO27l8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-utnZGO27l8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utnZGO27l8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-utnZGO27l8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-utnZGO27l8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utnZGO27l8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utnZGO27l8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utnZGO27l8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utnZGO27l8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utnZGO27l8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utnZGO27l8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utnZGO27l8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utnZGO27l8 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-utnZGO27l8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-utnZGO27l8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-utnZGO27l8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utnZGO27l8 .navbar {
    height: 77px;
  }
  .cid-utnZGO27l8 .navbar.opened {
    height: auto;
  }
  .cid-utnZGO27l8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utnZGO27l8 .nav-link {
  margin: auto !important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-utnZGOXKZz {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1278.webp");
}
.cid-utnZGOXKZz .mbr-media {
  position: relative;
}
.cid-utnZGOXKZz .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-utnZGOXKZz .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-utnZGOXKZz .mbr-media span {
  font-size: 3rem;
  transition: all 0.2s;
  background: white;
  padding: 1.5rem;
  border-radius: 50%;
}
.cid-utnZGOXKZz a {
  background-image: none !important;
}
.cid-utnZGOXKZz .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-utnZGOXKZz .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-utnZGOXKZz .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-utnZGOXKZz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-utnZGOXKZz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-utnZGOXKZz .mbr-section-title {
  color: #232323;
}
.cid-uto3yuVc4j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uto3yuVc4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uto3yuVc4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uto3yuVc4j .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uto3yuVc4j .container-fluid {
    padding: 0 20px;
  }
}
.cid-uto3yuVc4j .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uto3yuVc4j .container {
    padding: 0 20px;
  }
}
.cid-uto3yuVc4j .row {
  justify-content: center;
}
.cid-uto3yuVc4j .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uto3yuVc4j .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uto3yuVc4j .video-block {
    margin-bottom: 30px;
  }
}
.cid-uto3yuVc4j .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uto3yuVc4j .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uto3yuVc4j .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uto3yuVc4j .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uto3yuVc4j .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uto3yuVc4j .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-utnZGTxp3m {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #a6a99c;
}
.cid-utnZGTxp3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-utnZGTxp3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utnZGTxp3m .row {
  justify-content: space-between;
}
.cid-utnZGTxp3m .mbr-section-title {
  margin: 0;
  color: #edefeb;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-utnZGTxp3m .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-utnZGTxp3m .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-utnZGTxp3m .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-utnZGTxp3m .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-utnZGTxp3m .list li {
  margin-bottom: 25px;
}
.cid-utnZGTxp3m .list li:last-child {
  margin-bottom: 0;
}
.cid-utnZGTxp3m .mbr-desc {
  margin-bottom: 8px;
}
.cid-utnZGTxp3m .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-utnZGTxp3m .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-utnZGTxp3m .social-row .soc-item a:hover {
  border-color: #320707;
}
.cid-utnZGTxp3m .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #e0bdb6;
  transition: all .3s ease;
}
.cid-utnZGTxp3m .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-utnZGTxp3m .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #e0bdb6;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-utnZGTxp3m .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-utnZGTxp3m .mbr-desc,
.cid-utnZGTxp3m .mbr-iconfont {
  color: #ffffff;
}
