.btn {
  border-width: 2px;
}
body {
  font-family: League Spartan;
}
.display-1 {
  font-family: 'League Spartan', sans-serif;
  font-size: 9.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 11.875rem;
}
.display-2 {
  font-family: 'League Spartan', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}


.display-4-1 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
color: #fec406
}


.display-4a {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4aa {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.2rem;
    
  line-height: 1.5;
}
.display-4b {
    font-family: 'League Spartan', sans-serif;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
}
.display-4c {
    font-family: 'League Spartan', sans-serif;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
}
.display-4d {
    font-family: 'League Spartan', sans-serif;
    font-size: 1.2rem;
    line-height: 1.2;

}
.display-4a > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'League Spartan', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5a {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5a-1 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.9rem;
  line-height: 1.5;
}
.display-5b {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5c {
    font-family: 'League Spartan', sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #6A370A;
}
.display-5-d {
    font-family: 'League Spartan', sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #FFE436;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
    font: 1.1rem/1 'League Spartan', sans-serif;
    line-height: 1.5;
    color: #1A1A1A;
}
.display-7-1 {
    font: 1.1rem/1 'League Spartan', sans-serif;
    line-height: 1;
    color: #1A1A1A;
}


.display-7a {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7b {
  font-family: 'League Spartan', sans-serif;
  font-size: 0.9rem;
  line-height: 1;
}
.display-7c {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #1A1A1A;
}

.display-7d {
    font-size: 1rem;
    line-height: 1;
    color: #484848;
    text-align: center;
}
.display-7e {
    font-family: 'League Spartan', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
    color: #000000;
}
.display-7f{
    font: 1.1rem/1 'League Spartan', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #733100;
}
.display-7g {
  font-family: 'League Spartan', sans-serif;
  font-size: 1rem;
  line-height: 1;
    
}

.display-7h {
    font: 1.1rem/1 'League Spartan', sans-serif;
    line-height: 1.1;
    color: #1A1A1A;
}
.display-7i {
    font: 1rem/1 'League Spartan', sans-serif;
    line-height: 1.3;
    color: #2A2A2A;
}
.display-7k {
    font: 1.3rem/1 'League Spartan', sans-serif;
    line-height: 1.5;
    color: #733100;
}
.display-7k-1 {
    font: 1.2rem/1 'League Spartan', sans-serif;    
    line-height: 1.5;
    color: #1A1A1A;
}
.display-7m {
    font: 1.2rem/1 'League Spartan', sans-serif;    
    line-height: 1.5;
    color: #1A1A1A;
}

.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: 7.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.65rem;
    font-size: calc( 3.9749999999999996rem + (9.5 - 3.9749999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (3.9749999999999996rem + (9.5 - 3.9749999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;

    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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff7f11 !important;
}
.bg-success {
  background-color: #44af68 !important;
}
.bg-info {
  background-color: #fec406 !important;
}
.bg-warning {
  background-color: #504a24 !important;
}
.bg-danger {
  background-color: #ff7f11 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #AD7745 !important;
  border-color: #AD7745 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #ff7f11;
}
.btn-primary:hover .mobi-mbri:after,
.btn-primary:focus .mobi-mbri:after,
.btn-primary.focus .mobi-mbri:after,
.btn-primary.active .mobi-mbri:after {
  display: block;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b95600 !important;
  border-color: #b95600 !important;
}
.btn-secondary,
.btn-secondary:active {
    background-color: #AD7745 !important;
    border-color: #f6b7d2 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary .mobi-mbri:after {
    content: '';
    display: none;
    width: 105%;
    height: 100%;
    position: absolute;
    top: 100%;
    background-color: #FF8600;
}
.btn-secondary:hover .mobi-mbri:after,
.btn-secondary:focus .mobi-mbri:after,
.btn-secondary.focus .mobi-mbri:after,
.btn-secondary.active .mobi-mbri:after {
  display: block;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ec6aa2 !important;
  border-color: #ec6aa2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fec406 !important;
  border-color: #fec406 !important;
  color: #050400 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fec406;
}
.btn-info:hover .mobi-mbri:after,
.btn-info:focus .mobi-mbri:after,
.btn-info.focus .mobi-mbri:after,
.btn-info.active .mobi-mbri:after {
  display: block;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #050400 !important;
  background-color: #ad8401 !important;
  border-color: #ad8401 !important;
}
.btn-success,
.btn-success:active {
  background-color: #44af68 !important;
  border-color: #44af68 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #44af68;
}
.btn-success:hover .mobi-mbri:after,
.btn-success:focus .mobi-mbri:after,
.btn-success.focus .mobi-mbri:after,
.btn-success.active .mobi-mbri:after {
  display: block;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2c7143 !important;
  border-color: #2c7143 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #504a24 !important;
  border-color: #504a24 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #504a24;
}
.btn-warning:hover .mobi-mbri:after,
.btn-warning:focus .mobi-mbri:after,
.btn-warning.focus .mobi-mbri:after,
.btn-warning.active .mobi-mbri:after {
  display: block;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #141309 !important;
  border-color: #141309 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff7f11 !important;
  border-color: #ff7f11 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #ff7f11;
}
.btn-danger:hover .mobi-mbri:after,
.btn-danger:focus .mobi-mbri:after,
.btn-danger.focus .mobi-mbri:after,
.btn-danger.active .mobi-mbri:after {
  display: block;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b95600 !important;
  border-color: #b95600 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fef9ee !important;
  border-color: #fef9ee !important;
  color: #e09e0d !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-white:hover .mobi-mbri:after,
.btn-white:focus .mobi-mbri:after,
.btn-white.focus .mobi-mbri:after,
.btn-white.active .mobi-mbri:after {
  display: block;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #e09e0d !important;
  background-color: #f9dc9c !important;
  border-color: #f9dc9c !important;
}
.btn-black,
.btn-black:active {
  background-color: #1f1d1a !important;
  border-color: #1f1d1a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #1f1d1a;
}
.btn-black:hover .mobi-mbri:after,
.btn-black:focus .mobi-mbri:after,
.btn-black.focus .mobi-mbri:after,
.btn-black.active .mobi-mbri:after {
  display: block;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  background-color: #fef9ee !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  border-color: #ff7f11;
  color: #ff7f11;
}
.btn-primary-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff7f11 !important;
}
.btn-primary-outline:hover .mobi-mbri:after,
.btn-primary-outline:focus .mobi-mbri:after,
.btn-primary-outline.focus .mobi-mbri:after,
.btn-primary-outline.active .mobi-mbri:after {
  display: block;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7f11 !important;
  border-color: #ff7f11 !important;
}
.btn-secondary-outline {
  background-color: #fef9ee !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  border-color: #f6b7d2;
  color: #f6b7d2;
}
.btn-secondary-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f6b7d2 !important;
}
.btn-secondary-outline:hover .mobi-mbri:after,
.btn-secondary-outline:focus .mobi-mbri:after,
.btn-secondary-outline.focus .mobi-mbri:after,
.btn-secondary-outline.active .mobi-mbri:after {
  display: block;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f6b7d2 !important;
  border-color: #f6b7d2 !important;
}
.btn-info-outline {
  background-color: #fef9ee !important;
}
.btn-info-outline,
.btn-info-outline:active {
  border-color: #fec406;
  color: #fec406;
}
.btn-info-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #fec406 !important;
}
.btn-info-outline:hover .mobi-mbri:after,
.btn-info-outline:focus .mobi-mbri:after,
.btn-info-outline.focus .mobi-mbri:after,
.btn-info-outline.active .mobi-mbri:after {
  display: block;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #050400 !important;
  background-color: #fec406 !important;
  border-color: #fec406 !important;
}
.btn-success-outline {
  background-color: #fef9ee !important;
}
.btn-success-outline,
.btn-success-outline:active {
  border-color: #44af68;
  color: #44af68;
}
.btn-success-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #44af68 !important;
}
.btn-success-outline:hover .mobi-mbri:after,
.btn-success-outline:focus .mobi-mbri:after,
.btn-success-outline.focus .mobi-mbri:after,
.btn-success-outline.active .mobi-mbri:after {
  display: block;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #44af68 !important;
  border-color: #44af68 !important;
}
.btn-warning-outline {
  background-color: #fef9ee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  border-color: #504a24;
  color: #504a24;
}
.btn-warning-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #504a24 !important;
}
.btn-warning-outline:hover .mobi-mbri:after,
.btn-warning-outline:focus .mobi-mbri:after,
.btn-warning-outline.focus .mobi-mbri:after,
.btn-warning-outline.active .mobi-mbri:after {
  display: block;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #504a24 !important;
  border-color: #504a24 !important;
}
.btn-danger-outline {
  background-color: #fef9ee !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  border-color: #ff7f11;
  color: #ff7f11;
}
.btn-danger-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff7f11 !important;
}
.btn-danger-outline:hover .mobi-mbri:after,
.btn-danger-outline:focus .mobi-mbri:after,
.btn-danger-outline.focus .mobi-mbri:after,
.btn-danger-outline.active .mobi-mbri:after {
  display: block;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7f11 !important;
  border-color: #ff7f11 !important;
}
.btn-black-outline {
  background-color: #fef9ee !important;
}
.btn-black-outline,
.btn-black-outline:active {
  border-color: #1f1d1a;
  color: #1f1d1a;
}
.btn-black-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #1f1d1a !important;
}
.btn-black-outline:hover .mobi-mbri:after,
.btn-black-outline:focus .mobi-mbri:after,
.btn-black-outline.focus .mobi-mbri:after,
.btn-black-outline.active .mobi-mbri:after {
  display: block;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1f1d1a !important;
  border-color: #1f1d1a !important;
}
.btn-white-outline {
  background-color: #fef9ee !important;
}
.btn-white-outline,
.btn-white-outline:active {
  border-color: #fef9ee;
  color: #fef9ee;
}
.btn-white-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fef9ee !important;
}
.btn-white-outline:hover .mobi-mbri:after,
.btn-white-outline:focus .mobi-mbri:after,
.btn-white-outline.focus .mobi-mbri:after,
.btn-white-outline.active .mobi-mbri:after {
  display: block;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #e09e0d !important;
  background-color: #fef9ee !important;
  border-color: #fef9ee !important;
}
.text-primary {
    color: #862D00 !important;
}
.text-primary-a {
    color: #FFFFFF !important;
}
.text-secondary {
  color: #f6b7d2 !important;
}
.text-success {
  color: #44af68 !important;
}
.text-info {
  color: #fec406 !important;
}
.text-warning {
  color: #504a24 !important;
}
.text-danger {
  color: #ff7f11 !important;
}
.text-white {
  color: #FEF9EE !important;
}
.text-black {
  color: #1F1D1A !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;
    color: #FFFFFF;
}
.nav-tabs .nav-link.active {
  color: #ff7f11;
}
.nav-tabs .nav-link:not(.active) {
  color: #1F1D1A;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fec406;
}
.alert-warning {
  background-color: #504a24;
}
.alert-danger {
  background-color: #ff7f11;
}
.mbr-section-btn a.btn:not(.btn-form) {
    border-radius: 100px;
    color: #AD7745;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff7f11;
  border-color: #ff7f11;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
    color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffeddd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9bd8af;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff4d1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ccc38e;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffeddd;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #ff7f11 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #ff7f11;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #ff7f11;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff7f11;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff7f11;
  border-bottom-color: #ff7f11;
}
.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: #ff7f11 !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: #f6b7d2 !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='%23ff7f11' %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;
    background-image: url(/Assets/Web/images/ba-ok.jpg);
}
a {
  transition-duration: .2s;
}
a:hover {
  background-image: none !important;
  text-decoration-line: underline;
}
.container {
    max-width: 1322px;
    padding: 0px 40px;
}
@media (max-width: 1199px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 639px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 639px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  margin-left: -40px;
  margin-right: -40px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .row {
    margin-left: -32px;
    margin-right: -32px;
  }
  .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 639px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 40px;
  padding: 9px 24px;
  line-height: 1.55;
  font-weight: 500;
  transition-duration: .2s;
  border-radius: 9999px;
  text-underline-offset: 4px;
  box-shadow: none !important;
  border: none !important;
  overflow: hidden;
}
.mbr-section-btn .btn .mobi-mbri {
  position: relative;
}
.mbr-section-btn .btn:hover {
  text-decoration-line: underline;
}
.mbr-section-btn .btn-white-outline {
  background-color: transparent !important;
}
.mbr-section-btn .btn-white-outline:hover {
  text-decoration-line: none !important;
}
.mbr-section-btn .btn-white-outline .mobi-mbri:after {
  display: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
section {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(url);
}
b {
  font-weight: 600 !important;
}
.cid-uH5KDDOuMa {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uH5KDDOuMa .navbar-dropdown {
  background-color: #77400f !important;
  padding: 0;
}
.cid-uH5KDDOuMa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #77400f !important;
  background: #77400f;
}
.cid-uH5KDDOuMa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH5KDDOuMa .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uH5KDDOuMa .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uH5KDDOuMa .menu_box .navbar.opened,
  .cid-uH5KDDOuMa .menu_box .navbar-collapse {
    background-color: #77400f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uH5KDDOuMa nav.navbar {
    position: fixed;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.cid-uH5KDDOuMa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uH5KDDOuMa .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uH5KDDOuMa .mbr-section-btn-main {
    margin-top: 0.5rem;
  }
}
.cid-uH5KDDOuMa .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uH5KDDOuMa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uH5KDDOuMa .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uH5KDDOuMa .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uH5KDDOuMa .nav-item {
    margin: 0 !important;
  }
}
.cid-uH5KDDOuMa .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uH5KDDOuMa .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fed243;
  transition: all 0.3s ease-in-out;
}
.cid-uH5KDDOuMa .nav-item .nav-link:hover,
.cid-uH5KDDOuMa .nav-item .nav-link:focus {
  color: #fed243 !important;
}
.cid-uH5KDDOuMa .nav-item .nav-link:hover::before,
.cid-uH5KDDOuMa .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uH5KDDOuMa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uH5KDDOuMa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uH5KDDOuMa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uH5KDDOuMa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uH5KDDOuMa .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-uH5KDDOuMa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uH5KDDOuMa .offcanvas_box {
    display: none;
  }
}
.cid-uH5KDDOuMa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uH5KDDOuMa .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uH5KDDOuMa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uH5KDDOuMa .container {
  display: flex;
  margin: auto;
}
.cid-uH5KDDOuMa .iconfont-wrapper {
  color: #ff7f11;
  background-color: #ffffff;
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uH5KDDOuMa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uH5KDDOuMa .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uH5KDDOuMa .navbar-nav {
    margin: 0;
  }
}
.cid-uH5KDDOuMa .dropdown-menu,
.cid-uH5KDDOuMa .navbar.opened {
  background-color: false !important;
}
.cid-uH5KDDOuMa .nav-item:focus,
.cid-uH5KDDOuMa .nav-link:focus {
  outline: none;
}
.cid-uH5KDDOuMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH5KDDOuMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH5KDDOuMa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH5KDDOuMa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH5KDDOuMa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH5KDDOuMa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH5KDDOuMa .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uH5KDDOuMa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uH5KDDOuMa .navbar.opened {
  transition: all 0.3s;
}
.cid-uH5KDDOuMa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uH5KDDOuMa .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uH5KDDOuMa .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH5KDDOuMa .navbar.collapsed {
  justify-content: center;
}
.cid-uH5KDDOuMa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH5KDDOuMa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uH5KDDOuMa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH5KDDOuMa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH5KDDOuMa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH5KDDOuMa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uH5KDDOuMa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uH5KDDOuMa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uH5KDDOuMa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uH5KDDOuMa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH5KDDOuMa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH5KDDOuMa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uH5KDDOuMa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH5KDDOuMa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uH5KDDOuMa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH5KDDOuMa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uH5KDDOuMa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uH5KDDOuMa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uH5KDDOuMa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uH5KDDOuMa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH5KDDOuMa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uH5KDDOuMa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH5KDDOuMa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH5KDDOuMa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH5KDDOuMa .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-uH5KDDOuMa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uH5KDDOuMa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH5KDDOuMa .dropdown-item.active,
.cid-uH5KDDOuMa .dropdown-item:active {
  background-color: transparent;
}
.cid-uH5KDDOuMa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uH5KDDOuMa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH5KDDOuMa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH5KDDOuMa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH5KDDOuMa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uH5KDDOuMa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH5KDDOuMa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #77400f;
  background: #ffffff;
}
.cid-uH5KDDOuMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fed243;
}
.cid-uH5KDDOuMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH5KDDOuMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH5KDDOuMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH5KDDOuMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH5KDDOuMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH5KDDOuMa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH5KDDOuMa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH5KDDOuMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH5KDDOuMa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uH5KDDOuMa .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-uH5KDDOuMa .navbar {
    height: 70px;
  }
  .cid-uH5KDDOuMa .navbar.opened {
    height: auto;
  }
  .cid-uH5KDDOuMa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH5KDDOuMa .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uH5KDDOuMa .navbar-caption:hover {
  color: #fed243;
}
@media (min-width: 992px) {
  .cid-uH5KDDOuMa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uH5KDDOuMa .text_widget {
  margin-bottom: 32px;
}
.cid-uH5KDDOuMa .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uH5KDDOuMa .text_widget a:hover,
.cid-uH5KDDOuMa .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uH5KDDOuMa .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uH5KDDOuMa .navbar-caption {
  color: #ffffff;
}
.cid-uH5KDDOuMa .mbr-section-subtitle,
.cid-uH5KDDOuMa .text_widget,
.cid-uH5KDDOuMa .mbr-section-btn {
  text-align: center;
}
.cid-uH5KDDOuMa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
    background-image: none;
    font-size: 1.2rem;
}
.cid-uHiu1dbGsQ {
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(/Assets/Web/images/about-img-3.jpg);
    opacity: 1;
}
.cid-uHiu1dbGsQ .carousel {
  width: 100%;
}
.cid-uHiu1dbGsQ .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uHiu1dbGsQ .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uHiu1dbGsQ .carousel-caption {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-uHiu1dbGsQ .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-uHiu1dbGsQ .carousel-caption {
    width: 900px;
  }
}
.cid-uHiu1dbGsQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uHiu1dbGsQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uHiu1dbGsQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-uHiu1dbGsQ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uHiu1dbGsQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uHiu1dbGsQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uHiu1dbGsQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uHiu1dbGsQ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uHiu1dbGsQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHiu1dbGsQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHiu1dbGsQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHiu1dbGsQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uHiu1dbGsQ .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-uHiu1dbGsQ .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-uHiu1dbGsQ .carousel-indicators li::after,
.cid-uHiu1dbGsQ .carousel-indicators li::before {
  content: none;
}
.cid-uHiu1dbGsQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uH5mviS5L7 {
    padding-top: 3rem;
    padding-bottom: 4rem;
    overflow: hidden;
    background-image: url(/Assets/Web/images/ba-ok.jpg);
}
.cid-uH5mviS5L7 .row {
  justify-content: center;
}
.cid-uH5mviS5L7 .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uH5mviS5L7 .col-title {
    margin-bottom: 72px;
  }
}
.cid-uH5mviS5L7 .mbr-section-title {
  color: #592d05;
}
.cid-uH5mviS5L7 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-uH5mviS5L7 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-uH5mviS5L7 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-uH5mviS5L7 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uH5mviS5L7 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #fef9ee;
  overflow: hidden;
}
.cid-uH5mviS5L7 .card-wrapper {
  display: flex;
  height: 100%;
}
.cid-uH5mviS5L7 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 32px;
  height: 100%;
}
.cid-uH5mviS5L7 .card-title {
  color: #75083A;
  width: 100%;
  margin-bottom: 0;
}
.cid-uH5mviS5L7 .card-text {
  width: 100%;
  color: #1F1D1A;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-t9FFLEyXoo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("/Assets/Web/images/pexels-mark-mccammon-2724748-1920x1280.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-t9FFLEyXoo {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-t9FFLEyXoo {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-t9FFLEyXoo {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-t9FFLEyXoo {
    min-height: 610px;
  }
}
.cid-t9FFLEyXoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9FFLEyXoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9FFLEyXoo .row {
  justify-content: flex-start;
}
.cid-t9FFLEyXoo .mbr-section-title {
  color: #FEF9EE;
}
.cid-t9FFLEyXoo .mbr-section-subtitle {
    color: #FEF9EE;
    font-size: 1.6rem;
}
.cid-t9FFLEyXoo .mbr-text {
  color: #FEF9EE;
}
.cid-uH5rcYQuW6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("/Assets/Web/images/mbr-4-1920x1280.jpg");
}
.cid-uH5rcYQuW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH5rcYQuW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH5rcYQuW6 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH5rcYQuW6 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH5rcYQuW6 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uH5rcYQuW6 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uH5rcYQuW6 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
    font-size: 1.5rem;
}
.cid-uH5rcYQuW6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH5rcYQuW6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH5rcYQuW6 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
  row-gap: 1rem;
}
.cid-uH5rcYQuW6 .item {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uH5rcYQuW6 .item {
    margin-bottom: 28px;
  }
}
.cid-uH5rcYQuW6 .item .item-wrapper {
  height: 100%;
  border: 2px solid #fed243;
  background-color: #77400f;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
}
.cid-uH5rcYQuW6 .item .item-wrapper:hover,
.cid-uH5rcYQuW6 .item .item-wrapper:focus {
  border: 2px solid #fec406;
  box-shadow: 4px 4px 0 0 #fec406;
}
.cid-uH5rcYQuW6 .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uH5rcYQuW6 .item .item-wrapper .item-wrap .item-content {
  background-color: #4b4b4b;
}
.cid-uH5rcYQuW6 .item .item-wrapper .item-wrap .item-content .item-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fed243;
}
@media (max-width: 992px) {
  .cid-uH5rcYQuW6 .item .item-wrapper .item-wrap .item-content .item-img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .cid-uH5rcYQuW6 .item .item-wrapper .item-wrap .item-content .item-img {
    height: 200px;
  }
}
.cid-uH5rcYQuW6 .item .item-wrapper .item-wrap .item-content .item-img a {
  height: 100%;
  width: 100%;
}
.cid-uH5rcYQuW6 .item .item-wrapper .item-wrap .item-content .item-img a img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uH5rcYQuW6 .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 1.5rem;
  background-color: #77400f;
}
@media (max-width: 992px) {
  .cid-uH5rcYQuW6 .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uH5rcYQuW6 .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
  text-align: center;
}
.cid-uH5rcYQuW6 .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uH5rcYQuW6 .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uH5rcYQuW6 .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uH5rcYQuW6 .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uH5rcYQuW6 .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ff7f11;
}
.cid-uH5rcYQuW6 .icon-wrapper {
  text-align: right;
}
.cid-uH5rcYQuW6 .mbr-section-title,
.cid-uH5rcYQuW6 .item-title,
.cid-uH5rcYQuW6 .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uH5rcYQuW6 .mbr-text,
.cid-uH5rcYQuW6 .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uH5rcYQuW6 .mbr-desc,
.cid-uH5rcYQuW6 .desc-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uH5rcYQuW6 .item-desc {
  color: #fdfde1;
}
.cid-uH5rcYQuW6 .item-title,
.cid-uH5rcYQuW6 .icon-wrapper {
  color: #fed243;
}
.cid-uH5rcYQuW6 .mbr-section-title {
  color: #592d05;
}
.cid-uH5rcYQuW6 .item-text {
  text-align: left;
}
.cid-uH6nccLk4z {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: url(/Assets/Web/images/ba-ok.jpg);
    position: relative;
    overflow: hidden;
}
.cid-uH6nccLk4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6nccLk4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH6nccLk4z .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uH6nccLk4z .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uH6nccLk4z .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-uH6nccLk4z .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uH6nccLk4z .card-wrapper {
  width: 100%;
}
.cid-uH6nccLk4z .card-box {
  width: 100%;
}
.cid-uH6nccLk4z .card-title {
  color: #592d05;
  margin-bottom: 0;
}
.cid-uH6nccLk4z .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-uH6nccLk4z .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-uH6nccLk4z .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 17%;
}
@media (max-width: 767px) {
  .cid-uH6nccLk4z .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10% 17%;
  }
}
.cid-uH6nccLk4z .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uH6nccLk4z .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uH6nccLk4z .bg-img {
  position: absolute;
  width: 100%;
  background-color: #b3855c;
  aspect-ratio: 1;
  border-radius: 9999px;
  right: 0;
  bottom: 0;
  transform: translateY(50%) translateX(50%);
}
@media (max-width: 767px) {
  .cid-uH6nccLk4z .bg-img {
    width: 150%;
  }
}
.cid-uH5TjN7CmF {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-image: url(/Assets/Web/images/ba-ok.jpg);
    position: relative;
    overflow: hidden;
}
.cid-uH5TjN7CmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH5TjN7CmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH5TjN7CmF .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uH5TjN7CmF .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uH5TjN7CmF .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-uH5TjN7CmF .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uH5TjN7CmF .card-wrapper {
  width: 100%;
}
.cid-uH5TjN7CmF .card-box {
  width: 100%;
}
.cid-uH5TjN7CmF .card-title {
  color: #592D05;
  margin-bottom: 0;
}
.cid-uH5TjN7CmF .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-uH5TjN7CmF .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-uH5TjN7CmF .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .cid-uH5TjN7CmF .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10%;
  }
}
.cid-uH5TjN7CmF .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uH5TjN7CmF .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uH5TjN7CmF .bg-img {
  position: absolute;
  width: 100%;
  background-color: #b3855c;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .cid-uH5TjN7CmF .bg-img {
    width: 150%;
  }
}
.cid-uH5TjN7CmF .bg-img-1 {
  left: 0;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-uH5TjN7CmF .bg-img-2 {
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.cid-uH6uPzm2yM {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: url("/Assets/Web/images/mbr-1920x1440.jpg");
}
.cid-uH6uPzm2yM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6uPzm2yM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH6uPzm2yM .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uH6uPzm2yM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uH6uPzm2yM .container {
    padding: 0 16px;
  }
}
.cid-uH6uPzm2yM .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uH6uPzm2yM .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uH6uPzm2yM .content-wrapper .mbr-section-title span {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}
.cid-uH6uPzm2yM .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uH6uPzm2yM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH6uPzm2yM .mbr-text {
  color: #ffffff;
}
.cid-uH6uPzm2yM .mbr-text,
.cid-uH6uPzm2yM .mbr-section-btn {
  text-align: center;
}
.cid-uH6uPzm2yM .mbr-section-title,
.cid-uH6uPzm2yM .title-wrap {
  color: #fed243;
}
.cid-uH63gNTgW5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: url(/Assets/Web/images/ba-ok.jpg);
}
.cid-uH63gNTgW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH63gNTgW5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH63gNTgW5 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uH63gNTgW5 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uH63gNTgW5 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uH63gNTgW5 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uH63gNTgW5 .container {
    padding: 0 16px;
  }
}
.cid-uH63gNTgW5 .row {
  padding: 60px 64px;
  background-color: #fcf0d5;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uH63gNTgW5 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uH63gNTgW5 .row {
    padding: 25px 9px;
  }
}
.cid-uH63gNTgW5 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uH63gNTgW5 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uH63gNTgW5 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uH63gNTgW5 .box {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uH63gNTgW5 .box {
    width: 100%;
  }
}
.cid-uH63gNTgW5 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uH63gNTgW5 .box .mbr-media {
    height: 350px;
  }
}
.cid-uH63gNTgW5 .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  margin-left: 4px;
}
.cid-uH63gNTgW5 .box .mbr-media .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uH63gNTgW5 .mbr-media {
  position: relative;
}
.cid-uH63gNTgW5 .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uH63gNTgW5 a:hover {
  background-image: none !important;
}
.cid-uH63gNTgW5 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #ff7f11;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-uH63gNTgW5 .icon-wrap:hover,
.cid-uH63gNTgW5 .icon-wrap:focus {
  cursor: pointer;
}
.cid-uH63gNTgW5 .icon-wrap:hover .mbr-iconfont,
.cid-uH63gNTgW5 .icon-wrap:focus .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uH63gNTgW5 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uH63gNTgW5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uH63gNTgW5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uH63gNTgW5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uH63gNTgW5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  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-uH63gNTgW5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uH63gNTgW5 .mbr-section-title {
  color: #592d05;
}
.cid-uH6dJIYVpF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uH6dJIYVpF::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uH6dJIYVpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6dJIYVpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH6dJIYVpF .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uH6dJIYVpF .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uH6dJIYVpF .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uH6dJIYVpF .container {
    padding: 0 22px;
  }
}
.cid-uH6dJIYVpF .row {
  position: relative;
  z-index: 1;
}
.cid-uH6dJIYVpF .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uH6dJIYVpF .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uH6dJIYVpF .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uH6dJIYVpF .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uH6dJIYVpF .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uH6dJIYVpF .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uH6dJIYVpF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uH6dJIYVpF .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uH6dJIYVpF .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uH6dJIYVpF .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uH6dJIYVpF .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uH6dJIYVpF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uH6dJIYVpF .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uH6dJIYVpF .nav-wrapper .list .item-wrap:hover,
.cid-uH6dJIYVpF .nav-wrapper .list .item-wrap:hover {
  color: #fec406;
}
.cid-uH6dJIYVpF .nav-wrapper .list .item-wrap:hover::before,
.cid-uH6dJIYVpF .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uH6dJIYVpF .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uH6dJIYVpF .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uH6dJIYVpF .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uH6dJIYVpF .contacts-wrapper .contacts-wrap .item-contact {
    margin-bottom: 10px;
}
.cid-uH6dJIYVpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uH6dJIYVpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uH6dJIYVpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uH6dJIYVpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uH6dJIYVpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fec406;
}
.cid-uH6dJIYVpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uH6dJIYVpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uH6dJIYVpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uH6dJIYVpF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uH6dJIYVpF .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uH6dJIYVpF .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uH6dJIYVpF .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uH6dJIYVpF .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uH6dJIYVpF .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uH6dJIYVpF .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uH6dJIYVpF .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uH6dJIYVpF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uH6dJIYVpF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uH6dJIYVpF .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uH6dJIYVpF .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uH6dJIYVpF .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fec406;
}
.cid-uH6dJIYVpF .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 36px;
    color: #FF8600;
    transition: all 0.3s ease-in-out;
}
.cid-uH6dJIYVpF .mbr-copy {
    margin-bottom: 0;
    padding: 25px 0;
    color: #FFFFFF;
    text-align: center;
}
.cid-uH6dJIYVpF .mbr-section-title {
    color: #FFFFFF;
}
.cid-uH6dJIYVpF .mbr-text {
  color: #ffffff;
}
.cid-uH6dJIYVpF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uH6dJIYVpF .list {
  color: #ffffff;
}
.cid-uH6dJIYVpF .mbr-contact {
  color: #ffffff;
}
.cid-uH6dJIYVpF .mbr-desc {
  color: #ffffff;
}
.cid-uH6dJIYVpF .mbr-contact,
.cid-uH6dJIYVpF .item-contact {
  color: #ffffff;
}
.cid-uH6ljiQPrW {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uH6ljiQPrW .navbar-dropdown {
  background-color: #77400f !important;
  padding: 0;
}
.cid-uH6ljiQPrW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #77400f !important;
  background: #77400f;
}
.cid-uH6ljiQPrW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH6ljiQPrW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uH6ljiQPrW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uH6ljiQPrW .menu_box .navbar.opened,
  .cid-uH6ljiQPrW .menu_box .navbar-collapse {
    background-color: #77400f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uH6ljiQPrW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uH6ljiQPrW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uH6ljiQPrW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uH6ljiQPrW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uH6ljiQPrW .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uH6ljiQPrW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uH6ljiQPrW .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uH6ljiQPrW .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uH6ljiQPrW .nav-item {
    margin: 0 !important;
  }
}
.cid-uH6ljiQPrW .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uH6ljiQPrW .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fed243;
  transition: all 0.3s ease-in-out;
}
.cid-uH6ljiQPrW .nav-item .nav-link:hover,
.cid-uH6ljiQPrW .nav-item .nav-link:focus {
  color: #fed243 !important;
}
.cid-uH6ljiQPrW .nav-item .nav-link:hover::before,
.cid-uH6ljiQPrW .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uH6ljiQPrW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uH6ljiQPrW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uH6ljiQPrW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uH6ljiQPrW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uH6ljiQPrW .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-uH6ljiQPrW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uH6ljiQPrW .offcanvas_box {
    display: none;
  }
}
.cid-uH6ljiQPrW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uH6ljiQPrW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uH6ljiQPrW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uH6ljiQPrW .container {
  display: flex;
  margin: auto;
}
.cid-uH6ljiQPrW .iconfont-wrapper {
  color: #ff7f11;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uH6ljiQPrW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uH6ljiQPrW .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uH6ljiQPrW .navbar-nav {
    margin: 0;
  }
}
.cid-uH6ljiQPrW .dropdown-menu,
.cid-uH6ljiQPrW .navbar.opened {
  background-color: false !important;
}
.cid-uH6ljiQPrW .nav-item:focus,
.cid-uH6ljiQPrW .nav-link:focus {
  outline: none;
}
.cid-uH6ljiQPrW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH6ljiQPrW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH6ljiQPrW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH6ljiQPrW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH6ljiQPrW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH6ljiQPrW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH6ljiQPrW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uH6ljiQPrW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uH6ljiQPrW .navbar.opened {
  transition: all 0.3s;
}
.cid-uH6ljiQPrW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uH6ljiQPrW .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uH6ljiQPrW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH6ljiQPrW .navbar.collapsed {
  justify-content: center;
}
.cid-uH6ljiQPrW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH6ljiQPrW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uH6ljiQPrW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH6ljiQPrW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH6ljiQPrW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH6ljiQPrW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uH6ljiQPrW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uH6ljiQPrW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uH6ljiQPrW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uH6ljiQPrW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH6ljiQPrW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH6ljiQPrW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uH6ljiQPrW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH6ljiQPrW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uH6ljiQPrW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH6ljiQPrW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uH6ljiQPrW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uH6ljiQPrW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uH6ljiQPrW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uH6ljiQPrW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH6ljiQPrW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uH6ljiQPrW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH6ljiQPrW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH6ljiQPrW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH6ljiQPrW .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-uH6ljiQPrW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uH6ljiQPrW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH6ljiQPrW .dropdown-item.active,
.cid-uH6ljiQPrW .dropdown-item:active {
  background-color: transparent;
}
.cid-uH6ljiQPrW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uH6ljiQPrW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH6ljiQPrW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH6ljiQPrW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH6ljiQPrW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uH6ljiQPrW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH6ljiQPrW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #77400f;
  background: #ffffff;
}
.cid-uH6ljiQPrW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fed243;
}
.cid-uH6ljiQPrW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH6ljiQPrW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH6ljiQPrW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH6ljiQPrW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH6ljiQPrW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH6ljiQPrW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH6ljiQPrW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH6ljiQPrW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH6ljiQPrW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uH6ljiQPrW .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-uH6ljiQPrW .navbar {
    height: 70px;
  }
  .cid-uH6ljiQPrW .navbar.opened {
    height: auto;
  }
  .cid-uH6ljiQPrW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH6ljiQPrW .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uH6ljiQPrW .navbar-caption:hover {
  color: #fed243;
}
@media (min-width: 992px) {
  .cid-uH6ljiQPrW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uH6ljiQPrW .text_widget {
  margin-bottom: 32px;
}
.cid-uH6ljiQPrW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uH6ljiQPrW .text_widget a:hover,
.cid-uH6ljiQPrW .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uH6ljiQPrW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uH6ljiQPrW .navbar-caption {
  color: #ffffff;
}
.cid-uH6ljiQPrW .mbr-section-subtitle,
.cid-uH6ljiQPrW .text_widget,
.cid-uH6ljiQPrW .mbr-section-btn {
  text-align: center;
}
.cid-uH6ljiQPrW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uH6ljjjWEV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #77400f;
}
.cid-uH6ljjjWEV .row .slide-overlay {
  z-index: 1 !important;
}
@media (min-width: 992px) {
  .cid-uH6ljjjWEV .carousel {
    min-height: 900px;
  }
  .cid-uH6ljjjWEV .carousel img {
    max-height: 900px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uH6ljjjWEV .carousel {
    min-height: 522px;
  }
  .cid-uH6ljjjWEV .carousel img {
    max-height: 522px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uH6ljjjWEV .carousel {
    min-height: 405px;
  }
  .cid-uH6ljjjWEV .carousel img {
    max-height: 405px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-uH6ljjjWEV .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uH6ljjjWEV .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uH6ljjjWEV .carousel,
.cid-uH6ljjjWEV .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-uH6ljjjWEV .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-uH6ljjjWEV .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background-color: #33363b;
  padding: 8px;
  background-color: transparent;
}
.cid-uH6ljjjWEV .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-uH6ljjjWEV .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
  display: none;
}
.cid-uH6ljjjWEV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uH6ljjjWEV .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-uH6ljjjWEV .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-uH6ljjjWEV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-uH6ljjjWEV .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-uH6ljjjWEV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uH6ljjjWEV .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-uH6ljjjWEV .carousel-control:hover,
.cid-uH6ljjjWEV .carousel-control:focus {
  border-color: #ffffff;
  opacity: 1;
}
.cid-uH6ljjjWEV .carousel-control-prev:hover .mobi-mbri,
.cid-uH6ljjjWEV .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-uH6ljjjWEV .carousel-control-next:hover .mobi-mbri,
.cid-uH6ljjjWEV .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-uH6ljjjWEV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uH6ljjjWEV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uH6ljjjWEV .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uH6ljjjWEV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uH6ljjjWEV .carousel-indicators li.active,
.cid-uH6ljjjWEV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uH6ljjjWEV .carousel-indicators li::after,
.cid-uH6ljjjWEV .carousel-indicators li::before {
  content: none;
}
.cid-uH6ljjjWEV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uH6ljjjWEV .carousel-indicators {
    display: none !important;
  }
}
.cid-uH6ljjGyXu {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #b3855c;
}
.cid-uH6ljjGyXu .row {
  justify-content: center;
}
.cid-uH6ljjGyXu .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uH6ljjGyXu .col-title {
    margin-bottom: 72px;
  }
}
.cid-uH6ljjGyXu .mbr-section-title {
  color: #592d05;
}
.cid-uH6ljjGyXu .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-uH6ljjGyXu .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-uH6ljjGyXu .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-uH6ljjGyXu .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uH6ljjGyXu .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #fef9ee;
  overflow: hidden;
}
.cid-uH6ljjGyXu .card-wrapper {
  display: flex;
  height: 100%;
}
.cid-uH6ljjGyXu .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 32px;
  height: 100%;
}
.cid-uH6ljjGyXu .card-title {
  color: #75083A;
  width: 100%;
  margin-bottom: 0;
}
.cid-uH6ljjGyXu .card-text {
  width: 100%;
  color: #1F1D1A;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-uH6ljkasjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("/Assets/Web/images/pexels-mark-mccammon-2724748-1920x1280.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-uH6ljkasjw {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-uH6ljkasjw {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-uH6ljkasjw {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-uH6ljkasjw {
    min-height: 610px;
  }
}
.cid-uH6ljkasjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6ljkasjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH6ljkasjw .row {
  justify-content: flex-start;
}
.cid-uH6ljkasjw .mbr-section-title {
  color: #FEF9EE;
}
.cid-uH6ljkasjw .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-uH6ljkasjw .mbr-text {
  color: #FEF9EE;
}
.cid-uH6ljksbNn {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("/Assets/Web/images/mbr-1920x960.png");
}
.cid-uH6ljksbNn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6ljksbNn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH6ljksbNn .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH6ljksbNn .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH6ljksbNn .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uH6ljksbNn .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uH6ljksbNn .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH6ljksbNn .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH6ljksbNn .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH6ljksbNn .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
  row-gap: 1rem;
}
.cid-uH6ljksbNn .item {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uH6ljksbNn .item {
    margin-bottom: 28px;
  }
}
.cid-uH6ljksbNn .item .item-wrapper {
  height: 100%;
  border: 2px solid #fed243;
  background-color: #77400f;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
}
.cid-uH6ljksbNn .item .item-wrapper:hover,
.cid-uH6ljksbNn .item .item-wrapper:focus {
  border: 2px solid #fec406;
  box-shadow: 4px 4px 0 0 #fec406;
}
.cid-uH6ljksbNn .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uH6ljksbNn .item .item-wrapper .item-wrap .item-content {
  background-color: #4b4b4b;
}
.cid-uH6ljksbNn .item .item-wrapper .item-wrap .item-content .item-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fed243;
}
@media (max-width: 992px) {
  .cid-uH6ljksbNn .item .item-wrapper .item-wrap .item-content .item-img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .cid-uH6ljksbNn .item .item-wrapper .item-wrap .item-content .item-img {
    height: 200px;
  }
}
.cid-uH6ljksbNn .item .item-wrapper .item-wrap .item-content .item-img a {
  height: 100%;
  width: 100%;
}
.cid-uH6ljksbNn .item .item-wrapper .item-wrap .item-content .item-img a img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uH6ljksbNn .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 1.5rem;
  background-color: #77400f;
}
@media (max-width: 992px) {
  .cid-uH6ljksbNn .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uH6ljksbNn .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
  text-align: center;
}
.cid-uH6ljksbNn .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uH6ljksbNn .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uH6ljksbNn .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uH6ljksbNn .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uH6ljksbNn .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ff7f11;
}
.cid-uH6ljksbNn .icon-wrapper {
  text-align: right;
}
.cid-uH6ljksbNn .mbr-section-title,
.cid-uH6ljksbNn .item-title,
.cid-uH6ljksbNn .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uH6ljksbNn .mbr-text,
.cid-uH6ljksbNn .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uH6ljksbNn .mbr-desc,
.cid-uH6ljksbNn .desc-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uH6ljksbNn .item-desc {
  color: #fdfde1;
}
.cid-uH6ljksbNn .item-title,
.cid-uH6ljksbNn .icon-wrapper {
  color: #fed243;
}
.cid-uH6ljkO4LT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e7bd98;
}
.cid-uH6ljkO4LT .item-img {
  position: relative;
}
.cid-uH6ljkO4LT .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uH6ljkO4LT .cardbg {
  background: #eaf1fc;
  height: 100%;
  min-height: 300px;
}
.cid-uH6ljkO4LT .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uH6ljkO4LT .image-wrapper {
  overflow: hidden;
}
.cid-uH6ljkO4LT .item1 {
  margin-bottom: 2rem !important;
}
.cid-uH6ljkO4LT .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uH6ljkO4LT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uH6ljkO4LT .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #592d05;
}
.cid-uH6ljkO4LT .item1,
.cid-uH6ljkO4LT .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uH6ljkO4LT .item1 .item:hover,
.cid-uH6ljkO4LT .item .item:hover {
  cursor: pointer;
}
.cid-uH6ljkO4LT .item1:hover .link-icon-wrapper span,
.cid-uH6ljkO4LT .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uH6ljkO4LT .card2 {
    margin-top: 1rem;
  }
}
.cid-uH6ljkO4LT .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uH6ljkO4LT .link-icon-wrapper .icon-wrap {
  background: #77400f;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uH6ljkO4LT .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uH6ljkO4LT .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uH6ljkO4LT .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uH6ljkO4LT .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uH6ljkO4LT .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uH6ljkO4LT .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uH6ljkO4LT .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uH6ljkO4LT img,
.cid-uH6ljkO4LT .item-img {
  width: 100%;
}
.cid-uH6ljkO4LT .item:focus,
.cid-uH6ljkO4LT span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uH6ljkO4LT .item {
    margin-bottom: 1rem;
  }
}
.cid-uH6ljkO4LT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uH6ljkO4LT .item-title {
  text-align: left;
  color: #000000;
}
.cid-uH6ljkO4LT .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uH6ljkO4LT .mbr-section-subtitle,
.cid-uH6ljkO4LT .subtitle-wrap,
.cid-uH6ljkO4LT .mbr-section-btn {
  text-align: left;
}
.cid-uH6ljkO4LT .mbr-text,
.cid-uH6ljkO4LT .item .mbr-section-btn {
  color: #000000;
}
.cid-uH6ljl7l2V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("/Assets/Web/images/background2.jpg");
  position: relative;
  overflow: hidden;
}
.cid-uH6ljl7l2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6ljl7l2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH6ljl7l2V .content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  align-items: center;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uH6ljl7l2V .content-container {
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uH6ljl7l2V .content-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-uH6ljl7l2V .content-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uH6ljl7l2V .card-wrapper {
  width: 100%;
}
.cid-uH6ljl7l2V .card-box {
  width: 100%;
}
.cid-uH6ljl7l2V .card-title {
  color: #592D05;
  margin-bottom: 0;
}
.cid-uH6ljl7l2V .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-uH6ljl7l2V .mbr-section-btn {
  margin-top: 1.4rem;
}
.cid-uH6ljl7l2V .col-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 767px) {
  .cid-uH6ljl7l2V .col-img {
    grid-row-start: 0;
    grid-row-end: 1;
    padding: 10%;
  }
}
.cid-uH6ljl7l2V .image-wrapper {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uH6ljl7l2V .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uH6ljl7l2V .bg-img {
  position: absolute;
  width: 100%;
  background-color: #b3855c;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .cid-uH6ljl7l2V .bg-img {
    width: 150%;
  }
}
.cid-uH6ljl7l2V .bg-img-1 {
  left: 0;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
}
.cid-uH6ljl7l2V .bg-img-2 {
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.cid-uH6rcAHH6H {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("/Assets/Web/images/mbr-1-1920x1280.jpg");
}
.cid-uH6rcAHH6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6rcAHH6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH6rcAHH6H .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uH6rcAHH6H .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uH6rcAHH6H .container {
    padding: 0 16px;
  }
}
.cid-uH6rcAHH6H .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uH6rcAHH6H .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uH6rcAHH6H .content-wrapper .mbr-section-title span {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}
.cid-uH6rcAHH6H .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uH6rcAHH6H .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH6rcAHH6H .mbr-text {
  color: #ffffff;
}
.cid-uH6rcAHH6H .mbr-text,
.cid-uH6rcAHH6H .mbr-section-btn {
  text-align: center;
  color: #fed243;
}
.cid-uH6ljlNwKS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("/Assets/Web/images/background1.jpg");
}
.cid-uH6ljlNwKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6ljlNwKS .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-uH6ljlNwKS .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uH6ljlNwKS .container {
    padding: 0 16px;
  }
}
.cid-uH6ljlNwKS .row {
  padding: 60px 64px;
  background-color: #e7bd98;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uH6ljlNwKS .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uH6ljlNwKS .row {
    padding: 25px 9px;
  }
}
.cid-uH6ljlNwKS .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uH6ljlNwKS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uH6ljlNwKS .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uH6ljlNwKS .box {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uH6ljlNwKS .box {
    width: 100%;
  }
}
.cid-uH6ljlNwKS .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uH6ljlNwKS .box .mbr-media {
    height: 350px;
  }
}
.cid-uH6ljlNwKS .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  margin-left: 4px;
}
.cid-uH6ljlNwKS .box .mbr-media .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uH6ljlNwKS .mbr-media {
  position: relative;
}
.cid-uH6ljlNwKS .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uH6ljlNwKS a:hover {
  background-image: none !important;
}
.cid-uH6ljlNwKS .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #ff7f11;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-uH6ljlNwKS .icon-wrap:hover,
.cid-uH6ljlNwKS .icon-wrap:focus {
  cursor: pointer;
}
.cid-uH6ljlNwKS .icon-wrap:hover .mbr-iconfont,
.cid-uH6ljlNwKS .icon-wrap:focus .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uH6ljlNwKS .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uH6ljlNwKS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uH6ljlNwKS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uH6ljlNwKS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uH6ljlNwKS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  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-uH6ljlNwKS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uH6ljlNwKS .mbr-section-title {
  color: #592d05;
}
.cid-uH6ljmtIG0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uH6ljmtIG0::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uH6ljmtIG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6ljmtIG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH6ljmtIG0 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uH6ljmtIG0 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uH6ljmtIG0 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uH6ljmtIG0 .container {
    padding: 0 22px;
  }
}
.cid-uH6ljmtIG0 .row {
  position: relative;
  z-index: 1;
}
.cid-uH6ljmtIG0 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uH6ljmtIG0 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uH6ljmtIG0 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uH6ljmtIG0 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uH6ljmtIG0 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uH6ljmtIG0 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uH6ljmtIG0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uH6ljmtIG0 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uH6ljmtIG0 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uH6ljmtIG0 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uH6ljmtIG0 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uH6ljmtIG0 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uH6ljmtIG0 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uH6ljmtIG0 .nav-wrapper .list .item-wrap:hover,
.cid-uH6ljmtIG0 .nav-wrapper .list .item-wrap:hover {
  color: #fec406;
}
.cid-uH6ljmtIG0 .nav-wrapper .list .item-wrap:hover::before,
.cid-uH6ljmtIG0 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uH6ljmtIG0 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uH6ljmtIG0 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uH6ljmtIG0 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uH6ljmtIG0 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uH6ljmtIG0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uH6ljmtIG0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uH6ljmtIG0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uH6ljmtIG0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uH6ljmtIG0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fec406;
}
.cid-uH6ljmtIG0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uH6ljmtIG0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uH6ljmtIG0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uH6ljmtIG0 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uH6ljmtIG0 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uH6ljmtIG0 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uH6ljmtIG0 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uH6ljmtIG0 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uH6ljmtIG0 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uH6ljmtIG0 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uH6ljmtIG0 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uH6ljmtIG0 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uH6ljmtIG0 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uH6ljmtIG0 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uH6ljmtIG0 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uH6ljmtIG0 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fec406;
}
.cid-uH6ljmtIG0 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uH6ljmtIG0 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uH6ljmtIG0 .mbr-section-title {
  color: #ff7f11;
}
.cid-uH6ljmtIG0 .mbr-text {
  color: #ffffff;
}
.cid-uH6ljmtIG0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uH6ljmtIG0 .list {
  color: #ffffff;
}
.cid-uH6ljmtIG0 .mbr-contact {
  color: #ffffff;
}
.cid-uH6ljmtIG0 .mbr-desc {
  color: #ffffff;
}
.cid-uH6ljmtIG0 .mbr-contact,
.cid-uH6ljmtIG0 .item-contact {
  color: #ffffff;
}
.cid-uH6z1QEcp3 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uH6z1QEcp3 .navbar-dropdown {
  background-color: #77400f !important;
  padding: 0;
}
.cid-uH6z1QEcp3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #77400f !important;
  background: #77400f;
}
.cid-uH6z1QEcp3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH6z1QEcp3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uH6z1QEcp3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uH6z1QEcp3 .menu_box .navbar.opened,
  .cid-uH6z1QEcp3 .menu_box .navbar-collapse {
    background-color: #77400f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uH6z1QEcp3 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uH6z1QEcp3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uH6z1QEcp3 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uH6z1QEcp3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uH6z1QEcp3 .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uH6z1QEcp3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uH6z1QEcp3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uH6z1QEcp3 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uH6z1QEcp3 .nav-item {
    margin: 0 !important;
  }
}
.cid-uH6z1QEcp3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uH6z1QEcp3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fed243;
  transition: all 0.3s ease-in-out;
}
.cid-uH6z1QEcp3 .nav-item .nav-link:hover,
.cid-uH6z1QEcp3 .nav-item .nav-link:focus {
  color: #fed243 !important;
}
.cid-uH6z1QEcp3 .nav-item .nav-link:hover::before,
.cid-uH6z1QEcp3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uH6z1QEcp3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uH6z1QEcp3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uH6z1QEcp3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uH6z1QEcp3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uH6z1QEcp3 .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-uH6z1QEcp3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uH6z1QEcp3 .offcanvas_box {
    display: none;
  }
}
.cid-uH6z1QEcp3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uH6z1QEcp3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uH6z1QEcp3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uH6z1QEcp3 .container {
  display: flex;
  margin: auto;
}
.cid-uH6z1QEcp3 .iconfont-wrapper {
  color: #ff7f11;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uH6z1QEcp3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uH6z1QEcp3 .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uH6z1QEcp3 .navbar-nav {
    margin: 0;
  }
}
.cid-uH6z1QEcp3 .dropdown-menu,
.cid-uH6z1QEcp3 .navbar.opened {
  background-color: false !important;
}
.cid-uH6z1QEcp3 .nav-item:focus,
.cid-uH6z1QEcp3 .nav-link:focus {
  outline: none;
}
.cid-uH6z1QEcp3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH6z1QEcp3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH6z1QEcp3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH6z1QEcp3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH6z1QEcp3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH6z1QEcp3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH6z1QEcp3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uH6z1QEcp3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uH6z1QEcp3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uH6z1QEcp3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uH6z1QEcp3 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uH6z1QEcp3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH6z1QEcp3 .navbar.collapsed {
  justify-content: center;
}
.cid-uH6z1QEcp3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH6z1QEcp3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uH6z1QEcp3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH6z1QEcp3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH6z1QEcp3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH6z1QEcp3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uH6z1QEcp3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uH6z1QEcp3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uH6z1QEcp3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uH6z1QEcp3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH6z1QEcp3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH6z1QEcp3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uH6z1QEcp3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH6z1QEcp3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uH6z1QEcp3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH6z1QEcp3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uH6z1QEcp3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uH6z1QEcp3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uH6z1QEcp3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uH6z1QEcp3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH6z1QEcp3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uH6z1QEcp3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH6z1QEcp3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH6z1QEcp3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH6z1QEcp3 .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-uH6z1QEcp3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uH6z1QEcp3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH6z1QEcp3 .dropdown-item.active,
.cid-uH6z1QEcp3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uH6z1QEcp3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uH6z1QEcp3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH6z1QEcp3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH6z1QEcp3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH6z1QEcp3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uH6z1QEcp3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH6z1QEcp3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #77400f;
  background: #ffffff;
}
.cid-uH6z1QEcp3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fed243;
}
.cid-uH6z1QEcp3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH6z1QEcp3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH6z1QEcp3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH6z1QEcp3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH6z1QEcp3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH6z1QEcp3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH6z1QEcp3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH6z1QEcp3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH6z1QEcp3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uH6z1QEcp3 .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-uH6z1QEcp3 .navbar {
    height: 70px;
  }
  .cid-uH6z1QEcp3 .navbar.opened {
    height: auto;
  }
  .cid-uH6z1QEcp3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH6z1QEcp3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uH6z1QEcp3 .navbar-caption:hover {
  color: #fed243;
}
@media (min-width: 992px) {
  .cid-uH6z1QEcp3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uH6z1QEcp3 .text_widget {
  margin-bottom: 32px;
}
.cid-uH6z1QEcp3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uH6z1QEcp3 .text_widget a:hover,
.cid-uH6z1QEcp3 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uH6z1QEcp3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uH6z1QEcp3 .navbar-caption {
  color: #ffffff;
}
.cid-uH6z1QEcp3 .mbr-section-subtitle,
.cid-uH6z1QEcp3 .text_widget,
.cid-uH6z1QEcp3 .mbr-section-btn {
  text-align: center;
}
.cid-uH6z1QEcp3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uH6z1Rm0gR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #77400f;
}
.cid-uH6z1Rm0gR .row .slide-overlay {
  z-index: 1 !important;
}
@media (min-width: 992px) {
  .cid-uH6z1Rm0gR .carousel {
    min-height: 900px;
  }
  .cid-uH6z1Rm0gR .carousel img {
    max-height: 900px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uH6z1Rm0gR .carousel {
    min-height: 522px;
  }
  .cid-uH6z1Rm0gR .carousel img {
    max-height: 522px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uH6z1Rm0gR .carousel {
    min-height: 405px;
  }
  .cid-uH6z1Rm0gR .carousel img {
    max-height: 405px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-uH6z1Rm0gR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uH6z1Rm0gR .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uH6z1Rm0gR .carousel,
.cid-uH6z1Rm0gR .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-uH6z1Rm0gR .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-uH6z1Rm0gR .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background-color: #33363b;
  padding: 8px;
  background-color: transparent;
}
.cid-uH6z1Rm0gR .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-uH6z1Rm0gR .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
  display: none;
}
.cid-uH6z1Rm0gR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uH6z1Rm0gR .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-uH6z1Rm0gR .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-uH6z1Rm0gR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-uH6z1Rm0gR .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-uH6z1Rm0gR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uH6z1Rm0gR .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-uH6z1Rm0gR .carousel-control:hover,
.cid-uH6z1Rm0gR .carousel-control:focus {
  border-color: #ffffff;
  opacity: 1;
}
.cid-uH6z1Rm0gR .carousel-control-prev:hover .mobi-mbri,
.cid-uH6z1Rm0gR .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-uH6z1Rm0gR .carousel-control-next:hover .mobi-mbri,
.cid-uH6z1Rm0gR .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-uH6z1Rm0gR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uH6z1Rm0gR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uH6z1Rm0gR .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uH6z1Rm0gR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uH6z1Rm0gR .carousel-indicators li.active,
.cid-uH6z1Rm0gR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uH6z1Rm0gR .carousel-indicators li::after,
.cid-uH6z1Rm0gR .carousel-indicators li::before {
  content: none;
}
.cid-uH6z1Rm0gR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uH6z1Rm0gR .carousel-indicators {
    display: none !important;
  }
}
.cid-uH6zscJC5j {
    padding-top: 3rem;
    padding-bottom: 4rem;
    background-image: url("/Assets/Web/images/mbr-4-1920x1280.jpg");
}
.cid-uH6zscJC5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6zscJC5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH6zscJC5j .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uH6zscJC5j .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uH6zscJC5j .content-wrapper {
    padding: 0;
  }
}
.cid-uH6zscJC5j .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
    font-size: 1.5rem;
    color: #452000;
}
@media (max-width: 992px) {
  .cid-uH6zscJC5j .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uH6zscJC5j .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1600px) {
  .cid-uH6zscJC5j .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uH6zscJC5j .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uH6zscJC5j .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uH6zscJC5j .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uH6zscJC5j .items-wrapper .item .item-wrapper {
  padding: 30px 30px;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uH6zscJC5j .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uH6zscJC5j .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uH6zscJC5j .items-wrapper .item .item-wrapper .item-title1,
.cid-uH6zscJC5j .items-wrapper .item .item-wrapper .item-title2,
.cid-uH6zscJC5j .items-wrapper .item .item-wrapper .item-title3,
.cid-uH6zscJC5j .items-wrapper .item .item-wrapper .item-title4 {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH6zscJC5j .items-wrapper .item .item-wrapper .item-title1,
  .cid-uH6zscJC5j .items-wrapper .item .item-wrapper .item-title2,
  .cid-uH6zscJC5j .items-wrapper .item .item-wrapper .item-title3,
  .cid-uH6zscJC5j .items-wrapper .item .item-wrapper .item-title4 {
    margin-bottom: 32px;
    color: #FFFFFF;
  }
}
.cid-uH6zscJC5j .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 0;
}
.cid-uH6zscJC5j .items-wrapper .item .item-wrapper .card-box .item-text1,
.cid-uH6zscJC5j .items-wrapper .item .item-wrapper .card-box .item-text2,
.cid-uH6zscJC5j .items-wrapper .item .item-wrapper .card-box .item-text3,
.cid-uH6zscJC5j .items-wrapper .item .item-wrapper .card-box .item-text4 {
  margin-bottom: 32px;
}
.cid-uH6zscJC5j .items-wrapper .card_1 .item-wrapper {
    background-color: #77400f;
}
.cid-uH6zscJC5j .items-wrapper .card_2 .item-wrapper {
  background-color: #e7e7e7;
}
.cid-uH6zscJC5j .items-wrapper .card_3 .item-wrapper {
  background-color: #77400f;
}
.cid-uH6zscJC5j .items-wrapper .card_4 .item-wrapper {
  background-color: #e7e7e7;
}
.cid-uH6zscJC5j .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH6zscJC5j .item-title1 {
  color: #ffffff;
}
.cid-uH6zscJC5j .item-title2 {
  color: #1f1d1a;
}
.cid-uH6zscJC5j .item-title3 {
  color: #ffffff;
}
.cid-uH6zscJC5j .item-title4 {
  color: #1f1d1a;
}
.cid-uH6zscJC5j .item-text1 {
  color: #fdc99c;
}
.cid-uH6zscJC5j .item-text2 {
  color: #353535;
}
.cid-uH6zscJC5j .item-text3 {
  color: #fdc99c;
}
.cid-uH6zscJC5j .item-text4 {
  color: #353535;
}
.cid-uH6zscJC5j .mbr-section-title,
.cid-uH6zscJC5j .mbr-section-btn {
  color: #592d05;
}
.cid-uH6z1SkQd3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 280px;
  background-image: url("/Assets/Web/images/pexels-mark-mccammon-2724748-1920x1280.jpg");
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .cid-uH6z1SkQd3 {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .cid-uH6z1SkQd3 {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .cid-uH6z1SkQd3 {
    min-height: 420px;
  }
}
@media (min-width: 1200px) {
  .cid-uH6z1SkQd3 {
    min-height: 610px;
  }
}
.cid-uH6z1SkQd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6z1SkQd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH6z1SkQd3 .row {
  justify-content: flex-start;
}
.cid-uH6z1SkQd3 .mbr-section-title {
  color: #FEF9EE;
}
.cid-uH6z1SkQd3 .mbr-section-subtitle {
  color: #FEF9EE;
}
.cid-uH6z1SkQd3 .mbr-text {
  color: #FEF9EE;
}
.cid-uH6z1SHPzx {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("/Assets/Web/images/mbr-5-1920x1280.jpg");
}
.cid-uH6z1SHPzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6z1SHPzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH6z1SHPzx .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uH6z1SHPzx .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uH6z1SHPzx .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uH6z1SHPzx .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uH6z1SHPzx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uH6z1SHPzx .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH6z1SHPzx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH6z1SHPzx .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
  row-gap: 1rem;
}
.cid-uH6z1SHPzx .item {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uH6z1SHPzx .item {
    margin-bottom: 28px;
  }
}
.cid-uH6z1SHPzx .item .item-wrapper {
  height: 100%;
  border: 2px solid #fed243;
  background-color: #77400f;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
}
.cid-uH6z1SHPzx .item .item-wrapper:hover,
.cid-uH6z1SHPzx .item .item-wrapper:focus {
  border: 2px solid #fec406;
  box-shadow: 4px 4px 0 0 #fec406;
}
.cid-uH6z1SHPzx .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uH6z1SHPzx .item .item-wrapper .item-wrap .item-content {
  background-color: #4b4b4b;
}
.cid-uH6z1SHPzx .item .item-wrapper .item-wrap .item-content .item-img {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fed243;
}
@media (max-width: 992px) {
  .cid-uH6z1SHPzx .item .item-wrapper .item-wrap .item-content .item-img {
    height: 240px;
  }
}
@media (max-width: 576px) {
  .cid-uH6z1SHPzx .item .item-wrapper .item-wrap .item-content .item-img {
    height: 200px;
  }
}
.cid-uH6z1SHPzx .item .item-wrapper .item-wrap .item-content .item-img a {
  height: 100%;
  width: 100%;
}
.cid-uH6z1SHPzx .item .item-wrapper .item-wrap .item-content .item-img a img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uH6z1SHPzx .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 1.5rem;
  background-color: #77400f;
}
@media (max-width: 992px) {
  .cid-uH6z1SHPzx .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uH6z1SHPzx .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
  text-align: center;
}
.cid-uH6z1SHPzx .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uH6z1SHPzx .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uH6z1SHPzx .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uH6z1SHPzx .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uH6z1SHPzx .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ff7f11;
}
.cid-uH6z1SHPzx .icon-wrapper {
  text-align: right;
}
.cid-uH6z1SHPzx .mbr-section-title,
.cid-uH6z1SHPzx .item-title,
.cid-uH6z1SHPzx .item-text {
  color: #fdfde1;
  text-align: center;
}
.cid-uH6z1SHPzx .mbr-text,
.cid-uH6z1SHPzx .text-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uH6z1SHPzx .mbr-desc,
.cid-uH6z1SHPzx .desc-wrapper {
  color: #fdfde1;
  text-align: center;
}
.cid-uH6z1SHPzx .item-desc {
  color: #fdfde1;
}
.cid-uH6z1SHPzx .item-title,
.cid-uH6z1SHPzx .icon-wrapper {
  color: #fed243;
}
.cid-uH6z1SHPzx .mbr-section-title {
  color: #592d05;
}
.cid-uH6GI2qUhP {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("/Assets/Web/images/ba-ok.jpg");
}
.cid-uH6GI2qUhP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6GI2qUhP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH6GI2qUhP .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uH6GI2qUhP .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uH6GI2qUhP .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uH6GI2qUhP .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uH6GI2qUhP .item {
    margin-bottom: 16px;
  }
}
.cid-uH6GI2qUhP .item:hover .item-wrapper .item-img img,
.cid-uH6GI2qUhP .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uH6GI2qUhP .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uH6GI2qUhP .item .item-wrapper {
    display: block;
  }
}
.cid-uH6GI2qUhP .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uH6GI2qUhP .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uH6GI2qUhP .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uH6GI2qUhP .item .item-wrapper .item-content .item-title_1,
.cid-uH6GI2qUhP .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uH6GI2qUhP .item .item-wrapper .item-content .item-text_1,
.cid-uH6GI2qUhP .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uH6GI2qUhP .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uH6GI2qUhP .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uH6GI2qUhP .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uH6GI2qUhP .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uH6GI2qUhP .item .card_1 {
  background-color: #b3855c;
}
.cid-uH6GI2qUhP .item .card_2 {
  background-color: #ffdec2;
}
.cid-uH6GI2qUhP .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uH6GI2qUhP .item-title_1 {
  color: #592d05;
}
.cid-uH6GI2qUhP .item-title_2 {
  color: #592d05;
}
.cid-uH6GI2qUhP .item-text_1 {
  color: #ffffff;
}
.cid-uH6GI2qUhP .item-text_2 {
  color: #12b82e;
}
.cid-uH6GI2qUhP .item-text_2,
.cid-uH6GI2qUhP .mbr-section-btn {
  color: #353535;
}
.cid-uH6z1TOo8O {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("/Assets/Web/images/mbr-1920x1440.jpg");
}
.cid-uH6z1TOo8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6z1TOo8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH6z1TOo8O .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uH6z1TOo8O .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uH6z1TOo8O .container {
    padding: 0 16px;
  }
}
.cid-uH6z1TOo8O .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uH6z1TOo8O .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uH6z1TOo8O .content-wrapper .mbr-section-title span {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}
.cid-uH6z1TOo8O .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uH6z1TOo8O .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH6z1TOo8O .mbr-text {
  color: #ffffff;
}
.cid-uH6z1TOo8O .mbr-text,
.cid-uH6z1TOo8O .mbr-section-btn {
  text-align: center;
}
.cid-uH6z1TOo8O .mbr-section-title,
.cid-uH6z1TOo8O .title-wrap {
  color: #fed243;
}
.cid-uH6z1Ua77K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("/Assets/Web/images/mbr-1920x960.png");
}
.cid-uH6z1Ua77K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6z1Ua77K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH6z1Ua77K .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uH6z1Ua77K .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uH6z1Ua77K .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uH6z1Ua77K .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uH6z1Ua77K .container {
    padding: 0 16px;
  }
}
.cid-uH6z1Ua77K .row {
  padding: 60px 64px;
  background-color: #e7bd98;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uH6z1Ua77K .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uH6z1Ua77K .row {
    padding: 25px 9px;
  }
}
.cid-uH6z1Ua77K .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uH6z1Ua77K .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uH6z1Ua77K .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uH6z1Ua77K .box {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uH6z1Ua77K .box {
    width: 100%;
  }
}
.cid-uH6z1Ua77K .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 400px;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uH6z1Ua77K .box .mbr-media {
    height: 350px;
  }
}
.cid-uH6z1Ua77K .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  margin-left: 4px;
}
.cid-uH6z1Ua77K .box .mbr-media .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uH6z1Ua77K .mbr-media {
  position: relative;
}
.cid-uH6z1Ua77K .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uH6z1Ua77K a:hover {
  background-image: none !important;
}
.cid-uH6z1Ua77K .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: #ff7f11;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-uH6z1Ua77K .icon-wrap:hover,
.cid-uH6z1Ua77K .icon-wrap:focus {
  cursor: pointer;
}
.cid-uH6z1Ua77K .icon-wrap:hover .mbr-iconfont,
.cid-uH6z1Ua77K .icon-wrap:focus .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uH6z1Ua77K .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uH6z1Ua77K .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uH6z1Ua77K .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uH6z1Ua77K .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uH6z1Ua77K .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  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-uH6z1Ua77K .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uH6z1Ua77K .mbr-section-title {
  color: #1f1d1a;
}
.cid-uH6z1V8R61 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uH6z1V8R61::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uH6z1V8R61 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6z1V8R61 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH6z1V8R61 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uH6z1V8R61 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uH6z1V8R61 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uH6z1V8R61 .container {
    padding: 0 22px;
  }
}
.cid-uH6z1V8R61 .row {
  position: relative;
  z-index: 1;
}
.cid-uH6z1V8R61 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uH6z1V8R61 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uH6z1V8R61 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uH6z1V8R61 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uH6z1V8R61 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uH6z1V8R61 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uH6z1V8R61 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uH6z1V8R61 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uH6z1V8R61 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uH6z1V8R61 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uH6z1V8R61 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uH6z1V8R61 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uH6z1V8R61 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uH6z1V8R61 .nav-wrapper .list .item-wrap:hover,
.cid-uH6z1V8R61 .nav-wrapper .list .item-wrap:hover {
  color: #fec406;
}
.cid-uH6z1V8R61 .nav-wrapper .list .item-wrap:hover::before,
.cid-uH6z1V8R61 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uH6z1V8R61 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uH6z1V8R61 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uH6z1V8R61 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uH6z1V8R61 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uH6z1V8R61 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uH6z1V8R61 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uH6z1V8R61 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uH6z1V8R61 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uH6z1V8R61 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fec406;
}
.cid-uH6z1V8R61 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uH6z1V8R61 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uH6z1V8R61 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uH6z1V8R61 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uH6z1V8R61 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uH6z1V8R61 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uH6z1V8R61 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uH6z1V8R61 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uH6z1V8R61 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uH6z1V8R61 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uH6z1V8R61 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uH6z1V8R61 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uH6z1V8R61 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uH6z1V8R61 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uH6z1V8R61 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uH6z1V8R61 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fec406;
}
.cid-uH6z1V8R61 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uH6z1V8R61 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uH6z1V8R61 .mbr-section-title {
  color: #ff7f11;
}
.cid-uH6z1V8R61 .mbr-text {
  color: #ffffff;
}
.cid-uH6z1V8R61 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uH6z1V8R61 .list {
  color: #ffffff;
}
.cid-uH6z1V8R61 .mbr-contact {
  color: #ffffff;
}
.cid-uH6z1V8R61 .mbr-desc {
  color: #ffffff;
}
.cid-uH6z1V8R61 .mbr-contact,
.cid-uH6z1V8R61 .item-contact {
  color: #ffffff;
}
.cid-uHaSKfVLGi {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHaSKfVLGi .navbar-dropdown {
  background-color: #77400f !important;
  padding: 0;
}
.cid-uHaSKfVLGi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #77400f !important;
  background: #77400f;
}
.cid-uHaSKfVLGi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHaSKfVLGi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHaSKfVLGi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHaSKfVLGi .menu_box .navbar.opened,
  .cid-uHaSKfVLGi .menu_box .navbar-collapse {
    background-color: #77400f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHaSKfVLGi nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHaSKfVLGi .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHaSKfVLGi .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uHaSKfVLGi .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHaSKfVLGi .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uHaSKfVLGi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHaSKfVLGi .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uHaSKfVLGi .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uHaSKfVLGi .nav-item {
    margin: 0 !important;
  }
}
.cid-uHaSKfVLGi .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uHaSKfVLGi .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fed243;
  transition: all 0.3s ease-in-out;
}
.cid-uHaSKfVLGi .nav-item .nav-link:hover,
.cid-uHaSKfVLGi .nav-item .nav-link:focus {
  color: #fed243 !important;
}
.cid-uHaSKfVLGi .nav-item .nav-link:hover::before,
.cid-uHaSKfVLGi .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHaSKfVLGi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHaSKfVLGi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHaSKfVLGi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHaSKfVLGi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHaSKfVLGi .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-uHaSKfVLGi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHaSKfVLGi .offcanvas_box {
    display: none;
  }
}
.cid-uHaSKfVLGi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHaSKfVLGi .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHaSKfVLGi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHaSKfVLGi .container {
  display: flex;
  margin: auto;
}
.cid-uHaSKfVLGi .iconfont-wrapper {
  color: #ff7f11;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHaSKfVLGi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHaSKfVLGi .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uHaSKfVLGi .navbar-nav {
    margin: 0;
  }
}
.cid-uHaSKfVLGi .dropdown-menu,
.cid-uHaSKfVLGi .navbar.opened {
  background-color: false !important;
}
.cid-uHaSKfVLGi .nav-item:focus,
.cid-uHaSKfVLGi .nav-link:focus {
  outline: none;
}
.cid-uHaSKfVLGi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHaSKfVLGi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHaSKfVLGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHaSKfVLGi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHaSKfVLGi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHaSKfVLGi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHaSKfVLGi .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHaSKfVLGi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHaSKfVLGi .navbar.opened {
  transition: all 0.3s;
}
.cid-uHaSKfVLGi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHaSKfVLGi .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHaSKfVLGi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHaSKfVLGi .navbar.collapsed {
  justify-content: center;
}
.cid-uHaSKfVLGi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHaSKfVLGi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHaSKfVLGi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHaSKfVLGi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHaSKfVLGi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHaSKfVLGi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHaSKfVLGi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHaSKfVLGi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHaSKfVLGi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHaSKfVLGi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHaSKfVLGi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHaSKfVLGi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHaSKfVLGi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHaSKfVLGi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHaSKfVLGi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHaSKfVLGi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHaSKfVLGi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHaSKfVLGi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHaSKfVLGi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHaSKfVLGi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHaSKfVLGi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHaSKfVLGi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHaSKfVLGi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHaSKfVLGi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHaSKfVLGi .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-uHaSKfVLGi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHaSKfVLGi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHaSKfVLGi .dropdown-item.active,
.cid-uHaSKfVLGi .dropdown-item:active {
  background-color: transparent;
}
.cid-uHaSKfVLGi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uHaSKfVLGi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHaSKfVLGi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHaSKfVLGi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHaSKfVLGi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHaSKfVLGi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHaSKfVLGi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #77400f;
  background: #ffffff;
}
.cid-uHaSKfVLGi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fed243;
}
.cid-uHaSKfVLGi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHaSKfVLGi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHaSKfVLGi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHaSKfVLGi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHaSKfVLGi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHaSKfVLGi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHaSKfVLGi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHaSKfVLGi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHaSKfVLGi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHaSKfVLGi .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-uHaSKfVLGi .navbar {
    height: 70px;
  }
  .cid-uHaSKfVLGi .navbar.opened {
    height: auto;
  }
  .cid-uHaSKfVLGi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHaSKfVLGi .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHaSKfVLGi .navbar-caption:hover {
  color: #fed243;
}
@media (min-width: 992px) {
  .cid-uHaSKfVLGi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHaSKfVLGi .text_widget {
  margin-bottom: 32px;
}
.cid-uHaSKfVLGi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHaSKfVLGi .text_widget a:hover,
.cid-uHaSKfVLGi .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uHaSKfVLGi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uHaSKfVLGi .navbar-caption {
  color: #ffffff;
}
.cid-uHaSKfVLGi .mbr-section-subtitle,
.cid-uHaSKfVLGi .text_widget,
.cid-uHaSKfVLGi .mbr-section-btn {
  text-align: center;
}
.cid-uHaSKfVLGi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHaVpAieNb {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-image: url("/Assets/Web/images/about-img-1a.jpg");
}

.cid-uHaVpAieNb-1 {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-image: url("/Assets/Web/images/about-img-1a.jpg");
}

.cid-uHaVpAieNb-2 {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-image: url("/Assets/Web/images/background3.jpg");
}
.cid-uHaVpAieNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHaVpAieNb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHaVpAieNb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHaVpAieNb .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHaVpAieNb .container {
    padding: 0 30px;
  }
}
.cid-uHaVpAieNb .row {
  justify-content: center;
}
.cid-uHaVpAieNb .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uHaVpAieNb .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uHaVpAieNb .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHaVpAieNb .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHaVpAieNb .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uHaVpAieNb .mbr-desc {
  color: #c7fcb5;
}
.cid-uHaVpAieNb .mbr-section-title {
  color: #ffffff;
}
.cid-uHaVpAieNb .mbr-text {
  color: #ffffff;
}





.cid-uHaVpAieNb-2 {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-image: url("/Assets/Web/images/team-img-4.jpg");
}
.cid-uHaVpAieNb-2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHaVpAieNb-2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHaVpAieNb-2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHaVpAieNb-2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHaVpAieNb-2 .container {
    padding: 0 30px;
  }
}
.cid-uHaVpAieNb-2 .row {
  justify-content: center;
}
.cid-uHaVpAieNb-2 .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uHaVpAieNb-2 .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uHaVpAieNb-2 .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHaVpAieNb-2 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHaVpAieNb-2 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uHaVpAieNb-2 .mbr-desc {
  color: #c7fcb5;
}
.cid-uHaVpAieNb-2 .mbr-section-title {
  color: #ffffff;
}
.cid-uHaVpAieNb-2 .mbr-text {
  color: #ffffff;
}










.cid-uHb7KcfBFq {
    padding-top: 45px;
    padding-bottom: 75px;
    background-image: url("/Assets/Web/images/ba-ok.jpg");
}
.cid-uHb7KcfBFq H2 {
  color: #592d05;
}
.cid-uHb7KcfBFq .mbr-text,
.cid-uHb7KcfBFq .mbr-section-btn {
  color: #1f1d1a;
  text-align: left;
}
.cid-uHb7KcfBFq .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-uHb7KcfBFq .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-uHb7KcfBFq .mbr-figure {
  height: 100%;
}
.cid-uHb7KcfBFq .card-img {
  height: 100%;
  padding: 0 2rem;
}
.cid-uHb7KcfBFq img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-uHb7KcfBFq H1 {
  color: #29361a;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uHb7KcfBFq .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-uHb7KcfBFq .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-uHb7KcfBFq .container {
    padding: 0 3rem;
  }
  .cid-uHb7KcfBFq .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHb7KcfBFq .container {
    padding: 0 2rem;
  }
  .cid-uHb7KcfBFq .card-img {
    width: 100%;
  }
  .cid-uHb7KcfBFq .center-card {
    padding: 1rem;
  }
}
.cid-uHb7KcfBFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHb7KcfBFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtsGkUC3I {
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-image: url("/Assets/Web/images/images/ba-ok.jpg");
}
.cid-uHtsGkUC3I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtsGkUC3I .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-uHtsGkUC3I .container {
    padding: 0 30px;
  }
}
.cid-uHtsGkUC3I .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
.cid-uHtsGkUC3I .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-uHtsGkUC3I .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHtsGkUC3I .embla__slide .card-wrap {
  width: 100%;
}
.cid-uHtsGkUC3I .embla__slide .card-wrap a {
  display: block;
}
.cid-uHtsGkUC3I .embla__slide .card-wrap a:hover .item-wrapper .image-wrap img {
  transform: scale(1.06);
}
.cid-uHtsGkUC3I .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont {
  opacity: 1;
  transform: translate(0) rotate(-45deg);
}
.cid-uHtsGkUC3I .embla__slide .card-wrap a:hover .content-wrap .mbr-iconfont::after {
  opacity: 1;
}
.cid-uHtsGkUC3I .embla__slide .card-wrap a .item-wrapper {
  margin-bottom: 32px;
}
.cid-uHtsGkUC3I .embla__slide .card-wrap a .item-wrapper .image-wrap {
  position: relative;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  padding: 14px 20px;
}
.cid-uHtsGkUC3I .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uHtsGkUC3I .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date {
  position: relative;
  z-index: 1;
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-uHtsGkUC3I .embla__slide .card-wrap a .item-wrapper .image-wrap .mbr-date span {
  display: block;
  font-size: 32%;
}
.cid-uHtsGkUC3I .embla__slide .card-wrap a .content-wrap .mbr-desc {
  margin-bottom: 4px;
}
.cid-uHtsGkUC3I .embla__slide .card-wrap a .content-wrap .mbr-text {
  margin-bottom: 28px;
}
.cid-uHtsGkUC3I .embla__slide .card-wrap a .content-wrap .mbr-iconfont {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-2px, 2px) rotate(-45deg);
  transition: all 0.3s ease-out;
}
.cid-uHtsGkUC3I .embla__slide .card-wrap a .content-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uHtsGkUC3I .embla__button--next,
.cid-uHtsGkUC3I .embla__button--prev {
  display: flex;
}
.cid-uHtsGkUC3I .embla__button {
  bottom: -2rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #fec406;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uHtsGkUC3I .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHtsGkUC3I .embla__button:hover {
  background: transparent;
  color: #f6b7d2;
}
.cid-uHtsGkUC3I .embla__button.embla__button--prev {
  left: 0;
}
.cid-uHtsGkUC3I .embla__button.embla__button--next {
  right: auto;
  left: 2rem;
}
@media (max-width: 767px) {
  .cid-uHtsGkUC3I .embla__button {
    top: auto;
  }
}
.cid-uHtsGkUC3I .embla {
  position: relative;
  width: 100%;
}
.cid-uHtsGkUC3I .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHtsGkUC3I .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHtsGkUC3I .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHtsGkUC3I .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHtsGkUC3I .mbr-section-title {
  color: #ffffff;
}
.cid-uHtsGkUC3I .mbr-date {
  color: #ffffff;
}
.cid-uHtsGkUC3I .mbr-desc {
  color: #ffffff;
}
.cid-uHtsGkUC3I .mbr-text {
  color: #ffffff;
}
.cid-uHaSKgRkGM {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("/Assets/Web/images/mbr-1920x1440.jpg");
}
.cid-uHaSKgRkGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHaSKgRkGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHaSKgRkGM .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uHaSKgRkGM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHaSKgRkGM .container {
    padding: 0 16px;
  }
}
.cid-uHaSKgRkGM .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uHaSKgRkGM .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHaSKgRkGM .content-wrapper .mbr-section-title span {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}
.cid-uHaSKgRkGM .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHaSKgRkGM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHaSKgRkGM .mbr-text {
  color: #ffffff;
}
.cid-uHaSKgRkGM .mbr-text,
.cid-uHaSKgRkGM .mbr-section-btn {
  text-align: center;
}
.cid-uHaSKgRkGM .mbr-section-title,
.cid-uHaSKgRkGM .title-wrap {
  color: #fed243;
}
.cid-uHaSKhmmdE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHaSKhmmdE::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uHaSKhmmdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHaSKhmmdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHaSKhmmdE .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uHaSKhmmdE .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHaSKhmmdE .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHaSKhmmdE .container {
    padding: 0 22px;
  }
}
.cid-uHaSKhmmdE .row {
  position: relative;
  z-index: 1;
}
.cid-uHaSKhmmdE .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uHaSKhmmdE .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHaSKhmmdE .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHaSKhmmdE .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHaSKhmmdE .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHaSKhmmdE .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uHaSKhmmdE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHaSKhmmdE .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHaSKhmmdE .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uHaSKhmmdE .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHaSKhmmdE .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uHaSKhmmdE .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uHaSKhmmdE .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHaSKhmmdE .nav-wrapper .list .item-wrap:hover,
.cid-uHaSKhmmdE .nav-wrapper .list .item-wrap:hover {
  color: #fec406;
}
.cid-uHaSKhmmdE .nav-wrapper .list .item-wrap:hover::before,
.cid-uHaSKhmmdE .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uHaSKhmmdE .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHaSKhmmdE .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHaSKhmmdE .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHaSKhmmdE .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uHaSKhmmdE .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHaSKhmmdE .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uHaSKhmmdE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uHaSKhmmdE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uHaSKhmmdE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fec406;
}
.cid-uHaSKhmmdE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uHaSKhmmdE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uHaSKhmmdE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHaSKhmmdE .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHaSKhmmdE .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHaSKhmmdE .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHaSKhmmdE .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uHaSKhmmdE .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uHaSKhmmdE .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uHaSKhmmdE .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uHaSKhmmdE .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uHaSKhmmdE .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uHaSKhmmdE .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHaSKhmmdE .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHaSKhmmdE .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHaSKhmmdE .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fec406;
}
.cid-uHaSKhmmdE .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHaSKhmmdE .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHaSKhmmdE .mbr-section-title {
  color: #ff7f11;
}
.cid-uHaSKhmmdE .mbr-text {
  color: #ffffff;
}
.cid-uHaSKhmmdE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHaSKhmmdE .list {
  color: #ffffff;
}
.cid-uHaSKhmmdE .mbr-contact {
  color: #ffffff;
}
.cid-uHaSKhmmdE .mbr-desc {
  color: #ffffff;
}
.cid-uHaSKhmmdE .mbr-contact,
.cid-uHaSKhmmdE .item-contact {
  color: #ffffff;
}
.cid-uHb8AhLqMT {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHb8AhLqMT .navbar-dropdown {
  background-color: #77400f !important;
  padding: 0;
}
.cid-uHb8AhLqMT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #77400f !important;
  background: #77400f;
}
.cid-uHb8AhLqMT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHb8AhLqMT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHb8AhLqMT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHb8AhLqMT .menu_box .navbar.opened,
  .cid-uHb8AhLqMT .menu_box .navbar-collapse {
    background-color: #77400f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHb8AhLqMT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHb8AhLqMT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHb8AhLqMT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uHb8AhLqMT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHb8AhLqMT .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uHb8AhLqMT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHb8AhLqMT .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uHb8AhLqMT .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uHb8AhLqMT .nav-item {
    margin: 0 !important;
  }
}
.cid-uHb8AhLqMT .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uHb8AhLqMT .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fed243;
  transition: all 0.3s ease-in-out;
}
.cid-uHb8AhLqMT .nav-item .nav-link:hover,
.cid-uHb8AhLqMT .nav-item .nav-link:focus {
  color: #fed243 !important;
}
.cid-uHb8AhLqMT .nav-item .nav-link:hover::before,
.cid-uHb8AhLqMT .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHb8AhLqMT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHb8AhLqMT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHb8AhLqMT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHb8AhLqMT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHb8AhLqMT .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-uHb8AhLqMT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHb8AhLqMT .offcanvas_box {
    display: none;
  }
}
.cid-uHb8AhLqMT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHb8AhLqMT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHb8AhLqMT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHb8AhLqMT .container {
  display: flex;
  margin: auto;
}
.cid-uHb8AhLqMT .iconfont-wrapper {
  color: #ff7f11;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHb8AhLqMT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHb8AhLqMT .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uHb8AhLqMT .navbar-nav {
    margin: 0;
  }
}
.cid-uHb8AhLqMT .dropdown-menu,
.cid-uHb8AhLqMT .navbar.opened {
  background-color: false !important;
}
.cid-uHb8AhLqMT .nav-item:focus,
.cid-uHb8AhLqMT .nav-link:focus {
  outline: none;
}
.cid-uHb8AhLqMT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHb8AhLqMT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHb8AhLqMT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHb8AhLqMT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHb8AhLqMT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHb8AhLqMT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHb8AhLqMT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHb8AhLqMT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHb8AhLqMT .navbar.opened {
  transition: all 0.3s;
}
.cid-uHb8AhLqMT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHb8AhLqMT .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHb8AhLqMT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHb8AhLqMT .navbar.collapsed {
  justify-content: center;
}
.cid-uHb8AhLqMT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHb8AhLqMT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHb8AhLqMT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHb8AhLqMT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHb8AhLqMT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHb8AhLqMT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHb8AhLqMT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHb8AhLqMT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHb8AhLqMT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHb8AhLqMT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHb8AhLqMT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHb8AhLqMT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHb8AhLqMT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHb8AhLqMT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHb8AhLqMT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHb8AhLqMT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHb8AhLqMT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHb8AhLqMT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHb8AhLqMT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHb8AhLqMT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHb8AhLqMT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHb8AhLqMT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHb8AhLqMT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHb8AhLqMT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHb8AhLqMT .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-uHb8AhLqMT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHb8AhLqMT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHb8AhLqMT .dropdown-item.active,
.cid-uHb8AhLqMT .dropdown-item:active {
  background-color: transparent;
}
.cid-uHb8AhLqMT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uHb8AhLqMT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHb8AhLqMT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHb8AhLqMT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHb8AhLqMT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHb8AhLqMT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHb8AhLqMT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #77400f;
  background: #ffffff;
}
.cid-uHb8AhLqMT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fed243;
}
.cid-uHb8AhLqMT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHb8AhLqMT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHb8AhLqMT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHb8AhLqMT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHb8AhLqMT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHb8AhLqMT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHb8AhLqMT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHb8AhLqMT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHb8AhLqMT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHb8AhLqMT .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-uHb8AhLqMT .navbar {
    height: 70px;
  }
  .cid-uHb8AhLqMT .navbar.opened {
    height: auto;
  }
  .cid-uHb8AhLqMT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHb8AhLqMT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHb8AhLqMT .navbar-caption:hover {
  color: #fed243;
}
@media (min-width: 992px) {
  .cid-uHb8AhLqMT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHb8AhLqMT .text_widget {
  margin-bottom: 32px;
}
.cid-uHb8AhLqMT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHb8AhLqMT .text_widget a:hover,
.cid-uHb8AhLqMT .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uHb8AhLqMT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uHb8AhLqMT .navbar-caption {
  color: #ffffff;
}
.cid-uHb8AhLqMT .mbr-section-subtitle,
.cid-uHb8AhLqMT .text_widget,
.cid-uHb8AhLqMT .mbr-section-btn {
  text-align: center;
}
.cid-uHb8AhLqMT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHb8Ai75uX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("/Assets/Web/images/background1.jpg");
}
.cid-uHb8Ai75uX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHb8Ai75uX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHb8Ai75uX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHb8Ai75uX .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHb8Ai75uX .container {
    padding: 0 30px;
  }
}
.cid-uHb8Ai75uX .row {
  justify-content: center;
}
.cid-uHb8Ai75uX .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uHb8Ai75uX .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uHb8Ai75uX .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHb8Ai75uX .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHb8Ai75uX .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uHb8Ai75uX .mbr-desc {
  color: #c7fcb5;
}
.cid-uHb8Ai75uX .mbr-section-title {
  color: #ffffff;
}
.cid-uHb8Ai75uX .mbr-text {
  color: #ffffff;
}
.cid-uHoCRN7fAV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("/Assets/Web/images/mbr-6-1920x1280.jpg");
}
.cid-uHoCRN7fAV h2 {
  color: #000000;
}
.cid-uHoCRN7fAV h1 {
  color: #000000;
}
.cid-uHoCRN7fAV .mbr-text,
.cid-uHoCRN7fAV .mbr-section-btn {
  color: #592d05;
}
.cid-uHoCRN7fAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoCRN7fAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoBG6hcxP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("/Assets/Web/images/mbr-5-1920x1280.jpg");
}
.cid-uHoBG6hcxP .photo-split .element-outer {
  display: none;
}
.cid-uHoBG6hcxP .photo-split .element-outer2 {
  display: none;
}
.cid-uHoBG6hcxP .photo-split .element-inner {
  display: none;
}
.cid-uHoBG6hcxP .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uHoBG6hcxP .content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.cid-uHoBG6hcxP .photo-split {
  position: relative;
}
.cid-uHoBG6hcxP .photo-split .image-wrap {
  text-align: right;
}
.cid-uHoBG6hcxP .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-uHoBG6hcxP .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uHoBG6hcxP .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uHoBG6hcxP .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uHoBG6hcxP .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-uHoBG6hcxP .wrap-block {
  padding: 3rem 3rem;
}
.cid-uHoBG6hcxP .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-uHoBG6hcxP .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uHoBG6hcxP .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uHoBG6hcxP .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uHoBG6hcxP .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-uHoBG6hcxP .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-uHoBG6hcxP .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-uHoBG6hcxP .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-uHoBG6hcxP .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-uHoBG6hcxP .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-uHoBG6hcxP .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-uHoBG6hcxP .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-uHoBG6hcxP .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uHoBG6hcxP .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-uHoBG6hcxP .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-uHoBG6hcxP .photo-split {
    padding: 3rem 3rem;
  }
  .cid-uHoBG6hcxP .photo-split .element-outer,
  .cid-uHoBG6hcxP .photo-split .element-outer2 {
    display: none;
  }
  .cid-uHoBG6hcxP .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uHoBG6hcxP .mbr-section-title,
  .cid-uHoBG6hcxP .mbr-section-subtitle,
  .cid-uHoBG6hcxP .mbr-text {
    text-align: left !important;
  }
  .cid-uHoBG6hcxP .social-list {
    text-align: left !important;
  }
}
.cid-uHoBG6hcxP .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-uHoBG6hcxP .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-uHoBG6hcxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoBG6hcxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoBG6hcxP .wrap-block .contents h4,
.cid-uHoBG6hcxP .menu-content-right {
  color: #000000;
}
.cid-uHbf4ypnqm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("/Assets/Web/images/mbr-1920x960.png");
}
.cid-uHbf4ypnqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHbf4ypnqm .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-uHbf4ypnqm .container {
    padding: 0 24px;
  }
}
.cid-uHbf4ypnqm .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHbf4ypnqm .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHbf4ypnqm .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHbf4ypnqm .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uHbf4ypnqm .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uHbf4ypnqm .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uHbf4ypnqm .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uHbf4ypnqm .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uHbf4ypnqm .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uHbf4ypnqm .mbr-section-subtitle {
  color: #592d05;
  text-align: left;
}
.cid-uHbf4ypnqm .mbr-section-title,
.cid-uHbf4ypnqm .buttons-wrapper {
  text-align: center;
}
.cid-uHb8AiUZpY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHb8AiUZpY::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uHb8AiUZpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHb8AiUZpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHb8AiUZpY .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uHb8AiUZpY .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHb8AiUZpY .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHb8AiUZpY .container {
    padding: 0 22px;
  }
}
.cid-uHb8AiUZpY .row {
  position: relative;
  z-index: 1;
}
.cid-uHb8AiUZpY .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uHb8AiUZpY .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHb8AiUZpY .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHb8AiUZpY .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHb8AiUZpY .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHb8AiUZpY .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uHb8AiUZpY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHb8AiUZpY .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHb8AiUZpY .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uHb8AiUZpY .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHb8AiUZpY .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uHb8AiUZpY .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uHb8AiUZpY .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHb8AiUZpY .nav-wrapper .list .item-wrap:hover,
.cid-uHb8AiUZpY .nav-wrapper .list .item-wrap:hover {
  color: #fec406;
}
.cid-uHb8AiUZpY .nav-wrapper .list .item-wrap:hover::before,
.cid-uHb8AiUZpY .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uHb8AiUZpY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHb8AiUZpY .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHb8AiUZpY .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHb8AiUZpY .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uHb8AiUZpY .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHb8AiUZpY .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uHb8AiUZpY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uHb8AiUZpY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uHb8AiUZpY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fec406;
}
.cid-uHb8AiUZpY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uHb8AiUZpY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uHb8AiUZpY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHb8AiUZpY .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHb8AiUZpY .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHb8AiUZpY .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHb8AiUZpY .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uHb8AiUZpY .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uHb8AiUZpY .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uHb8AiUZpY .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uHb8AiUZpY .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uHb8AiUZpY .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uHb8AiUZpY .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHb8AiUZpY .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHb8AiUZpY .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHb8AiUZpY .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fec406;
}
.cid-uHb8AiUZpY .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHb8AiUZpY .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}

.cid-uHb8AiUZpY .mbr-section-title {
  color: #ff7f11;
}
.cid-uHb8AiUZpY .mbr-text {
  color: #ffffff;
}
.cid-uHb8AiUZpY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHb8AiUZpY .list {
  color: #ffffff;
}
.cid-uHb8AiUZpY .mbr-contact {
  color: #ffffff;
}
.cid-uHb8AiUZpY .mbr-desc {
  color: #ffffff;
}
.cid-uHb8AiUZpY .mbr-contact,
.cid-uHb8AiUZpY .item-contact {
  color: #ffffff;
}
.cid-uHbeanOvDe {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHbeanOvDe .navbar-dropdown {
  background-color: #77400f !important;
  padding: 0;
}
.cid-uHbeanOvDe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #77400f !important;
  background: #77400f;
}
.cid-uHbeanOvDe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHbeanOvDe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHbeanOvDe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHbeanOvDe .menu_box .navbar.opened,
  .cid-uHbeanOvDe .menu_box .navbar-collapse {
    background-color: #77400f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHbeanOvDe nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHbeanOvDe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHbeanOvDe .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uHbeanOvDe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHbeanOvDe .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uHbeanOvDe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHbeanOvDe .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uHbeanOvDe .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uHbeanOvDe .nav-item {
    margin: 0 !important;
  }
}
.cid-uHbeanOvDe .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uHbeanOvDe .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fed243;
  transition: all 0.3s ease-in-out;
}
.cid-uHbeanOvDe .nav-item .nav-link:hover,
.cid-uHbeanOvDe .nav-item .nav-link:focus {
  color: #fed243 !important;
}
.cid-uHbeanOvDe .nav-item .nav-link:hover::before,
.cid-uHbeanOvDe .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHbeanOvDe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHbeanOvDe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHbeanOvDe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHbeanOvDe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHbeanOvDe .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-uHbeanOvDe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHbeanOvDe .offcanvas_box {
    display: none;
  }
}
.cid-uHbeanOvDe .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHbeanOvDe .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHbeanOvDe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHbeanOvDe .container {
  display: flex;
  margin: auto;
}
.cid-uHbeanOvDe .iconfont-wrapper {
  color: #ff7f11;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHbeanOvDe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHbeanOvDe .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uHbeanOvDe .navbar-nav {
    margin: 0;
  }
}
.cid-uHbeanOvDe .dropdown-menu,
.cid-uHbeanOvDe .navbar.opened {
  background-color: false !important;
}
.cid-uHbeanOvDe .nav-item:focus,
.cid-uHbeanOvDe .nav-link:focus {
  outline: none;
}
.cid-uHbeanOvDe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHbeanOvDe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHbeanOvDe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHbeanOvDe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHbeanOvDe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHbeanOvDe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHbeanOvDe .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHbeanOvDe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHbeanOvDe .navbar.opened {
  transition: all 0.3s;
}
.cid-uHbeanOvDe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHbeanOvDe .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHbeanOvDe .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHbeanOvDe .navbar.collapsed {
  justify-content: center;
}
.cid-uHbeanOvDe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHbeanOvDe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHbeanOvDe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHbeanOvDe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHbeanOvDe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHbeanOvDe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHbeanOvDe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHbeanOvDe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHbeanOvDe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHbeanOvDe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHbeanOvDe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHbeanOvDe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHbeanOvDe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHbeanOvDe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHbeanOvDe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHbeanOvDe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHbeanOvDe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHbeanOvDe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHbeanOvDe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHbeanOvDe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHbeanOvDe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHbeanOvDe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHbeanOvDe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHbeanOvDe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHbeanOvDe .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-uHbeanOvDe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHbeanOvDe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHbeanOvDe .dropdown-item.active,
.cid-uHbeanOvDe .dropdown-item:active {
  background-color: transparent;
}
.cid-uHbeanOvDe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uHbeanOvDe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHbeanOvDe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHbeanOvDe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHbeanOvDe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHbeanOvDe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHbeanOvDe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #77400f;
  background: #ffffff;
}
.cid-uHbeanOvDe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fed243;
}
.cid-uHbeanOvDe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHbeanOvDe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHbeanOvDe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHbeanOvDe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHbeanOvDe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHbeanOvDe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHbeanOvDe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHbeanOvDe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHbeanOvDe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHbeanOvDe .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-uHbeanOvDe .navbar {
    height: 70px;
  }
  .cid-uHbeanOvDe .navbar.opened {
    height: auto;
  }
  .cid-uHbeanOvDe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHbeanOvDe .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHbeanOvDe .navbar-caption:hover {
  color: #fed243;
}
@media (min-width: 992px) {
  .cid-uHbeanOvDe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHbeanOvDe .text_widget {
  margin-bottom: 32px;
}
.cid-uHbeanOvDe .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHbeanOvDe .text_widget a:hover,
.cid-uHbeanOvDe .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uHbeanOvDe .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uHbeanOvDe .navbar-caption {
  color: #ffffff;
}
.cid-uHbeanOvDe .mbr-section-subtitle,
.cid-uHbeanOvDe .text_widget,
.cid-uHbeanOvDe .mbr-section-btn {
  text-align: center;
}
.cid-uHbeanOvDe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHbeaogyLU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("/Assets/Web/images/background1.jpg");
}
.cid-uHbeaogyLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHbeaogyLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHbeaogyLU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHbeaogyLU .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHbeaogyLU .container {
    padding: 0 30px;
  }
}
.cid-uHbeaogyLU .row {
  justify-content: center;
}
.cid-uHbeaogyLU .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uHbeaogyLU .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uHbeaogyLU .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHbeaogyLU .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHbeaogyLU .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uHbeaogyLU .mbr-desc {
  color: #c7fcb5;
}
.cid-uHbeaogyLU .mbr-section-title {
  color: #ffffff;
}
.cid-uHbeaogyLU .mbr-text {
  color: #ffffff;
}
.cid-uHbeaoWzS8 {
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-image: url(/Assets/Web/images/ba-ok.jpg);
}
.cid-uHbeaoWzS8 .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uHbeaoWzS8 .mbr-section-title {
  color: #77400f;
}
.cid-uHbeaoWzS8 .mbr-section-subtitle {
    color: #111111;
    margin-top: 16px;
    padding-top: 0px;
}
.cid-uHbeaoWzS8 .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uHbeaoWzS8 .items-row {
    margin: 0 -15px;
  }
  .cid-uHbeaoWzS8 .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uHbeaoWzS8 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
  transition: all 300ms ease;
}
.cid-uHbeaoWzS8 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uHbeaoWzS8 .item-img {
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  box-shadow: 0 0 0 4px #b3855c;
}
.cid-uHbeaoWzS8 .item-img img {
  transition: all 300ms ease;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uHbeaoWzS8 .item-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px 0 0;
    text-align: center;
}
.cid-uHbeaoWzS8 .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uHbeaoWzS8 .mbr-text {
  color: #592d05;
  padding-top: 5px;
}
.cid-uHbeaoWzS8 .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uHbeaoWzS8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uHbeaoWzS8 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uHbeaoWzS8 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uHbeaoWzS8 .soc-item:hover .mbr-iconfont {
  color: #bff747 !important;
}
.cid-uHbeaoWzS8 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uHbeaoWzS8 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHbear6Wg4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHbear6Wg4::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uHbear6Wg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHbear6Wg4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHbear6Wg4 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uHbear6Wg4 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHbear6Wg4 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHbear6Wg4 .container {
    padding: 0 22px;
  }
}
.cid-uHbear6Wg4 .row {
  position: relative;
  z-index: 1;
}
.cid-uHbear6Wg4 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uHbear6Wg4 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHbear6Wg4 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHbear6Wg4 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHbear6Wg4 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHbear6Wg4 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uHbear6Wg4 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHbear6Wg4 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHbear6Wg4 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uHbear6Wg4 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHbear6Wg4 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uHbear6Wg4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uHbear6Wg4 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHbear6Wg4 .nav-wrapper .list .item-wrap:hover,
.cid-uHbear6Wg4 .nav-wrapper .list .item-wrap:hover {
  color: #fec406;
}
.cid-uHbear6Wg4 .nav-wrapper .list .item-wrap:hover::before,
.cid-uHbear6Wg4 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uHbear6Wg4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHbear6Wg4 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHbear6Wg4 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHbear6Wg4 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uHbear6Wg4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHbear6Wg4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uHbear6Wg4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uHbear6Wg4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uHbear6Wg4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fec406;
}
.cid-uHbear6Wg4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uHbear6Wg4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uHbear6Wg4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHbear6Wg4 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHbear6Wg4 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHbear6Wg4 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHbear6Wg4 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uHbear6Wg4 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uHbear6Wg4 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uHbear6Wg4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uHbear6Wg4 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uHbear6Wg4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uHbear6Wg4 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHbear6Wg4 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHbear6Wg4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHbear6Wg4 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fec406;
}
.cid-uHbear6Wg4 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHbear6Wg4 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHbear6Wg4 .mbr-section-title {
  color: #ff7f11;
}
.cid-uHbear6Wg4 .mbr-text {
  color: #ffffff;
}
.cid-uHbear6Wg4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHbear6Wg4 .list {
  color: #ffffff;
}
.cid-uHbear6Wg4 .mbr-contact {
  color: #ffffff;
}
.cid-uHbear6Wg4 .mbr-desc {
  color: #ffffff;
}
.cid-uHbear6Wg4 .mbr-contact,
.cid-uHbear6Wg4 .item-contact {
  color: #ffffff;
}
.cid-uHoGRmOjSC {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHoGRmOjSC .navbar-dropdown {
  background-color: #77400f !important;
  padding: 0;
}
.cid-uHoGRmOjSC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #77400f !important;
  background: #77400f;
}
.cid-uHoGRmOjSC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHoGRmOjSC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHoGRmOjSC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHoGRmOjSC .menu_box .navbar.opened,
  .cid-uHoGRmOjSC .menu_box .navbar-collapse {
    background-color: #77400f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHoGRmOjSC nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHoGRmOjSC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHoGRmOjSC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uHoGRmOjSC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHoGRmOjSC .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uHoGRmOjSC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHoGRmOjSC .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uHoGRmOjSC .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uHoGRmOjSC .nav-item {
    margin: 0 !important;
  }
}
.cid-uHoGRmOjSC .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uHoGRmOjSC .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fed243;
  transition: all 0.3s ease-in-out;
}
.cid-uHoGRmOjSC .nav-item .nav-link:hover,
.cid-uHoGRmOjSC .nav-item .nav-link:focus {
  color: #fed243 !important;
}
.cid-uHoGRmOjSC .nav-item .nav-link:hover::before,
.cid-uHoGRmOjSC .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHoGRmOjSC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHoGRmOjSC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHoGRmOjSC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHoGRmOjSC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHoGRmOjSC .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-uHoGRmOjSC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHoGRmOjSC .offcanvas_box {
    display: none;
  }
}
.cid-uHoGRmOjSC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHoGRmOjSC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHoGRmOjSC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHoGRmOjSC .container {
  display: flex;
  margin: auto;
}
.cid-uHoGRmOjSC .iconfont-wrapper {
  color: #ff7f11;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHoGRmOjSC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHoGRmOjSC .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uHoGRmOjSC .navbar-nav {
    margin: 0;
  }
}
.cid-uHoGRmOjSC .dropdown-menu,
.cid-uHoGRmOjSC .navbar.opened {
  background-color: false !important;
}
.cid-uHoGRmOjSC .nav-item:focus,
.cid-uHoGRmOjSC .nav-link:focus {
  outline: none;
}
.cid-uHoGRmOjSC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHoGRmOjSC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHoGRmOjSC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHoGRmOjSC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHoGRmOjSC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHoGRmOjSC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHoGRmOjSC .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHoGRmOjSC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHoGRmOjSC .navbar.opened {
  transition: all 0.3s;
}
.cid-uHoGRmOjSC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHoGRmOjSC .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHoGRmOjSC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHoGRmOjSC .navbar.collapsed {
  justify-content: center;
}
.cid-uHoGRmOjSC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHoGRmOjSC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHoGRmOjSC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHoGRmOjSC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHoGRmOjSC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHoGRmOjSC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHoGRmOjSC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHoGRmOjSC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHoGRmOjSC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHoGRmOjSC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHoGRmOjSC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHoGRmOjSC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHoGRmOjSC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHoGRmOjSC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHoGRmOjSC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHoGRmOjSC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHoGRmOjSC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHoGRmOjSC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHoGRmOjSC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHoGRmOjSC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHoGRmOjSC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHoGRmOjSC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHoGRmOjSC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHoGRmOjSC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHoGRmOjSC .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-uHoGRmOjSC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHoGRmOjSC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHoGRmOjSC .dropdown-item.active,
.cid-uHoGRmOjSC .dropdown-item:active {
  background-color: transparent;
}
.cid-uHoGRmOjSC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uHoGRmOjSC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHoGRmOjSC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHoGRmOjSC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHoGRmOjSC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHoGRmOjSC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHoGRmOjSC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #77400f;
  background: #ffffff;
}
.cid-uHoGRmOjSC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fed243;
}
.cid-uHoGRmOjSC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHoGRmOjSC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHoGRmOjSC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHoGRmOjSC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHoGRmOjSC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHoGRmOjSC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHoGRmOjSC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHoGRmOjSC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHoGRmOjSC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHoGRmOjSC .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-uHoGRmOjSC .navbar {
    height: 70px;
  }
  .cid-uHoGRmOjSC .navbar.opened {
    height: auto;
  }
  .cid-uHoGRmOjSC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHoGRmOjSC .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHoGRmOjSC .navbar-caption:hover {
  color: #fed243;
}
@media (min-width: 992px) {
  .cid-uHoGRmOjSC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHoGRmOjSC .text_widget {
  margin-bottom: 32px;
}
.cid-uHoGRmOjSC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHoGRmOjSC .text_widget a:hover,
.cid-uHoGRmOjSC .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uHoGRmOjSC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uHoGRmOjSC .navbar-caption {
  color: #ffffff;
}
.cid-uHoGRmOjSC .mbr-section-subtitle,
.cid-uHoGRmOjSC .text_widget,
.cid-uHoGRmOjSC .mbr-section-btn {
  text-align: center;
}
.cid-uHoGRmOjSC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHoGRniKMn {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-image: url(/Assets/Web/images/mbr-9-1920x1280.jpg);
}
.cid-uHoGRniKMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoGRniKMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoGRniKMn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHoGRniKMn .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHoGRniKMn .container {
    padding: 0 30px;
  }
}
.cid-uHoGRniKMn .row {
  justify-content: center;
}
.cid-uHoGRniKMn .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uHoGRniKMn .content-wrapper {
    padding: 50px 0;
  }
}
.cid-uHoGRniKMn .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHoGRniKMn .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHoGRniKMn .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uHoGRniKMn .mbr-desc {
  color: #c7fcb5;
}
.cid-uHoGRniKMn .mbr-section-title {
  color: #ffffff;
}
.cid-uHoGRniKMn .mbr-text {
  color: #ffffff;
}
.cid-uHp2DTT5BO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("/Assets/Web/images/mbr-6-1920x1280.jpg");
}
.cid-uHp2DTT5BO .link-wrapper {
  width: 100%;
}
.cid-uHp2DTT5BO .container {
  max-width: 1550px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uHp2DTT5BO .container {
    padding: 0 1rem;
  }
}
.cid-uHp2DTT5BO p {
  padding: 0;
  margin: 0;
}
.cid-uHp2DTT5BO .item {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHp2DTT5BO .item {
    text-align: center;
  }
}
.cid-uHp2DTT5BO .line {
  width: 100%;
  border-bottom: 1px solid #000000;
}
.cid-uHp2DTT5BO .row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uHp2DTT5BO .row {
    justify-content: flex-start;
  }
}
.cid-uHp2DTT5BO .card {
  border-radius: 0;
  padding: 0;
}
.cid-uHp2DTT5BO .card-title {
  color: #000000;
}
.cid-uHp2DTT5BO .card-title a {
  position: relative;
  background: none!important;
}
.cid-uHp2DTT5BO .card-title a:before {
  content: '';
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-uHp2DTT5BO .card-title a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.cid-uHp2DTT5BO .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uHp2DTT5BO .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uHp2DTT5BO .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uHp2DTT5BO .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uHp2DTT5BO .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uHp2DTT5BO .card-subtitle {
    color: #000000;
}
.cid-uHp2DTT5BO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHp2DTT5BO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHp2DTT5BO .title {
  text-align: center;
}
.cid-uHp2DTT5BO .link,
.cid-uHp2DTT5BO .link-wrapper {
  color: #ff7f11;
}
.cid-uHpcLX8unB {
    padding-top: 7rem;
    padding-bottom: 5rem;
}
.cid-uHpcLX8unB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHpcLX8unB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHpcLX8unB .row {
    padding: 0 24px;
  }
}
.cid-uHpcLX8unB .items {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uHpcLX8unB .items {
    flex-direction: column;
  }
}
.cid-uHpcLX8unB .items img {
  max-width: 330px;
  min-width: 100px;
  height: 405px;
  object-fit: cover;
  border-radius: 20px;
  margin-right: -3rem;
}
@media (max-width: 768px) {
  .cid-uHpcLX8unB .items img {
    margin: 0 !important;
  }
}
.cid-uHpcLX8unB .items img:nth-child(2) {
  height: 330px;
  margin-top: -12rem;
}
.cid-uHpcLX8unB .items img:nth-child(3) {
  height: 290px;
}
.cid-uHpcLX8unB .items img:nth-child(4) {
  height: 440px;
  margin-left: -6rem;
}
.cid-uHpcLX8unB .items img:nth-child(5) {
  height: 430px;
  margin-top: -9rem;
}
.cid-uHoGRozL18 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHoGRozL18::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uHoGRozL18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoGRozL18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoGRozL18 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uHoGRozL18 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHoGRozL18 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHoGRozL18 .container {
    padding: 0 22px;
  }
}
.cid-uHoGRozL18 .row {
  position: relative;
  z-index: 1;
}
.cid-uHoGRozL18 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uHoGRozL18 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHoGRozL18 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHoGRozL18 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHoGRozL18 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHoGRozL18 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uHoGRozL18 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHoGRozL18 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHoGRozL18 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uHoGRozL18 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHoGRozL18 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uHoGRozL18 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uHoGRozL18 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHoGRozL18 .nav-wrapper .list .item-wrap:hover,
.cid-uHoGRozL18 .nav-wrapper .list .item-wrap:hover {
  color: #fec406;
}
.cid-uHoGRozL18 .nav-wrapper .list .item-wrap:hover::before,
.cid-uHoGRozL18 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uHoGRozL18 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHoGRozL18 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHoGRozL18 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHoGRozL18 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uHoGRozL18 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHoGRozL18 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uHoGRozL18 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uHoGRozL18 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uHoGRozL18 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fec406;
}
.cid-uHoGRozL18 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uHoGRozL18 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uHoGRozL18 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHoGRozL18 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHoGRozL18 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHoGRozL18 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHoGRozL18 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uHoGRozL18 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uHoGRozL18 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uHoGRozL18 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uHoGRozL18 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uHoGRozL18 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uHoGRozL18 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHoGRozL18 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHoGRozL18 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHoGRozL18 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fec406;
}
.cid-uHoGRozL18 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHoGRozL18 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHoGRozL18 .mbr-section-title {
  color: #ff7f11;
}
.cid-uHoGRozL18 .mbr-text {
  color: #ffffff;
}
.cid-uHoGRozL18 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHoGRozL18 .list {
  color: #ffffff;
}
.cid-uHoGRozL18 .mbr-contact {
  color: #ffffff;
}
.cid-uHoGRozL18 .mbr-desc {
  color: #ffffff;
}
.cid-uHoGRozL18 .mbr-contact,
.cid-uHoGRozL18 .item-contact {
  color: #ffffff;
}
.cid-uHoOvN4BPR {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHoOvN4BPR .navbar-dropdown {
  background-color: #77400f !important;
  padding: 0;
}
.cid-uHoOvN4BPR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #77400f !important;
  background: #77400f;
}
.cid-uHoOvN4BPR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHoOvN4BPR .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHoOvN4BPR .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHoOvN4BPR .menu_box .navbar.opened,
  .cid-uHoOvN4BPR .menu_box .navbar-collapse {
    background-color: #77400f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHoOvN4BPR nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHoOvN4BPR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHoOvN4BPR .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uHoOvN4BPR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHoOvN4BPR .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uHoOvN4BPR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHoOvN4BPR .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uHoOvN4BPR .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uHoOvN4BPR .nav-item {
    margin: 0 !important;
  }
}
.cid-uHoOvN4BPR .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uHoOvN4BPR .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fed243;
  transition: all 0.3s ease-in-out;
}
.cid-uHoOvN4BPR .nav-item .nav-link:hover,
.cid-uHoOvN4BPR .nav-item .nav-link:focus {
  color: #fed243 !important;
}
.cid-uHoOvN4BPR .nav-item .nav-link:hover::before,
.cid-uHoOvN4BPR .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHoOvN4BPR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHoOvN4BPR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHoOvN4BPR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHoOvN4BPR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHoOvN4BPR .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-uHoOvN4BPR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHoOvN4BPR .offcanvas_box {
    display: none;
  }
}
.cid-uHoOvN4BPR .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHoOvN4BPR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHoOvN4BPR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHoOvN4BPR .container {
  display: flex;
  margin: auto;
}
.cid-uHoOvN4BPR .iconfont-wrapper {
  color: #ff7f11;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHoOvN4BPR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHoOvN4BPR .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uHoOvN4BPR .navbar-nav {
    margin: 0;
  }
}
.cid-uHoOvN4BPR .dropdown-menu,
.cid-uHoOvN4BPR .navbar.opened {
  background-color: false !important;
}
.cid-uHoOvN4BPR .nav-item:focus,
.cid-uHoOvN4BPR .nav-link:focus {
  outline: none;
}
.cid-uHoOvN4BPR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHoOvN4BPR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHoOvN4BPR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHoOvN4BPR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHoOvN4BPR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHoOvN4BPR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHoOvN4BPR .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHoOvN4BPR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHoOvN4BPR .navbar.opened {
  transition: all 0.3s;
}
.cid-uHoOvN4BPR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHoOvN4BPR .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHoOvN4BPR .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHoOvN4BPR .navbar.collapsed {
  justify-content: center;
}
.cid-uHoOvN4BPR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHoOvN4BPR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHoOvN4BPR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHoOvN4BPR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHoOvN4BPR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHoOvN4BPR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHoOvN4BPR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHoOvN4BPR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHoOvN4BPR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHoOvN4BPR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHoOvN4BPR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHoOvN4BPR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHoOvN4BPR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHoOvN4BPR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHoOvN4BPR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHoOvN4BPR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHoOvN4BPR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHoOvN4BPR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHoOvN4BPR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHoOvN4BPR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHoOvN4BPR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHoOvN4BPR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHoOvN4BPR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHoOvN4BPR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHoOvN4BPR .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-uHoOvN4BPR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHoOvN4BPR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHoOvN4BPR .dropdown-item.active,
.cid-uHoOvN4BPR .dropdown-item:active {
  background-color: transparent;
}
.cid-uHoOvN4BPR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uHoOvN4BPR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHoOvN4BPR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHoOvN4BPR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHoOvN4BPR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHoOvN4BPR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHoOvN4BPR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #77400f;
  background: #ffffff;
}
.cid-uHoOvN4BPR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fed243;
}
.cid-uHoOvN4BPR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHoOvN4BPR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHoOvN4BPR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHoOvN4BPR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHoOvN4BPR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHoOvN4BPR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHoOvN4BPR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHoOvN4BPR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHoOvN4BPR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHoOvN4BPR .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-uHoOvN4BPR .navbar {
    height: 70px;
  }
  .cid-uHoOvN4BPR .navbar.opened {
    height: auto;
  }
  .cid-uHoOvN4BPR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHoOvN4BPR .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHoOvN4BPR .navbar-caption:hover {
  color: #fed243;
}
@media (min-width: 992px) {
  .cid-uHoOvN4BPR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHoOvN4BPR .text_widget {
  margin-bottom: 32px;
}
.cid-uHoOvN4BPR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHoOvN4BPR .text_widget a:hover,
.cid-uHoOvN4BPR .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uHoOvN4BPR .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uHoOvN4BPR .navbar-caption {
  color: #ffffff;
}
.cid-uHoOvN4BPR .mbr-section-subtitle,
.cid-uHoOvN4BPR .text_widget,
.cid-uHoOvN4BPR .mbr-section-btn {
  text-align: center;
}
.cid-uHoOvN4BPR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHoOvNIuQh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("/Assets/Web/images/background1.jpg");
}
.cid-uHoOvNIuQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoOvNIuQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoOvNIuQh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHoOvNIuQh .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHoOvNIuQh .container {
    padding: 0 30px;
  }
}
.cid-uHoOvNIuQh .row {
  justify-content: center;
}
.cid-uHoOvNIuQh .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uHoOvNIuQh .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uHoOvNIuQh .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHoOvNIuQh .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHoOvNIuQh .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uHoOvNIuQh .mbr-desc {
  color: #c7fcb5;
}
.cid-uHoOvNIuQh .mbr-section-title {
  color: #ffffff;
}
.cid-uHoOvNIuQh .mbr-text {
  color: #ffffff;
}
.cid-uHpwjDxRCf {
    padding-top: 2rem;
    padding-bottom: 4rem;
    background-image: url(/Assets/Web/images/ba-ok.jpg);
}
.cid-uHpwjDxRCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHpwjDxRCf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHpwjDxRCf .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uHpwjDxRCf .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uHpwjDxRCf .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uHpwjDxRCf .tabs-wrapper {
  margin-bottom: 32px;
}
.cid-uHpwjDxRCf .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uHpwjDxRCf .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px 0;
}
.cid-uHpwjDxRCf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    color: #ffffff;
    padding: 24px 64px;
    border: none;
    margin-bottom: 0;
    border-radius: 900px;
    background-color: #CEAF93;
}
@media (max-width: 1200px) {
  .cid-uHpwjDxRCf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 10px 10px;
  }
}
.cid-uHpwjDxRCf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
    background-color: #AD7745;
}
.cid-uHpwjDxRCf .tab-content .tab-pane .content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    padding: 34px;
    background-color: #F0E5DB;
}
@media (max-width: 992px) {
  .cid-uHpwjDxRCf .tab-content .tab-pane .content-wrap {
    padding: 46px 22px;
    display: block;
  }
}
.cid-uHpwjDxRCf .tab-content .tab-pane .content-wrap .item-title {
  width: 20%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHpwjDxRCf .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 22px;
    width: 100%;
    color: #733100;
  }
}
.cid-uHpwjDxRCf .tab-content .tab-pane .content-wrap .item-text {
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHpwjDxRCf .tab-content .tab-pane .content-wrap .item-text {
    width: 100%;
  }
}
.cid-uHpwjDxRCf .mbr-section-title {
  color: #77400f;
}
.cid-uHpwjDxRCf .item-title {
  color: #212529;
  text-align: center;
}
.cid-uHpwjDxRCf .item-text {
  color: #51565c;
}
.cid-uHpwjDxRCf .mbr-section-title,
.cid-uHpwjDxRCf .tabs-wrapper {
  text-align: center;
}
.cid-uHpwjDxRCf .item-text,
.cid-uHpwjDxRCf .text-wrap {
  color: #000000;
}
.cid-uHsQbnXqcC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("/Assets/Web/images/background1.jpg");
}
.cid-uHsQbnXqcC h3,
.cid-uHsQbnXqcC h4,
.cid-uHsQbnXqcC h5,
.cid-uHsQbnXqcC h6,
.cid-uHsQbnXqcC p {
  margin: 0;
}
.cid-uHsQbnXqcC .section-head {
  margin-bottom: 2.5rem;
}
.cid-uHsQbnXqcC .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-uHsQbnXqcC .nav-tabs .nav-item.open .nav-link:focus,
.cid-uHsQbnXqcC .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uHsQbnXqcC .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #592d05;
}
.cid-uHsQbnXqcC .nav-item {
  width: 100%;
  text-align: center;
}
.cid-uHsQbnXqcC .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uHsQbnXqcC .nav-tabs .nav-link:not(.active) {
  color: #592d05;
}
.cid-uHsQbnXqcC .nav-link,
.cid-uHsQbnXqcC .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-uHsQbnXqcC .nav-tabs .nav-link.active {
  color: #ff7f11;
  border-bottom: 1px solid #ff7f11;
}
.cid-uHsQbnXqcC .panel-body,
.cid-uHsQbnXqcC .card-header {
  padding: 3rem 0;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uHsQbnXqcC .panel-body,
  .cid-uHsQbnXqcC .card-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cid-uHsQbnXqcC .image-wrap {
  width: 490px;
  margin-right: 3rem;
  flex-shrink: 0;
}
.cid-uHsQbnXqcC .image-wrap img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-uHsQbnXqcC .image-wrap {
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 521px) {
  .cid-uHsQbnXqcC .image-wrap {
    width: 100%;
  }
}
.cid-uHsQbnXqcC .panel-title {
  color: #592d05;
  margin-bottom: 0.6rem;
}
.cid-uHsQbnXqcC .panel-subtitle {
  color: #33d5ad;
}
.cid-uHsQbnXqcC .panel-text {
  margin-top: 1.5rem;
}
.cid-uHoURhrkuM {
    padding-top: 45px;
    padding-bottom: 45px;
    overflow: hidden;
    box-sizing: border-box;
    background-image: url(/Assets/Web/images/ba-ok.jpg);
}
.cid-uHoURhrkuM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uHoURhrkuM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHoURhrkuM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHoURhrkuM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uHoURhrkuM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uHoURhrkuM .mbr-gallery-item > div:hover::before {
  opacity: 0.3 !important;
}
.cid-uHoURhrkuM .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-uHoURhrkuM .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uHoURhrkuM .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 5px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-uHoURhrkuM .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ff7f11 !important;
}
.cid-uHoURhrkuM .mbr-gallery-filter ul {
  display: block;
}
.cid-uHoURhrkuM .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uHoURhrkuM .mbr-gallery-filter li.active .btn {
    color: #E06700 !important;
    background: transparent;
}
.cid-uHoURhrkuM .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ff7f11 !important;
}
.cid-uHoURhrkuM .mbr-gallery-filter li.active::after,
.cid-uHoURhrkuM .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ff7f11 !important;
}
.cid-uHoURhrkuM .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uHoURhrkuM .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uHoURhrkuM .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uHoURhrkuM .icon-focus:before {
  content: '\e95e';
}
.cid-uHoURhrkuM .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uHoURhrkuM .mbr-section-title {
  margin: 0;
}
.cid-uHoURhrkuM .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uHoURhrkuM .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uHoRTV6Pxj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("/Assets/Web/images/mbr-6-1920x1280.jpg");
}
.cid-uHoRTV6Pxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoRTV6Pxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoRTV6Pxj .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uHoRTV6Pxj .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uHoRTV6Pxj .container {
    padding: 0 6px;
  }
}
.cid-uHoRTV6Pxj .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uHoRTV6Pxj .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uHoRTV6Pxj .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uHoRTV6Pxj .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uHoRTV6Pxj .row {
    padding: 70px 0;
  }
}
.cid-uHoRTV6Pxj .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uHoRTV6Pxj .container-wrapper {
  position: relative;
  padding-top: 5px;
}
.cid-uHoRTV6Pxj .container-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #b3855c;
  border-radius: 16px 16px 0 0;
}
.cid-uHoRTV6Pxj .container-wrapper .subtitle-wrapper {
  position: absolute;
  width: 100%;
  top: -45px;
}
.cid-uHoRTV6Pxj .container-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
  padding: 15px 80px 30px 22px;
  background-color: #b3855c;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 992px) {
  .cid-uHoRTV6Pxj .container-wrapper .subtitle-wrapper .subtitle-wrap {
    padding: 15px 22px 30px;
  }
}
.cid-uHoRTV6Pxj .container-wrapper .subtitle-wrapper .subtitle-wrap .dot-wrap {
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  margin-right: 30px;
  border-radius: 50%;
}
.cid-uHoRTV6Pxj .container-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uHoRTV6Pxj .container-wrapper .container-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 1px solid #cfcfcf;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uHoRTV6Pxj .container-wrapper .container-wrap {
    display: block;
    padding: 22px;
  }
}
.cid-uHoRTV6Pxj .container-wrapper .container-wrap .title-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uHoRTV6Pxj .container-wrapper .container-wrap .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uHoRTV6Pxj .container-wrapper .container-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHoRTV6Pxj .container-wrapper .container-wrap .list-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uHoRTV6Pxj .container-wrapper .container-wrap .list-wrapper {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uHoRTV6Pxj .container-wrapper .container-wrap .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uHoRTV6Pxj .container-wrapper .container-wrap .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  opacity: .5;
}
.cid-uHoRTV6Pxj .container-wrapper .container-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uHoRTV6Pxj .mbr-section-title {
  color: #131313;
}
.cid-uHoRTV6Pxj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHoRTV6Pxj .list {
  color: #131313;
}
.cid-uHoRTV6Pxj .list,
.cid-uHoRTV6Pxj .item-wrap {
  color: #000000;
}
.cid-uHoRTV6Pxj .mbr-section-subtitle,
.cid-uHoRTV6Pxj .subtitle-wrapper {
  color: #ffffff;
}
.cid-uHoXnQg0r3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("/Assets/Web/images/mbr-6-1920x1280.jpg");
}
.cid-uHoXnQg0r3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoXnQg0r3 .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-uHoXnQg0r3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHoXnQg0r3 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uHoXnQg0r3 .row {
  justify-content: space-between;
}
.cid-uHoXnQg0r3 .item {
  border-bottom: 1px solid #c1c1c1;
}
.cid-uHoXnQg0r3 .item:first-child {
  border-top: 1px solid #c1c1c1;
}
.cid-uHoXnQg0r3 .item .item-wrapper .card-box {
  display: flex;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uHoXnQg0r3 .item .item-wrapper .card-box {
    padding: 48px 0;
    display: block;
  }
}
.cid-uHoXnQg0r3 .item .item-wrapper .card-box .card-title {
  width: 35%;
  margin-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHoXnQg0r3 .item .item-wrapper .card-box .card-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uHoXnQg0r3 .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
  margin-right: 16px;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-uHoXnQg0r3 .item .item-wrapper .card-box .card-text {
    width: 100%;
    margin-right: 0;
  }
}
.cid-uHoXnQg0r3 .card-title {
  color: #1c1c1c;
}
.cid-uHoXnQg0r3 .card-text {
  color: #592d05;
}
.cid-uHoOvQ7IKI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHoOvQ7IKI::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uHoOvQ7IKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoOvQ7IKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoOvQ7IKI .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uHoOvQ7IKI .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHoOvQ7IKI .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHoOvQ7IKI .container {
    padding: 0 22px;
  }
}
.cid-uHoOvQ7IKI .row {
  position: relative;
  z-index: 1;
}
.cid-uHoOvQ7IKI .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uHoOvQ7IKI .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHoOvQ7IKI .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHoOvQ7IKI .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHoOvQ7IKI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHoOvQ7IKI .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uHoOvQ7IKI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHoOvQ7IKI .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHoOvQ7IKI .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uHoOvQ7IKI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHoOvQ7IKI .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uHoOvQ7IKI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uHoOvQ7IKI .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHoOvQ7IKI .nav-wrapper .list .item-wrap:hover,
.cid-uHoOvQ7IKI .nav-wrapper .list .item-wrap:hover {
  color: #fec406;
}
.cid-uHoOvQ7IKI .nav-wrapper .list .item-wrap:hover::before,
.cid-uHoOvQ7IKI .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uHoOvQ7IKI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHoOvQ7IKI .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHoOvQ7IKI .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHoOvQ7IKI .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uHoOvQ7IKI .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHoOvQ7IKI .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uHoOvQ7IKI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uHoOvQ7IKI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uHoOvQ7IKI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fec406;
}
.cid-uHoOvQ7IKI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uHoOvQ7IKI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uHoOvQ7IKI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHoOvQ7IKI .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHoOvQ7IKI .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHoOvQ7IKI .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHoOvQ7IKI .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uHoOvQ7IKI .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uHoOvQ7IKI .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uHoOvQ7IKI .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uHoOvQ7IKI .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uHoOvQ7IKI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uHoOvQ7IKI .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHoOvQ7IKI .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHoOvQ7IKI .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHoOvQ7IKI .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fec406;
}
.cid-uHoOvQ7IKI .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHoOvQ7IKI .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHoOvQ7IKI .mbr-section-title {
  color: #ff7f11;
}
.cid-uHoOvQ7IKI .mbr-text {
  color: #ffffff;
}
.cid-uHoOvQ7IKI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHoOvQ7IKI .list {
  color: #ffffff;
}
.cid-uHoOvQ7IKI .mbr-contact {
  color: #ffffff;
}
.cid-uHoOvQ7IKI .mbr-desc {
  color: #ffffff;
}
.cid-uHoOvQ7IKI .mbr-contact,
.cid-uHoOvQ7IKI .item-contact {
  color: #ffffff;
}
.cid-uHpwiKuP9Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7e8f4;
}
.cid-uHpwiKuP9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHpwiKuP9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHpwiKuP9Z .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uHpwiKuP9Z .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uHpwiKuP9Z .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uHpwiKuP9Z .tabs-wrapper {
  margin-bottom: 32px;
}
.cid-uHpwiKuP9Z .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uHpwiKuP9Z .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 20px 0;
}
.cid-uHpwiKuP9Z .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 24px 64px;
  border: none;
  margin-bottom: 0;
  border-radius: 900px;
  background-color: #ff8576;
}
@media (max-width: 1200px) {
  .cid-uHpwiKuP9Z .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 32px;
  }
}
.cid-uHpwiKuP9Z .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ff543d;
}
.cid-uHpwiKuP9Z .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  padding: 64px;
  background-color: #d2f2f5;
}
@media (max-width: 992px) {
  .cid-uHpwiKuP9Z .tab-content .tab-pane .content-wrap {
    padding: 46px 22px;
    display: block;
  }
}
.cid-uHpwiKuP9Z .tab-content .tab-pane .content-wrap .item-title {
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHpwiKuP9Z .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 22px;
    width: 100%;
  }
}
.cid-uHpwiKuP9Z .tab-content .tab-pane .content-wrap .item-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHpwiKuP9Z .tab-content .tab-pane .content-wrap .item-text {
    width: 100%;
  }
}
.cid-uHpwiKuP9Z .mbr-section-title {
  color: #212529;
}
.cid-uHpwiKuP9Z .item-title {
  color: #212529;
}
.cid-uHpwiKuP9Z .item-text {
  color: #51565c;
}
.cid-uHptIesa4p {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHptIesa4p .navbar-dropdown {
  background-color: #77400f !important;
  padding: 0;
}
.cid-uHptIesa4p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #77400f !important;
  background: #77400f;
}
.cid-uHptIesa4p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHptIesa4p .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHptIesa4p .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHptIesa4p .menu_box .navbar.opened,
  .cid-uHptIesa4p .menu_box .navbar-collapse {
    background-color: #77400f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHptIesa4p nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHptIesa4p .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHptIesa4p .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uHptIesa4p .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHptIesa4p .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uHptIesa4p .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHptIesa4p .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uHptIesa4p .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uHptIesa4p .nav-item {
    margin: 0 !important;
  }
}
.cid-uHptIesa4p .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uHptIesa4p .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fed243;
  transition: all 0.3s ease-in-out;
}
.cid-uHptIesa4p .nav-item .nav-link:hover,
.cid-uHptIesa4p .nav-item .nav-link:focus {
  color: #fed243 !important;
}
.cid-uHptIesa4p .nav-item .nav-link:hover::before,
.cid-uHptIesa4p .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHptIesa4p .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHptIesa4p .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHptIesa4p .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHptIesa4p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHptIesa4p .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-uHptIesa4p .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHptIesa4p .offcanvas_box {
    display: none;
  }
}
.cid-uHptIesa4p .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHptIesa4p .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHptIesa4p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHptIesa4p .container {
  display: flex;
  margin: auto;
}
.cid-uHptIesa4p .iconfont-wrapper {
  color: #ff7f11;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHptIesa4p .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHptIesa4p .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uHptIesa4p .navbar-nav {
    margin: 0;
  }
}
.cid-uHptIesa4p .dropdown-menu,
.cid-uHptIesa4p .navbar.opened {
  background-color: false !important;
}
.cid-uHptIesa4p .nav-item:focus,
.cid-uHptIesa4p .nav-link:focus {
  outline: none;
}
.cid-uHptIesa4p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHptIesa4p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHptIesa4p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHptIesa4p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHptIesa4p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHptIesa4p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHptIesa4p .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHptIesa4p .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHptIesa4p .navbar.opened {
  transition: all 0.3s;
}
.cid-uHptIesa4p .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHptIesa4p .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHptIesa4p .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHptIesa4p .navbar.collapsed {
  justify-content: center;
}
.cid-uHptIesa4p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHptIesa4p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHptIesa4p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHptIesa4p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHptIesa4p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHptIesa4p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHptIesa4p .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHptIesa4p .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHptIesa4p .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHptIesa4p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHptIesa4p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHptIesa4p .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHptIesa4p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHptIesa4p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHptIesa4p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHptIesa4p .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHptIesa4p .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHptIesa4p .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHptIesa4p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHptIesa4p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHptIesa4p .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHptIesa4p .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHptIesa4p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHptIesa4p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHptIesa4p .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-uHptIesa4p .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHptIesa4p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHptIesa4p .dropdown-item.active,
.cid-uHptIesa4p .dropdown-item:active {
  background-color: transparent;
}
.cid-uHptIesa4p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uHptIesa4p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHptIesa4p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHptIesa4p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHptIesa4p ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHptIesa4p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHptIesa4p button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #77400f;
  background: #ffffff;
}
.cid-uHptIesa4p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fed243;
}
.cid-uHptIesa4p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHptIesa4p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHptIesa4p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHptIesa4p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHptIesa4p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHptIesa4p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHptIesa4p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHptIesa4p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHptIesa4p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHptIesa4p .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-uHptIesa4p .navbar {
    height: 70px;
  }
  .cid-uHptIesa4p .navbar.opened {
    height: auto;
  }
  .cid-uHptIesa4p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHptIesa4p .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHptIesa4p .navbar-caption:hover {
  color: #fed243;
}
@media (min-width: 992px) {
  .cid-uHptIesa4p .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHptIesa4p .text_widget {
  margin-bottom: 32px;
}
.cid-uHptIesa4p .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHptIesa4p .text_widget a:hover,
.cid-uHptIesa4p .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uHptIesa4p .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uHptIesa4p .navbar-caption {
  color: #ffffff;
}
.cid-uHptIesa4p .mbr-section-subtitle,
.cid-uHptIesa4p .text_widget,
.cid-uHptIesa4p .mbr-section-btn {
  text-align: center;
}
.cid-uHptIesa4p a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHptIfMDnC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("/Assets/Web/images/background1.jpg");
}
.cid-uHptIfMDnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHptIfMDnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHptIfMDnC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHptIfMDnC .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHptIfMDnC .container {
    padding: 0 30px;
  }
}
.cid-uHptIfMDnC .row {
  justify-content: center;
}
.cid-uHptIfMDnC .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uHptIfMDnC .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uHptIfMDnC .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHptIfMDnC .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHptIfMDnC .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uHptIfMDnC .mbr-desc {
  color: #c7fcb5;
}
.cid-uHptIfMDnC .mbr-section-title {
  color: #ffffff;
}
.cid-uHptIfMDnC .mbr-text {
  color: #ffffff;
}
.cid-uHpDr9GzJV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("/Assets/Web/images/mbr-6-1920x1280.jpg");
}
.cid-uHpDr9GzJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHpDr9GzJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHpDr9GzJV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHpDr9GzJV .container {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .cid-uHpDr9GzJV .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHpDr9GzJV .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHpDr9GzJV .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHpDr9GzJV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHpDr9GzJV .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uHpDr9GzJV .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uHpDr9GzJV .content-wrapper .list .item-wrap:hover,
.cid-uHpDr9GzJV .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uHpDr9GzJV .image-wrapper img {
  height: 400px;
  object-fit: cover;
}

.cid-uHpDr9GzJV-1 .image-wrapper img {
    object-fit: cover;
}

.cid-uHpDr9GzJV .mbr-section-title {
  color: #592d05;
}
.cid-uHpDr9GzJV .mbr-text {
  color: #000000;
}
.cid-uHpDr9GzJV .list {
  color: #d2d2df;
}
.cid-uHptIi5k2R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("/Assets/Web/images/mbr-6-1920x1280.jpg");
}
.cid-uHptIi5k2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHptIi5k2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHptIi5k2R .row {
    padding: 0 24px;
  }
}
.cid-uHptIi5k2R .items {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uHptIi5k2R .items {
    flex-direction: column;
  }
}
.cid-uHptIi5k2R .items img {
  max-width: 330px;
  min-width: 100px;
  height: 405px;
  object-fit: cover;
  border-radius: 20px;
  margin-right: -3rem;
}
@media (max-width: 768px) {
  .cid-uHptIi5k2R .items img {
    margin: 0 !important;
  }
}
.cid-uHptIi5k2R .items img:nth-child(2) {
  height: 330px;
  margin-top: -12rem;
}
.cid-uHptIi5k2R .items img:nth-child(3) {
  height: 290px;
}
.cid-uHptIi5k2R .items img:nth-child(4) {
  height: 440px;
  margin-left: -6rem;
}
.cid-uHptIi5k2R .items img:nth-child(5) {
  height: 430px;
  margin-top: -9rem;
}
.cid-uHptIjyTb8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHptIjyTb8::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uHptIjyTb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHptIjyTb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHptIjyTb8 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uHptIjyTb8 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHptIjyTb8 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHptIjyTb8 .container {
    padding: 0 22px;
  }
}
.cid-uHptIjyTb8 .row {
  position: relative;
  z-index: 1;
}
.cid-uHptIjyTb8 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uHptIjyTb8 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHptIjyTb8 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHptIjyTb8 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHptIjyTb8 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHptIjyTb8 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uHptIjyTb8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHptIjyTb8 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHptIjyTb8 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uHptIjyTb8 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHptIjyTb8 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uHptIjyTb8 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uHptIjyTb8 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHptIjyTb8 .nav-wrapper .list .item-wrap:hover,
.cid-uHptIjyTb8 .nav-wrapper .list .item-wrap:hover {
  color: #fec406;
}
.cid-uHptIjyTb8 .nav-wrapper .list .item-wrap:hover::before,
.cid-uHptIjyTb8 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uHptIjyTb8 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHptIjyTb8 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHptIjyTb8 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHptIjyTb8 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uHptIjyTb8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHptIjyTb8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uHptIjyTb8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uHptIjyTb8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uHptIjyTb8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fec406;
}
.cid-uHptIjyTb8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uHptIjyTb8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uHptIjyTb8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHptIjyTb8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHptIjyTb8 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHptIjyTb8 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHptIjyTb8 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uHptIjyTb8 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uHptIjyTb8 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uHptIjyTb8 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uHptIjyTb8 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uHptIjyTb8 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uHptIjyTb8 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHptIjyTb8 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHptIjyTb8 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHptIjyTb8 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fec406;
}
.cid-uHptIjyTb8 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHptIjyTb8 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHptIjyTb8 .mbr-section-title {
  color: #ff7f11;
}
.cid-uHptIjyTb8 .mbr-text {
  color: #ffffff;
}
.cid-uHptIjyTb8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHptIjyTb8 .list {
  color: #ffffff;
}
.cid-uHptIjyTb8 .mbr-contact {
  color: #ffffff;
}
.cid-uHptIjyTb8 .mbr-desc {
  color: #ffffff;
}
.cid-uHptIjyTb8 .mbr-contact,
.cid-uHptIjyTb8 .item-contact {
  color: #ffffff;
}
.cid-uHsruBei5l {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHsruBei5l .navbar-dropdown {
  background-color: #77400f !important;
  padding: 0;
}
.cid-uHsruBei5l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #77400f !important;
  background: #77400f;
}
.cid-uHsruBei5l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHsruBei5l .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHsruBei5l .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHsruBei5l .menu_box .navbar.opened,
  .cid-uHsruBei5l .menu_box .navbar-collapse {
    background-color: #77400f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHsruBei5l nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHsruBei5l .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHsruBei5l .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uHsruBei5l .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHsruBei5l .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uHsruBei5l .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHsruBei5l .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uHsruBei5l .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uHsruBei5l .nav-item {
    margin: 0 !important;
  }
}
.cid-uHsruBei5l .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uHsruBei5l .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fed243;
  transition: all 0.3s ease-in-out;
}
.cid-uHsruBei5l .nav-item .nav-link:hover,
.cid-uHsruBei5l .nav-item .nav-link:focus {
  color: #fed243 !important;
}
.cid-uHsruBei5l .nav-item .nav-link:hover::before,
.cid-uHsruBei5l .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHsruBei5l .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHsruBei5l .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHsruBei5l .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHsruBei5l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHsruBei5l .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-uHsruBei5l .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHsruBei5l .offcanvas_box {
    display: none;
  }
}
.cid-uHsruBei5l .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHsruBei5l .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHsruBei5l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHsruBei5l .container {
  display: flex;
  margin: auto;
}
.cid-uHsruBei5l .iconfont-wrapper {
  color: #ff7f11;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHsruBei5l .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHsruBei5l .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uHsruBei5l .navbar-nav {
    margin: 0;
  }
}
.cid-uHsruBei5l .dropdown-menu,
.cid-uHsruBei5l .navbar.opened {
  background-color: false !important;
}
.cid-uHsruBei5l .nav-item:focus,
.cid-uHsruBei5l .nav-link:focus {
  outline: none;
}
.cid-uHsruBei5l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHsruBei5l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHsruBei5l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHsruBei5l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHsruBei5l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHsruBei5l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHsruBei5l .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHsruBei5l .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHsruBei5l .navbar.opened {
  transition: all 0.3s;
}
.cid-uHsruBei5l .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHsruBei5l .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHsruBei5l .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHsruBei5l .navbar.collapsed {
  justify-content: center;
}
.cid-uHsruBei5l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHsruBei5l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHsruBei5l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHsruBei5l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHsruBei5l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHsruBei5l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHsruBei5l .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHsruBei5l .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHsruBei5l .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHsruBei5l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHsruBei5l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHsruBei5l .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHsruBei5l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHsruBei5l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHsruBei5l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHsruBei5l .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHsruBei5l .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHsruBei5l .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHsruBei5l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHsruBei5l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHsruBei5l .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHsruBei5l .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHsruBei5l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHsruBei5l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHsruBei5l .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-uHsruBei5l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHsruBei5l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHsruBei5l .dropdown-item.active,
.cid-uHsruBei5l .dropdown-item:active {
  background-color: transparent;
}
.cid-uHsruBei5l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uHsruBei5l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHsruBei5l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHsruBei5l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHsruBei5l ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHsruBei5l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHsruBei5l button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #77400f;
  background: #ffffff;
}
.cid-uHsruBei5l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fed243;
}
.cid-uHsruBei5l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHsruBei5l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHsruBei5l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHsruBei5l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHsruBei5l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHsruBei5l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHsruBei5l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHsruBei5l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHsruBei5l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHsruBei5l .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-uHsruBei5l .navbar {
    height: 70px;
  }
  .cid-uHsruBei5l .navbar.opened {
    height: auto;
  }
  .cid-uHsruBei5l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHsruBei5l .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHsruBei5l .navbar-caption:hover {
  color: #fed243;
}
@media (min-width: 992px) {
  .cid-uHsruBei5l .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHsruBei5l .text_widget {
  margin-bottom: 32px;
}
.cid-uHsruBei5l .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHsruBei5l .text_widget a:hover,
.cid-uHsruBei5l .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uHsruBei5l .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uHsruBei5l .navbar-caption {
  color: #ffffff;
}
.cid-uHsruBei5l .mbr-section-subtitle,
.cid-uHsruBei5l .text_widget,
.cid-uHsruBei5l .mbr-section-btn {
  text-align: center;
}
.cid-uHsruBei5l a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHsruBqChQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("/Assets/Web/images/background1.jpg");
}
.cid-uHsruBqChQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsruBqChQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsruBqChQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHsruBqChQ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHsruBqChQ .container {
    padding: 0 30px;
  }
}
.cid-uHsruBqChQ .row {
  justify-content: center;
}
.cid-uHsruBqChQ .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uHsruBqChQ .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uHsruBqChQ .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHsruBqChQ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHsruBqChQ .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uHsruBqChQ .mbr-desc {
  color: #c7fcb5;
}
.cid-uHsruBqChQ .mbr-section-title {
  color: #ffffff;
}
.cid-uHsruBqChQ .mbr-text {
  color: #ffffff;
}
.cid-uHsBc0I6di {
    padding-top: 3rem;
    padding-bottom: 2rem;
    overflow: hidden;
    background-image: url(/Assets/Web/images/ba-ok.jpg);
}
.cid-uHsBc0I6di .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uHsBc0I6di .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsBc0I6di .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-uHsBc0I6di .container {
    padding: 0 15px;
  }
}
.cid-uHsBc0I6di .row {
  position: relative;
  z-index: 1;
}
.cid-uHsBc0I6di .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uHsBc0I6di .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
    color: #6A370A;
  }
}
.cid-uHsBc0I6di .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uHsBc0I6di .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uHsBc0I6di .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uHsBc0I6di .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uHsBc0I6di .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uHsBc0I6di .content-wrapper .content-wrap .images-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uHsBc0I6di .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uHsBc0I6di .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uHsBc0I6di .content-wrapper .content-wrap .images-wrapper .images-item img {
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHsBc0I6di .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uHsBc0I6di .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uHsBc0I6di .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uHsBc0I6di .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uHsBc0I6di .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uHsBc0I6di .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uHsBc0I6di .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uHsBc0I6di .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uHsBc0I6di .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uHsBc0I6di .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uHsBc0I6di .mbr-section-title {
  color: #6A370A;
}
.cid-uHsBc0I6di .item-title {
  color: #30262b;
}
.cid-uHsBc0I6di .item-text {
  color: #30262b;
}
.cid-uHsruBQ8CP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHsruBQ8CP::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uHsruBQ8CP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsruBQ8CP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsruBQ8CP .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uHsruBQ8CP .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHsruBQ8CP .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHsruBQ8CP .container {
    padding: 0 22px;
  }
}
.cid-uHsruBQ8CP .row {
  position: relative;
  z-index: 1;
}
.cid-uHsruBQ8CP .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uHsruBQ8CP .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHsruBQ8CP .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHsruBQ8CP .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHsruBQ8CP .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHsruBQ8CP .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uHsruBQ8CP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHsruBQ8CP .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHsruBQ8CP .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uHsruBQ8CP .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHsruBQ8CP .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uHsruBQ8CP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uHsruBQ8CP .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHsruBQ8CP .nav-wrapper .list .item-wrap:hover,
.cid-uHsruBQ8CP .nav-wrapper .list .item-wrap:hover {
  color: #fec406;
}
.cid-uHsruBQ8CP .nav-wrapper .list .item-wrap:hover::before,
.cid-uHsruBQ8CP .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uHsruBQ8CP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHsruBQ8CP .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHsruBQ8CP .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHsruBQ8CP .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uHsruBQ8CP .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHsruBQ8CP .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uHsruBQ8CP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uHsruBQ8CP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uHsruBQ8CP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fec406;
}
.cid-uHsruBQ8CP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uHsruBQ8CP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uHsruBQ8CP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHsruBQ8CP .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHsruBQ8CP .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHsruBQ8CP .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHsruBQ8CP .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uHsruBQ8CP .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uHsruBQ8CP .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uHsruBQ8CP .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uHsruBQ8CP .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uHsruBQ8CP .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uHsruBQ8CP .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHsruBQ8CP .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHsruBQ8CP .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHsruBQ8CP .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fec406;
}
.cid-uHsruBQ8CP .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHsruBQ8CP .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHsruBQ8CP .mbr-section-title {
  color: #ff7f11;
}
.cid-uHsruBQ8CP .mbr-text {
  color: #ffffff;
}
.cid-uHsruBQ8CP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHsruBQ8CP .list {
  color: #ffffff;
}
.cid-uHsruBQ8CP .mbr-contact {
  color: #ffffff;
}
.cid-uHsruBQ8CP .mbr-desc {
  color: #ffffff;
}
.cid-uHsruBQ8CP .mbr-contact,
.cid-uHsruBQ8CP .item-contact {
  color: #ffffff;
}
.cid-uHsGoRcN5P {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHsGoRcN5P .navbar-dropdown {
  background-color: #77400f !important;
  padding: 0;
}
.cid-uHsGoRcN5P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #77400f !important;
  background: #77400f;
}
.cid-uHsGoRcN5P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHsGoRcN5P .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHsGoRcN5P .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHsGoRcN5P .menu_box .navbar.opened,
  .cid-uHsGoRcN5P .menu_box .navbar-collapse {
    background-color: #77400f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHsGoRcN5P nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHsGoRcN5P .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHsGoRcN5P .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uHsGoRcN5P .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHsGoRcN5P .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uHsGoRcN5P .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHsGoRcN5P .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uHsGoRcN5P .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uHsGoRcN5P .nav-item {
    margin: 0 !important;
  }
}
.cid-uHsGoRcN5P .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uHsGoRcN5P .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fed243;
  transition: all 0.3s ease-in-out;
}
.cid-uHsGoRcN5P .nav-item .nav-link:hover,
.cid-uHsGoRcN5P .nav-item .nav-link:focus {
  color: #fed243 !important;
}
.cid-uHsGoRcN5P .nav-item .nav-link:hover::before,
.cid-uHsGoRcN5P .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHsGoRcN5P .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHsGoRcN5P .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHsGoRcN5P .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHsGoRcN5P .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHsGoRcN5P .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-uHsGoRcN5P .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHsGoRcN5P .offcanvas_box {
    display: none;
  }
}
.cid-uHsGoRcN5P .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHsGoRcN5P .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHsGoRcN5P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHsGoRcN5P .container {
  display: flex;
  margin: auto;
}
.cid-uHsGoRcN5P .iconfont-wrapper {
  color: #ff7f11;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHsGoRcN5P .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHsGoRcN5P .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uHsGoRcN5P .navbar-nav {
    margin: 0;
  }
}
.cid-uHsGoRcN5P .dropdown-menu,
.cid-uHsGoRcN5P .navbar.opened {
  background-color: false !important;
}
.cid-uHsGoRcN5P .nav-item:focus,
.cid-uHsGoRcN5P .nav-link:focus {
  outline: none;
}
.cid-uHsGoRcN5P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHsGoRcN5P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHsGoRcN5P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHsGoRcN5P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHsGoRcN5P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHsGoRcN5P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHsGoRcN5P .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHsGoRcN5P .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHsGoRcN5P .navbar.opened {
  transition: all 0.3s;
}
.cid-uHsGoRcN5P .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHsGoRcN5P .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHsGoRcN5P .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHsGoRcN5P .navbar.collapsed {
  justify-content: center;
}
.cid-uHsGoRcN5P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHsGoRcN5P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHsGoRcN5P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHsGoRcN5P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHsGoRcN5P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHsGoRcN5P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHsGoRcN5P .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHsGoRcN5P .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHsGoRcN5P .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHsGoRcN5P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHsGoRcN5P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHsGoRcN5P .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHsGoRcN5P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHsGoRcN5P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHsGoRcN5P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHsGoRcN5P .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHsGoRcN5P .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHsGoRcN5P .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHsGoRcN5P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHsGoRcN5P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHsGoRcN5P .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHsGoRcN5P .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHsGoRcN5P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHsGoRcN5P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHsGoRcN5P .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-uHsGoRcN5P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHsGoRcN5P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHsGoRcN5P .dropdown-item.active,
.cid-uHsGoRcN5P .dropdown-item:active {
  background-color: transparent;
}
.cid-uHsGoRcN5P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uHsGoRcN5P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHsGoRcN5P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHsGoRcN5P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHsGoRcN5P ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHsGoRcN5P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHsGoRcN5P button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #77400f;
  background: #ffffff;
}
.cid-uHsGoRcN5P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fed243;
}
.cid-uHsGoRcN5P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHsGoRcN5P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHsGoRcN5P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHsGoRcN5P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHsGoRcN5P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHsGoRcN5P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHsGoRcN5P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHsGoRcN5P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHsGoRcN5P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHsGoRcN5P .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-uHsGoRcN5P .navbar {
    height: 70px;
  }
  .cid-uHsGoRcN5P .navbar.opened {
    height: auto;
  }
  .cid-uHsGoRcN5P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHsGoRcN5P .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHsGoRcN5P .navbar-caption:hover {
  color: #fed243;
}
@media (min-width: 992px) {
  .cid-uHsGoRcN5P .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHsGoRcN5P .text_widget {
  margin-bottom: 32px;
}
.cid-uHsGoRcN5P .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHsGoRcN5P .text_widget a:hover,
.cid-uHsGoRcN5P .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uHsGoRcN5P .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uHsGoRcN5P .navbar-caption {
  color: #ffffff;
}
.cid-uHsGoRcN5P .mbr-section-subtitle,
.cid-uHsGoRcN5P .text_widget,
.cid-uHsGoRcN5P .mbr-section-btn {
  text-align: center;
}
.cid-uHsGoRcN5P a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHsGoRrtF1 {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-image: url(/Assets/Web/images/event-photos.jpg);
}
.cid-uHsGoRrtF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsGoRrtF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsGoRrtF1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHsGoRrtF1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHsGoRrtF1 .container {
    padding: 0 30px;
  }
}
.cid-uHsGoRrtF1 .row {
  justify-content: center;
}
.cid-uHsGoRrtF1 .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uHsGoRrtF1 .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uHsGoRrtF1 .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHsGoRrtF1 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHsGoRrtF1 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uHsGoRrtF1 .mbr-desc {
  color: #c7fcb5;
}
.cid-uHsGoRrtF1 .mbr-section-title {
  color: #ffffff;
}
.cid-uHsGoRrtF1 .mbr-text {
  color: #ffffff;
}







.cid-uHsGoRrtF1a {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-image: url(/Assets/Web/images/about-img-5b.jpg);
}
.cid-uHsGoRrtF1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsGoRrtF1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsGoRrtF1a .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHsGoRrtF1a .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHsGoRrtF1a .container {
    padding: 0 30px;
  }
}
.cid-uHsGoRrtF1a .row {
  justify-content: center;
}
.cid-uHsGoRrtF1a .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uHsGoRrtF1a .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uHsGoRrtF1a .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHsGoRrtF1a .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHsGoRrtF1 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uHsGoRrtF1a .mbr-desc {
  color: #c7fcb5;
}
.cid-uHsGoRrtF1a .mbr-section-title {
  color: #ffffff;
}
.cid-uHsGoRrtF1a .mbr-text {
  color: #ffffff;
}






.cid-uHsKahBoBm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("/Assets/Web/images/background1.jpg");
  display: flex;
  align-items: center;
}
.cid-uHsKahBoBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsKahBoBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsKahBoBm .row {
  justify-content: flex-start;
}
.cid-uHsKahBoBm .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-uHsKahBoBm .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uHsGOlPNB0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("/Assets/Web/images/background1.jpg");
}
.cid-uHsGOlPNB0 h2,
.cid-uHsGOlPNB0 h3,
.cid-uHsGOlPNB0 h4,
.cid-uHsGOlPNB0 h5 {
  margin: 0;
}
.cid-uHsGOlPNB0 .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-uHsGOlPNB0 .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-uHsGOlPNB0 .mbr-section-title {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-uHsGOlPNB0 .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-uHsGOlPNB0 .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uHsGOlPNB0 .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-uHsGOlPNB0 .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-uHsGOlPNB0 .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-uHsGOlPNB0 .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uHsGOlPNB0 .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uHsGOlPNB0 .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-uHsGOlPNB0 .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-uHsGOlPNB0 .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uHsGOlPNB0 .card:hover {
  cursor: pointer;
}
.cid-uHsGOlPNB0 .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-uHsGOlPNB0 .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-uHsGOlPNB0 .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-uHsGOlPNB0 .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-uHsJnGCPOC {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: url(/Assets/Web/images/ba-ok.jpg);
}
.cid-uHsJnGCPOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsJnGCPOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsJnGCPOC .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uHsJnGCPOC .mbr-section-title {
  color: #24262b;
}
.cid-uHsJnGCPOC .mbr-section-subtitle {
  color: #24262b;
}
.cid-uHsJnGCPOC .items-row {
  row-gap: 32px;
}
.cid-uHsJnGCPOC .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uHsJnGCPOC .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 8));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uHsJnGCPOC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  transition: 0.3s;
}
.cid-uHsJnGCPOC .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uHsJnGCPOC .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uHsJnGCPOC .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uHsJnGCPOC .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uHsJnGCPOC .mbr-item-subtitle {
  color: #24262b;
}
.cid-uHsJnGCPOC .carousel-control,
.cid-uHsJnGCPOC .close {
  background: #1b1b1b;
}
.cid-uHsJnGCPOC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHsJnGCPOC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHsJnGCPOC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHsJnGCPOC .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHsJnGCPOC .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHsJnGCPOC .close::before {
  content: '\e91a';
}
.cid-uHsJnGCPOC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHsJnGCPOC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHsJnGCPOC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHsJnGCPOC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHsJnGCPOC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHsJnGCPOC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHsJnGCPOC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uHsJnGCPOC .carousel-indicators li.active,
.cid-uHsJnGCPOC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHsJnGCPOC .carousel-indicators li::after,
.cid-uHsJnGCPOC .carousel-indicators li::before {
  content: none;
}
.cid-uHsJnGCPOC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHsJnGCPOC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHsJnGCPOC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHsJnGCPOC .carousel-indicators {
    display: none;
  }
}
.cid-uHsJnGCPOC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHsJnGCPOC .carousel-inner > .active {
  display: block;
}
.cid-uHsJnGCPOC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHsJnGCPOC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHsJnGCPOC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHsJnGCPOC .carousel-control,
  .cid-uHsJnGCPOC .carousel-indicators,
  .cid-uHsJnGCPOC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHsJnGCPOC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHsJnGCPOC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHsJnGCPOC .carousel-indicators .active,
.cid-uHsJnGCPOC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHsJnGCPOC .carousel-indicators .active {
  background: #fff;
}
.cid-uHsJnGCPOC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHsJnGCPOC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHsJnGCPOC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHsJnGCPOC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHsJnGCPOC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHsJnGCPOC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHsJnGCPOC .carousel {
  width: 100%;
}
.cid-uHsJnGCPOC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHsJnGCPOC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHsJnGCPOC .modal.fade .modal-dialog,
.cid-uHsJnGCPOC .modal.in .modal-dialog {
  transform: none;
}
.cid-uHsJnGCPOC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHsJnGCPOC H6 {
  text-align: center;
}
.cid-uHsGoRTNAT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHsGoRTNAT::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uHsGoRTNAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsGoRTNAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsGoRTNAT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uHsGoRTNAT .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHsGoRTNAT .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHsGoRTNAT .container {
    padding: 0 22px;
  }
}
.cid-uHsGoRTNAT .row {
  position: relative;
  z-index: 1;
}
.cid-uHsGoRTNAT .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uHsGoRTNAT .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHsGoRTNAT .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHsGoRTNAT .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHsGoRTNAT .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHsGoRTNAT .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uHsGoRTNAT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHsGoRTNAT .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHsGoRTNAT .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uHsGoRTNAT .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHsGoRTNAT .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uHsGoRTNAT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uHsGoRTNAT .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHsGoRTNAT .nav-wrapper .list .item-wrap:hover,
.cid-uHsGoRTNAT .nav-wrapper .list .item-wrap:hover {
  color: #fec406;
}
.cid-uHsGoRTNAT .nav-wrapper .list .item-wrap:hover::before,
.cid-uHsGoRTNAT .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uHsGoRTNAT .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHsGoRTNAT .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHsGoRTNAT .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHsGoRTNAT .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uHsGoRTNAT .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHsGoRTNAT .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uHsGoRTNAT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uHsGoRTNAT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uHsGoRTNAT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fec406;
}
.cid-uHsGoRTNAT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uHsGoRTNAT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uHsGoRTNAT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHsGoRTNAT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHsGoRTNAT .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHsGoRTNAT .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHsGoRTNAT .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uHsGoRTNAT .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uHsGoRTNAT .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uHsGoRTNAT .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uHsGoRTNAT .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uHsGoRTNAT .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uHsGoRTNAT .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHsGoRTNAT .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHsGoRTNAT .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHsGoRTNAT .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fec406;
}
.cid-uHsGoRTNAT .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHsGoRTNAT .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHsGoRTNAT .mbr-section-title {
  color: #ff7f11;
}
.cid-uHsGoRTNAT .mbr-text {
  color: #ffffff;
}
.cid-uHsGoRTNAT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHsGoRTNAT .list {
  color: #ffffff;
}
.cid-uHsGoRTNAT .mbr-contact {
  color: #ffffff;
}
.cid-uHsGoRTNAT .mbr-desc {
  color: #ffffff;
}
.cid-uHsGoRTNAT .mbr-contact,
.cid-uHsGoRTNAT .item-contact {
  color: #ffffff;
}
.cid-uHsLFqWQD9 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHsLFqWQD9 .navbar-dropdown {
  background-color: #77400f !important;
  padding: 0;
}
.cid-uHsLFqWQD9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #77400f !important;
  background: #77400f;
}
.cid-uHsLFqWQD9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHsLFqWQD9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHsLFqWQD9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHsLFqWQD9 .menu_box .navbar.opened,
  .cid-uHsLFqWQD9 .menu_box .navbar-collapse {
    background-color: #77400f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHsLFqWQD9 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHsLFqWQD9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHsLFqWQD9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uHsLFqWQD9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHsLFqWQD9 .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uHsLFqWQD9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHsLFqWQD9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uHsLFqWQD9 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uHsLFqWQD9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uHsLFqWQD9 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uHsLFqWQD9 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fed243;
  transition: all 0.3s ease-in-out;
}
.cid-uHsLFqWQD9 .nav-item .nav-link:hover,
.cid-uHsLFqWQD9 .nav-item .nav-link:focus {
  color: #fed243 !important;
}
.cid-uHsLFqWQD9 .nav-item .nav-link:hover::before,
.cid-uHsLFqWQD9 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHsLFqWQD9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHsLFqWQD9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHsLFqWQD9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHsLFqWQD9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHsLFqWQD9 .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-uHsLFqWQD9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHsLFqWQD9 .offcanvas_box {
    display: none;
  }
}
.cid-uHsLFqWQD9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHsLFqWQD9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHsLFqWQD9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHsLFqWQD9 .container {
  display: flex;
  margin: auto;
}
.cid-uHsLFqWQD9 .iconfont-wrapper {
  color: #ff7f11;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHsLFqWQD9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHsLFqWQD9 .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uHsLFqWQD9 .navbar-nav {
    margin: 0;
  }
}
.cid-uHsLFqWQD9 .dropdown-menu,
.cid-uHsLFqWQD9 .navbar.opened {
  background-color: false !important;
}
.cid-uHsLFqWQD9 .nav-item:focus,
.cid-uHsLFqWQD9 .nav-link:focus {
  outline: none;
}
.cid-uHsLFqWQD9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHsLFqWQD9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHsLFqWQD9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHsLFqWQD9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHsLFqWQD9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHsLFqWQD9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHsLFqWQD9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHsLFqWQD9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHsLFqWQD9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHsLFqWQD9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHsLFqWQD9 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHsLFqWQD9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHsLFqWQD9 .navbar.collapsed {
  justify-content: center;
}
.cid-uHsLFqWQD9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHsLFqWQD9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHsLFqWQD9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHsLFqWQD9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHsLFqWQD9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHsLFqWQD9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHsLFqWQD9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHsLFqWQD9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHsLFqWQD9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHsLFqWQD9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHsLFqWQD9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHsLFqWQD9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHsLFqWQD9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHsLFqWQD9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHsLFqWQD9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHsLFqWQD9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHsLFqWQD9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHsLFqWQD9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHsLFqWQD9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHsLFqWQD9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHsLFqWQD9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHsLFqWQD9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHsLFqWQD9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHsLFqWQD9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHsLFqWQD9 .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-uHsLFqWQD9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHsLFqWQD9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHsLFqWQD9 .dropdown-item.active,
.cid-uHsLFqWQD9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHsLFqWQD9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uHsLFqWQD9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHsLFqWQD9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHsLFqWQD9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHsLFqWQD9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHsLFqWQD9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHsLFqWQD9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #77400f;
  background: #ffffff;
}
.cid-uHsLFqWQD9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fed243;
}
.cid-uHsLFqWQD9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHsLFqWQD9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHsLFqWQD9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHsLFqWQD9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHsLFqWQD9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHsLFqWQD9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHsLFqWQD9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHsLFqWQD9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHsLFqWQD9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHsLFqWQD9 .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-uHsLFqWQD9 .navbar {
    height: 70px;
  }
  .cid-uHsLFqWQD9 .navbar.opened {
    height: auto;
  }
  .cid-uHsLFqWQD9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHsLFqWQD9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHsLFqWQD9 .navbar-caption:hover {
  color: #fed243;
}
@media (min-width: 992px) {
  .cid-uHsLFqWQD9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHsLFqWQD9 .text_widget {
  margin-bottom: 32px;
}
.cid-uHsLFqWQD9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHsLFqWQD9 .text_widget a:hover,
.cid-uHsLFqWQD9 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uHsLFqWQD9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uHsLFqWQD9 .navbar-caption {
  color: #ffffff;
}
.cid-uHsLFqWQD9 .mbr-section-subtitle,
.cid-uHsLFqWQD9 .text_widget,
.cid-uHsLFqWQD9 .mbr-section-btn {
  text-align: center;
}
.cid-uHsLFqWQD9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHsLFrl2Gh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("/Assets/Web/images/background1.jpg");
}
.cid-uHsLFrl2Gh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsLFrl2Gh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsLFrl2Gh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHsLFrl2Gh .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHsLFrl2Gh .container {
    padding: 0 30px;
  }
}
.cid-uHsLFrl2Gh .row {
  justify-content: center;
}
.cid-uHsLFrl2Gh .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uHsLFrl2Gh .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uHsLFrl2Gh .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHsLFrl2Gh .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHsLFrl2Gh .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uHsLFrl2Gh .mbr-desc {
  color: #c7fcb5;
}
.cid-uHsLFrl2Gh .mbr-section-title {
  color: #ffffff;
}
.cid-uHsLFrl2Gh .mbr-text {
  color: #ffffff;
}
.cid-uHsLFrJLiW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("/Assets/Web/images/background1.jpg");
  display: flex;
  align-items: center;
}
.cid-uHsLFrJLiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsLFrJLiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsLFrJLiW .row {
  justify-content: flex-start;
}
.cid-uHsLFrJLiW .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-uHsLFrJLiW .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uHsLFs3khf {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: url(/Assets/Web/images/ba-ok.jpg);
}
.cid-uHsLFs3khf h2,
.cid-uHsLFs3khf h3,
.cid-uHsLFs3khf h4,
.cid-uHsLFs3khf h5 {
  margin: 0;
}
.cid-uHsLFs3khf .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 680px) {
  .cid-uHsLFs3khf .mbr-section-head {
    padding: 0 35px;
  }
}
.cid-uHsLFs3khf .mbr-section-title {
  color: #592d05;
  text-align: center;
  margin: 0;
}
.cid-uHsLFs3khf .mbr-section-subtitle {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-uHsLFs3khf .card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uHsLFs3khf .card {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-uHsLFs3khf .card:nth-child(2n + 1) {
  margin-top: 57px;
}
@media (max-width: 1024px) {
  .cid-uHsLFs3khf .card:nth-child(2n + 1) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cid-uHsLFs3khf .card {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uHsLFs3khf .card {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uHsLFs3khf .image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cid-uHsLFs3khf .image-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-uHsLFs3khf .image-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uHsLFs3khf .card:hover {
  cursor: pointer;
}
.cid-uHsLFs3khf .card:hover .image-wrap::before {
  opacity: 0.7;
}
.cid-uHsLFs3khf .mbr-card-title {
  color: #000000;
  margin-top: 13px;
  margin-bottom: 4px;
}
.cid-uHsLFs3khf .mbr-card-subtitle {
  color: #6b6b6b;
  margin-top: -5px;
  margin-bottom: 14px;
}
.cid-uHsLFs3khf .item-caption {
  padding: 16px 0 8px;
  background: transparent;
}
.cid-uHsLFtoms8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHsLFtoms8::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uHsLFtoms8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsLFtoms8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsLFtoms8 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uHsLFtoms8 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHsLFtoms8 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHsLFtoms8 .container {
    padding: 0 22px;
  }
}
.cid-uHsLFtoms8 .row {
  position: relative;
  z-index: 1;
}
.cid-uHsLFtoms8 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uHsLFtoms8 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHsLFtoms8 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHsLFtoms8 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHsLFtoms8 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHsLFtoms8 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uHsLFtoms8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHsLFtoms8 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHsLFtoms8 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uHsLFtoms8 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHsLFtoms8 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uHsLFtoms8 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uHsLFtoms8 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHsLFtoms8 .nav-wrapper .list .item-wrap:hover,
.cid-uHsLFtoms8 .nav-wrapper .list .item-wrap:hover {
  color: #fec406;
}
.cid-uHsLFtoms8 .nav-wrapper .list .item-wrap:hover::before,
.cid-uHsLFtoms8 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uHsLFtoms8 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHsLFtoms8 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHsLFtoms8 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHsLFtoms8 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uHsLFtoms8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHsLFtoms8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uHsLFtoms8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uHsLFtoms8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uHsLFtoms8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fec406;
}
.cid-uHsLFtoms8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uHsLFtoms8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uHsLFtoms8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHsLFtoms8 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHsLFtoms8 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHsLFtoms8 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHsLFtoms8 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uHsLFtoms8 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uHsLFtoms8 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uHsLFtoms8 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uHsLFtoms8 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uHsLFtoms8 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uHsLFtoms8 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHsLFtoms8 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHsLFtoms8 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHsLFtoms8 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fec406;
}
.cid-uHsLFtoms8 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHsLFtoms8 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHsLFtoms8 .mbr-section-title {
  color: #ff7f11;
}
.cid-uHsLFtoms8 .mbr-text {
  color: #ffffff;
}
.cid-uHsLFtoms8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHsLFtoms8 .list {
  color: #ffffff;
}
.cid-uHsLFtoms8 .mbr-contact {
  color: #ffffff;
}
.cid-uHsLFtoms8 .mbr-desc {
  color: #ffffff;
}
.cid-uHsLFtoms8 .mbr-contact,
.cid-uHsLFtoms8 .item-contact {
  color: #ffffff;
}
.cid-uHsLQaMc5x {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHsLQaMc5x .navbar-dropdown {
  background-color: #77400f !important;
  padding: 0;
}
.cid-uHsLQaMc5x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #77400f !important;
  background: #77400f;
}
.cid-uHsLQaMc5x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHsLQaMc5x .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHsLQaMc5x .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHsLQaMc5x .menu_box .navbar.opened,
  .cid-uHsLQaMc5x .menu_box .navbar-collapse {
    background-color: #77400f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHsLQaMc5x nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHsLQaMc5x .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHsLQaMc5x .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uHsLQaMc5x .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHsLQaMc5x .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uHsLQaMc5x .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHsLQaMc5x .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uHsLQaMc5x .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uHsLQaMc5x .nav-item {
    margin: 0 !important;
  }
}
.cid-uHsLQaMc5x .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uHsLQaMc5x .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fed243;
  transition: all 0.3s ease-in-out;
}
.cid-uHsLQaMc5x .nav-item .nav-link:hover,
.cid-uHsLQaMc5x .nav-item .nav-link:focus {
  color: #fed243 !important;
}
.cid-uHsLQaMc5x .nav-item .nav-link:hover::before,
.cid-uHsLQaMc5x .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHsLQaMc5x .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHsLQaMc5x .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHsLQaMc5x .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHsLQaMc5x .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHsLQaMc5x .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-uHsLQaMc5x .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHsLQaMc5x .offcanvas_box {
    display: none;
  }
}
.cid-uHsLQaMc5x .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHsLQaMc5x .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHsLQaMc5x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHsLQaMc5x .container {
  display: flex;
  margin: auto;
}
.cid-uHsLQaMc5x .iconfont-wrapper {
  color: #ff7f11;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHsLQaMc5x .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHsLQaMc5x .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uHsLQaMc5x .navbar-nav {
    margin: 0;
  }
}
.cid-uHsLQaMc5x .dropdown-menu,
.cid-uHsLQaMc5x .navbar.opened {
  background-color: false !important;
}
.cid-uHsLQaMc5x .nav-item:focus,
.cid-uHsLQaMc5x .nav-link:focus {
  outline: none;
}
.cid-uHsLQaMc5x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHsLQaMc5x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHsLQaMc5x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHsLQaMc5x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHsLQaMc5x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHsLQaMc5x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHsLQaMc5x .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHsLQaMc5x .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHsLQaMc5x .navbar.opened {
  transition: all 0.3s;
}
.cid-uHsLQaMc5x .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHsLQaMc5x .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHsLQaMc5x .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHsLQaMc5x .navbar.collapsed {
  justify-content: center;
}
.cid-uHsLQaMc5x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHsLQaMc5x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHsLQaMc5x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHsLQaMc5x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHsLQaMc5x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHsLQaMc5x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHsLQaMc5x .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHsLQaMc5x .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHsLQaMc5x .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHsLQaMc5x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHsLQaMc5x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHsLQaMc5x .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHsLQaMc5x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHsLQaMc5x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHsLQaMc5x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHsLQaMc5x .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHsLQaMc5x .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHsLQaMc5x .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHsLQaMc5x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHsLQaMc5x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHsLQaMc5x .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHsLQaMc5x .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHsLQaMc5x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHsLQaMc5x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHsLQaMc5x .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-uHsLQaMc5x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHsLQaMc5x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHsLQaMc5x .dropdown-item.active,
.cid-uHsLQaMc5x .dropdown-item:active {
  background-color: transparent;
}
.cid-uHsLQaMc5x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uHsLQaMc5x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHsLQaMc5x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHsLQaMc5x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHsLQaMc5x ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHsLQaMc5x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHsLQaMc5x button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #77400f;
  background: #ffffff;
}
.cid-uHsLQaMc5x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fed243;
}
.cid-uHsLQaMc5x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHsLQaMc5x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHsLQaMc5x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHsLQaMc5x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHsLQaMc5x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHsLQaMc5x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHsLQaMc5x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHsLQaMc5x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHsLQaMc5x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHsLQaMc5x .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-uHsLQaMc5x .navbar {
    height: 70px;
  }
  .cid-uHsLQaMc5x .navbar.opened {
    height: auto;
  }
  .cid-uHsLQaMc5x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHsLQaMc5x .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHsLQaMc5x .navbar-caption:hover {
  color: #fed243;
}
@media (min-width: 992px) {
  .cid-uHsLQaMc5x .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHsLQaMc5x .text_widget {
  margin-bottom: 32px;
}
.cid-uHsLQaMc5x .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHsLQaMc5x .text_widget a:hover,
.cid-uHsLQaMc5x .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uHsLQaMc5x .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uHsLQaMc5x .navbar-caption {
  color: #ffffff;
}
.cid-uHsLQaMc5x .mbr-section-subtitle,
.cid-uHsLQaMc5x .text_widget,
.cid-uHsLQaMc5x .mbr-section-btn {
  text-align: center;
}
.cid-uHsLQaMc5x a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHsLQb7mvt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("/Assets/Web/images/background1.jpg");
}
.cid-uHsLQb7mvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsLQb7mvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsLQb7mvt .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHsLQb7mvt .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHsLQb7mvt .container {
    padding: 0 30px;
  }
}
.cid-uHsLQb7mvt .row {
  justify-content: center;
}
.cid-uHsLQb7mvt .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uHsLQb7mvt .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uHsLQb7mvt .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHsLQb7mvt .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHsLQb7mvt .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uHsLQb7mvt .mbr-desc {
  color: #c7fcb5;
}
.cid-uHsLQb7mvt .mbr-section-title {
  color: #ffffff;
}
.cid-uHsLQb7mvt .mbr-text {
  color: #ffffff;
}
.cid-uHsLQboqUh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("/Assets/Web/images/background1.jpg");
  display: flex;
  align-items: center;
}
.cid-uHsLQboqUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsLQboqUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsLQboqUh .row {
  justify-content: flex-start;
}
.cid-uHsLQboqUh .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-uHsLQboqUh .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uHsYd6u69c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("/Assets/Web/images/background1.jpg");
}
.cid-uHsYd6u69c .svg-top {
  display: none;
}
.cid-uHsYd6u69c ul {
  padding: 0;
}
.cid-uHsYd6u69c li {
  padding: 1rem 0;
  list-style: none;
  border-bottom: 2px solid currentColor;
}
.cid-uHsYd6u69c .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uHsYd6u69c .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff7f11;
}
.cid-uHsYd6u69c .svg-top .st0 {
  fill: "file:///C:/Users/Angel/AppData/Local/Mobirise.com/Mobirise/wow_002eajuju_0040gmail_002ecom/addons/beveragem5/components/_images/background1.jpg";
}
@media (max-width: 992px) {
  .cid-uHsYd6u69c .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uHsYd6u69c .mbr-section-title {
  color: #592d05;
}
@media (min-width: 1400px) {
  .cid-uHsYd6u69c .col-12 {
    padding: 0 2rem;
  }
  .cid-uHsYd6u69c .row {
    margin: 0 -2rem;
  }
}
.cid-uHsYd6u69c .mbr-text,
.cid-uHsYd6u69c .mbr-section-btn {
  color: #592d05;
}
.cid-uHsXwU8ZDL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("/Assets/Web/images/background3.jpg");
}
.cid-uHsXwU8ZDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsXwU8ZDL .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-uHsXwU8ZDL .row {
    flex-direction: column-reverse;
  }
}
.cid-uHsXwU8ZDL .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uHsXwU8ZDL .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uHsXwU8ZDL .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uHsXwU8ZDL .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #592d05;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uHsXwU8ZDL .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ff7f11 !important;
}
.cid-uHsXwU8ZDL .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uHsXwU8ZDL .list-wrapper {
  margin-left: 160px;
  border-top: 2px solid #e5e5e5;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uHsXwU8ZDL .list-wrapper {
    margin: 0 30px;
    padding-top: 12px;
  }
}
.cid-uHsXwU8ZDL .list-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHsXwU8ZDL .list-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uHsXwU8ZDL .list-wrapper .mbr-list {
  margin-bottom: 30px;
  padding: 0;
  list-style-type: none;
}
.cid-uHsXwU8ZDL .list-wrapper .mbr-list li {
  padding-bottom: 6px;
  margin-bottom: 20px;
  position: relative;
}
.cid-uHsXwU8ZDL .list-wrapper .mbr-list li:hover::before {
  width: 0;
}
.cid-uHsXwU8ZDL .list-wrapper .mbr-list li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #592d05;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uHsXwU8ZDL .list-wrapper .mbr-list li {
    width: fit-content;
  }
}
.cid-uHsXwU8ZDL .text-wrapper {
  margin: 0 160px 0 100px;
  border-top: 2px solid #e5e5e5;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uHsXwU8ZDL .text-wrapper {
    margin: 0 30px 20px;
    padding-top: 12px;
  }
}
.cid-uHsXwU8ZDL .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHsXwU8ZDL .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uHsXwU8ZDL .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uHsXwU8ZDL .mbr-section-title {
  color: #000000;
}
.cid-uHsXwU8ZDL .mbr-text {
  color: #000000;
}
.cid-uHsXwU8ZDL .mbr-list {
  color: #592d05;
}
.cid-uHtgSgXTmQ {
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-image: url(/Assets/Web/images/ba-ok.jpg);
}
.cid-uHtgSgXTmQ .main_header {
  margin: 25px 0 44px;
}
.cid-uHtgSgXTmQ .mbr-section-title {
  color: #592d05;
  margin-bottom: 13px;
}
.cid-uHtgSgXTmQ .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-uHtgSgXTmQ .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uHtgSgXTmQ .card_wrapper {
    padding: 0 15px;
  }
}
.cid-uHtgSgXTmQ .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-uHtgSgXTmQ .line {
  border-bottom: 1px solid #592d05;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-uHtgSgXTmQ .card_title {
  color: #592d05;
  line-height: 1.2727em;
}
.cid-uHtgSgXTmQ .card_price {
  color: #ffffff;
}
.cid-uHtgSgXTmQ .card_text {
  color: #1f1d1a;
}
.cid-uHsLQbYLPq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHsLQbYLPq::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uHsLQbYLPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHsLQbYLPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHsLQbYLPq .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uHsLQbYLPq .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHsLQbYLPq .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHsLQbYLPq .container {
    padding: 0 22px;
  }
}
.cid-uHsLQbYLPq .row {
  position: relative;
  z-index: 1;
}
.cid-uHsLQbYLPq .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uHsLQbYLPq .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHsLQbYLPq .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHsLQbYLPq .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHsLQbYLPq .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHsLQbYLPq .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uHsLQbYLPq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHsLQbYLPq .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHsLQbYLPq .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uHsLQbYLPq .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHsLQbYLPq .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uHsLQbYLPq .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uHsLQbYLPq .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHsLQbYLPq .nav-wrapper .list .item-wrap:hover,
.cid-uHsLQbYLPq .nav-wrapper .list .item-wrap:hover {
  color: #fec406;
}
.cid-uHsLQbYLPq .nav-wrapper .list .item-wrap:hover::before,
.cid-uHsLQbYLPq .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uHsLQbYLPq .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHsLQbYLPq .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHsLQbYLPq .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHsLQbYLPq .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uHsLQbYLPq .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHsLQbYLPq .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uHsLQbYLPq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uHsLQbYLPq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uHsLQbYLPq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fec406;
}
.cid-uHsLQbYLPq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uHsLQbYLPq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uHsLQbYLPq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHsLQbYLPq .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHsLQbYLPq .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHsLQbYLPq .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHsLQbYLPq .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uHsLQbYLPq .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uHsLQbYLPq .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uHsLQbYLPq .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uHsLQbYLPq .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uHsLQbYLPq .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uHsLQbYLPq .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHsLQbYLPq .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHsLQbYLPq .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHsLQbYLPq .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fec406;
}
.cid-uHsLQbYLPq .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHsLQbYLPq .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHsLQbYLPq .mbr-section-title {
  color: #ff7f11;
}
.cid-uHsLQbYLPq .mbr-text {
  color: #ffffff;
}
.cid-uHsLQbYLPq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHsLQbYLPq .list {
  color: #ffffff;
}
.cid-uHsLQbYLPq .mbr-contact {
  color: #ffffff;
}
.cid-uHsLQbYLPq .mbr-desc {
  color: #ffffff;
}
.cid-uHsLQbYLPq .mbr-contact,
.cid-uHsLQbYLPq .item-contact {
  color: #ffffff;
}
.cid-uHtlMr3t14 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHtlMr3t14 .navbar-dropdown {
  background-color: #77400f !important;
  padding: 0;
}
.cid-uHtlMr3t14 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #77400f !important;
  background: #77400f;
}
.cid-uHtlMr3t14 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHtlMr3t14 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHtlMr3t14 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHtlMr3t14 .menu_box .navbar.opened,
  .cid-uHtlMr3t14 .menu_box .navbar-collapse {
    background-color: #77400f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHtlMr3t14 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHtlMr3t14 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHtlMr3t14 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uHtlMr3t14 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHtlMr3t14 .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uHtlMr3t14 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHtlMr3t14 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uHtlMr3t14 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uHtlMr3t14 .nav-item {
    margin: 0 !important;
  }
}
.cid-uHtlMr3t14 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uHtlMr3t14 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fed243;
  transition: all 0.3s ease-in-out;
}
.cid-uHtlMr3t14 .nav-item .nav-link:hover,
.cid-uHtlMr3t14 .nav-item .nav-link:focus {
  color: #fed243 !important;
}
.cid-uHtlMr3t14 .nav-item .nav-link:hover::before,
.cid-uHtlMr3t14 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHtlMr3t14 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHtlMr3t14 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHtlMr3t14 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHtlMr3t14 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHtlMr3t14 .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-uHtlMr3t14 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHtlMr3t14 .offcanvas_box {
    display: none;
  }
}
.cid-uHtlMr3t14 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHtlMr3t14 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHtlMr3t14 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHtlMr3t14 .container {
  display: flex;
  margin: auto;
}
.cid-uHtlMr3t14 .iconfont-wrapper {
  color: #ff7f11;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHtlMr3t14 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHtlMr3t14 .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uHtlMr3t14 .navbar-nav {
    margin: 0;
  }
}
.cid-uHtlMr3t14 .dropdown-menu,
.cid-uHtlMr3t14 .navbar.opened {
  background-color: false !important;
}
.cid-uHtlMr3t14 .nav-item:focus,
.cid-uHtlMr3t14 .nav-link:focus {
  outline: none;
}
.cid-uHtlMr3t14 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHtlMr3t14 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHtlMr3t14 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHtlMr3t14 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHtlMr3t14 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHtlMr3t14 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHtlMr3t14 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHtlMr3t14 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHtlMr3t14 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHtlMr3t14 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHtlMr3t14 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHtlMr3t14 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHtlMr3t14 .navbar.collapsed {
  justify-content: center;
}
.cid-uHtlMr3t14 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHtlMr3t14 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHtlMr3t14 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHtlMr3t14 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHtlMr3t14 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHtlMr3t14 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHtlMr3t14 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHtlMr3t14 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHtlMr3t14 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHtlMr3t14 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHtlMr3t14 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHtlMr3t14 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHtlMr3t14 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHtlMr3t14 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHtlMr3t14 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHtlMr3t14 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHtlMr3t14 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHtlMr3t14 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHtlMr3t14 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHtlMr3t14 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHtlMr3t14 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHtlMr3t14 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHtlMr3t14 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHtlMr3t14 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHtlMr3t14 .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-uHtlMr3t14 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHtlMr3t14 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHtlMr3t14 .dropdown-item.active,
.cid-uHtlMr3t14 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHtlMr3t14 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uHtlMr3t14 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHtlMr3t14 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHtlMr3t14 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHtlMr3t14 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHtlMr3t14 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHtlMr3t14 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #77400f;
  background: #ffffff;
}
.cid-uHtlMr3t14 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fed243;
}
.cid-uHtlMr3t14 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHtlMr3t14 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHtlMr3t14 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHtlMr3t14 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHtlMr3t14 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHtlMr3t14 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHtlMr3t14 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHtlMr3t14 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHtlMr3t14 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHtlMr3t14 .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-uHtlMr3t14 .navbar {
    height: 70px;
  }
  .cid-uHtlMr3t14 .navbar.opened {
    height: auto;
  }
  .cid-uHtlMr3t14 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHtlMr3t14 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHtlMr3t14 .navbar-caption:hover {
  color: #fed243;
}
@media (min-width: 992px) {
  .cid-uHtlMr3t14 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHtlMr3t14 .text_widget {
  margin-bottom: 32px;
}
.cid-uHtlMr3t14 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHtlMr3t14 .text_widget a:hover,
.cid-uHtlMr3t14 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uHtlMr3t14 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uHtlMr3t14 .navbar-caption {
  color: #ffffff;
}
.cid-uHtlMr3t14 .mbr-section-subtitle,
.cid-uHtlMr3t14 .text_widget,
.cid-uHtlMr3t14 .mbr-section-btn {
  text-align: center;
}
.cid-uHtlMr3t14 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHtlMrmj0S {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-image: url(/Assets/Web/images/scholastic-img-4a.jpg);
}
.cid-uHtlMrmj0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtlMrmj0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtlMrmj0S .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHtlMrmj0S .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHtlMrmj0S .container {
    padding: 0 30px;
  }
}
.cid-uHtlMrmj0S .row {
  justify-content: center;
}
.cid-uHtlMrmj0S .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uHtlMrmj0S .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uHtlMrmj0S .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHtlMrmj0S .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHtlMrmj0S .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uHtlMrmj0S .mbr-desc {
  color: #c7fcb5;
}
.cid-uHtlMrmj0S .mbr-section-title {
  color: #ffffff;
}
.cid-uHtlMrmj0S .mbr-text {
  color: #ffffff;
}
.cid-uHty4CMhXS {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-image: url(/Assets/Web/images/ba-ok.jpg);
}
.cid-uHty4CMhXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHty4CMhXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHty4CMhXS .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-uHty4CMhXS .item-title {
  border-bottom: 1px solid currentColor;
  color: #592d05;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.cid-uHty4CMhXS img,
.cid-uHty4CMhXS .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uHty4CMhXS .item:focus,
.cid-uHty4CMhXS span:focus {
  outline: none;
}
.cid-uHty4CMhXS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHty4CMhXS .item {
    margin-bottom: 1rem;
  }
}
.cid-uHty4CMhXS .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uHty4CMhXS .mbr-section-title {
  color: #592d05;
}
.cid-uHty4CMhXS .mbr-text,
.cid-uHty4CMhXS .mbr-section-btn {
  color: #232323;
}
.cid-uHty4CMhXS .content-head {
  max-width: 800px;
}
.cid-uHtr6Kkfwu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("/Assets/Web/images/mbr-1-1920x1440.jpg");
}
.cid-uHtr6Kkfwu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtr6Kkfwu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHtr6Kkfwu .row {
    padding: 0 24px;
  }
}
.cid-uHtr6Kkfwu .items {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uHtr6Kkfwu .items {
    flex-direction: column;
  }
}
.cid-uHtr6Kkfwu .items img {
  max-width: 330px;
  min-width: 100px;
  height: 405px;
  object-fit: cover;
  border-radius: 20px;
  margin-right: -3rem;
}
@media (max-width: 768px) {
  .cid-uHtr6Kkfwu .items img {
    margin: 0 !important;
  }
}
.cid-uHtr6Kkfwu .items img:nth-child(2) {
  height: 330px;
  margin-top: -12rem;
}
.cid-uHtr6Kkfwu .items img:nth-child(3) {
  height: 290px;
}
.cid-uHtr6Kkfwu .items img:nth-child(4) {
  height: 440px;
  margin-left: -6rem;
}
.cid-uHtr6Kkfwu .items img:nth-child(5) {
  height: 430px;
  margin-top: -9rem;
}
.cid-uHtlMszdJQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHtlMszdJQ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uHtlMszdJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtlMszdJQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtlMszdJQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uHtlMszdJQ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHtlMszdJQ .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHtlMszdJQ .container {
    padding: 0 22px;
  }
}
.cid-uHtlMszdJQ .row {
  position: relative;
  z-index: 1;
}
.cid-uHtlMszdJQ .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uHtlMszdJQ .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHtlMszdJQ .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHtlMszdJQ .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHtlMszdJQ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHtlMszdJQ .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uHtlMszdJQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHtlMszdJQ .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHtlMszdJQ .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uHtlMszdJQ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHtlMszdJQ .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uHtlMszdJQ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uHtlMszdJQ .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHtlMszdJQ .nav-wrapper .list .item-wrap:hover,
.cid-uHtlMszdJQ .nav-wrapper .list .item-wrap:hover {
  color: #fec406;
}
.cid-uHtlMszdJQ .nav-wrapper .list .item-wrap:hover::before,
.cid-uHtlMszdJQ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uHtlMszdJQ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHtlMszdJQ .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHtlMszdJQ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHtlMszdJQ .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uHtlMszdJQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHtlMszdJQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uHtlMszdJQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uHtlMszdJQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uHtlMszdJQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fec406;
}
.cid-uHtlMszdJQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uHtlMszdJQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uHtlMszdJQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHtlMszdJQ .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHtlMszdJQ .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHtlMszdJQ .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHtlMszdJQ .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uHtlMszdJQ .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uHtlMszdJQ .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uHtlMszdJQ .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uHtlMszdJQ .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uHtlMszdJQ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uHtlMszdJQ .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHtlMszdJQ .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHtlMszdJQ .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHtlMszdJQ .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fec406;
}
.cid-uHtlMszdJQ .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHtlMszdJQ .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHtlMszdJQ .mbr-section-title {
  color: #ff7f11;
}
.cid-uHtlMszdJQ .mbr-text {
  color: #ffffff;
}
.cid-uHtlMszdJQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHtlMszdJQ .list {
  color: #ffffff;
}
.cid-uHtlMszdJQ .mbr-contact {
  color: #ffffff;
}
.cid-uHtlMszdJQ .mbr-desc {
  color: #ffffff;
}
.cid-uHtlMszdJQ .mbr-contact,
.cid-uHtlMszdJQ .item-contact {
  color: #ffffff;
}
.cid-uHttUc4fD8 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHttUc4fD8 .navbar-dropdown {
  background-color: #77400f !important;
  padding: 0;
}
.cid-uHttUc4fD8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #77400f !important;
  background: #77400f;
}
.cid-uHttUc4fD8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHttUc4fD8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHttUc4fD8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHttUc4fD8 .menu_box .navbar.opened,
  .cid-uHttUc4fD8 .menu_box .navbar-collapse {
    background-color: #77400f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHttUc4fD8 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHttUc4fD8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHttUc4fD8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uHttUc4fD8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHttUc4fD8 .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uHttUc4fD8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHttUc4fD8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uHttUc4fD8 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uHttUc4fD8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uHttUc4fD8 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uHttUc4fD8 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fed243;
  transition: all 0.3s ease-in-out;
}
.cid-uHttUc4fD8 .nav-item .nav-link:hover,
.cid-uHttUc4fD8 .nav-item .nav-link:focus {
  color: #fed243 !important;
}
.cid-uHttUc4fD8 .nav-item .nav-link:hover::before,
.cid-uHttUc4fD8 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHttUc4fD8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHttUc4fD8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHttUc4fD8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHttUc4fD8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHttUc4fD8 .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-uHttUc4fD8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHttUc4fD8 .offcanvas_box {
    display: none;
  }
}
.cid-uHttUc4fD8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHttUc4fD8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHttUc4fD8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHttUc4fD8 .container {
  display: flex;
  margin: auto;
}
.cid-uHttUc4fD8 .iconfont-wrapper {
  color: #ff7f11;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHttUc4fD8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHttUc4fD8 .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uHttUc4fD8 .navbar-nav {
    margin: 0;
  }
}
.cid-uHttUc4fD8 .dropdown-menu,
.cid-uHttUc4fD8 .navbar.opened {
  background-color: false !important;
}
.cid-uHttUc4fD8 .nav-item:focus,
.cid-uHttUc4fD8 .nav-link:focus {
  outline: none;
}
.cid-uHttUc4fD8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHttUc4fD8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHttUc4fD8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHttUc4fD8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHttUc4fD8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHttUc4fD8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHttUc4fD8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHttUc4fD8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHttUc4fD8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHttUc4fD8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHttUc4fD8 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHttUc4fD8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHttUc4fD8 .navbar.collapsed {
  justify-content: center;
}
.cid-uHttUc4fD8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHttUc4fD8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHttUc4fD8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHttUc4fD8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHttUc4fD8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHttUc4fD8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHttUc4fD8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHttUc4fD8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHttUc4fD8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHttUc4fD8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHttUc4fD8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHttUc4fD8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHttUc4fD8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHttUc4fD8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHttUc4fD8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHttUc4fD8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHttUc4fD8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHttUc4fD8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHttUc4fD8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHttUc4fD8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHttUc4fD8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHttUc4fD8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHttUc4fD8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHttUc4fD8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHttUc4fD8 .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-uHttUc4fD8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHttUc4fD8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHttUc4fD8 .dropdown-item.active,
.cid-uHttUc4fD8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHttUc4fD8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uHttUc4fD8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHttUc4fD8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHttUc4fD8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHttUc4fD8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHttUc4fD8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHttUc4fD8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #77400f;
  background: #ffffff;
}
.cid-uHttUc4fD8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fed243;
}
.cid-uHttUc4fD8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHttUc4fD8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHttUc4fD8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHttUc4fD8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHttUc4fD8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHttUc4fD8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHttUc4fD8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHttUc4fD8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHttUc4fD8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHttUc4fD8 .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-uHttUc4fD8 .navbar {
    height: 70px;
  }
  .cid-uHttUc4fD8 .navbar.opened {
    height: auto;
  }
  .cid-uHttUc4fD8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHttUc4fD8 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHttUc4fD8 .navbar-caption:hover {
  color: #fed243;
}
@media (min-width: 992px) {
  .cid-uHttUc4fD8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHttUc4fD8 .text_widget {
  margin-bottom: 32px;
}
.cid-uHttUc4fD8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHttUc4fD8 .text_widget a:hover,
.cid-uHttUc4fD8 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uHttUc4fD8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uHttUc4fD8 .navbar-caption {
  color: #ffffff;
}
.cid-uHttUc4fD8 .mbr-section-subtitle,
.cid-uHttUc4fD8 .text_widget,
.cid-uHttUc4fD8 .mbr-section-btn {
  text-align: center;
}
.cid-uHttUc4fD8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHttUcsZzd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("/Assets/Web/images/background1.jpg");
}
.cid-uHttUcsZzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHttUcsZzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHttUcsZzd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHttUcsZzd .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHttUcsZzd .container {
    padding: 0 30px;
  }
}
.cid-uHttUcsZzd .row {
  justify-content: center;
}
.cid-uHttUcsZzd .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uHttUcsZzd .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uHttUcsZzd .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHttUcsZzd .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHttUcsZzd .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uHttUcsZzd .mbr-desc {
  color: #c7fcb5;
}
.cid-uHttUcsZzd .mbr-section-title {
  color: #ffffff;
}
.cid-uHttUcsZzd .mbr-text {
  color: #ffffff;
}
.cid-uHFaxaO00F {
    padding-top: 2rem;
    padding-bottom: 1rem;
    overflow: hidden;
    background-image: url(/Assets/Web/images/ba-ok.jpg);
}
.cid-uHFaxaO00F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHFaxaO00F .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-uHFaxaO00F .container {
    padding: 0 30px;
  }
}
.cid-uHFaxaO00F .card {
  justify-content: center;
}
.cid-uHFaxaO00F .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uHFaxaO00F .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uHFaxaO00F .content-wrapper {
    padding: 0;
  }
}
.cid-uHFaxaO00F .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uHFaxaO00F .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uHFaxaO00F .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uHFaxaO00F .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uHFaxaO00F .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
}
.cid-uHFaxaO00F .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uHFaxaO00F .mbr-desc {
  color: #254b45;
}
.cid-uHFaxaO00F .mbr-section-title {
    color: #763300;
}
.cid-uHFaxaO00F .mbr-text {
    color: #000000;
}
.cid-uHttUeaoRh {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-image: url("/Assets/Web/images/ba-ok.jpg");
}
.cid-uHttUeaoRh .item {
  padding-bottom: 2rem;
}
.cid-uHttUeaoRh .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uHttUeaoRh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uHttUeaoRh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uHttUeaoRh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uHttUeaoRh .carousel-control,
.cid-uHttUeaoRh .close {
  background: #1b1b1b;
}
.cid-uHttUeaoRh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHttUeaoRh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHttUeaoRh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHttUeaoRh .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHttUeaoRh .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHttUeaoRh .close::before {
  content: '\e91a';
}
.cid-uHttUeaoRh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHttUeaoRh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHttUeaoRh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHttUeaoRh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHttUeaoRh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHttUeaoRh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHttUeaoRh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uHttUeaoRh .carousel-indicators li.active,
.cid-uHttUeaoRh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHttUeaoRh .carousel-indicators li::after,
.cid-uHttUeaoRh .carousel-indicators li::before {
  content: none;
}
.cid-uHttUeaoRh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHttUeaoRh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHttUeaoRh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHttUeaoRh .carousel-indicators {
    display: none;
  }
}
.cid-uHttUeaoRh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHttUeaoRh .carousel-inner > .active {
  display: block;
}
.cid-uHttUeaoRh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHttUeaoRh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHttUeaoRh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHttUeaoRh .carousel-control,
  .cid-uHttUeaoRh .carousel-indicators,
  .cid-uHttUeaoRh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHttUeaoRh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHttUeaoRh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHttUeaoRh .carousel-indicators .active,
.cid-uHttUeaoRh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHttUeaoRh .carousel-indicators .active {
  background: #fff;
}
.cid-uHttUeaoRh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHttUeaoRh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHttUeaoRh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHttUeaoRh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHttUeaoRh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHttUeaoRh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHttUeaoRh .carousel {
  width: 100%;
}
.cid-uHttUeaoRh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHttUeaoRh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHttUeaoRh .modal.fade .modal-dialog,
.cid-uHttUeaoRh .modal.in .modal-dialog {
  transform: none;
}
.cid-uHttUeaoRh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHttUeaoRh H6 {
  text-align: center;
}
.cid-uHttUeaoRh .mbr-section-title {
  color: #2e6b75;
}
.cid-uHttUeaoRh .mbr-section-subtitle {
  color: #6c7577;
}
.cid-uHttUeaoRh .mbr-item-subtitle {
  color: #6c7577;
}
.cid-uHttUeaoRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHttUeaoRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHttUeaoRh H3 {
  text-align: center;
}
.cid-uHtvhGq0qK {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("/Assets/Web/images/ba-ok.jpg");
}
.cid-uHtvhGq0qK .row {
  align-items: center;
}
.cid-uHtvhGq0qK .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uHtvhGq0qK .mbr-text,
.cid-uHtvhGq0qK .mbr-section-btn {
  color: #000000;
}
.cid-uHtvhGq0qK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHtvhGq0qK .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #666666;
  border: 1px solid #efefef;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uHtvhGq0qK .social-list .mbr-iconfont-social:hover {
  background: #ff7f11;
  color: white;
}
.cid-uHtvhGq0qK .social-list .soc-item {
  margin-right: 1rem;
}
.cid-uHtvhGq0qK .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uHtvhGq0qK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHtvhGq0qK .mbr-text-title {
  color: #bbbbbb;
}
.cid-uHttUf7JsF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHttUf7JsF::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uHttUf7JsF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHttUf7JsF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHttUf7JsF .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uHttUf7JsF .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHttUf7JsF .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHttUf7JsF .container {
    padding: 0 22px;
  }
}
.cid-uHttUf7JsF .row {
  position: relative;
  z-index: 1;
}
.cid-uHttUf7JsF .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uHttUf7JsF .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHttUf7JsF .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHttUf7JsF .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHttUf7JsF .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHttUf7JsF .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uHttUf7JsF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHttUf7JsF .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHttUf7JsF .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uHttUf7JsF .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHttUf7JsF .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uHttUf7JsF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uHttUf7JsF .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHttUf7JsF .nav-wrapper .list .item-wrap:hover,
.cid-uHttUf7JsF .nav-wrapper .list .item-wrap:hover {
  color: #fec406;
}
.cid-uHttUf7JsF .nav-wrapper .list .item-wrap:hover::before,
.cid-uHttUf7JsF .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uHttUf7JsF .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHttUf7JsF .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHttUf7JsF .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHttUf7JsF .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uHttUf7JsF .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHttUf7JsF .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uHttUf7JsF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uHttUf7JsF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uHttUf7JsF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fec406;
}
.cid-uHttUf7JsF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uHttUf7JsF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uHttUf7JsF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHttUf7JsF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHttUf7JsF .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHttUf7JsF .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHttUf7JsF .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uHttUf7JsF .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uHttUf7JsF .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uHttUf7JsF .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uHttUf7JsF .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uHttUf7JsF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uHttUf7JsF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHttUf7JsF .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHttUf7JsF .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHttUf7JsF .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fec406;
}
.cid-uHttUf7JsF .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHttUf7JsF .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHttUf7JsF .mbr-section-title {
  color: #ff7f11;
}
.cid-uHttUf7JsF .mbr-text {
  color: #ffffff;
}
.cid-uHttUf7JsF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHttUf7JsF .list {
  color: #ffffff;
}
.cid-uHttUf7JsF .mbr-contact {
  color: #ffffff;
}
.cid-uHttUf7JsF .mbr-desc {
  color: #ffffff;
}
.cid-uHttUf7JsF .mbr-contact,
.cid-uHttUf7JsF .item-contact {
  color: #ffffff;
}
.cid-uHtxy6FjJb {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uHtxy6FjJb .navbar-dropdown {
  background-color: #77400f !important;
  padding: 0;
}
.cid-uHtxy6FjJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #77400f !important;
  background: #77400f;
}
.cid-uHtxy6FjJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHtxy6FjJb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHtxy6FjJb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHtxy6FjJb .menu_box .navbar.opened,
  .cid-uHtxy6FjJb .menu_box .navbar-collapse {
    background-color: #77400f !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHtxy6FjJb nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHtxy6FjJb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uHtxy6FjJb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uHtxy6FjJb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHtxy6FjJb .mbr-section-btn-main .btn {
  padding: 22px 40px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uHtxy6FjJb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHtxy6FjJb .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uHtxy6FjJb .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uHtxy6FjJb .nav-item {
    margin: 0 !important;
  }
}
.cid-uHtxy6FjJb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uHtxy6FjJb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fed243;
  transition: all 0.3s ease-in-out;
}
.cid-uHtxy6FjJb .nav-item .nav-link:hover,
.cid-uHtxy6FjJb .nav-item .nav-link:focus {
  color: #fed243 !important;
}
.cid-uHtxy6FjJb .nav-item .nav-link:hover::before,
.cid-uHtxy6FjJb .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uHtxy6FjJb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHtxy6FjJb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHtxy6FjJb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHtxy6FjJb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHtxy6FjJb .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-uHtxy6FjJb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHtxy6FjJb .offcanvas_box {
    display: none;
  }
}
.cid-uHtxy6FjJb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHtxy6FjJb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHtxy6FjJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHtxy6FjJb .container {
  display: flex;
  margin: auto;
}
.cid-uHtxy6FjJb .iconfont-wrapper {
  color: #ff7f11;
  background-color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHtxy6FjJb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHtxy6FjJb .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uHtxy6FjJb .navbar-nav {
    margin: 0;
  }
}
.cid-uHtxy6FjJb .dropdown-menu,
.cid-uHtxy6FjJb .navbar.opened {
  background-color: false !important;
}
.cid-uHtxy6FjJb .nav-item:focus,
.cid-uHtxy6FjJb .nav-link:focus {
  outline: none;
}
.cid-uHtxy6FjJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHtxy6FjJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHtxy6FjJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHtxy6FjJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHtxy6FjJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHtxy6FjJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHtxy6FjJb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHtxy6FjJb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHtxy6FjJb .navbar.opened {
  transition: all 0.3s;
}
.cid-uHtxy6FjJb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHtxy6FjJb .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHtxy6FjJb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHtxy6FjJb .navbar.collapsed {
  justify-content: center;
}
.cid-uHtxy6FjJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHtxy6FjJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHtxy6FjJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHtxy6FjJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHtxy6FjJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHtxy6FjJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHtxy6FjJb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHtxy6FjJb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHtxy6FjJb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHtxy6FjJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHtxy6FjJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHtxy6FjJb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHtxy6FjJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHtxy6FjJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHtxy6FjJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHtxy6FjJb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHtxy6FjJb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHtxy6FjJb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHtxy6FjJb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHtxy6FjJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHtxy6FjJb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHtxy6FjJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHtxy6FjJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHtxy6FjJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHtxy6FjJb .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-uHtxy6FjJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHtxy6FjJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHtxy6FjJb .dropdown-item.active,
.cid-uHtxy6FjJb .dropdown-item:active {
  background-color: transparent;
}
.cid-uHtxy6FjJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uHtxy6FjJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHtxy6FjJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHtxy6FjJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHtxy6FjJb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHtxy6FjJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHtxy6FjJb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #77400f;
  background: #ffffff;
}
.cid-uHtxy6FjJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fed243;
}
.cid-uHtxy6FjJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHtxy6FjJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHtxy6FjJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHtxy6FjJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHtxy6FjJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHtxy6FjJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHtxy6FjJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHtxy6FjJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHtxy6FjJb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHtxy6FjJb .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-uHtxy6FjJb .navbar {
    height: 70px;
  }
  .cid-uHtxy6FjJb .navbar.opened {
    height: auto;
  }
  .cid-uHtxy6FjJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHtxy6FjJb .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uHtxy6FjJb .navbar-caption:hover {
  color: #fed243;
}
@media (min-width: 992px) {
  .cid-uHtxy6FjJb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHtxy6FjJb .text_widget {
  margin-bottom: 32px;
}
.cid-uHtxy6FjJb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHtxy6FjJb .text_widget a:hover,
.cid-uHtxy6FjJb .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uHtxy6FjJb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uHtxy6FjJb .navbar-caption {
  color: #ffffff;
}
.cid-uHtxy6FjJb .mbr-section-subtitle,
.cid-uHtxy6FjJb .text_widget,
.cid-uHtxy6FjJb .mbr-section-btn {
  text-align: center;
}
.cid-uHtxy6FjJb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHtxy76Oyn {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-image: url(/Assets/Web/images/contact-img-4.jpg);
}

.cid-uHtxy76Oyn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtxy76Oyn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtxy76Oyn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHtxy76Oyn .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHtxy76Oyn .container {
    padding: 0 30px;
  }
}
.cid-uHtxy76Oyn .row {
  justify-content: center;
}
.cid-uHtxy76Oyn .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uHtxy76Oyn .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uHtxy76Oyn .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHtxy76Oyn .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHtxy76Oyn .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uHtxy76Oyn .mbr-desc {
  color: #c7fcb5;
}
.cid-uHtxy76Oyn .mbr-section-title {
  color: #ffffff;
}
.cid-uHtxy76Oyn .mbr-text {
  color: #ffffff;
}


.cid-uHtxy76Oyy {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-image: url(/Assets/Web/images/scholastic-img-4.jpg);
}

.cid-uHtxy76Oyy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtxy76Oyy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtxy76Oyy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHtxy76Oyy .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uHtxy76Oyy .container {
    padding: 0 30px;
  }
}
.cid-uHtxy76Oyy .row {
  justify-content: center;
}
.cid-uHtxy76Oyy .content-wrapper {
  padding: 170px 0;
}
@media (max-width: 992px) {
  .cid-uHtxy76Oyy .content-wrapper {
    padding: 80px 0;
  }
}
.cid-uHtxy76Oyy .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uHtxy76Oyy .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHtxy76Oyy .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uHtxy76Oyy .mbr-desc {
  color: #c7fcb5;
}
.cid-uHtxy76Oyy .mbr-section-title {
  color: #ffffff;
}
.cid-uHtxy76Oyy .mbr-text {
  color: #ffffff;
}

.cid-uHtBHicfza {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-image: url(/Assets/Web/images/ba-ok.jpg);
}
.cid-uHtBHicfza .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtBHicfza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtBHicfza .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uHtBHicfza .title-wrapper .mbr-section-title span {
  color: #592d05;
}
@media (max-width: 992px) {
  .cid-uHtBHicfza .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uHtBHicfza .google-map {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uHtBHicfza .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uHtBHicfza .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uHtBHicfza .google-map iframe {
    height: 350px;
  }
}
.cid-uHtBHicfza .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-uHtBHicfza .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uHtBHicfza .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-uHtBHicfza .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-uHtBHicfza .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uHtBHicfza .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-uHtBHicfza .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uHtBHicfza .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uHtBHicfza .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ff7f11;
}
.cid-uHtBHicfza .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #ff7f11;
}
.cid-uHtBHicfza .card {
  justify-content: center;
}
.cid-uHtBHicfza .mbr-section-title {
  color: #592d05;
  text-align: center;
}
.cid-uHtBHicfza .mbr-desc {
  color: #592d05;
}
.cid-uHtBHicfza .mbr-address {
  color: #212529;
}
.cid-uHtBHicfza .mbr-address-1 {
    color: #000000;
}
.cid-uHtBHicfza .list {
  color: #212529;
}
.cid-uHtE84LTVx {
    padding-top: 3rem;
    padding-bottom: 5rem;
    background-image: url(/Assets/Web/images/ba-ok.jpg);
}
.cid-uHtE84LTVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtE84LTVx .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-uHtE84LTVx .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uHtE84LTVx .container {
    padding: 0 16px;
  }
}
.cid-uHtE84LTVx .row {
  justify-content: center;
}
.cid-uHtE84LTVx .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHtE84LTVx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHtE84LTVx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uHtE84LTVx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHtE84LTVx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHtE84LTVx .form-wrap {
  padding-right: 48px;
}
@media (max-width: 1200px) {
  .cid-uHtE84LTVx .form-wrap {
    padding: 0;
  }
}
.cid-uHtE84LTVx .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uHtE84LTVx .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uHtE84LTVx .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uHtE84LTVx .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-uHtE84LTVx .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uHtE84LTVx .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uHtE84LTVx .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uHtE84LTVx .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uHtE84LTVx .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uHtE84LTVx .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uHtE84LTVx .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 16px;
  min-height: auto;
}
.cid-uHtE84LTVx .image-wrapper {
  height: 100%;
}
.cid-uHtE84LTVx .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}
.cid-uHtE84LTVx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHtE84LTVx .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHtE84LTVx .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHtxy8a25C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uHtxy8a25C::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uHtxy8a25C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtxy8a25C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtxy8a25C .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uHtxy8a25C .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHtxy8a25C .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uHtxy8a25C .container {
    padding: 0 22px;
  }
}
.cid-uHtxy8a25C .row {
  position: relative;
  z-index: 1;
}
.cid-uHtxy8a25C .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uHtxy8a25C .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHtxy8a25C .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uHtxy8a25C .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHtxy8a25C .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHtxy8a25C .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uHtxy8a25C .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHtxy8a25C .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHtxy8a25C .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uHtxy8a25C .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHtxy8a25C .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uHtxy8a25C .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uHtxy8a25C .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHtxy8a25C .nav-wrapper .list .item-wrap:hover,
.cid-uHtxy8a25C .nav-wrapper .list .item-wrap:hover {
  color: #fec406;
}
.cid-uHtxy8a25C .nav-wrapper .list .item-wrap:hover::before,
.cid-uHtxy8a25C .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uHtxy8a25C .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHtxy8a25C .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHtxy8a25C .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHtxy8a25C .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uHtxy8a25C .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uHtxy8a25C .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uHtxy8a25C .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uHtxy8a25C .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uHtxy8a25C .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #fec406;
}
.cid-uHtxy8a25C .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uHtxy8a25C .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uHtxy8a25C .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uHtxy8a25C .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fec406;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHtxy8a25C .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHtxy8a25C .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uHtxy8a25C .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uHtxy8a25C .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uHtxy8a25C .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uHtxy8a25C .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uHtxy8a25C .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uHtxy8a25C .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uHtxy8a25C .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uHtxy8a25C .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHtxy8a25C .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHtxy8a25C .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fec406;
}
.cid-uHtxy8a25C .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uHtxy8a25C .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uHtxy8a25C .mbr-section-title {
  color: #ff7f11;
}
.cid-uHtxy8a25C .mbr-text {
  color: #ffffff;
}
.cid-uHtxy8a25C .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHtxy8a25C .list {
  color: #ffffff;
}
.cid-uHtxy8a25C .mbr-contact {
  color: #ffffff;
}
.cid-uHtxy8a25C .mbr-desc {
  color: #ffffff;
}
.cid-uHtxy8a25C .mbr-contact,
.cid-uHtxy8a25C .item-contact {
  color: #ffffff;
}
