@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);



body {
  font-family: Montserrat;
}
.display-1 {
  font-family: 'Comics';
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Comics';
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #a90000 !important;
}
.bg-success {
  background-color: #1dc9cb !important;
}
.bg-info {
  background-color: #188ef4 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #a90000 !important;
  border-color: #a90000 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #5d0000 !important;
  border-color: #5d0000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5d0000 !important;
  border-color: #5d0000 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  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,
.btn-primary-outline.active {
  background: none !important;
  border-color: #430000 !important;
  color: #430000 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #a90000 !important;
  border-color: #a90000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a90000 !important;
  border-color: #a90000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #178a61 !important;
  color: #178a61 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #08589e !important;
  color: #08589e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #107172 !important;
  color: #107172 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e8e8e !important;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.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;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #a90000 !important;
}
.text-secondary {
  color: #2bdc9d !important;
}
.text-success {
  color: #1dc9cb !important;
}
.text-info {
  color: #188ef4 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #430000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #178a61 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #107172 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #08589e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #1dc9cb;
}
.alert-info {
  background-color: #188ef4;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a90000;
  border-color: #a90000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a90000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ff2929;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bef5f6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbedfd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #188ef4;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #188ef4;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #a90000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #a90000;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #a90000;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a90000;
  color: #ffffff;
}
.jq-number__spin {
  background-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: #a90000;
  border-bottom-color: #a90000;
}
.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: #a90000 !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: #2bdc9d !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%;
}
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='%23a90000' %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;
}
.cid-slOQ8FQGtU .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-slOQ8FQGtU .nav-item,
.cid-slOQ8FQGtU .nav-link,
.cid-slOQ8FQGtU .navbar-caption {
  font-weight: normal;
}
.cid-slOQ8FQGtU .nav-item:focus,
.cid-slOQ8FQGtU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-slOQ8FQGtU .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-slOQ8FQGtU .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-slOQ8FQGtU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-slOQ8FQGtU .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-slOQ8FQGtU .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-slOQ8FQGtU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slOQ8FQGtU .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-slOQ8FQGtU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slOQ8FQGtU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slOQ8FQGtU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a90000;
}
.cid-slOQ8FQGtU .navbar.opened {
  transition: all .3s;
  background: #a90000 !important;
}
.cid-slOQ8FQGtU .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-slOQ8FQGtU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slOQ8FQGtU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slOQ8FQGtU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-slOQ8FQGtU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1rem);
  }
}
.cid-slOQ8FQGtU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slOQ8FQGtU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slOQ8FQGtU .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-slOQ8FQGtU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slOQ8FQGtU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slOQ8FQGtU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slOQ8FQGtU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slOQ8FQGtU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slOQ8FQGtU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slOQ8FQGtU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slOQ8FQGtU .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-slOQ8FQGtU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slOQ8FQGtU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slOQ8FQGtU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-slOQ8FQGtU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slOQ8FQGtU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slOQ8FQGtU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slOQ8FQGtU .navbar.navbar-short {
  background: #a90000 !important;
  min-height: 60px;
}
.cid-slOQ8FQGtU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-slOQ8FQGtU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-slOQ8FQGtU .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-slOQ8FQGtU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slOQ8FQGtU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slOQ8FQGtU .dropdown-item.active,
.cid-slOQ8FQGtU .dropdown-item:active {
  background-color: transparent;
}
.cid-slOQ8FQGtU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-slOQ8FQGtU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-slOQ8FQGtU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a90000;
}
.cid-slOQ8FQGtU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slOQ8FQGtU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slOQ8FQGtU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slOQ8FQGtU .navbar-buttons {
  text-align: center;
}
.cid-slOQ8FQGtU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slOQ8FQGtU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slOQ8FQGtU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slOQ8FQGtU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slOQ8FQGtU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slOQ8FQGtU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slOQ8FQGtU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slOQ8FQGtU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slOQ8FQGtU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slOQ8FQGtU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slOQ8FQGtU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-slOQ8FQGtU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slOQ8FQGtU .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-slOQ8FQGtU .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-slOQ8FQGtU .soc-item {
  margin: .5rem .3rem;
}
.cid-slOQ8FQGtU .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-slOQ8FQGtU .navbar {
    height: 77px;
  }
  .cid-slOQ8FQGtU .navbar.opened {
    height: auto;
  }
  .cid-slOQ8FQGtU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slOXLroFLQ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-slOSW1PiSo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1349.jpg");
}
.cid-slOSW1PiSo .mbr-section-title,
.cid-slOSW1PiSo .mbr-section-subtitle {
  color: #000000;
}
.cid-slOSW1PiSo .mbr-section-text {
  color: #232323;
}
.cid-slOSW1PiSo .mbr-text,
.cid-slOSW1PiSo .typed-text,
.cid-slOSW1PiSo .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-slOSW1PiSo .btn {
  margin-left: 4px !important;
}
.cid-slOSW1PiSo .animated-element {
  color: #a90000;
}
.cid-slOSW1PiSo .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #a90000;
}
.cid-slOSW1PiSo .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-slOSW1PiSo .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-slOSW1PiSo .typed-text,
  .cid-slOSW1PiSo .mbr-section-subtitle,
  .cid-slOSW1PiSo .mbr-section-text,
  .cid-slOSW1PiSo .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-slOSW1PiSo .mbr-section-subtitle,
.cid-slOSW1PiSo .typed-text {
  color: #ffffff;
}
.cid-slOSW1PiSo .mbr-section-text,
.cid-slOSW1PiSo .mbr-section-btn {
  color: #ffffff;
}
.cid-slP5HLWK70 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-1210x757.jpg");
}
.cid-slP5HLWK70 .card {
  display: block;
  position: relative;
}
.cid-slP5HLWK70 .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-slP5HLWK70 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-slP5HLWK70 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-slP5HLWK70 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #e96188;
}
.cid-slP5HLWK70 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-slP5HLWK70 .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-slP5HLWK70 .mbr-card-text {
  margin: 0;
}
.cid-slP5HLWK70 .mbr-section-title {
  text-align: center;
}
.cid-slOYoaQiLm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-slOYoaQiLm .content {
    text-align: center;
  }
  .cid-slOYoaQiLm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-slOYoaQiLm .logo-subtitle {
  color: #8d97ad;
}
.cid-slOYoaQiLm .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-slOYoaQiLm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-slOYoaQiLm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-slOYoaQiLm .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-slOYoaQiLm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slOYoaQiLm .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-slOYoaQiLm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-slOYoaQiLm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-slOYoaQiLm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-slOYoaQiLm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-slOYoaQiLm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slOYoaQiLm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-slOYoaQiLm .list-item {
  display: flex;
}
.cid-slOYoaQiLm .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-slOYoaQiLm ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-slOYoaQiLm ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-slOYoaQiLm ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-slOYoaQiLm .column-title {
  color: #ffffff;
}
.cid-slOYoaQiLm P {
  color: #ffffff;
}
.cid-slOYoaQiLm .mbr-text {
  color: #ffffff;
}
.cid-slP7xENOaF .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-slP7xENOaF .nav-item,
.cid-slP7xENOaF .nav-link,
.cid-slP7xENOaF .navbar-caption {
  font-weight: normal;
}
.cid-slP7xENOaF .nav-item:focus,
.cid-slP7xENOaF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-slP7xENOaF .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-slP7xENOaF .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-slP7xENOaF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-slP7xENOaF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-slP7xENOaF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-slP7xENOaF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slP7xENOaF .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-slP7xENOaF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slP7xENOaF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slP7xENOaF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a90000;
}
.cid-slP7xENOaF .navbar.opened {
  transition: all .3s;
  background: #a90000 !important;
}
.cid-slP7xENOaF .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-slP7xENOaF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slP7xENOaF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slP7xENOaF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-slP7xENOaF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1rem);
  }
}
.cid-slP7xENOaF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slP7xENOaF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slP7xENOaF .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-slP7xENOaF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slP7xENOaF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slP7xENOaF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slP7xENOaF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slP7xENOaF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slP7xENOaF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slP7xENOaF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slP7xENOaF .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-slP7xENOaF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slP7xENOaF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slP7xENOaF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-slP7xENOaF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slP7xENOaF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slP7xENOaF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slP7xENOaF .navbar.navbar-short {
  background: #a90000 !important;
  min-height: 60px;
}
.cid-slP7xENOaF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-slP7xENOaF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-slP7xENOaF .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-slP7xENOaF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slP7xENOaF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slP7xENOaF .dropdown-item.active,
.cid-slP7xENOaF .dropdown-item:active {
  background-color: transparent;
}
.cid-slP7xENOaF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-slP7xENOaF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-slP7xENOaF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a90000;
}
.cid-slP7xENOaF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slP7xENOaF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slP7xENOaF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slP7xENOaF .navbar-buttons {
  text-align: center;
}
.cid-slP7xENOaF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slP7xENOaF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slP7xENOaF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slP7xENOaF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slP7xENOaF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slP7xENOaF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slP7xENOaF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slP7xENOaF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slP7xENOaF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slP7xENOaF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slP7xENOaF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-slP7xENOaF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slP7xENOaF .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-slP7xENOaF .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-slP7xENOaF .soc-item {
  margin: .5rem .3rem;
}
.cid-slP7xENOaF .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-slP7xENOaF .navbar {
    height: 77px;
  }
  .cid-slP7xENOaF .navbar.opened {
    height: auto;
  }
  .cid-slP7xENOaF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slP7xFhcBo {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-slTJ50iR8p {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-slTJ50iR8p .mbr-section-title {
  margin-bottom: 0;
}
.cid-slTJ50iR8p .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-slTJ50iR8p .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-slTJ50iR8p .mbr-iconfont:hover {
  color: #a90000;
}
.cid-slTJ50iR8p .image-wrap {
  position: relative;
}
.cid-slTJ50iR8p .image-wrap img {
  width: 100%;
  z-index: 0;
}
.cid-slTJ50iR8p .mbr-section-subtitle {
  line-height: 1.5;
  color: #767676;
}
.cid-slTJ50iR8p .card-wrap {
  margin-bottom: 3rem;
}
.cid-slTJ50iR8p .card-wrap:hover .social-media {
  transition-delay: 0.3s;
  opacity: 1;
}
.cid-slTJ50iR8p .card-wrap:hover .img-overlay {
  opacity: 1;
}
.cid-slTJ50iR8p .social-media {
  bottom: 5%;
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cid-slTJ50iR8p .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-slTJ50iR8p .social-media ul li {
  margin: .1rem;
  display: inline-block;
}
.cid-slTJ50iR8p .img-overlay {
  background: linear-gradient(transparent, #232323);
  position: absolute;
  height: 100.05%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.cid-slTJ50iR8p .builderCard .img-overlay {
  border-bottom-left-radius: 5rem;
}
.cid-slTJ50iR8p .mbr-role {
  color: #a90000;
}
.cid-slTJ50iR8p .mbr-text {
  color: #767676;
}
.cid-slTM5D2ek9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-slTM5D2ek9 .mbr-section-title {
  margin-bottom: 0;
}
.cid-slTM5D2ek9 .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-slTM5D2ek9 .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-slTM5D2ek9 .mbr-iconfont:hover {
  color: #a90000;
}
.cid-slTM5D2ek9 .image-wrap {
  position: relative;
}
.cid-slTM5D2ek9 .image-wrap img {
  width: 100%;
  z-index: 0;
}
.cid-slTM5D2ek9 .mbr-section-subtitle {
  line-height: 1.5;
  color: #767676;
}
.cid-slTM5D2ek9 .card-wrap {
  margin-bottom: 3rem;
}
.cid-slTM5D2ek9 .card-wrap:hover .social-media {
  transition-delay: 0.3s;
  opacity: 1;
}
.cid-slTM5D2ek9 .card-wrap:hover .img-overlay {
  opacity: 1;
}
.cid-slTM5D2ek9 .social-media {
  bottom: 5%;
  transition-delay: 0s;
  list-style-type: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cid-slTM5D2ek9 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-slTM5D2ek9 .social-media ul li {
  margin: .1rem;
  display: inline-block;
}
.cid-slTM5D2ek9 .img-overlay {
  background: linear-gradient(transparent, #232323);
  position: absolute;
  height: 100.05%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.cid-slTM5D2ek9 .builderCard .img-overlay {
  border-bottom-left-radius: 5rem;
}
.cid-slTM5D2ek9 .mbr-role {
  color: #a90000;
}
.cid-slTM5D2ek9 .mbr-text {
  color: #767676;
}
.cid-slP7xGozB7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-slP7xGozB7 .content {
    text-align: center;
  }
  .cid-slP7xGozB7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-slP7xGozB7 .logo-subtitle {
  color: #8d97ad;
}
.cid-slP7xGozB7 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-slP7xGozB7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-slP7xGozB7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-slP7xGozB7 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-slP7xGozB7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slP7xGozB7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-slP7xGozB7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-slP7xGozB7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-slP7xGozB7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-slP7xGozB7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-slP7xGozB7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slP7xGozB7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-slP7xGozB7 .list-item {
  display: flex;
}
.cid-slP7xGozB7 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-slP7xGozB7 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-slP7xGozB7 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-slP7xGozB7 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-slP7xGozB7 .column-title {
  color: #ffffff;
}
.cid-slP7xGozB7 P {
  color: #ffffff;
}
.cid-slP7xGozB7 .mbr-text {
  color: #ffffff;
}
.cid-slP7PmopIJ .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-slP7PmopIJ .nav-item,
.cid-slP7PmopIJ .nav-link,
.cid-slP7PmopIJ .navbar-caption {
  font-weight: normal;
}
.cid-slP7PmopIJ .nav-item:focus,
.cid-slP7PmopIJ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-slP7PmopIJ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-slP7PmopIJ .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-slP7PmopIJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-slP7PmopIJ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-slP7PmopIJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-slP7PmopIJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slP7PmopIJ .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-slP7PmopIJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slP7PmopIJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slP7PmopIJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a90000;
}
.cid-slP7PmopIJ .navbar.opened {
  transition: all .3s;
  background: #a90000 !important;
}
.cid-slP7PmopIJ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-slP7PmopIJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slP7PmopIJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slP7PmopIJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-slP7PmopIJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1rem);
  }
}
.cid-slP7PmopIJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slP7PmopIJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slP7PmopIJ .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-slP7PmopIJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slP7PmopIJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slP7PmopIJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slP7PmopIJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slP7PmopIJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slP7PmopIJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slP7PmopIJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slP7PmopIJ .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-slP7PmopIJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slP7PmopIJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slP7PmopIJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-slP7PmopIJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slP7PmopIJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slP7PmopIJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slP7PmopIJ .navbar.navbar-short {
  background: #a90000 !important;
  min-height: 60px;
}
.cid-slP7PmopIJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-slP7PmopIJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-slP7PmopIJ .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-slP7PmopIJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slP7PmopIJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slP7PmopIJ .dropdown-item.active,
.cid-slP7PmopIJ .dropdown-item:active {
  background-color: transparent;
}
.cid-slP7PmopIJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-slP7PmopIJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-slP7PmopIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a90000;
}
.cid-slP7PmopIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slP7PmopIJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slP7PmopIJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slP7PmopIJ .navbar-buttons {
  text-align: center;
}
.cid-slP7PmopIJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slP7PmopIJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slP7PmopIJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slP7PmopIJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slP7PmopIJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slP7PmopIJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slP7PmopIJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slP7PmopIJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slP7PmopIJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slP7PmopIJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slP7PmopIJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-slP7PmopIJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slP7PmopIJ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-slP7PmopIJ .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-slP7PmopIJ .soc-item {
  margin: .5rem .3rem;
}
.cid-slP7PmopIJ .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-slP7PmopIJ .navbar {
    height: 77px;
  }
  .cid-slP7PmopIJ .navbar.opened {
    height: auto;
  }
  .cid-slP7PmopIJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slP7PmJHFx {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-slTTClsTGL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-slTPTd78cB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slTPTd78cB .mbr-section-subtitle {
  color: #767676;
}
.cid-slTPIZtzGK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-slTPIZtzGK .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-slTPIZtzGK .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-slTPIZtzGK .mbr-text {
  color: #000000;
}
.cid-slTN0OMeAm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slTN0OMeAm .mbr-section-subtitle {
  color: #767676;
}
.cid-slTN0OMeAm .mbr-section-title {
  color: #000000;
}
.cid-slTPA4nUjm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-slTPA4nUjm .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-slTPA4nUjm .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-slTN9vqxBg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slTN9vqxBg .mbr-section-subtitle {
  color: #767676;
}
.cid-slTN9vqxBg .mbr-section-title {
  color: #a90000;
}
.cid-slTNhtEbhV {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-slTNhtEbhV .mbr-section-subtitle {
  color: #000000;
}
.cid-slTNhtEbhV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-slTNhtEbhV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slTNhtEbhV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slTNhtEbhV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-slTNhtEbhV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #59585d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-slTNhtEbhV .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-slTNhtEbhV .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slTNhtEbhV .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-slTNhtEbhV .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slTNhtEbhV .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-slTNhtEbhV ul {
  font-size: 0;
}
.cid-slTNhtEbhV .mbr-gallery-filter ul {
  text-align: left;
}
.cid-slTNhtEbhV .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #59585d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-slTNhtEbhV .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-slTNhtEbhV .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-slTNhtEbhV .mbr-gallery-filter ul li:first-child,
.cid-slTNhtEbhV .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-slTNhtEbhV .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-slTNhtEbhV .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-slTNhtEbhV .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-slTNhtEbhV .btn.active:after {
  animation: none;
}
.cid-slTNhtEbhV .btn:active {
  box-shadow: none !important;
}
.cid-slTNhtEbhV .btn:hover {
  background: transparent !important;
}
.cid-slTNhtEbhV .btn:hover:before {
  background: transparent !important;
}
.cid-slTNhtEbhV .btn:before {
  background-color: transparent !important;
}
.cid-slTNhtEbhV .btn:focus {
  box-shadow: none !important;
}
.cid-slP7PnxE23 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-slP7PnxE23 .content {
    text-align: center;
  }
  .cid-slP7PnxE23 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-slP7PnxE23 .logo-subtitle {
  color: #8d97ad;
}
.cid-slP7PnxE23 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-slP7PnxE23 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-slP7PnxE23 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-slP7PnxE23 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-slP7PnxE23 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slP7PnxE23 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-slP7PnxE23 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-slP7PnxE23 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-slP7PnxE23 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-slP7PnxE23 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-slP7PnxE23 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slP7PnxE23 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-slP7PnxE23 .list-item {
  display: flex;
}
.cid-slP7PnxE23 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-slP7PnxE23 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-slP7PnxE23 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-slP7PnxE23 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-slP7PnxE23 .column-title {
  color: #ffffff;
}
.cid-slP7PnxE23 P {
  color: #ffffff;
}
.cid-slP7PnxE23 .mbr-text {
  color: #ffffff;
}
.cid-slP8kQSSTC .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-slP8kQSSTC .nav-item,
.cid-slP8kQSSTC .nav-link,
.cid-slP8kQSSTC .navbar-caption {
  font-weight: normal;
}
.cid-slP8kQSSTC .nav-item:focus,
.cid-slP8kQSSTC .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-slP8kQSSTC .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-slP8kQSSTC .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-slP8kQSSTC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-slP8kQSSTC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-slP8kQSSTC .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-slP8kQSSTC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slP8kQSSTC .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-slP8kQSSTC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slP8kQSSTC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slP8kQSSTC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a90000;
}
.cid-slP8kQSSTC .navbar.opened {
  transition: all .3s;
  background: #a90000 !important;
}
.cid-slP8kQSSTC .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-slP8kQSSTC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slP8kQSSTC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slP8kQSSTC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-slP8kQSSTC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1rem);
  }
}
.cid-slP8kQSSTC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slP8kQSSTC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slP8kQSSTC .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-slP8kQSSTC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slP8kQSSTC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slP8kQSSTC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slP8kQSSTC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slP8kQSSTC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slP8kQSSTC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slP8kQSSTC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slP8kQSSTC .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-slP8kQSSTC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slP8kQSSTC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slP8kQSSTC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-slP8kQSSTC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slP8kQSSTC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slP8kQSSTC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slP8kQSSTC .navbar.navbar-short {
  background: #a90000 !important;
  min-height: 60px;
}
.cid-slP8kQSSTC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-slP8kQSSTC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-slP8kQSSTC .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-slP8kQSSTC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slP8kQSSTC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slP8kQSSTC .dropdown-item.active,
.cid-slP8kQSSTC .dropdown-item:active {
  background-color: transparent;
}
.cid-slP8kQSSTC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-slP8kQSSTC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-slP8kQSSTC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a90000;
}
.cid-slP8kQSSTC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slP8kQSSTC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slP8kQSSTC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slP8kQSSTC .navbar-buttons {
  text-align: center;
}
.cid-slP8kQSSTC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slP8kQSSTC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slP8kQSSTC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slP8kQSSTC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slP8kQSSTC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slP8kQSSTC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slP8kQSSTC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slP8kQSSTC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slP8kQSSTC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slP8kQSSTC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slP8kQSSTC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-slP8kQSSTC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slP8kQSSTC .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-slP8kQSSTC .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-slP8kQSSTC .soc-item {
  margin: .5rem .3rem;
}
.cid-slP8kQSSTC .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-slP8kQSSTC .navbar {
    height: 77px;
  }
  .cid-slP8kQSSTC .navbar.opened {
    height: auto;
  }
  .cid-slP8kQSSTC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sm743d7kS9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/wood-1210x757.jpg");
}
.cid-sm743d7kS9 .mbr-section-subtitle {
  color: #767676;
}
.cid-sm743d7kS9 .mbr-section-title {
  color: #000000;
}
.cid-sm73jFMZh7 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sm73jFMZh7 .mbr-section-title {
  margin-bottom: 40px;
}
.cid-sm73jFMZh7 .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
  margin-top: 15px;
}
.cid-sm73jFMZh7 .block__product {
  margin: 30px 0;
}
.cid-sm73jFMZh7 .image {
  transition: all .25s;
}
.cid-sm73jFMZh7 .image:hover {
  opacity: .8;
}
.cid-sm73jFMZh7 .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-sm73jFMZh7 .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-sm73jFMZh7 .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-sm73jFMZh7 .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-sm73jFMZh7 .title__block:hover {
  color: #a90000;
}
.cid-sm73jFMZh7 .price__block {
  margin-bottom: 15px;
  color: #919dab;
  letter-spacing: 2px;
}
.cid-sm73jFMZh7 .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-sm73jFMZh7 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-sm73jFMZh7 .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-sm73jFMZh7 .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #a90000 !important;
  color: #a90000 !important;
}
.cid-sm73jFMZh7 .mbr-text,
.cid-sm73jFMZh7 .mbr-section-btn {
  color: #000000;
}
.cid-soERECAF5a {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-soERECAF5a .mbr-shop {
  display: table;
  width: 100%;
}
.cid-soERECAF5a .mbr-shop .row {
  margin: 0;
}
.cid-soERECAF5a .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-soERECAF5a .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-soERECAF5a .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-soERECAF5a .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-soERECAF5a .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-soERECAF5a .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-soERECAF5a .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-soERECAF5a .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-soERECAF5a .mbr-shop .hide-modal {
  display: none;
}
.cid-soERECAF5a .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-soERECAF5a .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-soERECAF5a .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-soERECAF5a .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-soERECAF5a .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-soERECAF5a .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-soERECAF5a .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-soERECAF5a .mbr-shop .filter-by-pu,
.cid-soERECAF5a .mbr-shop .filter-by-pd,
.cid-soERECAF5a .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-soERECAF5a .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-soERECAF5a .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-soERECAF5a .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-soERECAF5a .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-soERECAF5a .mbr-shop .galleryItem h4,
.cid-soERECAF5a .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-soERECAF5a .mbr-shop .galleryItem h5,
.cid-soERECAF5a .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-soERECAF5a .mbr-shop .galleryItem p,
.cid-soERECAF5a .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-soERECAF5a .mbr-shop .item-button {
  text-align: center;
}
.cid-soERECAF5a .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-soERECAF5a .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-soERECAF5a .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-soERECAF5a .mbr-shop .sidebar-block {
  position: relative;
}
.cid-soERECAF5a .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-soERECAF5a .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-soERECAF5a .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-soERECAF5a .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-soERECAF5a .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-soERECAF5a .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-soERECAF5a .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-soERECAF5a .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-soERECAF5a .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-soERECAF5a .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-soERECAF5a .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-soERECAF5a .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-soERECAF5a .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-soERECAF5a .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-soERECAF5a .mbr-shop .mbr-gallery-item__hided h4,
.cid-soERECAF5a .mbr-shop .mbr-gallery-item__hided h5,
.cid-soERECAF5a .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-soERECAF5a .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-soERECAF5a .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-soERECAF5a .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-soERECAF5a .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-soERECAF5a .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-soERECAF5a .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-soERECAF5a .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-soERECAF5a .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-soERECAF5a .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-soERECAF5a .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-soERECAF5a .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-soERECAF5a .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-soERECAF5a .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-soERECAF5a .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-soERECAF5a .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-soERECAF5a .mbr-shop .range-controls {
  position: relative;
}
.cid-soERECAF5a .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-soERECAF5a .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-soERECAF5a .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-soERECAF5a .mbr-shop .toggle:hover,
.cid-soERECAF5a .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-soERECAF5a .mbr-shop .min-toggle {
  left: 0;
}
.cid-soERECAF5a .mbr-shop .max-toggle {
  right: 0;
}
.cid-soERECAF5a .mbr-shop .hided-by-price {
  display: none;
}
.cid-soERECAF5a .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-soERECAF5a .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-soERECAF5a .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-soERECAF5a .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-soERECAF5a .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-soERECAF5a .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-soERECAF5a .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-soERECAF5a .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-soERECAF5a .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-soERECAF5a .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-soERECAF5a .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-soERECAF5a .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-soERECAF5a .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-soERECAF5a .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-soERECAF5a .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-soERECAF5a .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-soERECAF5a .mbr-shop .shop-items .onsale,
.cid-soERECAF5a .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-soERECAF5a .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-soERECAF5a .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-soERECAF5a .mbr-shop .price-range {
  display: inline-block;
}
.cid-soERECAF5a .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-soERECAF5a .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-soERECAF5a .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-soERECAF5a .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-soERECAF5a .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-soERECAF5a .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-soERECAF5a .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-soERECAF5a .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-soERECAF5a .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-soERECAF5a .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-soERECAF5a .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-soERECAF5a .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-soERECAF5a .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-soERECAF5a .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-soERECAF5a .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-soERECAF5a .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-soERECAF5a .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-soERECAF5a .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-soERECAF5a .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-soERECAF5a .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-soERECAF5a .wrapper-shop-items {
    order: 1;
  }
  .cid-soERECAF5a .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-soERECAF5a .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-soERECAF5a .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-soERECAF5a .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-soERECAF5a .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-soERECAF5a .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-soERECAF5a .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-soERECAF5a .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-soERECAF5a .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-soERECAF5a .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-soERECAF5a .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-soERECAF5a .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-soERECAF5a .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-soERECAF5a .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-soERECAF5a .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soERECAF5a .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-slP8kRUj1I {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-slP8kRUj1I .content {
    text-align: center;
  }
  .cid-slP8kRUj1I .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-slP8kRUj1I .logo-subtitle {
  color: #8d97ad;
}
.cid-slP8kRUj1I .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-slP8kRUj1I .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-slP8kRUj1I .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-slP8kRUj1I .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-slP8kRUj1I .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slP8kRUj1I .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-slP8kRUj1I .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-slP8kRUj1I .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-slP8kRUj1I .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-slP8kRUj1I .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-slP8kRUj1I .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slP8kRUj1I .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-slP8kRUj1I .list-item {
  display: flex;
}
.cid-slP8kRUj1I .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-slP8kRUj1I ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-slP8kRUj1I ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-slP8kRUj1I ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-slP8kRUj1I .column-title {
  color: #ffffff;
}
.cid-slP8kRUj1I P {
  color: #ffffff;
}
.cid-slP8kRUj1I .mbr-text {
  color: #ffffff;
}
.cid-slP8sQDV7Q .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-slP8sQDV7Q .nav-item,
.cid-slP8sQDV7Q .nav-link,
.cid-slP8sQDV7Q .navbar-caption {
  font-weight: normal;
}
.cid-slP8sQDV7Q .nav-item:focus,
.cid-slP8sQDV7Q .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-slP8sQDV7Q .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-slP8sQDV7Q .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-slP8sQDV7Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-slP8sQDV7Q .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-slP8sQDV7Q .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-slP8sQDV7Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slP8sQDV7Q .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-slP8sQDV7Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slP8sQDV7Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slP8sQDV7Q .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a90000;
}
.cid-slP8sQDV7Q .navbar.opened {
  transition: all .3s;
  background: #a90000 !important;
}
.cid-slP8sQDV7Q .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-slP8sQDV7Q .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slP8sQDV7Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slP8sQDV7Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-slP8sQDV7Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1rem);
  }
}
.cid-slP8sQDV7Q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slP8sQDV7Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slP8sQDV7Q .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-slP8sQDV7Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slP8sQDV7Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slP8sQDV7Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slP8sQDV7Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slP8sQDV7Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slP8sQDV7Q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slP8sQDV7Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slP8sQDV7Q .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-slP8sQDV7Q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slP8sQDV7Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slP8sQDV7Q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-slP8sQDV7Q .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slP8sQDV7Q .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slP8sQDV7Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slP8sQDV7Q .navbar.navbar-short {
  background: #a90000 !important;
  min-height: 60px;
}
.cid-slP8sQDV7Q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-slP8sQDV7Q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-slP8sQDV7Q .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-slP8sQDV7Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slP8sQDV7Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slP8sQDV7Q .dropdown-item.active,
.cid-slP8sQDV7Q .dropdown-item:active {
  background-color: transparent;
}
.cid-slP8sQDV7Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-slP8sQDV7Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-slP8sQDV7Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a90000;
}
.cid-slP8sQDV7Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slP8sQDV7Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slP8sQDV7Q ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slP8sQDV7Q .navbar-buttons {
  text-align: center;
}
.cid-slP8sQDV7Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slP8sQDV7Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slP8sQDV7Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slP8sQDV7Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slP8sQDV7Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slP8sQDV7Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slP8sQDV7Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slP8sQDV7Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slP8sQDV7Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slP8sQDV7Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slP8sQDV7Q .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-slP8sQDV7Q a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slP8sQDV7Q .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-slP8sQDV7Q .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-slP8sQDV7Q .soc-item {
  margin: .5rem .3rem;
}
.cid-slP8sQDV7Q .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-slP8sQDV7Q .navbar {
    height: 77px;
  }
  .cid-slP8sQDV7Q .navbar.opened {
    height: auto;
  }
  .cid-slP8sQDV7Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slP8sQXsCV {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-slP8sR4VzL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1349.jpg");
}
.cid-slP8sR4VzL .mbr-section-title,
.cid-slP8sR4VzL .mbr-section-subtitle {
  color: #000000;
}
.cid-slP8sR4VzL .mbr-section-text {
  color: #232323;
}
.cid-slP8sR4VzL .mbr-text,
.cid-slP8sR4VzL .typed-text,
.cid-slP8sR4VzL .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-slP8sR4VzL .btn {
  margin-left: 4px !important;
}
.cid-slP8sR4VzL .animated-element {
  color: #a90000;
}
.cid-slP8sR4VzL .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #a90000;
}
.cid-slP8sR4VzL .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-slP8sR4VzL .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-slP8sR4VzL .typed-text,
  .cid-slP8sR4VzL .mbr-section-subtitle,
  .cid-slP8sR4VzL .mbr-section-text,
  .cid-slP8sR4VzL .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-slP8sR4VzL .mbr-section-subtitle,
.cid-slP8sR4VzL .typed-text {
  color: #ffffff;
}
.cid-slP8sR4VzL .mbr-section-text,
.cid-slP8sR4VzL .mbr-section-btn {
  color: #ffffff;
}
.cid-slP8sRrBQt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-1210x757.jpg");
}
.cid-slP8sRrBQt .card {
  display: block;
  position: relative;
}
.cid-slP8sRrBQt .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-slP8sRrBQt .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-slP8sRrBQt .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-slP8sRrBQt .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #e96188;
}
.cid-slP8sRrBQt .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-slP8sRrBQt .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-slP8sRrBQt .mbr-card-text {
  margin: 0;
}
.cid-slP8sRrBQt .mbr-section-title {
  text-align: center;
}
.cid-slP8sRN0sp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-slP8sRN0sp .content {
    text-align: center;
  }
  .cid-slP8sRN0sp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-slP8sRN0sp .logo-subtitle {
  color: #8d97ad;
}
.cid-slP8sRN0sp .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-slP8sRN0sp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-slP8sRN0sp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-slP8sRN0sp .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-slP8sRN0sp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slP8sRN0sp .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-slP8sRN0sp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-slP8sRN0sp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-slP8sRN0sp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-slP8sRN0sp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-slP8sRN0sp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slP8sRN0sp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-slP8sRN0sp .list-item {
  display: flex;
}
.cid-slP8sRN0sp .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-slP8sRN0sp ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-slP8sRN0sp ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-slP8sRN0sp ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-slP8sRN0sp .column-title {
  color: #ffffff;
}
.cid-slP8sRN0sp P {
  color: #ffffff;
}
.cid-slP8sRN0sp .mbr-text {
  color: #ffffff;
}
.cid-slP8AGNsZx .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-slP8AGNsZx .nav-item,
.cid-slP8AGNsZx .nav-link,
.cid-slP8AGNsZx .navbar-caption {
  font-weight: normal;
}
.cid-slP8AGNsZx .nav-item:focus,
.cid-slP8AGNsZx .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-slP8AGNsZx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-slP8AGNsZx .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-slP8AGNsZx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-slP8AGNsZx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-slP8AGNsZx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-slP8AGNsZx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slP8AGNsZx .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-slP8AGNsZx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slP8AGNsZx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slP8AGNsZx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a90000;
}
.cid-slP8AGNsZx .navbar.opened {
  transition: all .3s;
  background: #a90000 !important;
}
.cid-slP8AGNsZx .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-slP8AGNsZx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slP8AGNsZx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slP8AGNsZx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-slP8AGNsZx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1rem);
  }
}
.cid-slP8AGNsZx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slP8AGNsZx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slP8AGNsZx .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-slP8AGNsZx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slP8AGNsZx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slP8AGNsZx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slP8AGNsZx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slP8AGNsZx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slP8AGNsZx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slP8AGNsZx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slP8AGNsZx .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-slP8AGNsZx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slP8AGNsZx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slP8AGNsZx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-slP8AGNsZx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slP8AGNsZx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slP8AGNsZx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slP8AGNsZx .navbar.navbar-short {
  background: #a90000 !important;
  min-height: 60px;
}
.cid-slP8AGNsZx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-slP8AGNsZx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-slP8AGNsZx .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-slP8AGNsZx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slP8AGNsZx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slP8AGNsZx .dropdown-item.active,
.cid-slP8AGNsZx .dropdown-item:active {
  background-color: transparent;
}
.cid-slP8AGNsZx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-slP8AGNsZx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-slP8AGNsZx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a90000;
}
.cid-slP8AGNsZx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slP8AGNsZx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slP8AGNsZx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slP8AGNsZx .navbar-buttons {
  text-align: center;
}
.cid-slP8AGNsZx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slP8AGNsZx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slP8AGNsZx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slP8AGNsZx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slP8AGNsZx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slP8AGNsZx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slP8AGNsZx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slP8AGNsZx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slP8AGNsZx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slP8AGNsZx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slP8AGNsZx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-slP8AGNsZx a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slP8AGNsZx .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-slP8AGNsZx .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-slP8AGNsZx .soc-item {
  margin: .5rem .3rem;
}
.cid-slP8AGNsZx .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-slP8AGNsZx .navbar {
    height: 77px;
  }
  .cid-slP8AGNsZx .navbar.opened {
    height: auto;
  }
  .cid-slP8AGNsZx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slP8AH4ju2 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-slP8AHbqBP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1349.jpg");
}
.cid-slP8AHbqBP .mbr-section-title,
.cid-slP8AHbqBP .mbr-section-subtitle {
  color: #000000;
}
.cid-slP8AHbqBP .mbr-section-text {
  color: #232323;
}
.cid-slP8AHbqBP .mbr-text,
.cid-slP8AHbqBP .typed-text,
.cid-slP8AHbqBP .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-slP8AHbqBP .btn {
  margin-left: 4px !important;
}
.cid-slP8AHbqBP .animated-element {
  color: #a90000;
}
.cid-slP8AHbqBP .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #a90000;
}
.cid-slP8AHbqBP .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-slP8AHbqBP .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-slP8AHbqBP .typed-text,
  .cid-slP8AHbqBP .mbr-section-subtitle,
  .cid-slP8AHbqBP .mbr-section-text,
  .cid-slP8AHbqBP .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-slP8AHbqBP .mbr-section-subtitle,
.cid-slP8AHbqBP .typed-text {
  color: #ffffff;
}
.cid-slP8AHbqBP .mbr-section-text,
.cid-slP8AHbqBP .mbr-section-btn {
  color: #ffffff;
}
.cid-slP8AHtv83 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-1210x757.jpg");
}
.cid-slP8AHtv83 .card {
  display: block;
  position: relative;
}
.cid-slP8AHtv83 .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-slP8AHtv83 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-slP8AHtv83 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-slP8AHtv83 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #e96188;
}
.cid-slP8AHtv83 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-slP8AHtv83 .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-slP8AHtv83 .mbr-card-text {
  margin: 0;
}
.cid-slP8AHtv83 .mbr-section-title {
  text-align: center;
}
.cid-slP8AHNFsG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-slP8AHNFsG .content {
    text-align: center;
  }
  .cid-slP8AHNFsG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-slP8AHNFsG .logo-subtitle {
  color: #8d97ad;
}
.cid-slP8AHNFsG .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-slP8AHNFsG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-slP8AHNFsG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-slP8AHNFsG .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-slP8AHNFsG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slP8AHNFsG .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-slP8AHNFsG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-slP8AHNFsG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-slP8AHNFsG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-slP8AHNFsG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-slP8AHNFsG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slP8AHNFsG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-slP8AHNFsG .list-item {
  display: flex;
}
.cid-slP8AHNFsG .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-slP8AHNFsG ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-slP8AHNFsG ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-slP8AHNFsG ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-slP8AHNFsG .column-title {
  color: #ffffff;
}
.cid-slP8AHNFsG P {
  color: #ffffff;
}
.cid-slP8AHNFsG .mbr-text {
  color: #ffffff;
}
.cid-slP8DKU2yi .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-slP8DKU2yi .nav-item,
.cid-slP8DKU2yi .nav-link,
.cid-slP8DKU2yi .navbar-caption {
  font-weight: normal;
}
.cid-slP8DKU2yi .nav-item:focus,
.cid-slP8DKU2yi .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-slP8DKU2yi .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-slP8DKU2yi .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-slP8DKU2yi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-slP8DKU2yi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-slP8DKU2yi .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-slP8DKU2yi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slP8DKU2yi .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-slP8DKU2yi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slP8DKU2yi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slP8DKU2yi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a90000;
}
.cid-slP8DKU2yi .navbar.opened {
  transition: all .3s;
  background: #a90000 !important;
}
.cid-slP8DKU2yi .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-slP8DKU2yi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slP8DKU2yi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slP8DKU2yi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-slP8DKU2yi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1rem);
  }
}
.cid-slP8DKU2yi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slP8DKU2yi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slP8DKU2yi .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-slP8DKU2yi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slP8DKU2yi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slP8DKU2yi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slP8DKU2yi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slP8DKU2yi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slP8DKU2yi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slP8DKU2yi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slP8DKU2yi .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-slP8DKU2yi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slP8DKU2yi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slP8DKU2yi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-slP8DKU2yi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slP8DKU2yi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slP8DKU2yi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slP8DKU2yi .navbar.navbar-short {
  background: #a90000 !important;
  min-height: 60px;
}
.cid-slP8DKU2yi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-slP8DKU2yi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-slP8DKU2yi .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-slP8DKU2yi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slP8DKU2yi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slP8DKU2yi .dropdown-item.active,
.cid-slP8DKU2yi .dropdown-item:active {
  background-color: transparent;
}
.cid-slP8DKU2yi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-slP8DKU2yi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-slP8DKU2yi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a90000;
}
.cid-slP8DKU2yi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slP8DKU2yi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slP8DKU2yi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slP8DKU2yi .navbar-buttons {
  text-align: center;
}
.cid-slP8DKU2yi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slP8DKU2yi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slP8DKU2yi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slP8DKU2yi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slP8DKU2yi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slP8DKU2yi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slP8DKU2yi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slP8DKU2yi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slP8DKU2yi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slP8DKU2yi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slP8DKU2yi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-slP8DKU2yi a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slP8DKU2yi .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-slP8DKU2yi .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-slP8DKU2yi .soc-item {
  margin: .5rem .3rem;
}
.cid-slP8DKU2yi .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-slP8DKU2yi .navbar {
    height: 77px;
  }
  .cid-slP8DKU2yi .navbar.opened {
    height: auto;
  }
  .cid-slP8DKU2yi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slP8DL9U80 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-slP8DLgeYi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1349.jpg");
}
.cid-slP8DLgeYi .mbr-section-title,
.cid-slP8DLgeYi .mbr-section-subtitle {
  color: #000000;
}
.cid-slP8DLgeYi .mbr-section-text {
  color: #232323;
}
.cid-slP8DLgeYi .mbr-text,
.cid-slP8DLgeYi .typed-text,
.cid-slP8DLgeYi .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-slP8DLgeYi .btn {
  margin-left: 4px !important;
}
.cid-slP8DLgeYi .animated-element {
  color: #a90000;
}
.cid-slP8DLgeYi .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #a90000;
}
.cid-slP8DLgeYi .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-slP8DLgeYi .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-slP8DLgeYi .typed-text,
  .cid-slP8DLgeYi .mbr-section-subtitle,
  .cid-slP8DLgeYi .mbr-section-text,
  .cid-slP8DLgeYi .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-slP8DLgeYi .mbr-section-subtitle,
.cid-slP8DLgeYi .typed-text {
  color: #ffffff;
}
.cid-slP8DLgeYi .mbr-section-text,
.cid-slP8DLgeYi .mbr-section-btn {
  color: #ffffff;
}
.cid-slP8DLvcvV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-1210x757.jpg");
}
.cid-slP8DLvcvV .card {
  display: block;
  position: relative;
}
.cid-slP8DLvcvV .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-slP8DLvcvV .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-slP8DLvcvV .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-slP8DLvcvV .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #e96188;
}
.cid-slP8DLvcvV .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-slP8DLvcvV .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-slP8DLvcvV .mbr-card-text {
  margin: 0;
}
.cid-slP8DLvcvV .mbr-section-title {
  text-align: center;
}
.cid-slP8DLQaWY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-slP8DLQaWY .content {
    text-align: center;
  }
  .cid-slP8DLQaWY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-slP8DLQaWY .logo-subtitle {
  color: #8d97ad;
}
.cid-slP8DLQaWY .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-slP8DLQaWY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-slP8DLQaWY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-slP8DLQaWY .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-slP8DLQaWY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slP8DLQaWY .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-slP8DLQaWY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-slP8DLQaWY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-slP8DLQaWY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-slP8DLQaWY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-slP8DLQaWY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slP8DLQaWY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-slP8DLQaWY .list-item {
  display: flex;
}
.cid-slP8DLQaWY .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-slP8DLQaWY ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-slP8DLQaWY ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-slP8DLQaWY ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-slP8DLQaWY .column-title {
  color: #ffffff;
}
.cid-slP8DLQaWY P {
  color: #ffffff;
}
.cid-slP8DLQaWY .mbr-text {
  color: #ffffff;
}
.cid-slTEiMwzXj .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-slTEiMwzXj .nav-item,
.cid-slTEiMwzXj .nav-link,
.cid-slTEiMwzXj .navbar-caption {
  font-weight: normal;
}
.cid-slTEiMwzXj .nav-item:focus,
.cid-slTEiMwzXj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-slTEiMwzXj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-slTEiMwzXj .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-slTEiMwzXj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-slTEiMwzXj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-slTEiMwzXj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-slTEiMwzXj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slTEiMwzXj .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-slTEiMwzXj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slTEiMwzXj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slTEiMwzXj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a90000;
}
.cid-slTEiMwzXj .navbar.opened {
  transition: all .3s;
  background: #a90000 !important;
}
.cid-slTEiMwzXj .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-slTEiMwzXj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slTEiMwzXj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slTEiMwzXj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-slTEiMwzXj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1rem);
  }
}
.cid-slTEiMwzXj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slTEiMwzXj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slTEiMwzXj .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-slTEiMwzXj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slTEiMwzXj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slTEiMwzXj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slTEiMwzXj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slTEiMwzXj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slTEiMwzXj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slTEiMwzXj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slTEiMwzXj .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-slTEiMwzXj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slTEiMwzXj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slTEiMwzXj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-slTEiMwzXj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slTEiMwzXj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slTEiMwzXj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slTEiMwzXj .navbar.navbar-short {
  background: #a90000 !important;
  min-height: 60px;
}
.cid-slTEiMwzXj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-slTEiMwzXj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-slTEiMwzXj .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-slTEiMwzXj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slTEiMwzXj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slTEiMwzXj .dropdown-item.active,
.cid-slTEiMwzXj .dropdown-item:active {
  background-color: transparent;
}
.cid-slTEiMwzXj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-slTEiMwzXj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-slTEiMwzXj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a90000;
}
.cid-slTEiMwzXj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slTEiMwzXj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slTEiMwzXj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slTEiMwzXj .navbar-buttons {
  text-align: center;
}
.cid-slTEiMwzXj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slTEiMwzXj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slTEiMwzXj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slTEiMwzXj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slTEiMwzXj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slTEiMwzXj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slTEiMwzXj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slTEiMwzXj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slTEiMwzXj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slTEiMwzXj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slTEiMwzXj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-slTEiMwzXj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slTEiMwzXj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-slTEiMwzXj .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-slTEiMwzXj .soc-item {
  margin: .5rem .3rem;
}
.cid-slTEiMwzXj .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-slTEiMwzXj .navbar {
    height: 77px;
  }
  .cid-slTEiMwzXj .navbar.opened {
    height: auto;
  }
  .cid-slTEiMwzXj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slTEiMQxBO {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-slTEiMYkvK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1349.jpg");
}
.cid-slTEiMYkvK .mbr-section-title,
.cid-slTEiMYkvK .mbr-section-subtitle {
  color: #000000;
}
.cid-slTEiMYkvK .mbr-section-text {
  color: #232323;
}
.cid-slTEiMYkvK .mbr-text,
.cid-slTEiMYkvK .typed-text,
.cid-slTEiMYkvK .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-slTEiMYkvK .btn {
  margin-left: 4px !important;
}
.cid-slTEiMYkvK .animated-element {
  color: #a90000;
}
.cid-slTEiMYkvK .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #a90000;
}
.cid-slTEiMYkvK .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-slTEiMYkvK .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-slTEiMYkvK .typed-text,
  .cid-slTEiMYkvK .mbr-section-subtitle,
  .cid-slTEiMYkvK .mbr-section-text,
  .cid-slTEiMYkvK .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-slTEiMYkvK .mbr-section-subtitle,
.cid-slTEiMYkvK .typed-text {
  color: #ffffff;
}
.cid-slTEiMYkvK .mbr-section-text,
.cid-slTEiMYkvK .mbr-section-btn {
  color: #ffffff;
}
.cid-slTEiNkZla {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/wood-1210x757.jpg");
}
.cid-slTEiNkZla .card {
  display: block;
  position: relative;
}
.cid-slTEiNkZla .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-slTEiNkZla .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-slTEiNkZla .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-slTEiNkZla .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #e96188;
}
.cid-slTEiNkZla .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-slTEiNkZla .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-slTEiNkZla .mbr-card-text {
  margin: 0;
}
.cid-slTEiNkZla .mbr-section-title {
  text-align: center;
}
.cid-slTEiNFfrk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-slTEiNFfrk .content {
    text-align: center;
  }
  .cid-slTEiNFfrk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-slTEiNFfrk .logo-subtitle {
  color: #8d97ad;
}
.cid-slTEiNFfrk .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-slTEiNFfrk .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-slTEiNFfrk .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-slTEiNFfrk .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-slTEiNFfrk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slTEiNFfrk .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-slTEiNFfrk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-slTEiNFfrk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-slTEiNFfrk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-slTEiNFfrk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-slTEiNFfrk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slTEiNFfrk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-slTEiNFfrk .list-item {
  display: flex;
}
.cid-slTEiNFfrk .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-slTEiNFfrk ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-slTEiNFfrk ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-slTEiNFfrk ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-slTEiNFfrk .column-title {
  color: #ffffff;
}
.cid-slTEiNFfrk P {
  color: #ffffff;
}
.cid-slTEiNFfrk .mbr-text {
  color: #ffffff;
}
.cid-slTUeTULV1 .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-slTUeTULV1 .nav-item,
.cid-slTUeTULV1 .nav-link,
.cid-slTUeTULV1 .navbar-caption {
  font-weight: normal;
}
.cid-slTUeTULV1 .nav-item:focus,
.cid-slTUeTULV1 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-slTUeTULV1 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-slTUeTULV1 .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-slTUeTULV1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-slTUeTULV1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-slTUeTULV1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-slTUeTULV1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slTUeTULV1 .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-slTUeTULV1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slTUeTULV1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slTUeTULV1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a90000;
}
.cid-slTUeTULV1 .navbar.opened {
  transition: all .3s;
  background: #a90000 !important;
}
.cid-slTUeTULV1 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-slTUeTULV1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slTUeTULV1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slTUeTULV1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-slTUeTULV1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1rem);
  }
}
.cid-slTUeTULV1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slTUeTULV1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slTUeTULV1 .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-slTUeTULV1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slTUeTULV1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slTUeTULV1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slTUeTULV1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slTUeTULV1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slTUeTULV1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slTUeTULV1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slTUeTULV1 .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-slTUeTULV1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slTUeTULV1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slTUeTULV1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-slTUeTULV1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slTUeTULV1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slTUeTULV1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slTUeTULV1 .navbar.navbar-short {
  background: #a90000 !important;
  min-height: 60px;
}
.cid-slTUeTULV1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-slTUeTULV1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-slTUeTULV1 .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-slTUeTULV1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slTUeTULV1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slTUeTULV1 .dropdown-item.active,
.cid-slTUeTULV1 .dropdown-item:active {
  background-color: transparent;
}
.cid-slTUeTULV1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-slTUeTULV1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-slTUeTULV1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a90000;
}
.cid-slTUeTULV1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slTUeTULV1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slTUeTULV1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slTUeTULV1 .navbar-buttons {
  text-align: center;
}
.cid-slTUeTULV1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slTUeTULV1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slTUeTULV1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slTUeTULV1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slTUeTULV1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slTUeTULV1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slTUeTULV1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slTUeTULV1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slTUeTULV1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slTUeTULV1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slTUeTULV1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-slTUeTULV1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slTUeTULV1 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-slTUeTULV1 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-slTUeTULV1 .soc-item {
  margin: .5rem .3rem;
}
.cid-slTUeTULV1 .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-slTUeTULV1 .navbar {
    height: 77px;
  }
  .cid-slTUeTULV1 .navbar.opened {
    height: auto;
  }
  .cid-slTUeTULV1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slTUeUm5mZ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-slTUeUudZ3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-slTUeUCWRg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slTUeUCWRg .mbr-section-subtitle {
  color: #767676;
}
.cid-slTUeUSDK7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-slTUeUSDK7 .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-slTUeUSDK7 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-slTUeUSDK7 .mbr-text {
  color: #000000;
}
.cid-slTVRUlirP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slTUeVv7pY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slTUeVv7pY .mbr-section-subtitle {
  color: #767676;
}
.cid-slTUeVv7pY .mbr-section-title {
  color: #a90000;
}
.cid-slTUeVFn5s {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-slTUeVFn5s .mbr-section-subtitle {
  color: #000000;
}
.cid-slTUeVFn5s .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-slTUeVFn5s .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slTUeVFn5s .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slTUeVFn5s .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-slTUeVFn5s .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #59585d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-slTUeVFn5s .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-slTUeVFn5s .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slTUeVFn5s .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-slTUeVFn5s .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slTUeVFn5s .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-slTUeVFn5s ul {
  font-size: 0;
}
.cid-slTUeVFn5s .mbr-gallery-filter ul {
  text-align: left;
}
.cid-slTUeVFn5s .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #59585d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-slTUeVFn5s .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-slTUeVFn5s .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-slTUeVFn5s .mbr-gallery-filter ul li:first-child,
.cid-slTUeVFn5s .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-slTUeVFn5s .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-slTUeVFn5s .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-slTUeVFn5s .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-slTUeVFn5s .btn.active:after {
  animation: none;
}
.cid-slTUeVFn5s .btn:active {
  box-shadow: none !important;
}
.cid-slTUeVFn5s .btn:hover {
  background: transparent !important;
}
.cid-slTUeVFn5s .btn:hover:before {
  background: transparent !important;
}
.cid-slTUeVFn5s .btn:before {
  background-color: transparent !important;
}
.cid-slTUeVFn5s .btn:focus {
  box-shadow: none !important;
}
.cid-slTUeVX8NI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-slTUeVX8NI .content {
    text-align: center;
  }
  .cid-slTUeVX8NI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-slTUeVX8NI .logo-subtitle {
  color: #8d97ad;
}
.cid-slTUeVX8NI .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-slTUeVX8NI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-slTUeVX8NI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-slTUeVX8NI .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-slTUeVX8NI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slTUeVX8NI .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-slTUeVX8NI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-slTUeVX8NI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-slTUeVX8NI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-slTUeVX8NI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-slTUeVX8NI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slTUeVX8NI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-slTUeVX8NI .list-item {
  display: flex;
}
.cid-slTUeVX8NI .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-slTUeVX8NI ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-slTUeVX8NI ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-slTUeVX8NI ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-slTUeVX8NI .column-title {
  color: #ffffff;
}
.cid-slTUeVX8NI P {
  color: #ffffff;
}
.cid-slTUeVX8NI .mbr-text {
  color: #ffffff;
}
.cid-slTW6r9w5c .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-slTW6r9w5c .nav-item,
.cid-slTW6r9w5c .nav-link,
.cid-slTW6r9w5c .navbar-caption {
  font-weight: normal;
}
.cid-slTW6r9w5c .nav-item:focus,
.cid-slTW6r9w5c .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-slTW6r9w5c .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-slTW6r9w5c .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-slTW6r9w5c .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-slTW6r9w5c .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-slTW6r9w5c .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-slTW6r9w5c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slTW6r9w5c .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-slTW6r9w5c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slTW6r9w5c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slTW6r9w5c .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a90000;
}
.cid-slTW6r9w5c .navbar.opened {
  transition: all .3s;
  background: #a90000 !important;
}
.cid-slTW6r9w5c .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-slTW6r9w5c .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slTW6r9w5c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slTW6r9w5c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-slTW6r9w5c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1rem);
  }
}
.cid-slTW6r9w5c .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slTW6r9w5c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slTW6r9w5c .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-slTW6r9w5c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slTW6r9w5c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slTW6r9w5c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slTW6r9w5c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slTW6r9w5c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slTW6r9w5c .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slTW6r9w5c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slTW6r9w5c .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-slTW6r9w5c .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slTW6r9w5c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slTW6r9w5c .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-slTW6r9w5c .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slTW6r9w5c .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slTW6r9w5c .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slTW6r9w5c .navbar.navbar-short {
  background: #a90000 !important;
  min-height: 60px;
}
.cid-slTW6r9w5c .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-slTW6r9w5c .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-slTW6r9w5c .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-slTW6r9w5c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slTW6r9w5c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slTW6r9w5c .dropdown-item.active,
.cid-slTW6r9w5c .dropdown-item:active {
  background-color: transparent;
}
.cid-slTW6r9w5c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-slTW6r9w5c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-slTW6r9w5c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a90000;
}
.cid-slTW6r9w5c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slTW6r9w5c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slTW6r9w5c ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slTW6r9w5c .navbar-buttons {
  text-align: center;
}
.cid-slTW6r9w5c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slTW6r9w5c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slTW6r9w5c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slTW6r9w5c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slTW6r9w5c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slTW6r9w5c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slTW6r9w5c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slTW6r9w5c nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slTW6r9w5c nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slTW6r9w5c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slTW6r9w5c .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-slTW6r9w5c a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slTW6r9w5c .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-slTW6r9w5c .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-slTW6r9w5c .soc-item {
  margin: .5rem .3rem;
}
.cid-slTW6r9w5c .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-slTW6r9w5c .navbar {
    height: 77px;
  }
  .cid-slTW6r9w5c .navbar.opened {
    height: auto;
  }
  .cid-slTW6r9w5c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slTW6ruAf7 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-slTW6rC5dI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-slTW6rMerX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slTW6rMerX .mbr-section-subtitle {
  color: #767676;
}
.cid-slTWrJOxfb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-slTWrJOxfb .mbr-section-subtitle {
  color: #767676;
}
.cid-slTWrJOxfb .mbr-section-title {
  color: #000000;
}
.cid-slTW6s2gAc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-slTW6s2gAc .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-slTW6s2gAc .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-slTW6s2gAc .mbr-text {
  color: #000000;
}
.cid-slTW6sdN3N {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-slTW6sdN3N .mbr-section-subtitle {
  color: #767676;
}
.cid-slTW6sdN3N .mbr-section-title {
  color: #000000;
}
.cid-slTXsI3gWo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-slTXsI3gWo .mbr-section-subtitle {
  color: #767676;
}
.cid-slTXsI3gWo .mbr-section-title {
  color: #000000;
}
.cid-slTW6soDye {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-slTW6soDye .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-slTW6soDye .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-slTXUcSA8K {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-slTXUcSA8K .mbr-section-subtitle {
  color: #767676;
}
.cid-slTXUcSA8K .mbr-section-title {
  color: #000000;
}
.cid-slTW6t28m0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-slTW6t28m0 .content {
    text-align: center;
  }
  .cid-slTW6t28m0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-slTW6t28m0 .logo-subtitle {
  color: #8d97ad;
}
.cid-slTW6t28m0 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-slTW6t28m0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-slTW6t28m0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-slTW6t28m0 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-slTW6t28m0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slTW6t28m0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-slTW6t28m0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-slTW6t28m0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-slTW6t28m0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-slTW6t28m0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-slTW6t28m0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slTW6t28m0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-slTW6t28m0 .list-item {
  display: flex;
}
.cid-slTW6t28m0 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-slTW6t28m0 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-slTW6t28m0 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-slTW6t28m0 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-slTW6t28m0 .column-title {
  color: #ffffff;
}
.cid-slTW6t28m0 P {
  color: #ffffff;
}
.cid-slTW6t28m0 .mbr-text {
  color: #ffffff;
}
.cid-slTYdkkMKZ .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-slTYdkkMKZ .nav-item,
.cid-slTYdkkMKZ .nav-link,
.cid-slTYdkkMKZ .navbar-caption {
  font-weight: normal;
}
.cid-slTYdkkMKZ .nav-item:focus,
.cid-slTYdkkMKZ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-slTYdkkMKZ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-slTYdkkMKZ .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-slTYdkkMKZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-slTYdkkMKZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-slTYdkkMKZ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-slTYdkkMKZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slTYdkkMKZ .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-slTYdkkMKZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slTYdkkMKZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slTYdkkMKZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a90000;
}
.cid-slTYdkkMKZ .navbar.opened {
  transition: all .3s;
  background: #a90000 !important;
}
.cid-slTYdkkMKZ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-slTYdkkMKZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slTYdkkMKZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slTYdkkMKZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-slTYdkkMKZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1rem);
  }
}
.cid-slTYdkkMKZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slTYdkkMKZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slTYdkkMKZ .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-slTYdkkMKZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slTYdkkMKZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slTYdkkMKZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slTYdkkMKZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slTYdkkMKZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slTYdkkMKZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slTYdkkMKZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slTYdkkMKZ .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-slTYdkkMKZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slTYdkkMKZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slTYdkkMKZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-slTYdkkMKZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slTYdkkMKZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slTYdkkMKZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slTYdkkMKZ .navbar.navbar-short {
  background: #a90000 !important;
  min-height: 60px;
}
.cid-slTYdkkMKZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-slTYdkkMKZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-slTYdkkMKZ .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-slTYdkkMKZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slTYdkkMKZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slTYdkkMKZ .dropdown-item.active,
.cid-slTYdkkMKZ .dropdown-item:active {
  background-color: transparent;
}
.cid-slTYdkkMKZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-slTYdkkMKZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-slTYdkkMKZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a90000;
}
.cid-slTYdkkMKZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slTYdkkMKZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slTYdkkMKZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slTYdkkMKZ .navbar-buttons {
  text-align: center;
}
.cid-slTYdkkMKZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slTYdkkMKZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slTYdkkMKZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slTYdkkMKZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slTYdkkMKZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slTYdkkMKZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slTYdkkMKZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slTYdkkMKZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slTYdkkMKZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slTYdkkMKZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slTYdkkMKZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-slTYdkkMKZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slTYdkkMKZ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-slTYdkkMKZ .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-slTYdkkMKZ .soc-item {
  margin: .5rem .3rem;
}
.cid-slTYdkkMKZ .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-slTYdkkMKZ .navbar {
    height: 77px;
  }
  .cid-slTYdkkMKZ .navbar.opened {
    height: auto;
  }
  .cid-slTYdkkMKZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slTYdkE3Jl {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-slTYdkMYwY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-slTYdkVCFm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slTYdkVCFm .mbr-section-subtitle {
  color: #767676;
}
.cid-slTYdlaz6X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-slTYdlaz6X .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-slTYdlaz6X .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-slTYdlaz6X .mbr-text {
  color: #000000;
}
.cid-slTYdlkF0I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slTYdlkF0I .mbr-section-subtitle {
  color: #767676;
}
.cid-slTYdlkF0I .mbr-section-title {
  color: #000000;
}
.cid-slTYdlvrlv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-slTYdlvrlv .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-slTYdlvrlv .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-slTZLJVCtB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slTZLJVCtB .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-slTZLJVCtB .title {
  max-width: 800px;
  margin: auto;
}
.cid-slTZLJVCtB .text-wrap {
  padding: 0 1rem;
  padding-top: 0.6rem;
}
.cid-slTZLJVCtB .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-slTZLJVCtB .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-slTZLJVCtB .link:hover:before {
  margin-right: -0.4rem;
}
.cid-slTZLJVCtB .card-block:hover img {
  transform: scale(1.1);
}
.cid-slTZLJVCtB .card {
  padding: 0;
}
.cid-slTZLJVCtB .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-slTZLJVCtB .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-slTZLJVCtB .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-slTZLJVCtB H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-slTZLJVCtB .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-slTZLJVCtB H1 {
  color: #b69b74;
}
.cid-slTYdlGqoI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slTYdlGqoI .mbr-section-subtitle {
  color: #767676;
}
.cid-slTYdlGqoI .mbr-section-title {
  color: #a90000;
}
.cid-slTYdlTCar {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-slTYdlTCar .mbr-section-subtitle {
  color: #000000;
}
.cid-slTYdlTCar .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-slTYdlTCar .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-slTYdlTCar .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-slTYdlTCar .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-slTYdlTCar .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #59585d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-slTYdlTCar .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-slTYdlTCar .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slTYdlTCar .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-slTYdlTCar .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slTYdlTCar .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-slTYdlTCar ul {
  font-size: 0;
}
.cid-slTYdlTCar .mbr-gallery-filter ul {
  text-align: left;
}
.cid-slTYdlTCar .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #59585d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-slTYdlTCar .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-slTYdlTCar .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-slTYdlTCar .mbr-gallery-filter ul li:first-child,
.cid-slTYdlTCar .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-slTYdlTCar .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-slTYdlTCar .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-slTYdlTCar .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-slTYdlTCar .btn.active:after {
  animation: none;
}
.cid-slTYdlTCar .btn:active {
  box-shadow: none !important;
}
.cid-slTYdlTCar .btn:hover {
  background: transparent !important;
}
.cid-slTYdlTCar .btn:hover:before {
  background: transparent !important;
}
.cid-slTYdlTCar .btn:before {
  background-color: transparent !important;
}
.cid-slTYdlTCar .btn:focus {
  box-shadow: none !important;
}
.cid-slTYdm8WqW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-slTYdm8WqW .content {
    text-align: center;
  }
  .cid-slTYdm8WqW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-slTYdm8WqW .logo-subtitle {
  color: #8d97ad;
}
.cid-slTYdm8WqW .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-slTYdm8WqW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-slTYdm8WqW .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-slTYdm8WqW .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-slTYdm8WqW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slTYdm8WqW .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-slTYdm8WqW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-slTYdm8WqW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-slTYdm8WqW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-slTYdm8WqW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-slTYdm8WqW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slTYdm8WqW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-slTYdm8WqW .list-item {
  display: flex;
}
.cid-slTYdm8WqW .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-slTYdm8WqW ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-slTYdm8WqW ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-slTYdm8WqW ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-slTYdm8WqW .column-title {
  color: #ffffff;
}
.cid-slTYdm8WqW P {
  color: #ffffff;
}
.cid-slTYdm8WqW .mbr-text {
  color: #ffffff;
}
.cid-slU0n9TO6u .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-slU0n9TO6u .nav-item,
.cid-slU0n9TO6u .nav-link,
.cid-slU0n9TO6u .navbar-caption {
  font-weight: normal;
}
.cid-slU0n9TO6u .nav-item:focus,
.cid-slU0n9TO6u .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-slU0n9TO6u .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-slU0n9TO6u .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-slU0n9TO6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-slU0n9TO6u .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-slU0n9TO6u .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-slU0n9TO6u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-slU0n9TO6u .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-slU0n9TO6u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-slU0n9TO6u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-slU0n9TO6u .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #a90000;
}
.cid-slU0n9TO6u .navbar.opened {
  transition: all .3s;
  background: #a90000 !important;
}
.cid-slU0n9TO6u .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-slU0n9TO6u .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-slU0n9TO6u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-slU0n9TO6u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-slU0n9TO6u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 1rem);
  }
}
.cid-slU0n9TO6u .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-slU0n9TO6u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-slU0n9TO6u .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-slU0n9TO6u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-slU0n9TO6u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-slU0n9TO6u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-slU0n9TO6u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-slU0n9TO6u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-slU0n9TO6u .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-slU0n9TO6u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-slU0n9TO6u .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-slU0n9TO6u .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-slU0n9TO6u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-slU0n9TO6u .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-slU0n9TO6u .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-slU0n9TO6u .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-slU0n9TO6u .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-slU0n9TO6u .navbar.navbar-short {
  background: #a90000 !important;
  min-height: 60px;
}
.cid-slU0n9TO6u .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-slU0n9TO6u .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-slU0n9TO6u .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-slU0n9TO6u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-slU0n9TO6u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-slU0n9TO6u .dropdown-item.active,
.cid-slU0n9TO6u .dropdown-item:active {
  background-color: transparent;
}
.cid-slU0n9TO6u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-slU0n9TO6u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-slU0n9TO6u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a90000;
}
.cid-slU0n9TO6u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-slU0n9TO6u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-slU0n9TO6u ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-slU0n9TO6u .navbar-buttons {
  text-align: center;
}
.cid-slU0n9TO6u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-slU0n9TO6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slU0n9TO6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slU0n9TO6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slU0n9TO6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slU0n9TO6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slU0n9TO6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slU0n9TO6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slU0n9TO6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slU0n9TO6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slU0n9TO6u .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-slU0n9TO6u a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-slU0n9TO6u .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-slU0n9TO6u .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-slU0n9TO6u .soc-item {
  margin: .5rem .3rem;
}
.cid-slU0n9TO6u .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-slU0n9TO6u .navbar {
    height: 77px;
  }
  .cid-slU0n9TO6u .navbar.opened {
    height: auto;
  }
  .cid-slU0n9TO6u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-slU0naswe4 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-slU0naD5jQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-slU0naNph4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slU0naNph4 .mbr-section-subtitle {
  color: #767676;
}
.cid-slU0nb6niv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-slU0nb6niv .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-slU0nb6niv .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-slU0nb6niv .mbr-text {
  color: #000000;
}
.cid-slU0nbkmNx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slU0nbkmNx .mbr-section-subtitle {
  color: #767676;
}
.cid-slU0nbkmNx .mbr-section-title {
  color: #000000;
}
.cid-slU1jbF4KX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-slU1jbF4KX .container-fluid {
  padding: 0 3rem;
}
.cid-slU1jbF4KX .image-block {
  position: relative;
  margin: auto;
}
.cid-slU1jbF4KX .image-block img {
  width: 100%;
}
.cid-slU1jbF4KX .image-block .img-caption {
  width: 100%;
  padding: 1rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-slU1jbF4KX .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-slU1jbF4KX .mbr-text {
  position: relative;
}
@media (max-width: 767px) {
  .cid-slU1jbF4KX .container-fluid {
    padding: 0 1rem;
  }
}
.cid-slU0nd6aZX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-slU0nd6aZX .content {
    text-align: center;
  }
  .cid-slU0nd6aZX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-slU0nd6aZX .logo-subtitle {
  color: #8d97ad;
}
.cid-slU0nd6aZX .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-slU0nd6aZX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-slU0nd6aZX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-slU0nd6aZX .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-slU0nd6aZX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-slU0nd6aZX .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-slU0nd6aZX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-slU0nd6aZX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-slU0nd6aZX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-slU0nd6aZX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-slU0nd6aZX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-slU0nd6aZX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-slU0nd6aZX .list-item {
  display: flex;
}
.cid-slU0nd6aZX .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-slU0nd6aZX ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-slU0nd6aZX ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-slU0nd6aZX ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-slU0nd6aZX .column-title {
  color: #ffffff;
}
.cid-slU0nd6aZX P {
  color: #ffffff;
}
.cid-slU0nd6aZX .mbr-text {
  color: #ffffff;
}
