body {
  font-family: Barlow;
}


@font-face {
    font-family: Peter; /* Гарнитура шрифта */
    src: url(peter.ttf); /* Путь к файлу со шрифтом */
   }
@font-face {
    font-family: Empirial; /* Гарнитура шрифта */
    src: url(empirial.ttf); /* Путь к файлу со шрифтом */
   }
.display-1 {
  font-family: 'Peter', sans-serif;
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Empirial', sans-serif;
  font-size: 5rem;
 
}
.display-2 > .mbr-iconfont {
  font-size: 4.96rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Empirial', sans-serif;
  font-size: 4.3rem;
  
}
.display-5 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-8   {
  font-family: 'Empirial', sans-serif;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 4rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 2 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 4.5rem;
    font-size: calc( 4.5 + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: 4rem;
  }
	.display-55 {
    
    line-height: 3rem;
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #7B6533 !important;
}
.bg-success {
  background-color: #f1a631 !important;
}
.bg-info {
  background-color: #fb7522 !important;
}
.bg-warning {
  background-color: #4da92e !important;
}
.bg-danger {
  background-color: #ff4e4e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7B6533 !important;
  border-color: #7B6533 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2c0903 !important;
  border-color: #2c0903 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2c0903 !important;
  border-color: #2c0903 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4580c5 !important;
  border-color: #4580c5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #cd5104 !important;
  border-color: #cd5104 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
  color: #ffffff !important;
}
.pb-20{margin-bottom: 60px;}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c87f0e !important;
  border-color: #c87f0e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4da92e !important;
  border-color: #4da92e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #326d1e !important;
  border-color: #326d1e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #140401;
  color: #140401;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #741907;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #741907 !important;
  border-color: #741907 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3974b7;
  color: #3974b7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b44703;
  color: #b44703;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #fb7522;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7522 !important;
  border-color: #fb7522 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b0700c;
  color: #b0700c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #f1a631;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1a631 !important;
  border-color: #f1a631 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #285918;
  color: #285918;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #4da92e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4da92e !important;
  border-color: #4da92e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e70000;
  color: #e70000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff4e4e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #741907 !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #f1a631 !important;
}
.text-info {
  color: #fb7522 !important;
}
.text-warning {
  color: #4da92e !important;
}
.text-danger {
  color: #ff4e4e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #140401 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b0700c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b44703 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #285918 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e70000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fb7522;
}
.alert-warning {
  background-color: #4da92e;
}
.alert-danger {
  background-color: #ff4e4e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #741907;
  border-color: #741907;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #741907;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ec330e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef9f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff2ea;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #93db7b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
blockquote {
  border-color: #741907;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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: #741907;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #741907;
  border-bottom-color: #741907;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #741907 !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: #7fa8d7 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-uiXWgs3tLh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiXWgs3tLh .nav-item,
.cid-uiXWgs3tLh .nav-link,
.cid-uiXWgs3tLh .navbar-caption {
  font-weight: normal;
}
.cid-uiXWgs3tLh .nav-item:focus,
.cid-uiXWgs3tLh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uiXWgs3tLh .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uiXWgs3tLh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiXWgs3tLh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uiXWgs3tLh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uiXWgs3tLh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uiXWgs3tLh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uiXWgs3tLh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uiXWgs3tLh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiXWgs3tLh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiXWgs3tLh .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #741907;
  background: none;
}
.cid-uiXWgs3tLh .navbar.opened {
  transition: all .3s;
  background: #741907 !important;
}
.cid-uiXWgs3tLh .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uiXWgs3tLh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uiXWgs3tLh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiXWgs3tLh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiXWgs3tLh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uiXWgs3tLh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uiXWgs3tLh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiXWgs3tLh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uiXWgs3tLh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiXWgs3tLh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiXWgs3tLh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uiXWgs3tLh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiXWgs3tLh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiXWgs3tLh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uiXWgs3tLh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiXWgs3tLh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uiXWgs3tLh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uiXWgs3tLh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uiXWgs3tLh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uiXWgs3tLh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uiXWgs3tLh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uiXWgs3tLh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uiXWgs3tLh .navbar.navbar-short {
  background: #BBA87C !important;
  min-height: 60px;
	box-shadow: 0px 0px 14px;
}
.cid-uiXWgs3tLh .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-uiXWgs3tLh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uiXWgs3tLh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uiXWgs3tLh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiXWgs3tLh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiXWgs3tLh .dropdown-item.active,
.cid-uiXWgs3tLh .dropdown-item:active {
  background-color: transparent;
}
.cid-uiXWgs3tLh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiXWgs3tLh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiXWgs3tLh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #741907;
}
.cid-uiXWgs3tLh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uiXWgs3tLh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiXWgs3tLh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uiXWgs3tLh .navbar-buttons {
  text-align: center;
}
.cid-uiXWgs3tLh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiXWgs3tLh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uiXWgs3tLh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uiXWgs3tLh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uiXWgs3tLh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uiXWgs3tLh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uiXWgs3tLh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiXWgs3tLh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uiXWgs3tLh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uiXWgs3tLh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uiXWgs3tLh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uiXWgs3tLh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uiXWgs3tLh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uiXWgs3tLh .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uiXWgs3tLh .soc-item {
  margin: .5rem .3rem;
}
.cid-uiXWgs3tLh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiXWgs3tLh .navbar {
    height: 77px;
  }
  .cid-uiXWgs3tLh .navbar.opened {
    height: auto;
  }
  .cid-uiXWgs3tLh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiXWWsw5kv {
  background-image: url("../../../assets/images/001-fon.jpg");
}

@media (max-width: 600px) {
  .cid-uiXWWsw5kv {
  background-image: url("../../../assets/images/fon-mobile.jpg");
}
}


.cid-uiXWWsw5kv .mbr-overlay {
  background: #741907;
  background: linear-gradient(90deg, #000, #fff0);
}
.cid-uiXWWsw5kv .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-uiXWWsw5kv .mbr-section-subtitle,
.cid-uiXWWsw5kv .mbr-section-btn {
  color: #fafafa;
  text-align: left;
}
.cid-uiXWWsw5kv H1 {
  text-align: left;
}
.cid-uiXXtnSzsr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uiXXtnSzsr .mbr-text {
  color: #121212;
}
.cid-uiXXtnSzsr img {
  border-radius: 50%;
}
.cid-uiXXtnSzsr .card-number {
  font-size: 150px !important;
   
  color: #741907;
}
.cid-uiXXtnSzsr .card-box .awesome {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}
.cid-uiXXtnSzsr .card-box .awesome:after {
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  margin-top: 5px;
}
.cid-uiXXtnSzsr .card-box .awesome:hover:after,
.cid-uiXXtnSzsr .card-box .awesome:focus:after {
  width: 0%;
}
.cid-uiXXtnSzsr .upline {
  padding-left: 55px;
  position: relative;
  display: inline-block;
}
.cid-uiXXtnSzsr .upline .line {
  background-color: #741907;
  height: 2px;
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  width: 34px;
}
@media (max-width: 576px) {
  .cid-uiXXtnSzsr .card-box {
    text-align: center;
  }
  .cid-uiXXtnSzsr .card-number {
    font-size: 100px !important;
  }
}
@media (max-width: 768px) {
  .cid-uiXXtnSzsr .upline {
    padding-left: 0;
  }
  .cid-uiXXtnSzsr .upline .line {
    display: none;
  }
  .cid-uiXXtnSzsr .awesome {
    text-align: center !important;
  }
}
.cid-uiXXtnSzsr .card-title {
  color: #7B5C33;
}
.cid-uiXXtnSzsr .title {
  color: #7B5C33;
}
.cid-uiY4x0TOqR h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-uiY4x0TOqR span {
  background-image: url("../../../assets/images/warm-fon-1100x1238.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uiY4x0TOqR .mbr-section-title {
  color: #ffffff;
}
.cid-uiYazzasB7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uiYazzasB7 .link-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.cid-uiYazzasB7 .link {
  display: inline-block;
  position: relative;
  width: fit-content;
  padding: 0 1.4rem;
}
.cid-uiYazzasB7 .link:before {
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #741907;
  font-size: 0.8rem;
}
.cid-uiYazzasB7 .link,
.cid-uiYazzasB7 .link-wrap {
  color: #555555;
}
.cid-uiYazzasB7 img {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uiYazzasB7 .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-uiYazzasB7 .link-wrap {
    align-items: center;
  }
}
.cid-uiYazzasB7 .card-title,
.cid-uiYazzasB7 .card-box {
  color: #7B5C33;
}
.cid-uiYefdwLTd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/warm-fon2-1920x1221.jpg");
}
.cid-uiYefdwLTd .mbr-overlay {
  background: #fafafa;
  opacity: 0.6;
}
.cid-uiYefdwLTd img,
.cid-uiYefdwLTd .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uiYefdwLTd .item:focus,
.cid-uiYefdwLTd span:focus {
  outline: none;
}
.cid-uiYefdwLTd .item-wrapper {
  position: relative;
}
.cid-uiYefdwLTd .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uiYefdwLTd .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiYefdwLTd .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uiYefdwLTd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uiYefdwLTd .mbr-section-title {
  color: #232323;
}
.cid-uiYefdwLTd .mbr-text,
.cid-uiYefdwLTd .mbr-section-btn {
  text-align: left;
}
.cid-uiYefdwLTd .item-title {
  text-align: left;
}
.cid-uiYefdwLTd .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uiYefdwLTd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uiYefdwLTd .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uiYefdwLTd .embla__button--next,
.cid-uiYefdwLTd .embla__button--prev {
  display: flex;
}
.cid-uiYefdwLTd .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uiYefdwLTd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uiYefdwLTd .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uiYefdwLTd .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uiYefdwLTd .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uiYefdwLTd .embla__button {
    top: auto;
  }
}
.cid-uiYefdwLTd .embla {
  position: relative;
  width: 100%;
}
.cid-uiYefdwLTd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uiYefdwLTd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uiYefdwLTd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uiYefdwLTd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uiYefdwLTd .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-uiYefdwLTd .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uiYefdwLTd .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uiYfLhkpyL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uiYfLhkpyL H1 {
  color: #7B5C33;
}
.cid-uiYfLhkpyL .mbr-text,
.cid-uiYfLhkpyL .mbr-section-btn {
  color: #343434;
}
.cid-uiYfLhkpyL img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uiYfLhkpyL .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uiYfLhkpyL img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uiYmicXT13 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f4f4;
}
.cid-uiYmicXT13 h3 {
  text-align: center;
}
.cid-uiYmicXT13 .mbr-section-subtitle {
  color: #716c80;
  font-weight: 300;
}
.cid-uiYmicXT13 .mbr-content-text {
  color: #716c80;
}
.cid-uiYmicXT13 .card {
  word-wrap: break-word;
}
.cid-uiYmicXT13 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-uiYmicXT13 H4 {
  font-weight: 500;
}
.cid-uiYmicXT13 .mbr-section-title {
  color: #57468b;
}
.cid-uiYmicXT13 .count1 {
  color: #7B5C33;
}
.cid-uiYmicXT13 .title1 {
  color: #7B5C33;
}
.cid-uiYmicXT13 .count2 {
  color: #1a214a;
}
.cid-uiYmicXT13 .title2 {
  color: #1a214a;
}
.cid-uiYmicXT13 .count3 {
  color: #7B5C33;
}
.cid-uiYmicXT13 .title3 {
  color: #7B5C33;
}
.cid-uiYmicXT13 .count4 {
  color: #1a214a;
}
.cid-uiYmicXT13 .title4 {
  color: #1a214a;
}
.cid-uiYrW36ZhZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uiYrW36ZhZ .content {
    text-align: center;
  }
  .cid-uiYrW36ZhZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uiYrW36ZhZ .google-map {
  height: 35rem;
  width: 100%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uiYrW36ZhZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uiYrW36ZhZ .google-map .gmnoprint {
  left: -1rem !important;
  top: -1rem !important;
}
.cid-uiYrW36ZhZ .google-map .gm-style .place-card-large {
  margin: 1rem !important;
}
.cid-uiYrW36ZhZ .google-map .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .cid-uiYrW36ZhZ .google-map .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uiYrW36ZhZ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uiYrW36ZhZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uiYrW36ZhZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uiYrW36ZhZ .google-map {
    width: 100%;
  }
  .cid-uiYrW36ZhZ .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 820px) {
  .cid-uiYrW36ZhZ .cell1 {
    display: none !important;
  }
}
.cid-uiYrW36ZhZ .infobox1 {
  color: grey;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  margin: 28.8rem 5rem;
  max-width: 690px;
  position: absolute;
  z-index: 9;
}
@media (max-width: 767px) {
  .cid-uiYrW36ZhZ .infobox1 {
    margin: 10rem 2rem;
  }
}
.cid-uiYrW36ZhZ .infobox1 .infobox-table .infobox-row .cell1 img {
  max-width: 100%;
}
.cid-uiYrW36ZhZ .infobox1 .infobox-table .infobox-row .cell2 {
  padding: 41px 62px;
  width: 466px;
  background-color: black;
  font-weight: 300 !important;
  line-height: 1.6 !important;
}
@media (max-width: 767px) {
  .cid-uiYrW36ZhZ .infobox1 .infobox-table .infobox-row .cell2 {
    padding: 10px 20px;
  }
}
.cid-uiYrW36ZhZ .infobox1 .infobox-table .infobox-row .cell2 a {
  background: 0 0;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  color: white;
  margin-bottom: 10px;
  margin-top: 1px;
  position: relative;
}
.cid-uiYrW36ZhZ .infobox1 .infobox-table .infobox-row .cell2 a::before {
  background-color: currentColor;
  bottom: -2px;
  content: "";
  display: block;
  height: 1px;
  left: auto;
  position: absolute;
  right: 0;
  width: 100%;
  box-sizing: border-box;
}
.cid-uiYrW36ZhZ .infobox2 {
  display: none;
}
@media (max-width: 768px) {
  .cid-uiYrW36ZhZ .infobox1 {
    display: none;
  }
  .cid-uiYrW36ZhZ .infobox2 {
    display: block;
    color: grey;
    font-weight: 300;
    line-height: 1.7;
    margin: 12rem 5rem;
    max-width: 690px;
    position: relative;
    z-index: 9;
  }
  .cid-uiYrW36ZhZ .infobox2 .infobox-table .infobox-row .cell1 img {
    max-width: 100%;
  }
  .cid-uiYrW36ZhZ .infobox2 .infobox-table .infobox-row .cell2 {
    padding: 41px 62px;
    width: 466px;
    background-color: black;
    font-weight: 300 !important;
    line-height: 1.6 !important;
  }
  .cid-uiYrW36ZhZ .infobox2 .infobox-table .infobox-row .cell2 a {
    background: 0 0;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    color: white;
    margin-bottom: 10px;
    margin-top: 1px;
    position: relative;
  }
  .cid-uiYrW36ZhZ .infobox2 .infobox-table .infobox-row .cell2 a::before {
    background-color: currentColor;
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    left: auto;
    position: absolute;
    right: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .cid-uiYrW36ZhZ .infobox2 {
    margin: 0rem 2rem;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  .cid-uiYrW36ZhZ .infobox2 .infobox-table .infobox-row .cell2 {
    padding: 10px 20px;
  }
}
.cid-uiYb5sCeeM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #7B5C33;
}
.cid-uiYb5sCeeM .container-fluid {
  position: relative;
}
.cid-uiYb5sCeeM .page-title-content {
  width: 100%;
}
.cid-uiYb5sCeeM .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-uiYb5sCeeM .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-uiYb5sCeeM .page-title-content {
    text-align: center;
  }
}
.cid-uiYb5sCeeM .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-uiYb5sCeeM a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
 
  @media (min-width: 767px) {
	 .left-25{left: -9%;}
}
 
 @media (min-width: 992px) {
	 .left-25{left: -25%;}
}
 
 
.cid-uiYrqeaTqz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uiYrqeaTqz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uiYrqeaTqz .modal-content,
.cid-uiYrqeaTqz .modal-dialog {
  height: auto;
}
.cid-uiYrqeaTqz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uiYrqeaTqz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uiYrqeaTqz .form-wrapper .mbr-form .form-group,
  .cid-uiYrqeaTqz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uiYrqeaTqz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uiYrqeaTqz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiYrqeaTqz .mbr-text {
  text-align: center;
}
.cid-uiYrqeaTqz .pt-0 {
  padding-top: 0 !important;
}
.cid-uiYrqeaTqz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uiYrqeaTqz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uiYrqeaTqz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uiYrqeaTqz .modal-open {
  overflow: hidden;
}
.cid-uiYrqeaTqz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uiYrqeaTqz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uiYrqeaTqz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uiYrqeaTqz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uiYrqeaTqz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uiYrqeaTqz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uiYrqeaTqz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uiYrqeaTqz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uiYrqeaTqz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uiYrqeaTqz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uiYrqeaTqz .modal-backdrop.show {
  opacity: .5;
}
.cid-uiYrqeaTqz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-uiYrqeaTqz .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uiYrqeaTqz .modal-header .close:hover {
  opacity: 1;
}
.cid-uiYrqeaTqz .modal-header .close:focus {
  outline: none;
}
.cid-uiYrqeaTqz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #741907;
}
.cid-uiYrqeaTqz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-uiYrqeaTqz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uiYrqeaTqz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uiYrqeaTqz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uiYrqeaTqz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uiYrqeaTqz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uiYrqeaTqz .modal-sm {
    max-width: 300px;
  }
  .cid-uiYrqeaTqz .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-uiYrqeaTqz .modal-lg,
  .cid-uiYrqeaTqz .modal-xl {
    max-width: 800px;
  }
  .cid-uiYrqeaTqz .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-uiYrqeaTqz .modal-xl {
    max-width: 1140px;
  }
  .cid-uiYrqeaTqz .container {
    max-width: 1140px;
  }
}
.cid-uiYrqeaTqz .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uiYrqeaTqz .container {
    max-width: 720px;
  }
}
.cid-uiYrqeaTqz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uiYrqeaTqz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uiYrqeaTqz .form-group {
  margin-bottom: 1rem;
}
.cid-uiYrqeaTqz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uiYrqeaTqz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uiYrqeaTqz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
@media (max-width: 992px) {
	.cid-uiY4x0TOqR span {font-size: 4rem !important;
	}
	}
@media (max-width: 500px) {
	.cid-uiY4x0TOqR span {font-size: 3rem !important;
	}
	}
@media (max-width: 390px) {
	.cid-uiY4x0TOqR span {font-size: 2.5rem !important;
	}
	}





.cid-ujCXfj7jEB {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujCXfj7jEB {
    height: auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-ujCXfj7jEB .animated-element {
  color: #efefef;
}
.cid-ujCXfj7jEB .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-ujCXfj7jEB .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ujCXfj7jEB .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujCXfj7jEB .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ujCXfj7jEB .mbr-white {
    padding-left: 5rem;
  }
  .cid-ujCXfj7jEB .mbr-section-subtitle {
    padding-right: 3rem;
  }
  .cid-ujCXfj7jEB .container-fluid {
    padding: 0 2rem;
  }
}
.cid-ujCXfj7jEB .container-fluid {
  max-width: 1300px;
}
.cid-ujCXfj7jEB .mbr-section-title {
  margin-bottom: 1rem;
  color: #191f2d;
}
.cid-ujCXfj7jEB .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-ujCXfj7jEB .btn-line {
  margin-top: 3rem;
}
.cid-ujCXfj7jEB .mbr-section-subtitle,
.cid-ujCXfj7jEB .mbr-section-btn {
  color: #191f2d;
  text-align: right;
}



.cid-ujrYLi60jD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1-interactive-lightmix-1-1012x759.jpg");
}
.cid-ujrYLi60jD .mbr-overlay {
  background: #f7f7f7;
  opacity: 0.7;
}
.cid-ujrYLi60jD .item:focus,
.cid-ujrYLi60jD span:focus {
  outline: none;
}
.cid-ujrYLi60jD .item {
  cursor: pointer;
}
.cid-ujrYLi60jD .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-ujrYLi60jD .content-head {
  max-width: 800px;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-ujrYLi60jD .ticker-wrap {
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
}
.cid-ujrYLi60jD .ticker-wrap .ticker {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 14s;
}
.cid-ujrYLi60jD .ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  color: #741907;
}
@keyframes ticker__center {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-ujrYLi60jD .ticker-wrap .ticker__center {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__center;
  animation-duration: 21s;
}
@keyframes ticker__end {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-ujrYLi60jD .ticker-wrap .ticker__end {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__end;
  animation-duration: 38s;
}
.cid-ujrYLi60jD .mbr-section-title,
.cid-ujrYLi60jD .mbr-section-subtitle {
  color: #741907;
}


.cid-ujD3yIJvMa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-ujD3yIJvMa h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-ujD3yIJvMa .mbr-section-subtitle {
  color: #767676;
}
.cid-ujD3yIJvMa .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-ujD3yIJvMa .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-ujD3yIJvMa H2 {
  color: #7B5C33;
}

.cid-ujCZJC0nPR {
  background-image: url("../../../assets/images/photo-2024-07-08-11-50-37-3-1280x745.jpg");
}
.cid-ujCZJC0nPR .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-ujCZJC0nPR .text-content .btn-bgr {
  z-index: 0;
}
.cid-ujCZJC0nPR .mbr-overlay {
  background: linear-gradient(90deg, #ff8f00, #741907);
}
.cid-ujCZJC0nPR h3 {
  color: #000000;
  font-weight: 300;
}
.cid-ujCZJC0nPR p {
  color: #464646;
}
.cid-ujCZJC0nPR h2 {
  color: #000000;
}
.cid-ujCZJC0nPR .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-ujCZJC0nPR .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-ujCZJC0nPR .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujCZJC0nPR .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-ujCZJC0nPR .text-content {
    width: 100%;
  }
}
.cid-ujCZJC0nPR .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-ujCZJC0nPR .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-ujCZJC0nPR .mbr-text {
    text-align: center;
  }
}


.cid-ujD0u4SkkE {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ujD0u4SkkE .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-ujD0u4SkkE .mbr-overlay {
  background: #741907;
  background: linear-gradient(90deg, #7B6533 0%, #ffffff9c 50%, #7B6533 100%);


}
.cid-ujD0u4SkkE .mbr-section-title {
  margin: 0;
}
.cid-ujD0u4SkkE .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}

.cid-ujs8aGFyQ0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ujs8aGFyQ0 .container-fluid {
  padding: 0 3rem;
}
.cid-ujs8aGFyQ0 .card {
  display: block;
}
.cid-ujs8aGFyQ0 .card .card-wrapper {
  height: 1%;
}
.cid-ujs8aGFyQ0 .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-ujs8aGFyQ0 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-ujs8aGFyQ0 .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-ujs8aGFyQ0 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-ujs8aGFyQ0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ujs8aGFyQ0 .text-row {
    padding-bottom: 1rem;
  }
}
.cid-ujs8aGFyQ0 H2 {
  color: #7B5C33;
}


.cid-ujCz3h3pHi.popup-builder {
  background-color: #ffffff;
}
.cid-ujCz3h3pHi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ujCz3h3pHi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ujCz3h3pHi .modal-content,
.cid-ujCz3h3pHi .modal-dialog {
  height: auto;
}
.cid-ujCz3h3pHi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ujCz3h3pHi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ujCz3h3pHi .form-wrapper .mbr-form .form-group,
  .cid-ujCz3h3pHi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ujCz3h3pHi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ujCz3h3pHi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujCz3h3pHi .mbr-text {
  text-align: center;
}
.cid-ujCz3h3pHi .pt-0 {
  padding-top: 0 !important;
}
.cid-ujCz3h3pHi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ujCz3h3pHi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ujCz3h3pHi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ujCz3h3pHi .modal-open {
  overflow: hidden;
}
.cid-ujCz3h3pHi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ujCz3h3pHi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ujCz3h3pHi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ujCz3h3pHi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ujCz3h3pHi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ujCz3h3pHi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ujCz3h3pHi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ujCz3h3pHi .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ujCz3h3pHi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ujCz3h3pHi .modal-backdrop.fade {
  opacity: 0;
}
.cid-ujCz3h3pHi .modal-backdrop.show {
  opacity: .5;
}
.cid-ujCz3h3pHi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-ujCz3h3pHi .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ujCz3h3pHi .modal-header .close:hover {
  opacity: 1;
}
.cid-ujCz3h3pHi .modal-header .close:focus {
  outline: none;
}
.cid-ujCz3h3pHi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
	color: #741907;
	text-transform: uppercase;
}
.cid-ujCz3h3pHi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ujCz3h3pHi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-ujCz3h3pHi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ujCz3h3pHi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ujCz3h3pHi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ujCz3h3pHi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ujCz3h3pHi .modal-sm {
    max-width: 300px;
  }
  .cid-ujCz3h3pHi .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ujCz3h3pHi .modal-lg,
  .cid-ujCz3h3pHi .modal-xl {
    max-width: 800px;
  }
  .cid-ujCz3h3pHi .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ujCz3h3pHi .modal-xl {
    max-width: 1140px;
  }
  .cid-ujCz3h3pHi .container {
    max-width: 1140px;
  }
}
.cid-ujCz3h3pHi .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ujCz3h3pHi .container {
    max-width: 720px;
  }
}
.cid-ujCz3h3pHi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ujCz3h3pHi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ujCz3h3pHi .form-group {
  margin-bottom: 1rem;
}
.cid-ujCz3h3pHi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ujCz3h3pHi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ujCz3h3pHi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.uppercase{text-transform: uppercase;}

.cid-ujDJIEq0Br {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #BBA87C;
}
.cid-ujDJIEq0Br .container-fluid {
  position: relative;
}
.cid-ujDJIEq0Br .page-title-content {
  width: 100%;
}
.cid-ujDJIEq0Br .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-ujDJIEq0Br .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-ujDJIEq0Br .page-title-content {
    text-align: center;
  }
	.cid-uiXXtnSzsr .card-title {
   
  
  font-weight: 500;
}
	.cid-uiYfLhkpyL H1 {
 
  
  font-weight: 500;
}
	
	.cid-ujD3yIJvMa H2 {
 
  
  font-weight: 500;
}
	
}
.cid-ujDJIEq0Br .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-ujDJIEq0Br a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-ujDJIEq0Br a:not(:first-child) {
  margin-left: 20px;
}
.cid-ujDJIEq0Br a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-ujDJIEq0Br a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-ujDJIEq0Br a:hover:after,
.cid-ujDJIEq0Br a:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-ujDJIEq0Br a:hover:before,
.cid-ujDJIEq0Br a:focus:before {
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-ujDJIEq0Br a.text-white:hover,
.cid-ujDJIEq0Br a.text-white:focus {
  color: #ffffff !important;
}
.cid-ujDJIEq0Br .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}

