body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'ASENW___';
  font-size: 2.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-2 {
  font-family: 'ASENW___';
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.76rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.32rem;
}
.display-5 {
  font-family: 'ASENW___';
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.16rem;
}
.display-7 {
  font-family: 'ASENW___';
  font-size: 1.3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.56rem;
}
/* ---- 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: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.8 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #ff9900 !important;
  border-color: #ff9900 !important;
}
.btn-secondary {
  color: black!important;
}
.btn-secondary:hover,
.btn-secondary:active {
  color: black!important;
  background: #ff5e7a !important;
  border-color: #ff5e7a !important;
}
.btn-primary {
  color: white!important;
}
.btn-primary:hover {
  background: #ff91a4 !important;
  border-color: #ff91a4 !important;
}
.btn-info {
  color: white!important;
}
.btn-success:hover {
  background: #ff9900 !important;
  border-color: #ff9900 !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #fbbe36 !important;
}
.bg-success {
  background-color: #4b4342 !important;
}
.bg-info {
  background-color: #ff9900 !important;
}
.bg-warning {
  background-color: #919dab !important;
}
.bg-danger {
  background-color: #e7272d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #fbbe36;
  border-color: #fbbe36;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff91a4 !important;
  border-color: #ff91a4 !important;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #ff91a4;
  border-color: #ff91a4;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #ff91a4 !important;
  border-color: #ff91a4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff9900 !important;
  border-color: #ff9900 !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #ff9900;
  border-color: #ff9900;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #ff9900 !important;
  border-color: #ff9900 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4b4342 !important;
  border-color: #4b4342 !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #4b4342;
  border-color: #4b4342;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #4b4342 !important;
  border-color: #4b4342 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #919dab !important;
  border-color: #919dab !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #919dab;
  border-color: #919dab;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e7272d !important;
  border-color: #e7272d !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c78b04;
  color: #c78b04;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #fbbe36;
  border-color: #fbbe36;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ff2b50;
  color: #ff2b50;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff91a4;
  border-color: #ff91a4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff91a4 !important;
  border-color: #ff91a4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #995c00;
  color: #995c00;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #ff9900;
  border-color: #ff9900;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9900 !important;
  border-color: #ff9900 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #151312;
  color: #151312;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #4b4342;
  border-color: #4b4342;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4b4342 !important;
  border-color: #4b4342 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5d6a79;
  color: #5d6a79;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #919dab;
  border-color: #919dab;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #971115;
  color: #971115;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #fbbe36 !important;
}
.text-secondary {
  color: #ff91a4 !important;
}
.text-success {
  color: #4b4342 !important;
}
.text-info {
  color: #ff9900 !important;
}
.text-warning {
  color: #919dab !important;
}
.text-danger {
  color: #e7272d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #fdde9a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fff7f8 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #817372 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ffc266 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cbd1d7 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f18386 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff9900;
}
.alert-warning {
  background-color: #919dab;
}
.alert-danger {
  background-color: #e7272d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fbbe36;
  border-color: #fbbe36;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fbbe36;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffffe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #beb6b5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffebcc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9dde2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbdfe0;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'ASENW___';
  font-size: 1.3rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.56rem;
}
blockquote {
  border-color: #fbbe36;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fbbe36;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fbbe36;
  border-bottom-color: #fbbe36;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fbbe36 !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: #ff91a4 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23fbbe36' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sSc2GhRUj1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sSc2GhRUj1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sSc2GhRUj1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSc2GhRUj1 .nav-link {
  position: relative;
}
.cid-sSc2GhRUj1 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sSc2GhRUj1 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sSc2GhRUj1 .container {
  display: flex;
  margin: auto;
}
.cid-sSc2GhRUj1 .navbar.navbar-short .nav-link,
.cid-sSc2GhRUj1 .navbar.navbar-short .navbar-caption,
.cid-sSc2GhRUj1 .navbar.navbar-short .mbr-iconfont,
.cid-sSc2GhRUj1 .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sSc2GhRUj1 .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sSc2GhRUj1 .navbar-caption {
  padding-right: 3rem;
}
.cid-sSc2GhRUj1 .dropdown-menu,
.cid-sSc2GhRUj1 .navbar.opened {
  background: #0e0e0e !important;
}
.cid-sSc2GhRUj1 .nav-item:focus,
.cid-sSc2GhRUj1 .nav-link:focus {
  outline: none;
}
.cid-sSc2GhRUj1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sSc2GhRUj1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSc2GhRUj1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSc2GhRUj1 .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-sSc2GhRUj1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSc2GhRUj1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSc2GhRUj1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sSc2GhRUj1 .navbar.opened {
  transition: all .3s;
}
.cid-sSc2GhRUj1 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sSc2GhRUj1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sSc2GhRUj1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSc2GhRUj1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSc2GhRUj1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-sSc2GhRUj1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSc2GhRUj1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSc2GhRUj1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSc2GhRUj1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSc2GhRUj1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sSc2GhRUj1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sSc2GhRUj1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSc2GhRUj1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSc2GhRUj1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSc2GhRUj1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSc2GhRUj1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSc2GhRUj1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sSc2GhRUj1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSc2GhRUj1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSc2GhRUj1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSc2GhRUj1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sSc2GhRUj1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sSc2GhRUj1 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sSc2GhRUj1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sSc2GhRUj1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSc2GhRUj1 .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-sSc2GhRUj1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSc2GhRUj1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSc2GhRUj1 .dropdown-item.active,
.cid-sSc2GhRUj1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sSc2GhRUj1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSc2GhRUj1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSc2GhRUj1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSc2GhRUj1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sSc2GhRUj1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSc2GhRUj1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSc2GhRUj1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSc2GhRUj1 .navbar-buttons {
  text-align: center;
}
.cid-sSc2GhRUj1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSc2GhRUj1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sSc2GhRUj1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSc2GhRUj1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSc2GhRUj1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSc2GhRUj1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSc2GhRUj1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSc2GhRUj1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSc2GhRUj1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSc2GhRUj1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSc2GhRUj1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sSc2GhRUj1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSc2GhRUj1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sSc2GhRUj1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sSc2GhRUj1 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSc2GhRUj1 .navbar {
    height: 77px;
  }
  .cid-sSc2GhRUj1 .navbar.opened {
    height: auto;
  }
  .cid-sSc2GhRUj1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJ7Bnc8MWC {
  padding-top: 90px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/pexels-farhad-ibrahimzade-8696757-2000x1125.jpeg");
}
.cid-sJ7Bnc8MWC .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-sJ7Bnc8MWC .content-block .mbr-text {
  margin: 0;
}
.cid-sJ7Bnc8MWC .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sJ7Bnc8MWC .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sJ7Bnc8MWC .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sJ7Bnc8MWC .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sJ7Bnc8MWC .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sJ7Bnc8MWC h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sJ7Bnc8MWC .mbr-section-subtitle {
  color: #efefef;
}
.cid-sJ7Bnc8MWC .mbr-section-title {
  color: #efefef;
}
.cid-sxl86RjYgi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sxl86RjYgi .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-sxl86RjYgi .mbr-text {
  color: #232323;
}
.cid-sIZXB0hIXs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sIZXB0hIXs h4 {
  display: flex;
  color: #232323;
}
.cid-sIZXB0hIXs .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sIZXB0hIXs .wrap {
  display: flex;
}
.cid-sIZXB0hIXs .icon {
  background: #ff9900;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sIZXB0hIXs img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sIZXB0hIXs .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sIZXB0hIXs p {
  margin: 0;
}
.cid-sIZXB0hIXs .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sIZXB0hIXs .mbr-section-subtitle {
  font-weight: 500;
  color: #232323;
  text-align: center;
}
.cid-sIZXB0hIXs .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sIZXB0hIXs .panel-group {
  width: 100%;
}
.cid-sIZXB0hIXs .panel-title {
  border-bottom: 1px solid #c1c1c1;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sIZXB0hIXs .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sIZXB0hIXs .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sIZXB0hIXs .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sIZXB0hIXs .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sIZXB0hIXs .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sIZXB0hIXs .card .panel-body {
  background: #ffffff;
}
.cid-sIZXB0hIXs .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sIZXB0hIXs .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sIZXB0hIXs .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sIZXB0hIXs .header-text,
.cid-sIZXB0hIXs .sign {
  color: #232323;
  text-align: left;
}
.cid-sJ02831bdq {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-sJ02831bdq h4 {
  display: flex;
  color: #232323;
}
.cid-sJ02831bdq .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sJ02831bdq .wrap {
  display: flex;
}
.cid-sJ02831bdq .icon {
  background: #ff9900;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sJ02831bdq img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sJ02831bdq .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sJ02831bdq p {
  margin: 0;
}
.cid-sJ02831bdq .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sJ02831bdq .mbr-section-subtitle {
  font-weight: 500;
  color: #232323;
  text-align: center;
}
.cid-sJ02831bdq .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sJ02831bdq .panel-group {
  width: 100%;
}
.cid-sJ02831bdq .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sJ02831bdq .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sJ02831bdq .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sJ02831bdq .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sJ02831bdq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sJ02831bdq .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sJ02831bdq .card .panel-body {
  background: #ffffff;
}
.cid-sJ02831bdq .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sJ02831bdq .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sJ02831bdq .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sJ02831bdq .header-text,
.cid-sJ02831bdq .sign {
  color: #232323;
}
.cid-sxeABS0gja {
  background-color: #232323;
}
.cid-sxeABS0gja .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sxeABS0gja .row {
  border-bottom: 1px solid #808080;
}
.cid-sxeABS0gja H2 {
  color: #e7272d;
}
.cid-sxeABS0gja .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sxeABS0gja .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sxeABS0gja .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sxeABS0gja .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sxeABS0gja .col-lg-12 {
  overflow: hidden;
}
.cid-sxeABS0gja H4 {
  color: #ff9900;
}
.cid-sxeABS0gja .mbr-text,
.cid-sxeABS0gja .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sxeABS0gja .logo-wrap:before {
    content: none;
  }
  .cid-sxeABS0gja .logo-wrap:after {
    content: none;
  }
}
.cid-sxeABS0gja H3 {
  text-align: center;
}
.cid-sIZQIgHf0k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sHRRY8m8d8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sHRRY8m8d8 .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sHRRY8m8d8 .item-tag {
  background: #efefef;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
  color: #efefef;
}
.cid-sHRRY8m8d8 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #efefef;
}
.cid-sHRRY8m8d8 .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sHRRY8m8d8 .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sHRRY8m8d8 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sHRRY8m8d8 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sHRRY8m8d8 .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sHRRY8m8d8 .mbr-figure {
    width: 100% !important;
  }
  .cid-sHRRY8m8d8 .menu-item {
    flex-direction: column;
  }
  .cid-sHRRY8m8d8 img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sHRRY8m8d8 .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sHRRY8m8d8 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sHRRY8m8d8 .special-label {
  color: #fff;
}
.cid-sHRRY8m8d8 .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sHRRY8m8d8 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sHRRY8m8d8 .menu-row {
  margin: 0;
}
.cid-sHRRY8m8d8 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sHRRY8m8d8 .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sHRRY8m8d8 .group-title,
.cid-sHRRY8m8d8 .align-wrap {
  text-align: left;
}
.cid-sHRRY8m8d8 SPAN {
  color: #000000;
}
.cid-sHRRY8m8d8 .item-title {
  color: #808080;
  text-align: left;
}
.cid-sHRRY8m8d8 H4 {
  color: #e7272d;
}
.cid-sSaGmSZedK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sSaGmSZedK .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sSaGmSZedK .item-tag {
  background: #efefef;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
  color: #efefef;
}
.cid-sSaGmSZedK .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #efefef;
}
.cid-sSaGmSZedK .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sSaGmSZedK .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sSaGmSZedK .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sSaGmSZedK .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSaGmSZedK .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sSaGmSZedK .mbr-figure {
    width: 100% !important;
  }
  .cid-sSaGmSZedK .menu-item {
    flex-direction: column;
  }
  .cid-sSaGmSZedK img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sSaGmSZedK .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sSaGmSZedK .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sSaGmSZedK .special-label {
  color: #fff;
}
.cid-sSaGmSZedK .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sSaGmSZedK .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sSaGmSZedK .menu-row {
  margin: 0;
}
.cid-sSaGmSZedK .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sSaGmSZedK .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sSaGmSZedK .group-title,
.cid-sSaGmSZedK .align-wrap {
  text-align: left;
}
.cid-sSaGmSZedK SPAN {
  color: #000000;
}
.cid-sSaGmSZedK .item-title {
  color: #808080;
  text-align: left;
}
.cid-sSaGmSZedK H4 {
  color: #e7272d;
}
.cid-sxeABS0gja {
  background-color: #232323;
}
.cid-sxeABS0gja .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sxeABS0gja .row {
  border-bottom: 1px solid #808080;
}
.cid-sxeABS0gja H2 {
  color: #e7272d;
}
.cid-sxeABS0gja .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sxeABS0gja .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sxeABS0gja .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sxeABS0gja .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sxeABS0gja .col-lg-12 {
  overflow: hidden;
}
.cid-sxeABS0gja H4 {
  color: #ff9900;
}
.cid-sxeABS0gja .mbr-text,
.cid-sxeABS0gja .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sxeABS0gja .logo-wrap:before {
    content: none;
  }
  .cid-sxeABS0gja .logo-wrap:after {
    content: none;
  }
}
.cid-sxeABS0gja H3 {
  text-align: center;
}
.cid-sy0z3PyBmO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sy0z3PyBmO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sy0z3PyBmO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sy0z3PyBmO .nav-link {
  position: relative;
}
.cid-sy0z3PyBmO .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sy0z3PyBmO .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sy0z3PyBmO .container {
  display: flex;
  margin: auto;
}
.cid-sy0z3PyBmO .navbar.navbar-short .nav-link,
.cid-sy0z3PyBmO .navbar.navbar-short .navbar-caption,
.cid-sy0z3PyBmO .navbar.navbar-short .mbr-iconfont,
.cid-sy0z3PyBmO .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sy0z3PyBmO .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sy0z3PyBmO .navbar-caption {
  padding-right: 3rem;
}
.cid-sy0z3PyBmO .dropdown-menu,
.cid-sy0z3PyBmO .navbar.opened {
  background: #0e0e0e !important;
}
.cid-sy0z3PyBmO .nav-item:focus,
.cid-sy0z3PyBmO .nav-link:focus {
  outline: none;
}
.cid-sy0z3PyBmO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sy0z3PyBmO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sy0z3PyBmO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sy0z3PyBmO .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-sy0z3PyBmO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sy0z3PyBmO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sy0z3PyBmO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sy0z3PyBmO .navbar.opened {
  transition: all .3s;
}
.cid-sy0z3PyBmO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sy0z3PyBmO .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sy0z3PyBmO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sy0z3PyBmO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sy0z3PyBmO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-sy0z3PyBmO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sy0z3PyBmO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sy0z3PyBmO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sy0z3PyBmO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sy0z3PyBmO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sy0z3PyBmO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sy0z3PyBmO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sy0z3PyBmO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sy0z3PyBmO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sy0z3PyBmO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sy0z3PyBmO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sy0z3PyBmO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sy0z3PyBmO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sy0z3PyBmO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sy0z3PyBmO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sy0z3PyBmO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sy0z3PyBmO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sy0z3PyBmO .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sy0z3PyBmO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sy0z3PyBmO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sy0z3PyBmO .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-sy0z3PyBmO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sy0z3PyBmO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sy0z3PyBmO .dropdown-item.active,
.cid-sy0z3PyBmO .dropdown-item:active {
  background-color: transparent;
}
.cid-sy0z3PyBmO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sy0z3PyBmO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sy0z3PyBmO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sy0z3PyBmO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sy0z3PyBmO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sy0z3PyBmO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sy0z3PyBmO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sy0z3PyBmO .navbar-buttons {
  text-align: center;
}
.cid-sy0z3PyBmO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sy0z3PyBmO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sy0z3PyBmO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sy0z3PyBmO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sy0z3PyBmO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sy0z3PyBmO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sy0z3PyBmO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sy0z3PyBmO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sy0z3PyBmO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sy0z3PyBmO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sy0z3PyBmO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sy0z3PyBmO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sy0z3PyBmO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sy0z3PyBmO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sy0z3PyBmO .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sy0z3PyBmO .navbar {
    height: 77px;
  }
  .cid-sy0z3PyBmO .navbar.opened {
    height: auto;
  }
  .cid-sy0z3PyBmO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJ1gaGbvDy {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/beer-machine-alcohol-brewery-159291-2000x1331.jpg");
}
.cid-sJ1gaGbvDy .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-sJ1gaGbvDy .content-block .mbr-text {
  margin: 0;
}
.cid-sJ1gaGbvDy .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sJ1gaGbvDy .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sJ1gaGbvDy .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sJ1gaGbvDy .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sJ1gaGbvDy .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sJ1gaGbvDy h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sJ1gaGbvDy .mbr-section-subtitle {
  color: #efefef;
}
.cid-sJ1gaGbvDy .mbr-section-title {
  color: #efefef;
}
.cid-sJ1gcuwJAW {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sJ1gcuwJAW .mbr-text {
  color: #444444;
  text-align: center;
}
.cid-sJ1gcuwJAW .card-title {
  color: #f9e2af;
}
.cid-sJ1gcuwJAW .card .card-img span {
  color: #efefef;
  font-size: 60px;
}
@media (max-width: 767px) {
  .cid-sJ1gcuwJAW .card {
    padding-bottom: 2rem !important;
  }
}
.cid-sJ1gcuwJAW .card-title,
.cid-sJ1gcuwJAW .card-img {
  color: #444444;
}
.cid-sJ1fehO2O6 {
  background-color: #232323;
}
.cid-sJ1fehO2O6 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sJ1fehO2O6 .row {
  border-bottom: 1px solid #808080;
}
.cid-sJ1fehO2O6 H2 {
  color: #e7272d;
}
.cid-sJ1fehO2O6 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sJ1fehO2O6 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sJ1fehO2O6 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sJ1fehO2O6 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sJ1fehO2O6 .col-lg-12 {
  overflow: hidden;
}
.cid-sJ1fehO2O6 H4 {
  color: #ff9900;
}
.cid-sJ1fehO2O6 .mbr-text,
.cid-sJ1fehO2O6 .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sJ1fehO2O6 .logo-wrap:before {
    content: none;
  }
  .cid-sJ1fehO2O6 .logo-wrap:after {
    content: none;
  }
}
.cid-sJ1fehO2O6 H3 {
  text-align: center;
}
.cid-sy0z3PyBmO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sy0z3PyBmO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sy0z3PyBmO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sy0z3PyBmO .nav-link {
  position: relative;
}
.cid-sy0z3PyBmO .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sy0z3PyBmO .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sy0z3PyBmO .container {
  display: flex;
  margin: auto;
}
.cid-sy0z3PyBmO .navbar.navbar-short .nav-link,
.cid-sy0z3PyBmO .navbar.navbar-short .navbar-caption,
.cid-sy0z3PyBmO .navbar.navbar-short .mbr-iconfont,
.cid-sy0z3PyBmO .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sy0z3PyBmO .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sy0z3PyBmO .navbar-caption {
  padding-right: 3rem;
}
.cid-sy0z3PyBmO .dropdown-menu,
.cid-sy0z3PyBmO .navbar.opened {
  background: #0e0e0e !important;
}
.cid-sy0z3PyBmO .nav-item:focus,
.cid-sy0z3PyBmO .nav-link:focus {
  outline: none;
}
.cid-sy0z3PyBmO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sy0z3PyBmO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sy0z3PyBmO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sy0z3PyBmO .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-sy0z3PyBmO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sy0z3PyBmO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sy0z3PyBmO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sy0z3PyBmO .navbar.opened {
  transition: all .3s;
}
.cid-sy0z3PyBmO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sy0z3PyBmO .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sy0z3PyBmO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sy0z3PyBmO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sy0z3PyBmO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-sy0z3PyBmO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sy0z3PyBmO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sy0z3PyBmO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sy0z3PyBmO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sy0z3PyBmO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sy0z3PyBmO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sy0z3PyBmO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sy0z3PyBmO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sy0z3PyBmO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sy0z3PyBmO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sy0z3PyBmO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sy0z3PyBmO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sy0z3PyBmO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sy0z3PyBmO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sy0z3PyBmO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sy0z3PyBmO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sy0z3PyBmO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sy0z3PyBmO .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sy0z3PyBmO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sy0z3PyBmO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sy0z3PyBmO .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-sy0z3PyBmO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sy0z3PyBmO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sy0z3PyBmO .dropdown-item.active,
.cid-sy0z3PyBmO .dropdown-item:active {
  background-color: transparent;
}
.cid-sy0z3PyBmO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sy0z3PyBmO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sy0z3PyBmO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sy0z3PyBmO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sy0z3PyBmO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sy0z3PyBmO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sy0z3PyBmO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sy0z3PyBmO .navbar-buttons {
  text-align: center;
}
.cid-sy0z3PyBmO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sy0z3PyBmO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sy0z3PyBmO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sy0z3PyBmO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sy0z3PyBmO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sy0z3PyBmO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sy0z3PyBmO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sy0z3PyBmO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sy0z3PyBmO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sy0z3PyBmO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sy0z3PyBmO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sy0z3PyBmO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sy0z3PyBmO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sy0z3PyBmO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sy0z3PyBmO .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sy0z3PyBmO .navbar {
    height: 77px;
  }
  .cid-sy0z3PyBmO .navbar.opened {
    height: auto;
  }
  .cid-sy0z3PyBmO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJi3w4J4i7 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/untitled-3-of-49-2000x1500.jpg");
}
.cid-sJi3w4J4i7 .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #000000;
  transition: all 0.4s ease-in-out;
}
.cid-sJi3w4J4i7 .content-block .mbr-text {
  margin: 0;
}
.cid-sJi3w4J4i7 .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sJi3w4J4i7 .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sJi3w4J4i7 .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sJi3w4J4i7 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sJi3w4J4i7 .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sJi3w4J4i7 h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sJi3w4J4i7 .mbr-section-title {
  color: #ffffff;
}
.cid-sSJdCaOrjr {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-sSJdCaOrjr .main_header {
  margin: 25px 0 44px;
}
.cid-sSJdCaOrjr .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSJdCaOrjr .mbr-text {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSJdCaOrjr .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSJdCaOrjr .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSJdCaOrjr .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSJdCaOrjr .line {
  border-bottom: 1px solid #eae8e4;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSJdCaOrjr .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSJdCaOrjr .card_price {
  color: #232323;
}
.cid-sSJdCaOrjr .card_text {
  color: #232323;
}
.cid-sJ1fehO2O6 {
  background-color: #232323;
}
.cid-sJ1fehO2O6 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sJ1fehO2O6 .row {
  border-bottom: 1px solid #808080;
}
.cid-sJ1fehO2O6 H2 {
  color: #e7272d;
}
.cid-sJ1fehO2O6 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sJ1fehO2O6 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sJ1fehO2O6 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sJ1fehO2O6 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sJ1fehO2O6 .col-lg-12 {
  overflow: hidden;
}
.cid-sJ1fehO2O6 H4 {
  color: #ff9900;
}
.cid-sJ1fehO2O6 .mbr-text,
.cid-sJ1fehO2O6 .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sJ1fehO2O6 .logo-wrap:before {
    content: none;
  }
  .cid-sJ1fehO2O6 .logo-wrap:after {
    content: none;
  }
}
.cid-sJ1fehO2O6 H3 {
  text-align: center;
}
.cid-sy0z3PyBmO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sy0z3PyBmO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sy0z3PyBmO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sy0z3PyBmO .nav-link {
  position: relative;
}
.cid-sy0z3PyBmO .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sy0z3PyBmO .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sy0z3PyBmO .container {
  display: flex;
  margin: auto;
}
.cid-sy0z3PyBmO .navbar.navbar-short .nav-link,
.cid-sy0z3PyBmO .navbar.navbar-short .navbar-caption,
.cid-sy0z3PyBmO .navbar.navbar-short .mbr-iconfont,
.cid-sy0z3PyBmO .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sy0z3PyBmO .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sy0z3PyBmO .navbar-caption {
  padding-right: 3rem;
}
.cid-sy0z3PyBmO .dropdown-menu,
.cid-sy0z3PyBmO .navbar.opened {
  background: #0e0e0e !important;
}
.cid-sy0z3PyBmO .nav-item:focus,
.cid-sy0z3PyBmO .nav-link:focus {
  outline: none;
}
.cid-sy0z3PyBmO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sy0z3PyBmO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sy0z3PyBmO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sy0z3PyBmO .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-sy0z3PyBmO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sy0z3PyBmO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sy0z3PyBmO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sy0z3PyBmO .navbar.opened {
  transition: all .3s;
}
.cid-sy0z3PyBmO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sy0z3PyBmO .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sy0z3PyBmO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sy0z3PyBmO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sy0z3PyBmO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-sy0z3PyBmO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sy0z3PyBmO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sy0z3PyBmO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sy0z3PyBmO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sy0z3PyBmO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sy0z3PyBmO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sy0z3PyBmO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sy0z3PyBmO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sy0z3PyBmO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sy0z3PyBmO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sy0z3PyBmO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sy0z3PyBmO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sy0z3PyBmO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sy0z3PyBmO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sy0z3PyBmO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sy0z3PyBmO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sy0z3PyBmO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sy0z3PyBmO .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sy0z3PyBmO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sy0z3PyBmO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sy0z3PyBmO .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-sy0z3PyBmO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sy0z3PyBmO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sy0z3PyBmO .dropdown-item.active,
.cid-sy0z3PyBmO .dropdown-item:active {
  background-color: transparent;
}
.cid-sy0z3PyBmO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sy0z3PyBmO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sy0z3PyBmO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sy0z3PyBmO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sy0z3PyBmO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sy0z3PyBmO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sy0z3PyBmO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sy0z3PyBmO .navbar-buttons {
  text-align: center;
}
.cid-sy0z3PyBmO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sy0z3PyBmO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sy0z3PyBmO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sy0z3PyBmO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sy0z3PyBmO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sy0z3PyBmO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sy0z3PyBmO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sy0z3PyBmO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sy0z3PyBmO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sy0z3PyBmO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sy0z3PyBmO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sy0z3PyBmO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sy0z3PyBmO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sy0z3PyBmO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sy0z3PyBmO .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sy0z3PyBmO .navbar {
    height: 77px;
  }
  .cid-sy0z3PyBmO .navbar.opened {
    height: auto;
  }
  .cid-sy0z3PyBmO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sy0pRQeh0w {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/20210915-205014-2000x900.jpg");
}
.cid-sy0pRQeh0w .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-sy0pRQeh0w .content-block .mbr-text {
  margin: 0;
}
.cid-sy0pRQeh0w .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sy0pRQeh0w .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sy0pRQeh0w .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sy0pRQeh0w .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sy0pRQeh0w .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sy0pRQeh0w h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sJq8NQrU2g {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sJq8NQrU2g .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sJq8NQrU2g .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sJq8NQrU2g .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sJq8NQrU2g .mbr-text {
    margin-top: .75rem;
  }
}
.cid-syrVNjDpRd {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-syrVNjDpRd .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-syrVNjDpRd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-syrVNjDpRd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-syrVNjDpRd .image-wrapper {
    margin-left: 4rem;
  }
  .cid-syrVNjDpRd .text-wrapper {
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-syrVNjDpRd .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-syrVNjDpRd .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-syrVNjDpRd .mbr-text,
.cid-syrVNjDpRd .mbr-section-btn {
  text-align: left;
}
.cid-sIWkLrvHq8 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/morrisbridgepark1-1-1600x1067.jpeg");
}
.cid-sIWkLrvHq8 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sIWkLrvHq8 .content-panel {
  padding: 3rem;
  background-color: #232323;
}
@media (min-width: 767px) {
  .cid-sIWkLrvHq8 .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-sIWkLrvHq8 .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sIWkLrvHq8 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sIWkLrvHq8 .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-sIWkLrvHq8 .google-map .place-card {
  margin-left: 40px !important;
}
.cid-sJ1fehO2O6 {
  background-color: #232323;
}
.cid-sJ1fehO2O6 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sJ1fehO2O6 .row {
  border-bottom: 1px solid #808080;
}
.cid-sJ1fehO2O6 H2 {
  color: #e7272d;
}
.cid-sJ1fehO2O6 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sJ1fehO2O6 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sJ1fehO2O6 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sJ1fehO2O6 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sJ1fehO2O6 .col-lg-12 {
  overflow: hidden;
}
.cid-sJ1fehO2O6 H4 {
  color: #ff9900;
}
.cid-sJ1fehO2O6 .mbr-text,
.cid-sJ1fehO2O6 .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sJ1fehO2O6 .logo-wrap:before {
    content: none;
  }
  .cid-sJ1fehO2O6 .logo-wrap:after {
    content: none;
  }
}
.cid-sJ1fehO2O6 H3 {
  text-align: center;
}
.cid-sJEdQ0E3Ju {
  background-color: #232323;
}
.cid-sJEdQ0E3Ju img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-sJEdQ0E3Ju H2 {
  color: #e7272d;
}
#instagram-feed-block-4o .inst__title {
  color: #ffffff;
}
.cid-sJE6SYjCLf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJE6SYjCLf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sJE6SYjCLf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJE6SYjCLf .nav-link {
  position: relative;
}
.cid-sJE6SYjCLf .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sJE6SYjCLf .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sJE6SYjCLf .container {
  display: flex;
  margin: auto;
}
.cid-sJE6SYjCLf .navbar.navbar-short .nav-link,
.cid-sJE6SYjCLf .navbar.navbar-short .navbar-caption,
.cid-sJE6SYjCLf .navbar.navbar-short .mbr-iconfont,
.cid-sJE6SYjCLf .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sJE6SYjCLf .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sJE6SYjCLf .navbar-caption {
  padding-right: 3rem;
}
.cid-sJE6SYjCLf .dropdown-menu,
.cid-sJE6SYjCLf .navbar.opened {
  background: #0e0e0e !important;
}
.cid-sJE6SYjCLf .nav-item:focus,
.cid-sJE6SYjCLf .nav-link:focus {
  outline: none;
}
.cid-sJE6SYjCLf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJE6SYjCLf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJE6SYjCLf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJE6SYjCLf .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-sJE6SYjCLf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJE6SYjCLf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJE6SYjCLf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sJE6SYjCLf .navbar.opened {
  transition: all .3s;
}
.cid-sJE6SYjCLf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sJE6SYjCLf .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sJE6SYjCLf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJE6SYjCLf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJE6SYjCLf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-sJE6SYjCLf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJE6SYjCLf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJE6SYjCLf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sJE6SYjCLf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJE6SYjCLf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJE6SYjCLf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJE6SYjCLf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJE6SYjCLf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJE6SYjCLf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJE6SYjCLf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJE6SYjCLf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sJE6SYjCLf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJE6SYjCLf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJE6SYjCLf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJE6SYjCLf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJE6SYjCLf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJE6SYjCLf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJE6SYjCLf .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sJE6SYjCLf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJE6SYjCLf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJE6SYjCLf .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-sJE6SYjCLf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJE6SYjCLf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJE6SYjCLf .dropdown-item.active,
.cid-sJE6SYjCLf .dropdown-item:active {
  background-color: transparent;
}
.cid-sJE6SYjCLf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJE6SYjCLf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJE6SYjCLf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJE6SYjCLf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sJE6SYjCLf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJE6SYjCLf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJE6SYjCLf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJE6SYjCLf .navbar-buttons {
  text-align: center;
}
.cid-sJE6SYjCLf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJE6SYjCLf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sJE6SYjCLf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJE6SYjCLf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJE6SYjCLf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJE6SYjCLf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJE6SYjCLf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJE6SYjCLf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJE6SYjCLf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJE6SYjCLf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJE6SYjCLf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sJE6SYjCLf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJE6SYjCLf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJE6SYjCLf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sJE6SYjCLf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJE6SYjCLf .navbar {
    height: 77px;
  }
  .cid-sJE6SYjCLf .navbar.opened {
    height: auto;
  }
  .cid-sJE6SYjCLf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJE6T2Oww9 {
  background-color: #232323;
}
.cid-sJE6T2Oww9 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sJE6T2Oww9 .row {
  border-bottom: 1px solid #808080;
}
.cid-sJE6T2Oww9 H2 {
  color: #e7272d;
}
.cid-sJE6T2Oww9 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sJE6T2Oww9 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sJE6T2Oww9 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sJE6T2Oww9 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sJE6T2Oww9 .col-lg-12 {
  overflow: hidden;
}
.cid-sJE6T2Oww9 H4 {
  color: #ff9900;
}
.cid-sJE6T2Oww9 .mbr-text,
.cid-sJE6T2Oww9 .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sJE6T2Oww9 .logo-wrap:before {
    content: none;
  }
  .cid-sJE6T2Oww9 .logo-wrap:after {
    content: none;
  }
}
.cid-sJE6T2Oww9 H3 {
  text-align: center;
}
.cid-sJiiQ9NAGI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJiiQ9NAGI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sJiiQ9NAGI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJiiQ9NAGI .nav-link {
  position: relative;
}
.cid-sJiiQ9NAGI .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sJiiQ9NAGI .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sJiiQ9NAGI .container {
  display: flex;
  margin: auto;
}
.cid-sJiiQ9NAGI .navbar.navbar-short .nav-link,
.cid-sJiiQ9NAGI .navbar.navbar-short .navbar-caption,
.cid-sJiiQ9NAGI .navbar.navbar-short .mbr-iconfont,
.cid-sJiiQ9NAGI .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sJiiQ9NAGI .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sJiiQ9NAGI .navbar-caption {
  padding-right: 3rem;
}
.cid-sJiiQ9NAGI .dropdown-menu,
.cid-sJiiQ9NAGI .navbar.opened {
  background: #0e0e0e !important;
}
.cid-sJiiQ9NAGI .nav-item:focus,
.cid-sJiiQ9NAGI .nav-link:focus {
  outline: none;
}
.cid-sJiiQ9NAGI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJiiQ9NAGI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJiiQ9NAGI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJiiQ9NAGI .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-sJiiQ9NAGI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJiiQ9NAGI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJiiQ9NAGI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sJiiQ9NAGI .navbar.opened {
  transition: all .3s;
}
.cid-sJiiQ9NAGI .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sJiiQ9NAGI .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sJiiQ9NAGI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJiiQ9NAGI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJiiQ9NAGI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-sJiiQ9NAGI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJiiQ9NAGI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJiiQ9NAGI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sJiiQ9NAGI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJiiQ9NAGI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJiiQ9NAGI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJiiQ9NAGI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJiiQ9NAGI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJiiQ9NAGI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJiiQ9NAGI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJiiQ9NAGI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sJiiQ9NAGI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJiiQ9NAGI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJiiQ9NAGI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJiiQ9NAGI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJiiQ9NAGI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJiiQ9NAGI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJiiQ9NAGI .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sJiiQ9NAGI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJiiQ9NAGI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJiiQ9NAGI .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-sJiiQ9NAGI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJiiQ9NAGI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJiiQ9NAGI .dropdown-item.active,
.cid-sJiiQ9NAGI .dropdown-item:active {
  background-color: transparent;
}
.cid-sJiiQ9NAGI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJiiQ9NAGI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJiiQ9NAGI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJiiQ9NAGI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sJiiQ9NAGI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJiiQ9NAGI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJiiQ9NAGI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJiiQ9NAGI .navbar-buttons {
  text-align: center;
}
.cid-sJiiQ9NAGI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJiiQ9NAGI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sJiiQ9NAGI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJiiQ9NAGI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJiiQ9NAGI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJiiQ9NAGI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJiiQ9NAGI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJiiQ9NAGI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJiiQ9NAGI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJiiQ9NAGI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJiiQ9NAGI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sJiiQ9NAGI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJiiQ9NAGI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJiiQ9NAGI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sJiiQ9NAGI .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJiiQ9NAGI .navbar {
    height: 77px;
  }
  .cid-sJiiQ9NAGI .navbar.opened {
    height: auto;
  }
  .cid-sJiiQ9NAGI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSgOdqmpZa {
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/20210915-205014-2000x900.jpg");
}
.cid-sSgOdqmpZa .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-sSgOdqmpZa .content-block .mbr-text {
  margin: 0;
}
.cid-sSgOdqmpZa .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sSgOdqmpZa .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sSgOdqmpZa .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sSgOdqmpZa .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sSgOdqmpZa .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sSgOdqmpZa h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sSgOdqmpZa .mbr-section-subtitle {
  color: #efefef;
}
.cid-sSgOdqmpZa .mbr-section-title {
  color: #efefef;
}
.cid-sSgOgSOpxD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sSgOgSOpxD .menu-item {
  padding-bottom: 2rem;
}
.cid-sSgOgSOpxD .menu-box {
  display: flex;
}
.cid-sSgOgSOpxD .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sSgOgSOpxD .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sSgOgSOpxD .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sSgOgSOpxD .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sSgOibv0OS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sSgOibv0OS .menu-item {
  padding-bottom: 2rem;
}
.cid-sSgOibv0OS .menu-box {
  display: flex;
}
.cid-sSgOibv0OS .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sSgOibv0OS .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sSgOibv0OS .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sSgOibv0OS .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sSgOiSNzum {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSgOiSNzum img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sSgOiSNzum img {
    width: 100%;
  }
}
.cid-sSgOiSNzum .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sSgOiSNzum .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sSgOiSNzum .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-sSgOiSNzum .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #efefef;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sSgOiSNzum .mbr-text,
.cid-sSgOiSNzum .mbr-section-btn {
  color: #777777;
}
.cid-sSgOiSNzum .mbr-section-subtitle {
  color: #777777;
}
.cid-sSgOiSNzum .mbr-list {
  color: #777777;
}
.cid-sSgOiSNzum .mbr-section-title {
  text-align: center;
}
.cid-sJiiOmTnMT {
  background-color: #232323;
}
.cid-sJiiOmTnMT .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sJiiOmTnMT .row {
  border-bottom: 1px solid #808080;
}
.cid-sJiiOmTnMT H2 {
  color: #e7272d;
}
.cid-sJiiOmTnMT .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sJiiOmTnMT .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sJiiOmTnMT .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sJiiOmTnMT .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sJiiOmTnMT .col-lg-12 {
  overflow: hidden;
}
.cid-sJiiOmTnMT H4 {
  color: #ff9900;
}
.cid-sJiiOmTnMT .mbr-text,
.cid-sJiiOmTnMT .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sJiiOmTnMT .logo-wrap:before {
    content: none;
  }
  .cid-sJiiOmTnMT .logo-wrap:after {
    content: none;
  }
}
.cid-sJiiOmTnMT H3 {
  text-align: center;
}
.cid-sSc4PmyOKJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sSc4PmyOKJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sSc4PmyOKJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSc4PmyOKJ .nav-link {
  position: relative;
}
.cid-sSc4PmyOKJ .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sSc4PmyOKJ .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sSc4PmyOKJ .container {
  display: flex;
  margin: auto;
}
.cid-sSc4PmyOKJ .navbar.navbar-short .nav-link,
.cid-sSc4PmyOKJ .navbar.navbar-short .navbar-caption,
.cid-sSc4PmyOKJ .navbar.navbar-short .mbr-iconfont,
.cid-sSc4PmyOKJ .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sSc4PmyOKJ .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sSc4PmyOKJ .navbar-caption {
  padding-right: 3rem;
}
.cid-sSc4PmyOKJ .dropdown-menu,
.cid-sSc4PmyOKJ .navbar.opened {
  background: #0e0e0e !important;
}
.cid-sSc4PmyOKJ .nav-item:focus,
.cid-sSc4PmyOKJ .nav-link:focus {
  outline: none;
}
.cid-sSc4PmyOKJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sSc4PmyOKJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSc4PmyOKJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSc4PmyOKJ .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-sSc4PmyOKJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSc4PmyOKJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSc4PmyOKJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sSc4PmyOKJ .navbar.opened {
  transition: all .3s;
}
.cid-sSc4PmyOKJ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sSc4PmyOKJ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sSc4PmyOKJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSc4PmyOKJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSc4PmyOKJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-sSc4PmyOKJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSc4PmyOKJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSc4PmyOKJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSc4PmyOKJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSc4PmyOKJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sSc4PmyOKJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sSc4PmyOKJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSc4PmyOKJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSc4PmyOKJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSc4PmyOKJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSc4PmyOKJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSc4PmyOKJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sSc4PmyOKJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSc4PmyOKJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSc4PmyOKJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSc4PmyOKJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sSc4PmyOKJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sSc4PmyOKJ .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sSc4PmyOKJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sSc4PmyOKJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSc4PmyOKJ .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-sSc4PmyOKJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSc4PmyOKJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSc4PmyOKJ .dropdown-item.active,
.cid-sSc4PmyOKJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sSc4PmyOKJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSc4PmyOKJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSc4PmyOKJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSc4PmyOKJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sSc4PmyOKJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSc4PmyOKJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSc4PmyOKJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSc4PmyOKJ .navbar-buttons {
  text-align: center;
}
.cid-sSc4PmyOKJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSc4PmyOKJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sSc4PmyOKJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSc4PmyOKJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSc4PmyOKJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSc4PmyOKJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSc4PmyOKJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSc4PmyOKJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSc4PmyOKJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSc4PmyOKJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSc4PmyOKJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sSc4PmyOKJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSc4PmyOKJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sSc4PmyOKJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sSc4PmyOKJ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSc4PmyOKJ .navbar {
    height: 77px;
  }
  .cid-sSc4PmyOKJ .navbar.opened {
    height: auto;
  }
  .cid-sSc4PmyOKJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSc4Pnv8S1 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/untitled-17-of-49-2000x1500.jpg");
}
.cid-sSc4Pnv8S1 .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-sSc4Pnv8S1 .content-block .mbr-text {
  margin: 0;
}
.cid-sSc4Pnv8S1 .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sSc4Pnv8S1 .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sSc4Pnv8S1 .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sSc4Pnv8S1 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sSc4Pnv8S1 .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sSc4Pnv8S1 h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sSc4Po7bK5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSc4Po7bK5 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sSc4Po7bK5 .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sSc4Po7bK5 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sSc4Po7bK5 .mbr-text {
    margin-top: .75rem;
  }
}
.cid-sSc4PotWHr {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sSc4PotWHr .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sSc4PotWHr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sSc4PotWHr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sSc4PotWHr .image-wrapper {
    margin-left: 4rem;
  }
  .cid-sSc4PotWHr .text-wrapper {
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sSc4PotWHr .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-sSc4PotWHr .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sSc4PotWHr .mbr-text,
.cid-sSc4PotWHr .mbr-section-btn {
  text-align: left;
}
.cid-sSc4PoQYnH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sSc4PoQYnH .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #232323;
  transition: all 0.4s ease-in-out;
}
.cid-sSc4PoQYnH .content-block .mbr-text {
  margin: 0;
}
.cid-sSc4PoQYnH .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sSc4PoQYnH .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sSc4PoQYnH .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sSc4PoQYnH .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sSc4PoQYnH .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sSc4PoQYnH h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sSc4Pph1By {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-lisa-1279330-874x583.jpeg");
}
.cid-sSc4Pph1By .mbr-section-title {
  color: #efefef;
}
.cid-sSc4Pph1By .mbr-section-subtitle {
  color: #efefef;
}
@media (max-width: 992px) {
  .cid-sSc4Pph1By .align-left {
    text-align: center;
  }
}
.cid-sSc4PpE9RT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pexels-sebastian-coman-photography-3437689-2000x1334.jpeg");
}
.cid-sSc4PpE9RT .mbr-section-title {
  color: #ffffff;
}
.cid-sSc4PpE9RT .mbr-section-subtitle {
  color: #efefef;
}
@media (max-width: 992px) {
  .cid-sSc4PpE9RT .align-left {
    text-align: center;
  }
}
.cid-sSc4Pq3OT2 .modal-body .close {
  background: #1b1b1b;
}
.cid-sSc4Pq3OT2 .modal-body .close span {
  font-style: normal;
}
.cid-sSc4Pq3OT2 .carousel-inner > .active,
.cid-sSc4Pq3OT2 .carousel-inner > .next,
.cid-sSc4Pq3OT2 .carousel-inner > .prev {
  display: table;
}
.cid-sSc4Pq3OT2 .carousel-control .icon-next,
.cid-sSc4Pq3OT2 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sSc4Pq3OT2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sSc4Pq3OT2 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSc4Pq3OT2 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sSc4Pq3OT2 .boxed-slider > div {
  position: relative;
}
.cid-sSc4Pq3OT2 .container img {
  width: 100%;
}
.cid-sSc4Pq3OT2 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sSc4Pq3OT2 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sSc4Pq3OT2 .mbr-table-cell {
  padding: 0;
}
.cid-sSc4Pq3OT2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sSc4Pq3OT2 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sSc4Pq3OT2 .mbr-overlay {
  z-index: 1;
}
.cid-sSc4Pq3OT2 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sSc4Pq3OT2 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sSc4Pq3OT2 .carousel-item .container {
    width: 100%;
  }
}
.cid-sSc4Pq3OT2 .carousel-item-next.carousel-item-left,
.cid-sSc4Pq3OT2 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sSc4Pq3OT2 .active.carousel-item-right,
.cid-sSc4Pq3OT2 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sSc4Pq3OT2 .active.carousel-item-left,
.cid-sSc4Pq3OT2 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sSc4Pq3OT2 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sSc4Pq3OT2 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSc4Pq3OT2 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sSc4Pq3OT2 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sSc4Pq3OT2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sSc4Pq3OT2 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sSc4Pq3OT2 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sSc4Pq3OT2 .mbr-slider .carousel-indicators li.active,
.cid-sSc4Pq3OT2 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sSc4Pq3OT2 .mbr-slider .carousel-indicators li::after,
.cid-sSc4Pq3OT2 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sSc4Pq3OT2 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sSc4Pq3OT2 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sSc4Pq3OT2 .mbr-slider > .container img {
  width: 100%;
}
.cid-sSc4Pq3OT2 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sSc4Pq3OT2 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sSc4Pq3OT2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sSc4Pq3OT2 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sSc4Pq3OT2 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sSc4Pq3OT2 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sSc4Pq3OT2 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sSc4Pq3OT2 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sSc4Pq3OT2 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sSc4Pq3OT2 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sSc4Pq3OT2 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sSc4Pq3OT2 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sSc4Pq3OT2 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sSc4Pq3OT2 H2 {
  text-align: left;
}
.cid-sSc4Pq3OT2 P {
  text-align: left;
}
.cid-sSc4PqBd6L {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #efefef;
}
.cid-sSc4PqBd6L .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sSc4PqBd6L .content-panel {
  padding: 3rem;
  background-color: #232323;
}
@media (min-width: 767px) {
  .cid-sSc4PqBd6L .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-sSc4PqBd6L .google-map {
  width: 100%;
  height: 30rem;
}
.cid-sSc4PqBd6L .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sSc4PqBd6L .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-sSc4PqBd6L .google-map .place-card {
  margin-left: 40px !important;
}
.cid-sSc4Pr6rB1 {
  background-color: #232323;
}
.cid-sSc4Pr6rB1 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sSc4Pr6rB1 .row {
  border-bottom: 1px solid #808080;
}
.cid-sSc4Pr6rB1 H2 {
  color: #e7272d;
}
.cid-sSc4Pr6rB1 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sSc4Pr6rB1 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sSc4Pr6rB1 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sSc4Pr6rB1 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sSc4Pr6rB1 .col-lg-12 {
  overflow: hidden;
}
.cid-sSc4Pr6rB1 H4 {
  color: #ff9900;
}
.cid-sSc4Pr6rB1 .mbr-text,
.cid-sSc4Pr6rB1 .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSc4Pr6rB1 .logo-wrap:before {
    content: none;
  }
  .cid-sSc4Pr6rB1 .logo-wrap:after {
    content: none;
  }
}
.cid-sSc4Pr6rB1 H3 {
  text-align: center;
}
.cid-sJ5fOuAFJ8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJ5fOuAFJ8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sJ5fOuAFJ8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJ5fOuAFJ8 .nav-link {
  position: relative;
}
.cid-sJ5fOuAFJ8 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sJ5fOuAFJ8 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sJ5fOuAFJ8 .container {
  display: flex;
  margin: auto;
}
.cid-sJ5fOuAFJ8 .navbar.navbar-short .nav-link,
.cid-sJ5fOuAFJ8 .navbar.navbar-short .navbar-caption,
.cid-sJ5fOuAFJ8 .navbar.navbar-short .mbr-iconfont,
.cid-sJ5fOuAFJ8 .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sJ5fOuAFJ8 .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sJ5fOuAFJ8 .navbar-caption {
  padding-right: 3rem;
}
.cid-sJ5fOuAFJ8 .dropdown-menu,
.cid-sJ5fOuAFJ8 .navbar.opened {
  background: #0e0e0e !important;
}
.cid-sJ5fOuAFJ8 .nav-item:focus,
.cid-sJ5fOuAFJ8 .nav-link:focus {
  outline: none;
}
.cid-sJ5fOuAFJ8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJ5fOuAFJ8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJ5fOuAFJ8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJ5fOuAFJ8 .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-sJ5fOuAFJ8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJ5fOuAFJ8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJ5fOuAFJ8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sJ5fOuAFJ8 .navbar.opened {
  transition: all .3s;
}
.cid-sJ5fOuAFJ8 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sJ5fOuAFJ8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sJ5fOuAFJ8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJ5fOuAFJ8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJ5fOuAFJ8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-sJ5fOuAFJ8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJ5fOuAFJ8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJ5fOuAFJ8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sJ5fOuAFJ8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJ5fOuAFJ8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJ5fOuAFJ8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJ5fOuAFJ8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJ5fOuAFJ8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJ5fOuAFJ8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJ5fOuAFJ8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJ5fOuAFJ8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sJ5fOuAFJ8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJ5fOuAFJ8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJ5fOuAFJ8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJ5fOuAFJ8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJ5fOuAFJ8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJ5fOuAFJ8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJ5fOuAFJ8 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sJ5fOuAFJ8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJ5fOuAFJ8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJ5fOuAFJ8 .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-sJ5fOuAFJ8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJ5fOuAFJ8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJ5fOuAFJ8 .dropdown-item.active,
.cid-sJ5fOuAFJ8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sJ5fOuAFJ8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJ5fOuAFJ8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJ5fOuAFJ8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJ5fOuAFJ8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sJ5fOuAFJ8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJ5fOuAFJ8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJ5fOuAFJ8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJ5fOuAFJ8 .navbar-buttons {
  text-align: center;
}
.cid-sJ5fOuAFJ8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJ5fOuAFJ8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sJ5fOuAFJ8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJ5fOuAFJ8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ5fOuAFJ8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJ5fOuAFJ8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJ5fOuAFJ8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ5fOuAFJ8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJ5fOuAFJ8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJ5fOuAFJ8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJ5fOuAFJ8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sJ5fOuAFJ8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJ5fOuAFJ8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJ5fOuAFJ8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sJ5fOuAFJ8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJ5fOuAFJ8 .navbar {
    height: 77px;
  }
  .cid-sJ5fOuAFJ8 .navbar.opened {
    height: auto;
  }
  .cid-sJ5fOuAFJ8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJ5fQWLCkI {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/dinner1-1920x1440.jpg");
}
.cid-sJ5fQWLCkI .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-sJ5fQWLCkI .content-block .mbr-text {
  margin: 0;
}
.cid-sJ5fQWLCkI .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sJ5fQWLCkI .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sJ5fQWLCkI .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sJ5fQWLCkI .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sJ5fQWLCkI .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sJ5fQWLCkI h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sJ5fQWLCkI .mbr-section-subtitle {
  color: #efefef;
}
.cid-sJ5fQWLCkI .mbr-section-title {
  color: #efefef;
}
.cid-sJ5fZLHh4x {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sJ5fZLHh4x .menu-item {
  padding-bottom: 2rem;
}
.cid-sJ5fZLHh4x .menu-box {
  display: flex;
}
.cid-sJ5fZLHh4x .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sJ5fZLHh4x .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sJ5fZLHh4x .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sJ5fZLHh4x .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sJb1615aVQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sJb1615aVQ .menu-item {
  padding-bottom: 2rem;
}
.cid-sJb1615aVQ .menu-box {
  display: flex;
}
.cid-sJb1615aVQ .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sJb1615aVQ .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sJb1615aVQ .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sJb1615aVQ .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sSc7sEhtUT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sSc7sEhtUT .menu-item {
  padding-bottom: 2rem;
}
.cid-sSc7sEhtUT .menu-box {
  display: flex;
}
.cid-sSc7sEhtUT .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sSc7sEhtUT .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sSc7sEhtUT .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sSc7sEhtUT .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sJb8aT747C {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sJb8aT747C .menu-item {
  padding-bottom: 2rem;
}
.cid-sJb8aT747C .menu-box {
  display: flex;
}
.cid-sJb8aT747C .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sJb8aT747C .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sJb8aT747C .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sJb8aT747C .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sSl3J30nDT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sSl3J30nDT .menu-item {
  padding-bottom: 2rem;
}
.cid-sSl3J30nDT .menu-box {
  display: flex;
}
.cid-sSl3J30nDT .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sSl3J30nDT .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sSl3J30nDT .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sSl3J30nDT .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sSs1SOJtNH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sSs1SOJtNH .menu-item {
  padding-bottom: 2rem;
}
.cid-sSs1SOJtNH .menu-box {
  display: flex;
}
.cid-sSs1SOJtNH .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sSs1SOJtNH .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sSs1SOJtNH .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sSs1SOJtNH .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sSyKf2taPb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sSyKf2taPb .menu-item {
  padding-bottom: 2rem;
}
.cid-sSyKf2taPb .menu-box {
  display: flex;
}
.cid-sSyKf2taPb .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sSyKf2taPb .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sSyKf2taPb .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sSyKf2taPb .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sSldrrtfZv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sSldrrtfZv .mbr-section-title {
  color: #202020;
}
.cid-sSldrrtfZv .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
}
.cid-sSldrrtfZv .content_box {
  position: relative;
}
.cid-sSldrrtfZv .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-sSldrrtfZv .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-sJ5g2FDKJe {
  background-color: #232323;
}
.cid-sJ5g2FDKJe .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sJ5g2FDKJe .row {
  border-bottom: 1px solid #808080;
}
.cid-sJ5g2FDKJe H2 {
  color: #e7272d;
}
.cid-sJ5g2FDKJe .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sJ5g2FDKJe .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sJ5g2FDKJe .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sJ5g2FDKJe .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sJ5g2FDKJe .col-lg-12 {
  overflow: hidden;
}
.cid-sJ5g2FDKJe H4 {
  color: #ff9900;
}
.cid-sJ5g2FDKJe .mbr-text,
.cid-sJ5g2FDKJe .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sJ5g2FDKJe .logo-wrap:before {
    content: none;
  }
  .cid-sJ5g2FDKJe .logo-wrap:after {
    content: none;
  }
}
.cid-sJ5g2FDKJe H3 {
  text-align: center;
}
.cid-swH4Kb6jrZ H2 {
  color: #fbbe36;
}
@media (min-width: 992px) {
  .cid-swH4Kb6jrZ .row {
    position: relative;
  }
  .cid-swH4Kb6jrZ .row .mbr-figure {
    width: 450px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -150px;
  }
  .cid-swH4Kb6jrZ .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-swH4Kb6jrZ img {
  max-width: 500px;
  margin: auto;
}
.cid-sxeABS0gja {
  background-color: #232323;
}
.cid-sxeABS0gja .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sxeABS0gja .row {
  border-bottom: 1px solid #808080;
}
.cid-sxeABS0gja H2 {
  color: #e7272d;
}
.cid-sxeABS0gja .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sxeABS0gja .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sxeABS0gja .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sxeABS0gja .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sxeABS0gja .col-lg-12 {
  overflow: hidden;
}
.cid-sxeABS0gja H4 {
  color: #ff9900;
}
.cid-sxeABS0gja .mbr-text,
.cid-sxeABS0gja .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sxeABS0gja .logo-wrap:before {
    content: none;
  }
  .cid-sxeABS0gja .logo-wrap:after {
    content: none;
  }
}
.cid-sxeABS0gja H3 {
  text-align: center;
}
.cid-sxx2sjBKWB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/paper2-2000x2000.jpg");
}
.cid-sxx2sjBKWB .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-sxx2sjBKWB .menu-item .special-label {
  display: none;
}
.cid-sxx2sjBKWB .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #9f3942;
}
.cid-sxx2sjBKWB .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-sxx2sjBKWB .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #9f3942;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-sxx2sjBKWB .special-label {
  color: #fff;
}
.cid-sxx2sjBKWB .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sxx2sjBKWB .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-sxx2sjBKWB .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sxx2sjBKWB .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sxx2sjBKWB .menu-row {
  margin: 0;
}
.cid-sxx2sjBKWB .group-title {
  color: #232323;
  font-weight: bold;
}
.cid-sxx2sjBKWB .box-text {
  color: #5b686b;
}
.cid-sxx2sjBKWB SPAN {
  color: #444444;
}
.cid-sxx2sjBKWB .mbr-section-title,
.cid-sxx2sjBKWB .ornament {
  color: #ff9900;
}
.cid-sSJ4p7VqYW {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-sSJ4p7VqYW .main_header {
  margin: 25px 0 44px;
}
.cid-sSJ4p7VqYW .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSJ4p7VqYW .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSJ4p7VqYW .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSJ4p7VqYW .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSJ4p7VqYW .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSJ4p7VqYW .line {
  border-bottom: 1px solid #eae8e4;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSJ4p7VqYW .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSJ4p7VqYW .card_price {
  color: #232323;
}
.cid-sSJ4p7VqYW .card_text {
  color: #232323;
}
.cid-swH4KcQpYU {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-swH4KcQpYU .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-swH4KcQpYU .item-tag {
  background: #efefef;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
  color: #efefef;
}
.cid-swH4KcQpYU .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #efefef;
}
.cid-swH4KcQpYU .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-swH4KcQpYU .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-swH4KcQpYU .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-swH4KcQpYU .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-swH4KcQpYU .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-swH4KcQpYU .mbr-figure {
    width: 100% !important;
  }
  .cid-swH4KcQpYU .menu-item {
    flex-direction: column;
  }
  .cid-swH4KcQpYU img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-swH4KcQpYU .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-swH4KcQpYU .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-swH4KcQpYU .special-label {
  color: #fff;
}
.cid-swH4KcQpYU .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-swH4KcQpYU .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-swH4KcQpYU .menu-row {
  margin: 0;
}
.cid-swH4KcQpYU .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-swH4KcQpYU .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-swH4KcQpYU .group-title,
.cid-swH4KcQpYU .align-wrap {
  text-align: left;
}
.cid-swH4KcQpYU SPAN {
  color: #232323;
}
.cid-swH4KcQpYU .item-title {
  color: #808080;
  text-align: left;
}
.cid-swH4KcQpYU H4 {
  color: #e7272d;
}
.cid-sxk7SwalAS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sxk7SwalAS .mbr-overlay {
  z-index: 1;
}
.cid-sxk7SwalAS .carousel,
.cid-sxk7SwalAS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sxk7SwalAS .item-wrapper {
  width: 100%;
}
.cid-sxk7SwalAS .carousel-caption {
  bottom: 40px;
}
.cid-sxk7SwalAS .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sxk7SwalAS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sxk7SwalAS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sxk7SwalAS .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sxk7SwalAS span {
  font-size: 50px;
}
.cid-sxk7SwalAS .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-sxk7SwalAS .mobi-mbri-arrow-next:hover {
  color: #fbbe36;
}
.cid-sxk7SwalAS .mobi-mbri-arrow-prev:hover {
  color: #fbbe36;
}
.cid-sxk7SwalAS .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-sxk7SwalAS .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sxk7SwalAS .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sxk7SwalAS .carousel-fade .active.carousel-item-left,
.cid-sxk7SwalAS .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sxk7SwalAS .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sxk7SwalAS .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-swHa6m3cu8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-swHa6m3cu8 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-swHa6m3cu8 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-swHa6m3cu8 .mbr-text {
  color: #444;
}
.cid-swHa6m3cu8 h5 {
  margin-bottom: 0;
}
.cid-swHa6m3cu8 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-swHa6m3cu8 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swHa6m3cu8 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-swHa6m3cu8 .socicon {
  font-size: 1.3rem;
  background: #232323;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swHa6m3cu8 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swHa6m3cu8 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-swHa6m3cu8 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swHa6m3cu8 .social-list a:hover {
  opacity: 0.4;
}
.cid-swHa6m3cu8 .media-container-row > div {
  padding: 0px;
}
.cid-swHa6m3cu8 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-swHa6m3cu8 .group-title {
  text-align: center;
  color: #ffffff;
}
.cid-swHa6m3cu8 .group-title SPAN {
  color: #ffffff;
}
.cid-swHa6m3cu8 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-swHa6m3cu8 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-swHa6m3cu8 .social-list,
  .cid-swHa6m3cu8 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-swHa6m3cu8 h3 {
    margin-bottom: 10px;
  }
  .cid-swHa6m3cu8 .navbar-brand {
    text-align: center;
  }
}
.cid-swHa6m3cu8 .links SPAN {
  color: #9e9e9e;
}
.cid-swKaRVtLIw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-swKaRVtLIw .card-subtitle {
  margin: 0;
}
.cid-swKaRVtLIw .btn {
  padding: 0.6rem 1.8rem;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #efefef !important;
}
.cid-swKaRVtLIw .item-wrapper {
  background: #efefef;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  border: 1px solid #efefef;
  cursor: pointer;
  overflow: visible;
}
.cid-swKaRVtLIw h4,
.cid-swKaRVtLIw h6,
.cid-swKaRVtLIw h5 {
  margin: 0;
}
.cid-swKaRVtLIw .mbr-text {
  transition: all 0.3s;
}
.cid-swKaRVtLIw .btn-white-outline {
  color: #fbbe36 !important;
}
.cid-swKaRVtLIw .price {
  color: #e7272d;
  transition: all 0.3s;
}
.cid-swKaRVtLIw img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.cid-swKaRVtLIw .card {
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
.cid-swKaRVtLIw .card:hover {
  transform: translateY(-2rem);
}
.cid-swKaRVtLIw .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
  background: #232323;
  color: #ffffff !important;
}
.cid-swKaRVtLIw .card:hover .item-wrapper .price {
  color: #ffffff !important;
}
.cid-swKaRVtLIw .card:hover .item-wrapper .mbr-text {
  color: #ffffff !important;
}
.cid-swKaRVtLIw .card:hover .card-img {
  transform: translateY(2rem) scale(1.2);
}
.cid-swKaRVtLIw .card:hover .btn {
  background: #fbbe36 !important;
  color: black !important;
  border-color: #fbbe36 !important;
}
.cid-swKaRVtLIw .card-img {
  width: 100%;
  position: relative;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-swKaRVtLIw .card-img img {
  max-width: 200px;
}
.cid-swKaRVtLIw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-swKaRVtLIw .wrapper {
    flex-direction: column;
  }
  .cid-swKaRVtLIw .icon-padding {
    padding-left: 0rem;
  }
  .cid-swKaRVtLIw .card-box {
    padding: 0;
  }
}
.cid-swKaRVtLIw .mbr-text,
.cid-swKaRVtLIw .mbr-section-btn,
.cid-swKaRVtLIw .card-img {
  color: #808080;
}
.cid-swKaRVtLIw H2 {
  color: #e7272d;
}
.cid-sHRRLfNopE {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sHRRLfNopE .menu-item {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
}
.cid-sHRRLfNopE .item-tag {
  background: #efefef;
  width: fit-content;
  padding: 3px 16px 0px 16px;
  border-radius: 10px;
  margin-bottom: 12px;
  color: #efefef;
}
.cid-sHRRLfNopE .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #efefef;
}
.cid-sHRRLfNopE .mbr-figure {
  width: 150px;
  height: 100%;
}
.cid-sHRRLfNopE .mbr-figure img {
  border-radius: 6px;
  object-fit: cover;
  margin-right: 2rem;
  width: 110px;
  height: 110px;
}
.cid-sHRRLfNopE .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sHRRLfNopE .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sHRRLfNopE .mbr-figure {
    width: fit-content !important;
  }
}
@media (max-width: 767px) {
  .cid-sHRRLfNopE .mbr-figure {
    width: 100% !important;
  }
  .cid-sHRRLfNopE .menu-item {
    flex-direction: column;
  }
  .cid-sHRRLfNopE img {
    margin: auto !important;
    margin-bottom: 0.5rem !important;
  }
  .cid-sHRRLfNopE .item-tag {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sHRRLfNopE .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
  width: fit-content;
}
.cid-sHRRLfNopE .special-label {
  color: #fff;
}
.cid-sHRRLfNopE .menu-box {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sHRRLfNopE .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sHRRLfNopE .menu-row {
  margin: 0;
}
.cid-sHRRLfNopE .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #000000;
}
.cid-sHRRLfNopE .line {
  display: flex;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-sHRRLfNopE .group-title,
.cid-sHRRLfNopE .align-wrap {
  text-align: left;
}
.cid-sHRRLfNopE SPAN {
  color: #e7272d;
}
.cid-sHRRLfNopE .item-title {
  color: #808080;
  text-align: left;
}
.cid-sHRRLfNopE H4 {
  color: #e7272d;
}
.cid-sSs7toR9OY.popup-builder {
  background-color: #ffffff;
}
.cid-sSs7toR9OY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sSs7toR9OY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sSs7toR9OY .modal-content,
.cid-sSs7toR9OY .modal-dialog {
  height: auto;
}
.cid-sSs7toR9OY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sSs7toR9OY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sSs7toR9OY .form-wrapper .mbr-form .form-group,
  .cid-sSs7toR9OY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sSs7toR9OY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sSs7toR9OY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSs7toR9OY .mbr-text {
  text-align: center;
}
.cid-sSs7toR9OY .pt-0 {
  padding-top: 0 !important;
}
.cid-sSs7toR9OY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sSs7toR9OY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sSs7toR9OY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sSs7toR9OY .modal-open {
  overflow: hidden;
}
.cid-sSs7toR9OY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sSs7toR9OY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sSs7toR9OY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sSs7toR9OY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sSs7toR9OY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sSs7toR9OY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sSs7toR9OY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sSs7toR9OY .modal-content {
  background: #808080;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sSs7toR9OY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sSs7toR9OY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sSs7toR9OY .modal-backdrop.fade {
  opacity: 0;
}
.cid-sSs7toR9OY .modal-backdrop.show {
  opacity: .5;
}
.cid-sSs7toR9OY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sSs7toR9OY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sSs7toR9OY .modal-header {
    padding: 1rem;
  }
}
.cid-sSs7toR9OY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sSs7toR9OY .modal-header .close svg {
  fill: #ff9900;
}
.cid-sSs7toR9OY .modal-header .close:hover {
  opacity: 1;
}
.cid-sSs7toR9OY .modal-header .close:focus {
  outline: none;
}
.cid-sSs7toR9OY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sSs7toR9OY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sSs7toR9OY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSs7toR9OY .modal-body {
    padding: 1rem;
  }
}
.cid-sSs7toR9OY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sSs7toR9OY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSs7toR9OY .modal-footer {
    padding: 1rem;
  }
}
.cid-sSs7toR9OY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sSs7toR9OY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sSs7toR9OY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sSs7toR9OY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sSs7toR9OY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sSs7toR9OY .modal-lg,
  .cid-sSs7toR9OY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sSs7toR9OY .modal-xl {
    max-width: 1140px;
  }
}
.cid-sSs7toR9OY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sSs7toR9OY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sSs7toR9OY .form-group {
  margin-bottom: 1rem;
}
.cid-sSs7toR9OY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sSs7toR9OY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sSs7toR9OY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sSs7toR9OY .mbr-section-btn {
  margin: 0;
}
.cid-sSs7toR9OY .mbr-section-btn .btn {
  margin: 0;
}
.cid-symjJANejp {
  overflow: hidden !important;
  background: linear-gradient(to right, #232323 0%, #232323 30%, #ff9900 30%, #ff9900 100%);
}
.cid-symjJANejp .animated-element {
  color: #55acee;
}
.cid-symjJANejp .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-symjJANejp .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-symjJANejp {
    background: #ff9900;
  }
}
.cid-symjJANejp .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-symjJANejp .mbr-text,
.cid-symjJANejp .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-symjJANejp .mbr-section-title {
  text-align: center;
}
.cid-sS3ice2O7N {
  background-color: #232323;
}
.cid-sS3ice2O7N .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sS3ice2O7N .row {
  border-bottom: 1px solid #808080;
}
.cid-sS3ice2O7N H2 {
  color: #e7272d;
}
.cid-sS3ice2O7N .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sS3ice2O7N .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sS3ice2O7N .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sS3ice2O7N .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sS3ice2O7N .col-lg-12 {
  overflow: hidden;
}
.cid-sS3ice2O7N H4 {
  color: #ff9900;
}
.cid-sS3ice2O7N .mbr-text,
.cid-sS3ice2O7N .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sS3ice2O7N .logo-wrap:before {
    content: none;
  }
  .cid-sS3ice2O7N .logo-wrap:after {
    content: none;
  }
}
.cid-sS3ice2O7N H3 {
  text-align: center;
}
.cid-sJE6SYjCLf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJE6SYjCLf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sJE6SYjCLf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJE6SYjCLf .nav-link {
  position: relative;
}
.cid-sJE6SYjCLf .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sJE6SYjCLf .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sJE6SYjCLf .container {
  display: flex;
  margin: auto;
}
.cid-sJE6SYjCLf .navbar.navbar-short .nav-link,
.cid-sJE6SYjCLf .navbar.navbar-short .navbar-caption,
.cid-sJE6SYjCLf .navbar.navbar-short .mbr-iconfont,
.cid-sJE6SYjCLf .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sJE6SYjCLf .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sJE6SYjCLf .navbar-caption {
  padding-right: 3rem;
}
.cid-sJE6SYjCLf .dropdown-menu,
.cid-sJE6SYjCLf .navbar.opened {
  background: #0e0e0e !important;
}
.cid-sJE6SYjCLf .nav-item:focus,
.cid-sJE6SYjCLf .nav-link:focus {
  outline: none;
}
.cid-sJE6SYjCLf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sJE6SYjCLf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJE6SYjCLf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sJE6SYjCLf .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-sJE6SYjCLf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJE6SYjCLf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJE6SYjCLf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sJE6SYjCLf .navbar.opened {
  transition: all .3s;
}
.cid-sJE6SYjCLf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sJE6SYjCLf .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sJE6SYjCLf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJE6SYjCLf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJE6SYjCLf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-sJE6SYjCLf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJE6SYjCLf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJE6SYjCLf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sJE6SYjCLf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJE6SYjCLf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sJE6SYjCLf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sJE6SYjCLf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJE6SYjCLf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJE6SYjCLf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJE6SYjCLf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJE6SYjCLf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sJE6SYjCLf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sJE6SYjCLf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJE6SYjCLf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJE6SYjCLf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJE6SYjCLf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sJE6SYjCLf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sJE6SYjCLf .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sJE6SYjCLf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sJE6SYjCLf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJE6SYjCLf .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-sJE6SYjCLf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJE6SYjCLf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJE6SYjCLf .dropdown-item.active,
.cid-sJE6SYjCLf .dropdown-item:active {
  background-color: transparent;
}
.cid-sJE6SYjCLf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJE6SYjCLf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJE6SYjCLf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJE6SYjCLf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sJE6SYjCLf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJE6SYjCLf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJE6SYjCLf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sJE6SYjCLf .navbar-buttons {
  text-align: center;
}
.cid-sJE6SYjCLf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJE6SYjCLf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sJE6SYjCLf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJE6SYjCLf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJE6SYjCLf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJE6SYjCLf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJE6SYjCLf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJE6SYjCLf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJE6SYjCLf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJE6SYjCLf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJE6SYjCLf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sJE6SYjCLf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJE6SYjCLf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sJE6SYjCLf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sJE6SYjCLf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJE6SYjCLf .navbar {
    height: 77px;
  }
  .cid-sJE6SYjCLf .navbar.opened {
    height: auto;
  }
  .cid-sJE6SYjCLf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJE6SZivtN {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/dinner1-1920x1440.jpg");
}
.cid-sJE6SZivtN .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-sJE6SZivtN .content-block .mbr-text {
  margin: 0;
}
.cid-sJE6SZivtN .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sJE6SZivtN .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sJE6SZivtN .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sJE6SZivtN .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sJE6SZivtN .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sJE6SZivtN h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sJE6SZVs0u {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sJE6SZVs0u .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sJE6SZVs0u .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sJE6SZVs0u .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sJE6SZVs0u .mbr-text {
    margin-top: .75rem;
  }
}
.cid-sJE6T0hBT2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-sJE6T0hBT2 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sJE6T0hBT2 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJE6T0hBT2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sJE6T0hBT2 .image-wrapper {
    margin-left: 4rem;
  }
  .cid-sJE6T0hBT2 .text-wrapper {
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sJE6T0hBT2 .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-sJE6T0hBT2 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sJE6T0hBT2 .mbr-text,
.cid-sJE6T0hBT2 .mbr-section-btn {
  text-align: left;
}
.cid-t1DU0glsoo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #444444);
}
.cid-t1DU0glsoo .mbr-section-subtitle {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-t1DU0glsoo .mbr-section-btn,
  .cid-t1DU0glsoo .mbr-section-subtitle,
  .cid-t1DU0glsoo .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sVnum24FqU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/274632806-152132777213897-7123477720573627700-n-1-1440x1799.jpeg");
}
.cid-sVnum24FqU .mbr-section-title {
  color: #efefef;
}
.cid-sVnum24FqU .mbr-section-subtitle {
  color: #efefef;
}
@media (max-width: 992px) {
  .cid-sVnum24FqU .align-left {
    text-align: center;
  }
}
.cid-t1DUBLR7gu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #444444);
}
.cid-t1DUBLR7gu .mbr-section-subtitle {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-t1DUBLR7gu .mbr-section-btn,
  .cid-t1DUBLR7gu .mbr-section-subtitle,
  .cid-t1DUBLR7gu .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sJE6T17tyJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/pexels-lisa-1279330-874x583.jpeg");
}
.cid-sJE6T17tyJ .mbr-section-title {
  color: #efefef;
}
.cid-sJE6T17tyJ .mbr-section-subtitle {
  color: #efefef;
}
@media (max-width: 992px) {
  .cid-sJE6T17tyJ .align-left {
    text-align: center;
  }
}
.cid-t1DUDg3hHX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
  background: linear-gradient(45deg, #efefef, #444444);
}
.cid-t1DUDg3hHX .mbr-section-subtitle {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-t1DUDg3hHX .mbr-section-btn,
  .cid-t1DUDg3hHX .mbr-section-subtitle,
  .cid-t1DUDg3hHX .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sTAJ1iXhQr {
  background-color: #0e0e0e;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-sTAJ1iXhQr .carousel {
  width: 100%;
}
.cid-sTAJ1iXhQr .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-sTAJ1iXhQr .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-sTAJ1iXhQr .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sTAJ1iXhQr .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-sTAJ1iXhQr .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-sTAJ1iXhQr .mbr-section-title.display-1 {
    font-size: 110px;
    line-height: 186px;
  }
}
.cid-sTAJ1iXhQr .mbr-section-btn {
  margin-top: 42px;
}
.cid-sTAJ1iXhQr .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sTAJ1iXhQr .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sTAJ1iXhQr .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-sTAJ1iXhQr .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-sTAJ1iXhQr .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sTAJ1iXhQr .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sTAJ1iXhQr .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sTAJ1iXhQr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sTAJ1iXhQr .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-sTAJ1iXhQr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-sTAJ1iXhQr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-sTAJ1iXhQr .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-sTAJ1iXhQr .carousel-control {
    display: none !important;
  }
}
.cid-sTAJ1iXhQr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-sTAJ1iXhQr .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-sTAJ1iXhQr .carousel-indicators li.active,
.cid-sTAJ1iXhQr .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-sTAJ1iXhQr .carousel-indicators li::after,
.cid-sTAJ1iXhQr .carousel-indicators li::before {
  content: none;
}
.cid-sTAJ1iXhQr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sTAJ1iXhQr .carousel-indicators {
    display: none !important;
  }
}
.cid-sTAJ1iXhQr .mbr-section-text,
.cid-sTAJ1iXhQr .mbr-section-btn {
  text-align: center;
}
.cid-t1DUyOjokI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
  background: linear-gradient(45deg, #efefef, #444444);
}
.cid-t1DUyOjokI .mbr-section-subtitle {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-t1DUyOjokI .mbr-section-btn,
  .cid-t1DUyOjokI .mbr-section-subtitle,
  .cid-t1DUyOjokI .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sJE6T1tLY6 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/pexels-sebastian-coman-photography-3437689-2000x1334.jpeg");
}
.cid-sJE6T1tLY6 .mbr-section-title {
  color: #ffffff;
}
.cid-sJE6T1tLY6 .mbr-section-subtitle {
  color: #efefef;
}
@media (max-width: 992px) {
  .cid-sJE6T1tLY6 .align-left {
    text-align: center;
  }
}
.cid-sSf5VJ3liV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSf5VJ3liV h2,
.cid-sSf5VJ3liV h3,
.cid-sSf5VJ3liV h4,
.cid-sSf5VJ3liV p {
  margin: 0;
}
.cid-sSf5VJ3liV .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-sSf5VJ3liV .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-sSf5VJ3liV .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
  text-align: center;
}
.cid-sJE6T2nxAc {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/morrisbridgepark1-1-1600x1067.jpeg");
}
.cid-sJE6T2nxAc .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sJE6T2nxAc .content-panel {
  padding: 3rem;
  background-color: #232323;
}
@media (min-width: 767px) {
  .cid-sJE6T2nxAc .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-sJE6T2nxAc .google-map {
  width: 100%;
  height: 30rem;
}
.cid-sJE6T2nxAc .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sJE6T2nxAc .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-sJE6T2nxAc .google-map .place-card {
  margin-left: 40px !important;
}
.cid-sJE6T2Oww9 {
  background-color: #232323;
}
.cid-sJE6T2Oww9 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sJE6T2Oww9 .row {
  border-bottom: 1px solid #808080;
}
.cid-sJE6T2Oww9 H2 {
  color: #e7272d;
}
.cid-sJE6T2Oww9 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sJE6T2Oww9 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sJE6T2Oww9 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sJE6T2Oww9 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sJE6T2Oww9 .col-lg-12 {
  overflow: hidden;
}
.cid-sJE6T2Oww9 H4 {
  color: #ff9900;
}
.cid-sJE6T2Oww9 .mbr-text,
.cid-sJE6T2Oww9 .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sJE6T2Oww9 .logo-wrap:before {
    content: none;
  }
  .cid-sJE6T2Oww9 .logo-wrap:after {
    content: none;
  }
}
.cid-sJE6T2Oww9 H3 {
  text-align: center;
}
.cid-sSlwNKiT5j .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sSlwNKiT5j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sSlwNKiT5j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSlwNKiT5j .nav-link {
  position: relative;
}
.cid-sSlwNKiT5j .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sSlwNKiT5j .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sSlwNKiT5j .container {
  display: flex;
  margin: auto;
}
.cid-sSlwNKiT5j .navbar.navbar-short .nav-link,
.cid-sSlwNKiT5j .navbar.navbar-short .navbar-caption,
.cid-sSlwNKiT5j .navbar.navbar-short .mbr-iconfont,
.cid-sSlwNKiT5j .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sSlwNKiT5j .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sSlwNKiT5j .navbar-caption {
  padding-right: 3rem;
}
.cid-sSlwNKiT5j .dropdown-menu,
.cid-sSlwNKiT5j .navbar.opened {
  background: #0e0e0e !important;
}
.cid-sSlwNKiT5j .nav-item:focus,
.cid-sSlwNKiT5j .nav-link:focus {
  outline: none;
}
.cid-sSlwNKiT5j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sSlwNKiT5j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSlwNKiT5j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSlwNKiT5j .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-sSlwNKiT5j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSlwNKiT5j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSlwNKiT5j .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sSlwNKiT5j .navbar.opened {
  transition: all .3s;
}
.cid-sSlwNKiT5j .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sSlwNKiT5j .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sSlwNKiT5j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSlwNKiT5j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSlwNKiT5j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-sSlwNKiT5j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSlwNKiT5j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSlwNKiT5j .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSlwNKiT5j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSlwNKiT5j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sSlwNKiT5j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sSlwNKiT5j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSlwNKiT5j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSlwNKiT5j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSlwNKiT5j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSlwNKiT5j .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSlwNKiT5j .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sSlwNKiT5j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSlwNKiT5j .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSlwNKiT5j .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSlwNKiT5j .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sSlwNKiT5j .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sSlwNKiT5j .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sSlwNKiT5j .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sSlwNKiT5j .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSlwNKiT5j .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-sSlwNKiT5j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSlwNKiT5j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSlwNKiT5j .dropdown-item.active,
.cid-sSlwNKiT5j .dropdown-item:active {
  background-color: transparent;
}
.cid-sSlwNKiT5j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSlwNKiT5j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSlwNKiT5j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSlwNKiT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sSlwNKiT5j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSlwNKiT5j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSlwNKiT5j ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSlwNKiT5j .navbar-buttons {
  text-align: center;
}
.cid-sSlwNKiT5j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSlwNKiT5j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sSlwNKiT5j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSlwNKiT5j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSlwNKiT5j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSlwNKiT5j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSlwNKiT5j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSlwNKiT5j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSlwNKiT5j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSlwNKiT5j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSlwNKiT5j .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sSlwNKiT5j a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSlwNKiT5j .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sSlwNKiT5j .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sSlwNKiT5j .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSlwNKiT5j .navbar {
    height: 77px;
  }
  .cid-sSlwNKiT5j .navbar.opened {
    height: auto;
  }
  .cid-sSlwNKiT5j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSlwNLaILJ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/20210915-205014-2000x900.jpg");
}
.cid-sSlwNLaILJ .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-sSlwNLaILJ .content-block .mbr-text {
  margin: 0;
}
.cid-sSlwNLaILJ .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sSlwNLaILJ .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sSlwNLaILJ .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sSlwNLaILJ .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sSlwNLaILJ .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sSlwNLaILJ h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sSlwNLaILJ .mbr-section-subtitle {
  color: #efefef;
}
.cid-sSlwNLaILJ .mbr-section-title {
  color: #efefef;
}
.cid-sSlwNLG5kS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sSlwNLG5kS .menu-item {
  padding-bottom: 2rem;
}
.cid-sSlwNLG5kS .menu-box {
  display: flex;
}
.cid-sSlwNLG5kS .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sSlwNLG5kS .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sSlwNLG5kS .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sSlwNLG5kS .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sSlwNMr3tc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sSlwNMr3tc .menu-item {
  padding-bottom: 2rem;
}
.cid-sSlwNMr3tc .menu-box {
  display: flex;
}
.cid-sSlwNMr3tc .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sSlwNMr3tc .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sSlwNMr3tc .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sSlwNMr3tc .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sSlwNMVYpk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sSlwNMVYpk .menu-item {
  padding-bottom: 2rem;
}
.cid-sSlwNMVYpk .menu-box {
  display: flex;
}
.cid-sSlwNMVYpk .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sSlwNMVYpk .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sSlwNMVYpk .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sSlwNMVYpk .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sSVidl9CyI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sSVidl9CyI .menu-item {
  padding-bottom: 2rem;
}
.cid-sSVidl9CyI .menu-box {
  display: flex;
}
.cid-sSVidl9CyI .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sSVidl9CyI .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sSVidl9CyI .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sSVidl9CyI .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sSVoneicxD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sSVoneicxD .menu-item {
  padding-bottom: 2rem;
}
.cid-sSVoneicxD .menu-box {
  display: flex;
}
.cid-sSVoneicxD .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sSVoneicxD .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sSVoneicxD .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sSVoneicxD .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sSVjpCzj24 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSVjpCzj24 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sSVjpCzj24 img {
    width: 100%;
  }
}
.cid-sSVjpCzj24 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sSVjpCzj24 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sSVjpCzj24 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-sSVjpCzj24 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #efefef;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sSVjpCzj24 .mbr-text,
.cid-sSVjpCzj24 .mbr-section-btn {
  color: #777777;
}
.cid-sSVjpCzj24 .mbr-section-subtitle {
  color: #777777;
}
.cid-sSVjpCzj24 .mbr-list {
  color: #777777;
}
.cid-sSVjpCzj24 .mbr-section-title {
  text-align: center;
}
.cid-sSVnNrTx5l {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sSVnNrTx5l .menu-item {
  padding-bottom: 2rem;
}
.cid-sSVnNrTx5l .menu-box {
  display: flex;
}
.cid-sSVnNrTx5l .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sSVnNrTx5l .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sSVnNrTx5l .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sSVnNrTx5l .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sSVl3FpYzf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sSVl3FpYzf .menu-item {
  padding-bottom: 2rem;
}
.cid-sSVl3FpYzf .menu-box {
  display: flex;
}
.cid-sSVl3FpYzf .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sSVl3FpYzf .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sSVl3FpYzf .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sSVl3FpYzf .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sSlwNPCGo3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sSlwNPCGo3 .menu-item {
  padding-bottom: 2rem;
}
.cid-sSlwNPCGo3 .menu-box {
  display: flex;
}
.cid-sSlwNPCGo3 .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sSlwNPCGo3 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sSlwNPCGo3 .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sSlwNPCGo3 .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sSlwNQa7cP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sSlwNQa7cP .mbr-section-title {
  color: #202020;
}
.cid-sSlwNQa7cP .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
}
.cid-sSlwNQa7cP .content_box {
  position: relative;
}
.cid-sSlwNQa7cP .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-sSlwNQa7cP .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-sSlwNQMHXh {
  background-color: #232323;
}
.cid-sSlwNQMHXh .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sSlwNQMHXh .row {
  border-bottom: 1px solid #808080;
}
.cid-sSlwNQMHXh H2 {
  color: #e7272d;
}
.cid-sSlwNQMHXh .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sSlwNQMHXh .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sSlwNQMHXh .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sSlwNQMHXh .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sSlwNQMHXh .col-lg-12 {
  overflow: hidden;
}
.cid-sSlwNQMHXh H4 {
  color: #ff9900;
}
.cid-sSlwNQMHXh .mbr-text,
.cid-sSlwNQMHXh .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSlwNQMHXh .logo-wrap:before {
    content: none;
  }
  .cid-sSlwNQMHXh .logo-wrap:after {
    content: none;
  }
}
.cid-sSlwNQMHXh H3 {
  text-align: center;
}
.cid-sSJnWEnfBV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sSJnWEnfBV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sSJnWEnfBV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSJnWEnfBV .nav-link {
  position: relative;
}
.cid-sSJnWEnfBV .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sSJnWEnfBV .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sSJnWEnfBV .container {
  display: flex;
  margin: auto;
}
.cid-sSJnWEnfBV .navbar.navbar-short .nav-link,
.cid-sSJnWEnfBV .navbar.navbar-short .navbar-caption,
.cid-sSJnWEnfBV .navbar.navbar-short .mbr-iconfont,
.cid-sSJnWEnfBV .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sSJnWEnfBV .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sSJnWEnfBV .navbar-caption {
  padding-right: 3rem;
}
.cid-sSJnWEnfBV .dropdown-menu,
.cid-sSJnWEnfBV .navbar.opened {
  background: #0e0e0e !important;
}
.cid-sSJnWEnfBV .nav-item:focus,
.cid-sSJnWEnfBV .nav-link:focus {
  outline: none;
}
.cid-sSJnWEnfBV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sSJnWEnfBV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSJnWEnfBV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSJnWEnfBV .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-sSJnWEnfBV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSJnWEnfBV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSJnWEnfBV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sSJnWEnfBV .navbar.opened {
  transition: all .3s;
}
.cid-sSJnWEnfBV .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sSJnWEnfBV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sSJnWEnfBV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSJnWEnfBV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSJnWEnfBV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-sSJnWEnfBV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSJnWEnfBV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSJnWEnfBV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSJnWEnfBV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSJnWEnfBV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sSJnWEnfBV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sSJnWEnfBV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSJnWEnfBV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSJnWEnfBV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSJnWEnfBV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSJnWEnfBV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSJnWEnfBV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sSJnWEnfBV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSJnWEnfBV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSJnWEnfBV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSJnWEnfBV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sSJnWEnfBV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sSJnWEnfBV .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sSJnWEnfBV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sSJnWEnfBV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSJnWEnfBV .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-sSJnWEnfBV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSJnWEnfBV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSJnWEnfBV .dropdown-item.active,
.cid-sSJnWEnfBV .dropdown-item:active {
  background-color: transparent;
}
.cid-sSJnWEnfBV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSJnWEnfBV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSJnWEnfBV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSJnWEnfBV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sSJnWEnfBV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSJnWEnfBV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSJnWEnfBV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSJnWEnfBV .navbar-buttons {
  text-align: center;
}
.cid-sSJnWEnfBV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSJnWEnfBV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sSJnWEnfBV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSJnWEnfBV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSJnWEnfBV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSJnWEnfBV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSJnWEnfBV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSJnWEnfBV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSJnWEnfBV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSJnWEnfBV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSJnWEnfBV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sSJnWEnfBV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSJnWEnfBV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sSJnWEnfBV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sSJnWEnfBV .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSJnWEnfBV .navbar {
    height: 77px;
  }
  .cid-sSJnWEnfBV .navbar.opened {
    height: auto;
  }
  .cid-sSJnWEnfBV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSJnWFhFt8 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/pexels-valeria-boltneva-1123260-1-1920x1280.jpg");
}
.cid-sSJnWFhFt8 .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-sSJnWFhFt8 .content-block .mbr-text {
  margin: 0;
}
.cid-sSJnWFhFt8 .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sSJnWFhFt8 .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sSJnWFhFt8 .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sSJnWFhFt8 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sSJnWFhFt8 .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sSJnWFhFt8 h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sSJonU7Rgd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSJonU7Rgd .main_header {
  margin: 25px 0 44px;
}
.cid-sSJonU7Rgd .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSJonU7Rgd .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSJonU7Rgd .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSJonU7Rgd .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSJonU7Rgd .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSJonU7Rgd .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSJonU7Rgd .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSJonU7Rgd .card_price {
  color: #232323;
}
.cid-sSJonU7Rgd .card_text {
  color: #232323;
}
.cid-sSJJOzT61P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSJJOzT61P .main_header {
  margin: 25px 0 44px;
}
.cid-sSJJOzT61P .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSJJOzT61P .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSJJOzT61P .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSJJOzT61P .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSJJOzT61P .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSJJOzT61P .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSJJOzT61P .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSJJOzT61P .card_price {
  color: #232323;
}
.cid-sSJJOzT61P .card_text {
  color: #232323;
}
.cid-sSJKkzuiiF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSJKkzuiiF .main_header {
  margin: 25px 0 44px;
}
.cid-sSJKkzuiiF .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSJKkzuiiF .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSJKkzuiiF .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSJKkzuiiF .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSJKkzuiiF .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSJKkzuiiF .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSJKkzuiiF .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSJKkzuiiF .card_price {
  color: #232323;
}
.cid-sSJKkzuiiF .card_text {
  color: #232323;
}
.cid-sSJKkzuiiF .card_title DIV {
  text-align: left;
}
.cid-sSJSzBUJjg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSJSzBUJjg .main_header {
  margin: 25px 0 44px;
}
.cid-sSJSzBUJjg .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSJSzBUJjg .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSJSzBUJjg .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSJSzBUJjg .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSJSzBUJjg .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSJSzBUJjg .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSJSzBUJjg .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSJSzBUJjg .card_price {
  color: #232323;
}
.cid-sSJSzBUJjg .card_text {
  color: #232323;
}
.cid-sSJSzBUJjg .card_title DIV {
  text-align: left;
}
.cid-sSJKNuEkHR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSJKNuEkHR .main_header {
  margin: 25px 0 44px;
}
.cid-sSJKNuEkHR .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSJKNuEkHR .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSJKNuEkHR .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSJKNuEkHR .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSJKNuEkHR .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSJKNuEkHR .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSJKNuEkHR .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSJKNuEkHR .card_price {
  color: #232323;
}
.cid-sSJKNuEkHR .card_text {
  color: #232323;
}
.cid-sSJKNuEkHR .card_title DIV {
  text-align: left;
}
.cid-sSJLeDCUXW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSJLeDCUXW .main_header {
  margin: 25px 0 44px;
}
.cid-sSJLeDCUXW .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSJLeDCUXW .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSJLeDCUXW .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSJLeDCUXW .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSJLeDCUXW .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSJLeDCUXW .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSJLeDCUXW .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSJLeDCUXW .card_price {
  color: #232323;
}
.cid-sSJLeDCUXW .card_text {
  color: #232323;
}
.cid-sSJLeDCUXW .card_title DIV {
  text-align: left;
}
.cid-sSJLPxvaAe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSJLPxvaAe .main_header {
  margin: 25px 0 44px;
}
.cid-sSJLPxvaAe .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSJLPxvaAe .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSJLPxvaAe .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSJLPxvaAe .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSJLPxvaAe .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSJLPxvaAe .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSJLPxvaAe .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSJLPxvaAe .card_price {
  color: #232323;
}
.cid-sSJLPxvaAe .card_text {
  color: #232323;
}
.cid-sSJLPxvaAe .card_title DIV {
  text-align: left;
}
.cid-sSJMAW8TCB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSJMAW8TCB .main_header {
  margin: 25px 0 44px;
}
.cid-sSJMAW8TCB .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSJMAW8TCB .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSJMAW8TCB .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSJMAW8TCB .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSJMAW8TCB .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSJMAW8TCB .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSJMAW8TCB .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSJMAW8TCB .card_price {
  color: #232323;
}
.cid-sSJMAW8TCB .card_text {
  color: #232323;
}
.cid-sSJMAW8TCB .card_title DIV {
  text-align: left;
}
.cid-sSJnWIm8yY {
  background-color: #232323;
}
.cid-sSJnWIm8yY .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sSJnWIm8yY .row {
  border-bottom: 1px solid #808080;
}
.cid-sSJnWIm8yY H2 {
  color: #e7272d;
}
.cid-sSJnWIm8yY .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sSJnWIm8yY .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sSJnWIm8yY .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sSJnWIm8yY .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sSJnWIm8yY .col-lg-12 {
  overflow: hidden;
}
.cid-sSJnWIm8yY H4 {
  color: #ff9900;
}
.cid-sSJnWIm8yY .mbr-text,
.cid-sSJnWIm8yY .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSJnWIm8yY .logo-wrap:before {
    content: none;
  }
  .cid-sSJnWIm8yY .logo-wrap:after {
    content: none;
  }
}
.cid-sSJnWIm8yY H3 {
  text-align: center;
}
.cid-sSKFGtp85x .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sSKFGtp85x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sSKFGtp85x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sSKFGtp85x .nav-link {
  position: relative;
}
.cid-sSKFGtp85x .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sSKFGtp85x .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sSKFGtp85x .container {
  display: flex;
  margin: auto;
}
.cid-sSKFGtp85x .navbar.navbar-short .nav-link,
.cid-sSKFGtp85x .navbar.navbar-short .navbar-caption,
.cid-sSKFGtp85x .navbar.navbar-short .mbr-iconfont,
.cid-sSKFGtp85x .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sSKFGtp85x .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sSKFGtp85x .navbar-caption {
  padding-right: 3rem;
}
.cid-sSKFGtp85x .dropdown-menu,
.cid-sSKFGtp85x .navbar.opened {
  background: #0e0e0e !important;
}
.cid-sSKFGtp85x .nav-item:focus,
.cid-sSKFGtp85x .nav-link:focus {
  outline: none;
}
.cid-sSKFGtp85x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sSKFGtp85x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSKFGtp85x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSKFGtp85x .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-sSKFGtp85x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSKFGtp85x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSKFGtp85x .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sSKFGtp85x .navbar.opened {
  transition: all .3s;
}
.cid-sSKFGtp85x .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sSKFGtp85x .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sSKFGtp85x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sSKFGtp85x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sSKFGtp85x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-sSKFGtp85x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSKFGtp85x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSKFGtp85x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSKFGtp85x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSKFGtp85x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sSKFGtp85x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sSKFGtp85x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sSKFGtp85x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSKFGtp85x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSKFGtp85x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSKFGtp85x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSKFGtp85x .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sSKFGtp85x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSKFGtp85x .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sSKFGtp85x .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sSKFGtp85x .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sSKFGtp85x .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sSKFGtp85x .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sSKFGtp85x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sSKFGtp85x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSKFGtp85x .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-sSKFGtp85x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSKFGtp85x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSKFGtp85x .dropdown-item.active,
.cid-sSKFGtp85x .dropdown-item:active {
  background-color: transparent;
}
.cid-sSKFGtp85x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSKFGtp85x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSKFGtp85x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSKFGtp85x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sSKFGtp85x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSKFGtp85x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSKFGtp85x ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSKFGtp85x .navbar-buttons {
  text-align: center;
}
.cid-sSKFGtp85x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSKFGtp85x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sSKFGtp85x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSKFGtp85x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSKFGtp85x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSKFGtp85x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSKFGtp85x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSKFGtp85x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSKFGtp85x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSKFGtp85x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSKFGtp85x .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sSKFGtp85x a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSKFGtp85x .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sSKFGtp85x .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sSKFGtp85x .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSKFGtp85x .navbar {
    height: 77px;
  }
  .cid-sSKFGtp85x .navbar.opened {
    height: auto;
  }
  .cid-sSKFGtp85x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSKFGuqmOP {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/delicious-red-wine-royalty-free-image-1585590768-1-2000x1333.jpg");
}
.cid-sSKFGuqmOP .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-sSKFGuqmOP .content-block .mbr-text {
  margin: 0;
}
.cid-sSKFGuqmOP .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sSKFGuqmOP .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sSKFGuqmOP .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sSKFGuqmOP .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sSKFGuqmOP .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sSKFGuqmOP h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sSKFGv3Hzy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSKFGv3Hzy .main_header {
  margin: 25px 0 44px;
}
.cid-sSKFGv3Hzy .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSKFGv3Hzy .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSKFGv3Hzy .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSKFGv3Hzy .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSKFGv3Hzy .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSKFGv3Hzy .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSKFGv3Hzy .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSKFGv3Hzy .card_price {
  color: #232323;
}
.cid-sSKFGv3Hzy .card_text {
  color: #232323;
}
.cid-sSKFGwbMua {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSKFGwbMua .main_header {
  margin: 25px 0 44px;
}
.cid-sSKFGwbMua .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSKFGwbMua .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSKFGwbMua .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSKFGwbMua .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSKFGwbMua .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSKFGwbMua .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSKFGwbMua .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSKFGwbMua .card_price {
  color: #232323;
}
.cid-sSKFGwbMua .card_text {
  color: #232323;
}
.cid-sSKFGwZzj6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSKFGwZzj6 .main_header {
  margin: 25px 0 44px;
}
.cid-sSKFGwZzj6 .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSKFGwZzj6 .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSKFGwZzj6 .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSKFGwZzj6 .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSKFGwZzj6 .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSKFGwZzj6 .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSKFGwZzj6 .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSKFGwZzj6 .card_price {
  color: #232323;
}
.cid-sSKFGwZzj6 .card_text {
  color: #232323;
}
.cid-sSKFGwZzj6 .card_title DIV {
  text-align: left;
}
.cid-sSKXq5MoiH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSKXq5MoiH .main_header {
  margin: 25px 0 44px;
}
.cid-sSKXq5MoiH .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSKXq5MoiH .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSKXq5MoiH .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSKXq5MoiH .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSKXq5MoiH .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSKXq5MoiH .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSKXq5MoiH .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSKXq5MoiH .card_price {
  color: #232323;
}
.cid-sSKXq5MoiH .card_text {
  color: #232323;
}
.cid-sSKXq5MoiH .card_title DIV {
  text-align: left;
}
.cid-sSKFGynHXi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSKFGynHXi .main_header {
  margin: 25px 0 44px;
}
.cid-sSKFGynHXi .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSKFGynHXi .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSKFGynHXi .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSKFGynHXi .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSKFGynHXi .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSKFGynHXi .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSKFGynHXi .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSKFGynHXi .card_price {
  color: #232323;
}
.cid-sSKFGynHXi .card_text {
  color: #232323;
}
.cid-sSKFGynHXi .card_title DIV {
  text-align: left;
}
.cid-sSKTInFtIn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSKTInFtIn .main_header {
  margin: 25px 0 44px;
}
.cid-sSKTInFtIn .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSKTInFtIn .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSKTInFtIn .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSKTInFtIn .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSKTInFtIn .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSKTInFtIn .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSKTInFtIn .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSKTInFtIn .card_price {
  color: #232323;
}
.cid-sSKTInFtIn .card_text {
  color: #232323;
}
.cid-sSKTInFtIn .card_title DIV {
  text-align: left;
}
.cid-sSKYriXj7m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSKYriXj7m .main_header {
  margin: 25px 0 44px;
}
.cid-sSKYriXj7m .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSKYriXj7m .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSKYriXj7m .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSKYriXj7m .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSKYriXj7m .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSKYriXj7m .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSKYriXj7m .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSKYriXj7m .card_price {
  color: #232323;
}
.cid-sSKYriXj7m .card_text {
  color: #232323;
}
.cid-sSKYriXj7m .card_title DIV {
  text-align: left;
}
.cid-sSKFGzCgWd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSKFGzCgWd .main_header {
  margin: 25px 0 44px;
}
.cid-sSKFGzCgWd .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSKFGzCgWd .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSKFGzCgWd .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSKFGzCgWd .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSKFGzCgWd .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSKFGzCgWd .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSKFGzCgWd .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSKFGzCgWd .card_price {
  color: #232323;
}
.cid-sSKFGzCgWd .card_text {
  color: #232323;
}
.cid-sSKFGzCgWd .card_title DIV {
  text-align: left;
}
.cid-sSL0p5SOII {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSL0p5SOII .main_header {
  margin: 25px 0 44px;
}
.cid-sSL0p5SOII .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSL0p5SOII .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSL0p5SOII .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSL0p5SOII .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSL0p5SOII .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSL0p5SOII .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSL0p5SOII .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSL0p5SOII .card_price {
  color: #232323;
}
.cid-sSL0p5SOII .card_text {
  color: #232323;
}
.cid-sSL0p5SOII .card_title DIV {
  text-align: left;
}
.cid-sSL0qaAJ7a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSL0qaAJ7a .main_header {
  margin: 25px 0 44px;
}
.cid-sSL0qaAJ7a .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSL0qaAJ7a .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSL0qaAJ7a .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSL0qaAJ7a .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSL0qaAJ7a .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSL0qaAJ7a .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSL0qaAJ7a .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSL0qaAJ7a .card_price {
  color: #232323;
}
.cid-sSL0qaAJ7a .card_text {
  color: #232323;
}
.cid-sSL0qaAJ7a .card_title DIV {
  text-align: left;
}
.cid-sSKFGAszIr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSKFGAszIr .main_header {
  margin: 25px 0 44px;
}
.cid-sSKFGAszIr .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSKFGAszIr .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSKFGAszIr .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSKFGAszIr .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSKFGAszIr .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSKFGAszIr .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSKFGAszIr .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSKFGAszIr .card_price {
  color: #232323;
}
.cid-sSKFGAszIr .card_text {
  color: #232323;
}
.cid-sSKFGAszIr .card_title DIV {
  text-align: left;
}
.cid-sSL1yT6hkV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSL1yT6hkV .main_header {
  margin: 25px 0 44px;
}
.cid-sSL1yT6hkV .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSL1yT6hkV .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSL1yT6hkV .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSL1yT6hkV .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSL1yT6hkV .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSL1yT6hkV .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSL1yT6hkV .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSL1yT6hkV .card_price {
  color: #232323;
}
.cid-sSL1yT6hkV .card_text {
  color: #232323;
}
.cid-sSL1yT6hkV .card_title DIV {
  text-align: left;
}
.cid-sSL3gHQjND {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSL3gHQjND .main_header {
  margin: 25px 0 44px;
}
.cid-sSL3gHQjND .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSL3gHQjND .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSL3gHQjND .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSL3gHQjND .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSL3gHQjND .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSL3gHQjND .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSL3gHQjND .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSL3gHQjND .card_price {
  color: #232323;
}
.cid-sSL3gHQjND .card_text {
  color: #232323;
}
.cid-sSL3gHQjND .card_title DIV {
  text-align: left;
}
.cid-sSL1KuGknU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSL1KuGknU .main_header {
  margin: 25px 0 44px;
}
.cid-sSL1KuGknU .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSL1KuGknU .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSL1KuGknU .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSL1KuGknU .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSL1KuGknU .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSL1KuGknU .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSL1KuGknU .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSL1KuGknU .card_price {
  color: #232323;
}
.cid-sSL1KuGknU .card_text {
  color: #232323;
}
.cid-sSL1KuGknU .card_title DIV {
  text-align: left;
}
.cid-sSL1WJ3EPV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sSL1WJ3EPV .main_header {
  margin: 25px 0 44px;
}
.cid-sSL1WJ3EPV .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-sSL1WJ3EPV .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-sSL1WJ3EPV .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-sSL1WJ3EPV .card_wrapper {
    padding: 0 15px;
  }
}
.cid-sSL1WJ3EPV .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-sSL1WJ3EPV .line {
  border-bottom: 1px solid #efefef;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-sSL1WJ3EPV .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-sSL1WJ3EPV .card_price {
  color: #232323;
}
.cid-sSL1WJ3EPV .card_text {
  color: #232323;
}
.cid-sSL1WJ3EPV .card_title DIV {
  text-align: left;
}
.cid-sSKFGD3bsm {
  background-color: #232323;
}
.cid-sSKFGD3bsm .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sSKFGD3bsm .row {
  border-bottom: 1px solid #808080;
}
.cid-sSKFGD3bsm H2 {
  color: #e7272d;
}
.cid-sSKFGD3bsm .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sSKFGD3bsm .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sSKFGD3bsm .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sSKFGD3bsm .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sSKFGD3bsm .col-lg-12 {
  overflow: hidden;
}
.cid-sSKFGD3bsm H4 {
  color: #ff9900;
}
.cid-sSKFGD3bsm .mbr-text,
.cid-sSKFGD3bsm .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSKFGD3bsm .logo-wrap:before {
    content: none;
  }
  .cid-sSKFGD3bsm .logo-wrap:after {
    content: none;
  }
}
.cid-sSKFGD3bsm H3 {
  text-align: center;
}
.cid-sXW76DXLWT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sXW76DXLWT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sXW76DXLWT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXW76DXLWT .nav-link {
  position: relative;
}
.cid-sXW76DXLWT .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-sXW76DXLWT .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-sXW76DXLWT .container {
  display: flex;
  margin: auto;
}
.cid-sXW76DXLWT .navbar.navbar-short .nav-link,
.cid-sXW76DXLWT .navbar.navbar-short .navbar-caption,
.cid-sXW76DXLWT .navbar.navbar-short .mbr-iconfont,
.cid-sXW76DXLWT .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-sXW76DXLWT .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-sXW76DXLWT .navbar-caption {
  padding-right: 3rem;
}
.cid-sXW76DXLWT .dropdown-menu,
.cid-sXW76DXLWT .navbar.opened {
  background: #0e0e0e !important;
}
.cid-sXW76DXLWT .nav-item:focus,
.cid-sXW76DXLWT .nav-link:focus {
  outline: none;
}
.cid-sXW76DXLWT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sXW76DXLWT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXW76DXLWT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sXW76DXLWT .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-sXW76DXLWT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXW76DXLWT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXW76DXLWT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-sXW76DXLWT .navbar.opened {
  transition: all .3s;
}
.cid-sXW76DXLWT .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sXW76DXLWT .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sXW76DXLWT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXW76DXLWT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXW76DXLWT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-sXW76DXLWT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXW76DXLWT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXW76DXLWT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sXW76DXLWT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXW76DXLWT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sXW76DXLWT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sXW76DXLWT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXW76DXLWT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXW76DXLWT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXW76DXLWT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXW76DXLWT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sXW76DXLWT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sXW76DXLWT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXW76DXLWT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXW76DXLWT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXW76DXLWT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sXW76DXLWT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sXW76DXLWT .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sXW76DXLWT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sXW76DXLWT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sXW76DXLWT .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-sXW76DXLWT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXW76DXLWT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXW76DXLWT .dropdown-item.active,
.cid-sXW76DXLWT .dropdown-item:active {
  background-color: transparent;
}
.cid-sXW76DXLWT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXW76DXLWT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXW76DXLWT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXW76DXLWT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sXW76DXLWT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXW76DXLWT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXW76DXLWT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sXW76DXLWT .navbar-buttons {
  text-align: center;
}
.cid-sXW76DXLWT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sXW76DXLWT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXW76DXLWT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sXW76DXLWT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sXW76DXLWT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sXW76DXLWT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sXW76DXLWT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sXW76DXLWT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sXW76DXLWT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sXW76DXLWT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sXW76DXLWT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sXW76DXLWT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXW76DXLWT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sXW76DXLWT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sXW76DXLWT .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXW76DXLWT .navbar {
    height: 77px;
  }
  .cid-sXW76DXLWT .navbar.opened {
    height: auto;
  }
  .cid-sXW76DXLWT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXW76ELGxF {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/dinner1-1920x1440.jpg");
}
.cid-sXW76ELGxF .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-sXW76ELGxF .content-block .mbr-text {
  margin: 0;
}
.cid-sXW76ELGxF .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sXW76ELGxF .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sXW76ELGxF .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sXW76ELGxF .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sXW76ELGxF .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sXW76ELGxF h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sXW76ELGxF .mbr-section-subtitle {
  color: #efefef;
}
.cid-sXW76ELGxF .mbr-section-title {
  color: #efefef;
}
.cid-sXW76Fcv2V {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sXW76Fcv2V .menu-item {
  padding-bottom: 2rem;
}
.cid-sXW76Fcv2V .menu-box {
  display: flex;
}
.cid-sXW76Fcv2V .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sXW76Fcv2V .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sXW76Fcv2V .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sXW76Fcv2V .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sXW76G0w89 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sXW76G0w89 .menu-item {
  padding-bottom: 2rem;
}
.cid-sXW76G0w89 .menu-box {
  display: flex;
}
.cid-sXW76G0w89 .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sXW76G0w89 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sXW76G0w89 .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sXW76G0w89 .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sXW76GwQBa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sXW76GwQBa .menu-item {
  padding-bottom: 2rem;
}
.cid-sXW76GwQBa .menu-box {
  display: flex;
}
.cid-sXW76GwQBa .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sXW76GwQBa .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sXW76GwQBa .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sXW76GwQBa .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sXW76H13oY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sXW76H13oY .menu-item {
  padding-bottom: 2rem;
}
.cid-sXW76H13oY .menu-box {
  display: flex;
}
.cid-sXW76H13oY .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sXW76H13oY .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sXW76H13oY .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sXW76H13oY .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sXW76HM90G {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sXW76HM90G .menu-item {
  padding-bottom: 2rem;
}
.cid-sXW76HM90G .menu-box {
  display: flex;
}
.cid-sXW76HM90G .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sXW76HM90G .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sXW76HM90G .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sXW76HM90G .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sXW76Ipe1D {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sXW76Ipe1D .menu-item {
  padding-bottom: 2rem;
}
.cid-sXW76Ipe1D .menu-box {
  display: flex;
}
.cid-sXW76Ipe1D .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sXW76Ipe1D .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sXW76Ipe1D .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sXW76Ipe1D .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sXW76IZqjd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sXW76IZqjd .menu-item {
  padding-bottom: 2rem;
}
.cid-sXW76IZqjd .menu-box {
  display: flex;
}
.cid-sXW76IZqjd .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-sXW76IZqjd .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sXW76IZqjd .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-sXW76IZqjd .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-sXW76Ju7fA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-sXW76Ju7fA .mbr-section-title {
  color: #202020;
}
.cid-sXW76Ju7fA .mbr-text {
  margin: 25px 0;
  color: #202020;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
}
.cid-sXW76Ju7fA .content_box {
  position: relative;
}
.cid-sXW76Ju7fA .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-sXW76Ju7fA .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-sXW76JVLCa {
  background-color: #232323;
}
.cid-sXW76JVLCa .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sXW76JVLCa .row {
  border-bottom: 1px solid #808080;
}
.cid-sXW76JVLCa H2 {
  color: #e7272d;
}
.cid-sXW76JVLCa .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sXW76JVLCa .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sXW76JVLCa .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sXW76JVLCa .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sXW76JVLCa .col-lg-12 {
  overflow: hidden;
}
.cid-sXW76JVLCa H4 {
  color: #ff9900;
}
.cid-sXW76JVLCa .mbr-text,
.cid-sXW76JVLCa .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sXW76JVLCa .logo-wrap:before {
    content: none;
  }
  .cid-sXW76JVLCa .logo-wrap:after {
    content: none;
  }
}
.cid-sXW76JVLCa H3 {
  text-align: center;
}
.cid-t0iQjrLmYp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0iQjrLmYp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-t0iQjrLmYp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0iQjrLmYp .nav-link {
  position: relative;
}
.cid-t0iQjrLmYp .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-t0iQjrLmYp .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-t0iQjrLmYp .container {
  display: flex;
  margin: auto;
}
.cid-t0iQjrLmYp .navbar.navbar-short .nav-link,
.cid-t0iQjrLmYp .navbar.navbar-short .navbar-caption,
.cid-t0iQjrLmYp .navbar.navbar-short .mbr-iconfont,
.cid-t0iQjrLmYp .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-t0iQjrLmYp .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-t0iQjrLmYp .navbar-caption {
  padding-right: 3rem;
}
.cid-t0iQjrLmYp .dropdown-menu,
.cid-t0iQjrLmYp .navbar.opened {
  background: #0e0e0e !important;
}
.cid-t0iQjrLmYp .nav-item:focus,
.cid-t0iQjrLmYp .nav-link:focus {
  outline: none;
}
.cid-t0iQjrLmYp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t0iQjrLmYp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0iQjrLmYp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t0iQjrLmYp .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-t0iQjrLmYp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0iQjrLmYp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0iQjrLmYp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-t0iQjrLmYp .navbar.opened {
  transition: all .3s;
}
.cid-t0iQjrLmYp .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t0iQjrLmYp .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t0iQjrLmYp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0iQjrLmYp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0iQjrLmYp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-t0iQjrLmYp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0iQjrLmYp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0iQjrLmYp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t0iQjrLmYp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0iQjrLmYp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t0iQjrLmYp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t0iQjrLmYp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0iQjrLmYp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0iQjrLmYp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0iQjrLmYp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0iQjrLmYp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t0iQjrLmYp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t0iQjrLmYp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0iQjrLmYp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0iQjrLmYp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0iQjrLmYp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t0iQjrLmYp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t0iQjrLmYp .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-t0iQjrLmYp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t0iQjrLmYp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t0iQjrLmYp .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-t0iQjrLmYp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0iQjrLmYp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0iQjrLmYp .dropdown-item.active,
.cid-t0iQjrLmYp .dropdown-item:active {
  background-color: transparent;
}
.cid-t0iQjrLmYp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0iQjrLmYp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0iQjrLmYp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0iQjrLmYp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-t0iQjrLmYp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0iQjrLmYp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0iQjrLmYp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t0iQjrLmYp .navbar-buttons {
  text-align: center;
}
.cid-t0iQjrLmYp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0iQjrLmYp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t0iQjrLmYp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t0iQjrLmYp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t0iQjrLmYp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t0iQjrLmYp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t0iQjrLmYp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0iQjrLmYp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t0iQjrLmYp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t0iQjrLmYp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0iQjrLmYp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t0iQjrLmYp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0iQjrLmYp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t0iQjrLmYp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-t0iQjrLmYp .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0iQjrLmYp .navbar {
    height: 77px;
  }
  .cid-t0iQjrLmYp .navbar.opened {
    height: auto;
  }
  .cid-t0iQjrLmYp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0iQjsLnla {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/untitled-7-of-49-2000x1500.jpg");
}
.cid-t0iQjsLnla .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #000000;
  transition: all 0.4s ease-in-out;
}
.cid-t0iQjsLnla .content-block .mbr-text {
  margin: 0;
}
.cid-t0iQjsLnla .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-t0iQjsLnla .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-t0iQjsLnla .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-t0iQjsLnla .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-t0iQjsLnla .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-t0iQjsLnla h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-t0iQjsLnla .mbr-section-title {
  color: #ffffff;
}
.cid-t0iQjtqYpI {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-t0iQjtqYpI .main_header {
  margin: 25px 0 44px;
}
.cid-t0iQjtqYpI .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-t0iQjtqYpI .mbr-text {
  color: #232323;
  line-height: 1.2727em;
}
.cid-t0iQjtqYpI .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-t0iQjtqYpI .card_wrapper {
    padding: 0 15px;
  }
}
.cid-t0iQjtqYpI .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-t0iQjtqYpI .line {
  border-bottom: 1px solid #eae8e4;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-t0iQjtqYpI .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-t0iQjtqYpI .card_price {
  color: #232323;
}
.cid-t0iQjtqYpI .card_text {
  color: #232323;
}
.cid-t0iTEdc7Gp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t0iTEdc7Gp .line {
  background-color: #ff9900;
  color: #ff9900;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t0iTEdc7Gp .section-text {
  padding: 2rem 0;
}
.cid-t0iTEdc7Gp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t0iTEdc7Gp .inner-container {
    width: 100% !important;
  }
}
.cid-t0iTBdat4k {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-t0iTBdat4k .menu-item {
  padding-bottom: 2rem;
}
.cid-t0iTBdat4k .menu-box {
  display: flex;
}
.cid-t0iTBdat4k .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-t0iTBdat4k .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t0iTBdat4k .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-t0iTBdat4k .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-t0iTCNFt5U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t0iTCNFt5U .menu-item {
  padding-bottom: 2rem;
}
.cid-t0iTCNFt5U .menu-box {
  display: flex;
}
.cid-t0iTCNFt5U .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-t0iTCNFt5U .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-t0iTCNFt5U .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-t0iTCNFt5U .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-t0j0OILB2U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-t0j0OILB2U img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-t0j0OILB2U img {
    width: 100%;
  }
}
.cid-t0j0OILB2U .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-t0j0OILB2U .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-t0j0OILB2U .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-t0j0OILB2U .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #efefef;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-t0j0OILB2U .mbr-text,
.cid-t0j0OILB2U .mbr-section-btn {
  color: #777777;
}
.cid-t0j0OILB2U .mbr-section-subtitle {
  color: #777777;
}
.cid-t0j0OILB2U .mbr-list {
  color: #777777;
}
.cid-t0j0OILB2U .mbr-section-title {
  text-align: center;
}
.cid-t0iQjuq1Bh {
  background-color: #232323;
}
.cid-t0iQjuq1Bh .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-t0iQjuq1Bh .row {
  border-bottom: 1px solid #808080;
}
.cid-t0iQjuq1Bh H2 {
  color: #e7272d;
}
.cid-t0iQjuq1Bh .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-t0iQjuq1Bh .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-t0iQjuq1Bh .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t0iQjuq1Bh .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-t0iQjuq1Bh .col-lg-12 {
  overflow: hidden;
}
.cid-t0iQjuq1Bh H4 {
  color: #ff9900;
}
.cid-t0iQjuq1Bh .mbr-text,
.cid-t0iQjuq1Bh .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-t0iQjuq1Bh .logo-wrap:before {
    content: none;
  }
  .cid-t0iQjuq1Bh .logo-wrap:after {
    content: none;
  }
}
.cid-t0iQjuq1Bh H3 {
  text-align: center;
}
.cid-tsbbBGIxau .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tsbbBGIxau .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tsbbBGIxau .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsbbBGIxau .nav-link {
  position: relative;
}
.cid-tsbbBGIxau .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-tsbbBGIxau .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-tsbbBGIxau .container {
  display: flex;
  margin: auto;
}
.cid-tsbbBGIxau .navbar.navbar-short .nav-link,
.cid-tsbbBGIxau .navbar.navbar-short .navbar-caption,
.cid-tsbbBGIxau .navbar.navbar-short .mbr-iconfont,
.cid-tsbbBGIxau .navbar.navbar-short .btn {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-tsbbBGIxau .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-tsbbBGIxau .navbar-caption {
  padding-right: 3rem;
}
.cid-tsbbBGIxau .dropdown-menu,
.cid-tsbbBGIxau .navbar.opened {
  background: #0e0e0e !important;
}
.cid-tsbbBGIxau .nav-item:focus,
.cid-tsbbBGIxau .nav-link:focus {
  outline: none;
}
.cid-tsbbBGIxau .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tsbbBGIxau .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsbbBGIxau .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tsbbBGIxau .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-tsbbBGIxau .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsbbBGIxau .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsbbBGIxau .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tsbbBGIxau .navbar.opened {
  transition: all .3s;
}
.cid-tsbbBGIxau .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tsbbBGIxau .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tsbbBGIxau .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsbbBGIxau .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsbbBGIxau .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-tsbbBGIxau .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsbbBGIxau .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsbbBGIxau .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tsbbBGIxau .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsbbBGIxau .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tsbbBGIxau .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tsbbBGIxau .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsbbBGIxau .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsbbBGIxau .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsbbBGIxau .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsbbBGIxau .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tsbbBGIxau .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tsbbBGIxau .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsbbBGIxau .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsbbBGIxau .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsbbBGIxau .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tsbbBGIxau .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tsbbBGIxau .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tsbbBGIxau .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tsbbBGIxau .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tsbbBGIxau .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-tsbbBGIxau .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsbbBGIxau .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsbbBGIxau .dropdown-item.active,
.cid-tsbbBGIxau .dropdown-item:active {
  background-color: transparent;
}
.cid-tsbbBGIxau .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsbbBGIxau .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsbbBGIxau .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsbbBGIxau .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tsbbBGIxau .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsbbBGIxau .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsbbBGIxau ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tsbbBGIxau .navbar-buttons {
  text-align: center;
}
.cid-tsbbBGIxau button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tsbbBGIxau button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsbbBGIxau button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tsbbBGIxau button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tsbbBGIxau button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tsbbBGIxau button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tsbbBGIxau nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsbbBGIxau nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tsbbBGIxau nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tsbbBGIxau nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tsbbBGIxau .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tsbbBGIxau a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsbbBGIxau .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tsbbBGIxau .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tsbbBGIxau .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsbbBGIxau .navbar {
    height: 77px;
  }
  .cid-tsbbBGIxau .navbar.opened {
    height: auto;
  }
  .cid-tsbbBGIxau .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsbbBHqRYp {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/untitled-7-of-49-2000x1500.jpg");
}
.cid-tsbbBHqRYp .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #000000;
  transition: all 0.4s ease-in-out;
}
.cid-tsbbBHqRYp .content-block .mbr-text {
  margin: 0;
}
.cid-tsbbBHqRYp .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-tsbbBHqRYp .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-tsbbBHqRYp .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-tsbbBHqRYp .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-tsbbBHqRYp .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-tsbbBHqRYp h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-tsbbBHqRYp .mbr-section-title {
  color: #ffffff;
}
.cid-tsbbBHQLmz {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-tsbbBHQLmz .main_header {
  margin: 25px 0 44px;
}
.cid-tsbbBHQLmz .mbr-section-title {
  color: #0e0e0e;
  margin-bottom: 13px;
}
.cid-tsbbBHQLmz .mbr-text {
  color: #232323;
  line-height: 1.2727em;
}
.cid-tsbbBHQLmz .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tsbbBHQLmz .card_wrapper {
    padding: 0 15px;
  }
}
.cid-tsbbBHQLmz .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-tsbbBHQLmz .line {
  border-bottom: 1px solid #eae8e4;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-tsbbBHQLmz .card_title {
  color: #232323;
  line-height: 1.2727em;
}
.cid-tsbbBHQLmz .card_price {
  color: #232323;
}
.cid-tsbbBHQLmz .card_text {
  color: #232323;
}
.cid-tsbbBIwK4G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tsbbBIwK4G .line {
  background-color: #808080;
  color: #808080;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tsbbBIwK4G .section-text {
  padding: 2rem 0;
}
.cid-tsbbBIwK4G .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tsbbBIwK4G .inner-container {
    width: 100% !important;
  }
}
.cid-tsbbBIM4Pa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tsbbBIM4Pa .menu-item {
  padding-bottom: 2rem;
}
.cid-tsbbBIM4Pa .menu-box {
  display: flex;
}
.cid-tsbbBIM4Pa .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-tsbbBIM4Pa .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-tsbbBIM4Pa .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-tsbbBIM4Pa .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-tsbbBJlJu1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tsbbBJlJu1 .menu-item {
  padding-bottom: 2rem;
}
.cid-tsbbBJlJu1 .menu-box {
  display: flex;
}
.cid-tsbbBJlJu1 .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-tsbbBJlJu1 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-tsbbBJlJu1 .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-tsbbBJlJu1 .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-tsbbBJUgo9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tsbbBJUgo9 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tsbbBJUgo9 img {
    width: 100%;
  }
}
.cid-tsbbBJUgo9 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-tsbbBJUgo9 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-tsbbBJUgo9 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-tsbbBJUgo9 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #efefef;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-tsbbBJUgo9 .mbr-text,
.cid-tsbbBJUgo9 .mbr-section-btn {
  color: #777777;
}
.cid-tsbbBJUgo9 .mbr-section-subtitle {
  color: #777777;
}
.cid-tsbbBJUgo9 .mbr-list {
  color: #777777;
}
.cid-tsbbBJUgo9 .mbr-section-title {
  text-align: center;
}
.cid-tsbbBKe3yL {
  background-color: #232323;
}
.cid-tsbbBKe3yL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tsbbBKe3yL .row {
  border-bottom: 1px solid #808080;
}
.cid-tsbbBKe3yL H2 {
  color: #e7272d;
}
.cid-tsbbBKe3yL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tsbbBKe3yL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tsbbBKe3yL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tsbbBKe3yL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tsbbBKe3yL .col-lg-12 {
  overflow: hidden;
}
.cid-tsbbBKe3yL H4 {
  color: #ff9900;
}
.cid-tsbbBKe3yL .mbr-text,
.cid-tsbbBKe3yL .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tsbbBKe3yL .logo-wrap:before {
    content: none;
  }
  .cid-tsbbBKe3yL .logo-wrap:after {
    content: none;
  }
}
.cid-tsbbBKe3yL H3 {
  text-align: center;
}
