body {
  font-family: Josefin Sans;
}
.display-1 {
  font-family: 'Fredericka the Great', display;
  font-size: 4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Stampbor-Shabby';
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #f51a2a !important;
}
.bg-success {
  background-color: #ffbc00 !important;
}
.bg-info {
  background-color: #090c71 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #9f3942 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f51a2a !important;
  border-color: #f51a2a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #ba0815 !important;
  border-color: #ba0815 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ba0815 !important;
  border-color: #ba0815 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f51a2a !important;
  border-color: #f51a2a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #ba0815 !important;
  border-color: #ba0815 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ba0815 !important;
  border-color: #ba0815 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #090c71 !important;
  border-color: #090c71 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #03042a !important;
  border-color: #03042a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #03042a !important;
  border-color: #03042a !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #9f3942 !important;
  border-color: #9f3942 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #67252b !important;
  border-color: #67252b !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #67252b !important;
  border-color: #67252b !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #a20712;
  color: #a20712;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #f51a2a;
  border-color: #f51a2a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f51a2a !important;
  border-color: #f51a2a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #a20712;
  color: #a20712;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #f51a2a;
  border-color: #f51a2a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f51a2a !important;
  border-color: #f51a2a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #010213;
  color: #010213;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #090c71;
  border-color: #090c71;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #090c71 !important;
  border-color: #090c71 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #997100;
  color: #997100;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #541e23;
  color: #541e23;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #9f3942;
  border-color: #9f3942;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9f3942 !important;
  border-color: #9f3942 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #f51a2a !important;
}
.text-secondary {
  color: #f51a2a !important;
}
.text-success {
  color: #ffbc00 !important;
}
.text-info {
  color: #090c71 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #9f3942 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a20712 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a20712 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997100 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #010213 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #541e23 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #ffbc00;
}
.alert-info {
  background-color: #090c71;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #9f3942;
}
.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.active .btn {
  background-color: #f51a2a;
  border-color: #f51a2a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f51a2a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fedde0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #1219e7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d3848b;
}
/* Scroll to top button*/
#scrollToTop a {
  border: 2px solid #f3ecec;
}
#scrollToTop a i:before {
  background: #f3ecec;
}
#scrollToTop a i:after {
  border-top: 2px solid #f3ecec;
  border-right: 2px solid #f3ecec;
}
.mbr-arrow a i {
  color: #f3ecec;
}
.form-control {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #f51a2a;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f51a2a;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  border-radius: 0;
  background-color: #efefef;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f51a2a;
  border-bottom-color: #f51a2a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f51a2a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #f51a2a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f51a2a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-saGxZ62TYP .modal-body .close {
  background: #1b1b1b;
}
.cid-saGxZ62TYP .modal-body .close span {
  font-style: normal;
}
.cid-saGxZ62TYP .carousel-inner > .active,
.cid-saGxZ62TYP .carousel-inner > .next,
.cid-saGxZ62TYP .carousel-inner > .prev {
  display: table;
}
.cid-saGxZ62TYP .carousel-control .icon-next,
.cid-saGxZ62TYP .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-saGxZ62TYP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-saGxZ62TYP .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-saGxZ62TYP .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-saGxZ62TYP .boxed-slider > div {
  position: relative;
}
.cid-saGxZ62TYP .container img {
  width: 100%;
}
.cid-saGxZ62TYP .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-saGxZ62TYP .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-saGxZ62TYP .mbr-table-cell {
  padding: 0;
}
.cid-saGxZ62TYP .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-saGxZ62TYP .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-saGxZ62TYP .mbr-overlay {
  z-index: 1;
}
.cid-saGxZ62TYP .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-saGxZ62TYP .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-saGxZ62TYP .carousel-item .container {
    width: 100%;
  }
}
.cid-saGxZ62TYP .carousel-item-next.carousel-item-left,
.cid-saGxZ62TYP .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-saGxZ62TYP .active.carousel-item-right,
.cid-saGxZ62TYP .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-saGxZ62TYP .active.carousel-item-left,
.cid-saGxZ62TYP .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-saGxZ62TYP .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;
  z-index: 11;
}
.cid-saGxZ62TYP .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-saGxZ62TYP .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-saGxZ62TYP .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-saGxZ62TYP .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-saGxZ62TYP .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-saGxZ62TYP .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-saGxZ62TYP .mbr-slider .carousel-indicators li.active,
.cid-saGxZ62TYP .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-saGxZ62TYP .mbr-slider .carousel-indicators li::after,
.cid-saGxZ62TYP .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-saGxZ62TYP .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-saGxZ62TYP .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-saGxZ62TYP .mbr-slider > .container img {
  width: 100%;
}
.cid-saGxZ62TYP .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-saGxZ62TYP .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-saGxZ62TYP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-saGxZ62TYP .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-saGxZ62TYP .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-saGxZ62TYP .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-saGxZ62TYP .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-saGxZ62TYP .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-saGxZ62TYP .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-saGxZ62TYP .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-saGxZ62TYP .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-saGxZ62TYP .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-saGxZ62TYP .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-saGxZ62TYP H2 {
  color: #ffffff;
  text-align: center;
}
.cid-saGxZ62TYP P {
  text-align: center;
}
.cid-r7GzHcSGCi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background-only-v1-2000x1333.jpg");
}
.cid-r7GzHcSGCi .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-r7GzHcSGCi .text-block {
  position: relative;
  z-index: 0;
}
.cid-r7GzHcSGCi .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-r7GzHcSGCi .box {
  left: 20%;
}
.cid-r7GzHcSGCi .text-box {
  left: 0;
  transform: rotate(180deg);
}
.cid-r7GzHcSGCi .mbr-section-text,
.cid-r7GzHcSGCi .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-r7GzHcSGCi .text-box {
    display: none;
  }
  .cid-r7GzHcSGCi .mbr-section-title,
  .cid-r7GzHcSGCi .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-r7GzHcSGCi .box {
    display: none;
  }
  .cid-r7GzHcSGCi .row {
    flex-direction: column-reverse;
  }
  .cid-r7GzHcSGCi .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-r7GzHcSGCi .text-box {
    writing-mode: bt-rl;
  }
}
.cid-r7GzHcSGCi .mbr-section-title {
  color: #f51a2a;
}
.cid-sAOnfKJsp3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b11c2b;
}
.cid-sAOnfKJsp3 .card-box {
  padding: 0rem;
}
.cid-sAOnfKJsp3 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sAOnfKJsp3 .card {
  padding: 0;
  margin: auto;
}
.cid-sAOnfKJsp3 .card-img {
  height: 400px;
}
.cid-sAOnfKJsp3 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sAOnfKJsp3 .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sAOnfKJsp3 .card-wrapper {
    padding: 4rem;
  }
}
.cid-sAOnfKJsp3 .card-title {
  color: #ffffff;
}
.cid-sBsuyAU9oJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBsuyAU9oJ .card-wrapper {
  border-radius: 4px;
  background: #b11c2b;
}
@media (min-width: 992px) {
  .cid-sBsuyAU9oJ .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sBsuyAU9oJ .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sBsuyAU9oJ .text-box {
    padding: 2rem;
  }
}
.cid-sBsuyAU9oJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBsuyAU9oJ .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-sBsuyAU9oJ .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #f51a2a;
  opacity: 0;
}
.cid-sBsuyAU9oJ .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-sBsuyAU9oJ .small-img {
  width: 40%;
  margin: auto;
}
.cid-sBsuyAU9oJ .text-box {
  text-align: center;
}
.cid-sBsuyAU9oJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sBsuyAU9oJ .mbr-text {
  padding-top: 10px;
}
.cid-sBsuyAU9oJ .mbr-section-subtitle {
  color: #626262;
}
.cid-sBsuyAU9oJ .text-white:hover {
  color: #000000 !important;
}
.cid-sBsuyAU9oJ .mbr-text,
.cid-sBsuyAU9oJ .button-align {
  color: #efefef;
}
.cid-sBsrYGy1Hi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b11c2b;
}
.cid-sBsrYGy1Hi .card-box {
  padding: 0rem;
}
.cid-sBsrYGy1Hi .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sBsrYGy1Hi .card {
  padding: 0;
  margin: auto;
}
.cid-sBsrYGy1Hi .card-img {
  height: 400px;
}
.cid-sBsrYGy1Hi .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sBsrYGy1Hi .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sBsrYGy1Hi .card-wrapper {
    padding: 4rem;
  }
}
.cid-sBsrYGy1Hi .card-title {
  color: #ffffff;
}
.cid-rmqNKdDCaM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f51a2a;
}
.cid-r1bVvQVSKB {
  padding-top: 120px;
  padding-bottom: 90px;
}
.cid-r1bVvQVSKB .btn-wrapper {
  width: 100%;
}
.cid-r1bVvQVSKB .mbr-media.show-modal {
  cursor: pointer;
  display: block;
  height: 4em;
  width: 4em;
  margin: 0 auto;
}
.cid-r1bVvQVSKB .mbr-text {
  display: inline-block;
  padding: 0 1rem;
}
.cid-r1bVvQVSKB .subtitle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-r1bVvQVSKB .subtitle-wrapper hr {
  border: 1px solid;
  flex-basis: 10%;
  flex-shrink: 0;
}
.cid-r1bVvQVSKB .line-left,
.cid-r1bVvQVSKB .line-right {
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #fff;
}
.cid-r1bVvQVSKB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-r1bVvQVSKB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-r1bVvQVSKB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-r1bVvQVSKB a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-r1bVvQVSKB a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-r1bVvQVSKB .subtitle-wrapper hr {
    display: none;
  }
}
.cid-r1bVvQVSKB .subtitle-wrapper,
.cid-r1bVvQVSKB .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-rmqNH7tlpU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f51a2a;
}
.cid-spA8RBKqyC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/final-header-5-1350x609.jpg");
}
.cid-spA8RBKqyC .mbr-section-title {
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
}
.cid-spA8RBKqyC .mbr-role {
  padding-bottom: .5rem;
}
.cid-spA8RBKqyC .mbr-iconfont {
  color: #cccccc;
  font-size: 1rem;
}
.cid-spA8RBKqyC .mbr-iconfont:hover {
  color: #f5aeb5;
}
.cid-spA8RBKqyC .image-wrap {
  position: relative;
  height: 100%;
}
.cid-spA8RBKqyC .image-wrap img {
  width: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  height: 100%;
}
.cid-spA8RBKqyC .card-wrap {
  margin-bottom: 3rem;
  overflow-y: hidden;
  height: 400px;
}
.cid-spA8RBKqyC .social-media {
  list-style-type: none;
  width: 100%;
  z-index: 1;
}
.cid-spA8RBKqyC .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-spA8RBKqyC .social-media ul li {
  margin-right: .8rem;
  display: inline-block;
}
.cid-spA8RBKqyC .card-bottom {
  background-color: #333333;
  position: absolute;
  left: 15px;
  bottom: -92px;
  padding: 0 .5rem;
  width: calc(100% - 30px);
  transition: bottom 0.2s ease-in;
  bottom: -48px;
  bottom: -60px;
  bottom: -16px;
}
.cid-spA8RBKqyC .card-bottom:hover {
  bottom: 0;
}
.cid-spA8RBKqyC .underline,
.cid-spA8RBKqyC .mbr-title {
  color: #f3ecec;
}
.cid-spA8RBKqyC .mbr-role,
.cid-spA8RBKqyC .ornament,
.cid-spA8RBKqyC .social-media {
  color: #efefef;
}
.cid-sBsyS9aRnC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-only-v1-2000x1333.jpg");
}
.cid-sBsyS9aRnC .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-sBsyS9aRnC .container {
  max-width: 1400px;
}
.cid-sBsyS9aRnC img,
.cid-sBsyS9aRnC .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}
.cid-sBsyS9aRnC img:before,
.cid-sBsyS9aRnC .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #d40e0e;
  position: absolute;
  z-index: 10;
}
.cid-sBsyS9aRnC img:hover:before,
.cid-sBsyS9aRnC .item-img:hover:before {
  opacity: 0.2;
}
.cid-sBsyS9aRnC .item:focus,
.cid-sBsyS9aRnC span:focus {
  outline: none;
}
.cid-sBsyS9aRnC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sBsyS9aRnC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sBsyS9aRnC .item {
  padding: 0;
  margin: 0;
}
.cid-sBsyS9aRnC .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sBsyS9aRnC .item-content {
  padding-top: 1.5rem;
}
.cid-sBsyS9aRnC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sBsyS9aRnC .mbr-section-title {
  color: #232323;
}
.cid-sBsyS9aRnC .mbr-text,
.cid-sBsyS9aRnC .mbr-section-btn {
  color: #444444;
}
.cid-sBt9LliYIt {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/delivery-new2.gif");
}
.cid-sBt9LliYIt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sBt9LliYIt .mbr-section-title {
  color: #d40e0e;
  text-align: center;
}
.cid-sBt9LliYIt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sBt9LliYIt .container {
  min-height: 200px;
}
.cid-r1bUGdNqit {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f51a2a;
}
.cid-rmr3vbxeqe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rmr3vbxeqe *:focus {
  outline: none;
}
.cid-rmr3vbxeqe .input-wrap {
  padding-bottom: 1rem;
}
.cid-rmr3vbxeqe input,
.cid-rmr3vbxeqe textarea {
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  border: none;
}
.cid-rmr3vbxeqe input {
  padding: .5rem;
}
.cid-rmr3vbxeqe ::-webkit-input-placeholder {
  color: #000000;
}
.cid-rmr3vbxeqe ::-moz-placeholder {
  color: #000000;
}
.cid-rmr3vbxeqe :-ms-input-placeholder {
  color: #000000;
}
.cid-rmr3vbxeqe :-moz-placeholder {
  color: #000000;
}
.cid-rmr3vbxeqe .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #f3ecec;
  border-radius: 50%;
}
.cid-rmr3vbxeqe .soc-item:hover {
  opacity: .5;
}
.cid-rmr3vbxeqe .soc-item .socicon {
  font-size: 1.5rem;
  color: #f3ecec;
}
.cid-rmr3vbxeqe .days-column,
.cid-rmr3vbxeqe .hours-column {
  display: inline-block;
}
.cid-rmr3vbxeqe .days-column span,
.cid-rmr3vbxeqe .hours-column span {
  display: block;
}
.cid-rmr3vbxeqe .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-rmr3vbxeqe .days-column {
    padding-right: 0 !important;
  }
  .cid-rmr3vbxeqe .hours-column {
    max-width: 50% !important;
  }
  .cid-rmr3vbxeqe .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-rmr3vbxeqe .follow-title,
.cid-rmr3vbxeqe .social-list {
  color: #f3ecec;
}
.cid-rmr3vbxeqe .address-title,
.cid-rmr3vbxeqe .address-block {
  color: #f3ecec;
  text-align: center;
}
.cid-rmr3vbxeqe .days-column SPAN {
  color: #f51a2a;
}
.cid-rmr3vbxeqe .hours-column SPAN {
  color: #f51a2a;
}
.cid-rmr3vbxeqe .opening-hours-title,
.cid-rmr3vbxeqe .opening-hours {
  color: #f3ecec;
}
.cid-rmr3vbxeqe .contacts-title,
.cid-rmr3vbxeqe .contacts-block {
  color: #f3ecec;
}
.cid-rmr3vbxeqe .form-title,
.cid-rmr3vbxeqe .btn-row {
  color: #f3ecec;
}
.cid-rmr3vbxeqe .hours-column {
  color: #efefef;
}
.cid-rmr3vbxeqe .days-column {
  color: #f3ecec;
  text-align: center;
}
.cid-scR2tHhKQl .nav-item:focus,
.cid-scR2tHhKQl .nav-link:focus {
  outline: none;
}
.cid-scR2tHhKQl .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-scR2tHhKQl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scR2tHhKQl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scR2tHhKQl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-scR2tHhKQl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scR2tHhKQl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-scR2tHhKQl .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-scR2tHhKQl .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-scR2tHhKQl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-scR2tHhKQl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-scR2tHhKQl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-scR2tHhKQl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scR2tHhKQl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-scR2tHhKQl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scR2tHhKQl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scR2tHhKQl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-scR2tHhKQl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-scR2tHhKQl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scR2tHhKQl .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-scR2tHhKQl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-scR2tHhKQl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-scR2tHhKQl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scR2tHhKQl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scR2tHhKQl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scR2tHhKQl .dropdown-item.active,
.cid-scR2tHhKQl .dropdown-item:active {
  background-color: transparent;
}
.cid-scR2tHhKQl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scR2tHhKQl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scR2tHhKQl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scR2tHhKQl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-scR2tHhKQl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-scR2tHhKQl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scR2tHhKQl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-scR2tHhKQl .navbar-buttons {
  text-align: center;
}
.cid-scR2tHhKQl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d40e0e;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scR2tHhKQl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-scR2tHhKQl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-scR2tHhKQl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-scR2tHhKQl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-scR2tHhKQl .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-scR2tHhKQl .nav-link:hover,
.cid-scR2tHhKQl .dropdown-item:hover,
.cid-scR2tHhKQl .icons-menu .mbr-iconfont:hover {
  color: #090c71 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scR2tHhKQl .navbar {
    height: 77px;
  }
  .cid-scR2tHhKQl .navbar.opened {
    height: auto;
  }
}
.cid-r7Ge9lTLaP {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #efefef;
}
@font-face {
  font-family: 'Kent4FPrinted';
  src: url('../../../file:///C:/Users/zahid/AppData/Local/Mobirise.com/Mobirise/projects/project-2021-03-01_182902/assets/fonts/Kent4FPrinted.woff2') format('woff2'), url('file:///C:/Users/zahid/AppData/Local/Mobirise.com/Mobirise/projects/project-2021-03-01_182902/assets/fonts/Kent4FPrinted.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../../../file:///C:/Users/zahid/AppData/Local/Mobirise.com/Mobirise/projects/project-2021-03-01_182902assets/fonts/Gotham-Medium.woff2') format('woff2'), url('file:///C:/Users/zahid/AppData/Local/Mobirise.com/Mobirise/projects/project-2021-03-01_182902assets/fonts/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Stampbor-Shabby';
  src: url('../../../file:///C:/Users/zahid/AppData/Local/Mobirise.com/Mobirise/projects/project-2021-03-01_182902assets/fonts/Stampbor-Shabby.woff') format('woff2');
  font-weight: 500;
  font-style: normal;
}
#custom-html-6o body {
  font-size: 18px;
  margin: 0;
}
#custom-html-6o ._banner {
  display: block;
}
#custom-html-6o ._banner .hero_description {
  height: calc(58.21875vw);
  overflow: hidden;
}
#custom-html-6o .clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
#custom-html-6o ._banner h1 {
  font-family: 'Kent4FPrinted';
  font-size: 37px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: .97em;
  margin-bottom: .8em;
}
#custom-html-6o ._banner {
  color: #4b3327;
  font-family: 'Gotham';
  font-size: 3.6vw;
  margin: 0;
  min-width: 280px;
  padding: 0;
}
#custom-html-6o ._banner .hero_description > .hero {
  float: left;
  width: 60%;
  position: relative;
}
#custom-html-6o ._banner .hero_description > .hero img {
  display: block;
  width: 100%;
}
#custom-html-6o ._banner .hero_description > .description {
  float: left;
  width: 40%;
}
#custom-html-6o ._banner .hero_description .her0-img-desc h1 {
  font-family: 'Stampbor-Shabby';
  color: #613d1d;
  font-size: 60px;
  position: absolute;
  top: 40px;
  margin: 0;
  left: 30px;
}
#custom-html-6o ._banner .hero_description > .description .copy {
  background-color: #f51a2a;
  color: #fff;
  letter-spacing: .005em;
  line-height: 1.4em;
  padding-bottom: 2.5em;
  padding-top: 1em;
  text-align: center;
  font-size: 16px;
}
#custom-html-6o ._banner .hero_description > .description .copy {
  height: calc(27.8898511vw);
  padding-left: 3em;
  padding-right: 3em;
}
#custom-html-6o ._banner .hero_description > .description .copy .inner {
  width: 100%;
}
#custom-html-6o ._banner .hero_description > .description .copy h1 {
  margin-top: .9em;
}
#custom-html-6o ._banner .hero_description > .description .copy > * {
  max-width: 60em;
  padding-left: 2em;
  padding-right: 2em;
}
#custom-html-6o ._banner .hero_description > .description .copy > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 40em;
}
#custom-html-6o ._banner .centre {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#custom-html-6o ._banner .hero_description > .description .guarantees a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 50%;
  vertical-align: top;
}
#custom-html-6o ._banner .hero_description > .description .guarantees img {
  float: left;
  transform: scale3d(1.01, 1.01, 1.01);
  transition: all .1s linear;
}
#custom-html-6o ._banner .hero_description > .description .guarantees a:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
#custom-html-6o ._banner .hero_description > .description .guarantees.wide a,
#custom-html-6o ._banner .hero_description > .description .guarantees img {
  position: relative;
  display: block;
  width: 100%;
}
#custom-html-6o ._banner .hero_description > .description .guarantees .learn-more {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  bottom: 1.8em;
  bottom: 18%;
  font-family: 'Gotham';
  font-size: 17px;
  font-weight: 700;
}
#custom-html-6o ._banner .hero_description > .description .guarantees img.right-arrwo-icon {
  width: 23px;
  height: 23px;
  margin-left: 5px;
  transform: none !important;
}
@media only screen and (max-width: 1100px) {
  #custom-html-6o ._banner .hero_description {
    height: auto;
    margin-bottom: 0;
  }
  #custom-html-6o ._banner .hero_description > .hero {
    float: left;
    width: 100%;
    position: relative;
  }
  #custom-html-6o ._banner .hero_description > .description {
    float: left;
    width: 100%;
  }
  #custom-html-6o ._banner .hero_description > .description .copy {
    height: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 700px) {
  #custom-html-6o ._banner .hero_description .her0-img-desc h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 500px) {
  #custom-html-6o ._banner .hero_description .her0-img-desc h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 400px) {
  #custom-html-6o ._banner .hero_description .her0-img-desc h1 {
    font-size: 20px;
  }
}
.cid-sdjz5bYvXY {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #444444;
}
.cid-sdjz5bYvXY p {
  color: #767676;
}
.cid-sdjz5bYvXY .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sdjz5bYvXY .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sdjz5bYvXY .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sdjz5bYvXY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sdjz5bYvXY .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sdjz5bYvXY .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sdjz5bYvXY H4 {
  color: #ffffff;
}
.cid-sdjz5bYvXY H2 {
  color: #ffffff;
}
.cid-sdjz5bYvXY .panel-text {
  color: #ffffff;
}
.cid-sdjz5bYvXY P {
  color: #cccccc;
}
.cid-rmpNzUhENb {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rmpNzUhENb .content-block {
  text-align: center;
  position: absolute;
  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-rmpNzUhENb .content-block .mbr-text {
  margin: 0;
}
.cid-rmpNzUhENb .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-rmpNzUhENb .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-rmpNzUhENb .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-rmpNzUhENb .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-rmpNzUhENb .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-rmpNzUhENb h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-rmpNAY3jX8 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rmpNAY3jX8 .content-block {
  text-align: center;
  position: absolute;
  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-rmpNAY3jX8 .content-block .mbr-text {
  margin: 0;
}
.cid-rmpNAY3jX8 .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-rmpNAY3jX8 .image-wrap:hover img {
  opacity: 1;
  transform: translateY(-4%);
}
.cid-rmpNAY3jX8 .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-rmpNAY3jX8 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-rmpNAY3jX8 .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-rmpNAY3jX8 h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-scR2tHhKQl .nav-item:focus,
.cid-scR2tHhKQl .nav-link:focus {
  outline: none;
}
.cid-scR2tHhKQl .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-scR2tHhKQl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scR2tHhKQl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scR2tHhKQl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-scR2tHhKQl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scR2tHhKQl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-scR2tHhKQl .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-scR2tHhKQl .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-scR2tHhKQl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-scR2tHhKQl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-scR2tHhKQl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-scR2tHhKQl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scR2tHhKQl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-scR2tHhKQl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scR2tHhKQl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scR2tHhKQl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-scR2tHhKQl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-scR2tHhKQl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scR2tHhKQl .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-scR2tHhKQl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-scR2tHhKQl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-scR2tHhKQl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scR2tHhKQl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scR2tHhKQl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scR2tHhKQl .dropdown-item.active,
.cid-scR2tHhKQl .dropdown-item:active {
  background-color: transparent;
}
.cid-scR2tHhKQl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scR2tHhKQl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scR2tHhKQl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scR2tHhKQl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-scR2tHhKQl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-scR2tHhKQl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scR2tHhKQl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-scR2tHhKQl .navbar-buttons {
  text-align: center;
}
.cid-scR2tHhKQl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d40e0e;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scR2tHhKQl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-scR2tHhKQl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-scR2tHhKQl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-scR2tHhKQl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-scR2tHhKQl .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-scR2tHhKQl .nav-link:hover,
.cid-scR2tHhKQl .dropdown-item:hover,
.cid-scR2tHhKQl .icons-menu .mbr-iconfont:hover {
  color: #090c71 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scR2tHhKQl .navbar {
    height: 77px;
  }
  .cid-scR2tHhKQl .navbar.opened {
    height: auto;
  }
}
.cid-spzSJTwaNA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-spzSJTwaNA *:focus {
  outline: none;
}
.cid-spzSJTwaNA .input-wrap {
  padding-bottom: 1rem;
}
.cid-spzSJTwaNA input,
.cid-spzSJTwaNA textarea {
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  border: none;
}
.cid-spzSJTwaNA input {
  padding: .5rem;
}
.cid-spzSJTwaNA ::-webkit-input-placeholder {
  color: #000000;
}
.cid-spzSJTwaNA ::-moz-placeholder {
  color: #000000;
}
.cid-spzSJTwaNA :-ms-input-placeholder {
  color: #000000;
}
.cid-spzSJTwaNA :-moz-placeholder {
  color: #000000;
}
.cid-spzSJTwaNA .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #f3ecec;
  border-radius: 50%;
}
.cid-spzSJTwaNA .soc-item:hover {
  opacity: .5;
}
.cid-spzSJTwaNA .soc-item .socicon {
  font-size: 1.5rem;
  color: #f3ecec;
}
.cid-spzSJTwaNA .days-column,
.cid-spzSJTwaNA .hours-column {
  display: inline-block;
}
.cid-spzSJTwaNA .days-column span,
.cid-spzSJTwaNA .hours-column span {
  display: block;
}
.cid-spzSJTwaNA .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-spzSJTwaNA .days-column {
    padding-right: 0 !important;
  }
  .cid-spzSJTwaNA .hours-column {
    max-width: 50% !important;
  }
  .cid-spzSJTwaNA .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-spzSJTwaNA .follow-title,
.cid-spzSJTwaNA .social-list {
  color: #f3ecec;
}
.cid-spzSJTwaNA .address-title,
.cid-spzSJTwaNA .address-block {
  color: #f3ecec;
  text-align: center;
}
.cid-spzSJTwaNA .days-column SPAN {
  color: #f51a2a;
}
.cid-spzSJTwaNA .hours-column SPAN {
  color: #f51a2a;
}
.cid-spzSJTwaNA .opening-hours-title,
.cid-spzSJTwaNA .opening-hours {
  color: #f3ecec;
}
.cid-spzSJTwaNA .contacts-title,
.cid-spzSJTwaNA .contacts-block {
  color: #f3ecec;
}
.cid-spzSJTwaNA .form-title,
.cid-spzSJTwaNA .btn-row {
  color: #f3ecec;
}
.cid-spzSJTwaNA .hours-column {
  color: #efefef;
}
.cid-spzSJTwaNA .days-column {
  color: #f3ecec;
  text-align: center;
}
.cid-sC7X0x0Z6k {
  background-image: url("../../../assets/images/gourmet-burger-cut-out-v1-1-2000x1333.jpg");
}
.cid-sC7X0x0Z6k .mbr-overlay {
  background: #232323;
}
.cid-sC7X0x0Z6k .mbr-section-title {
  letter-spacing: .5rem;
  color: #ffffff;
  text-align: center;
}
.cid-rmtAFAIFSP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rmtAFAIFSP .mbr-text {
  position: relative;
}
.cid-rmtAFAIFSP .mbr-text:before {
  color: #f51a2a;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rmtAFAIFSP .mbr-text:after {
  color: #f51a2a;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rmtAFAIFSP .mbr-text:after,
  .cid-rmtAFAIFSP .mbr-text:before {
    display: none;
  }
}
.cid-spzUcRz4Uo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-spzUcRz4Uo .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-spzUcRz4Uo .form1 {
  background: #333333;
  padding: 2rem;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spzUcRz4Uo .form-group {
  margin-bottom: 1rem;
}
.cid-spzUcRz4Uo .form-control {
  border: none;
  padding: 1rem;
  background: #000000;
  color: #ffffff;
  width: 100%;
}
.cid-spzUcRz4Uo .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-spzUcRz4Uo .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-spzUcRz4Uo .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-spzUcRz4Uo .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-spzUcRz4Uo textarea.form-control {
  min-height: 172px;
}
.cid-spzUcRz4Uo .input-group-btn {
  width: 100%;
}
.cid-spzUcRz4Uo .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-spzUcRz4Uo .items-column {
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spzUcRz4Uo .only-first-row {
  height: 100%;
}
.cid-spzUcRz4Uo .card {
  height: 100%;
}
.cid-spzUcRz4Uo .card .card-wrapper {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  flex: 1;
}
.cid-spzUcRz4Uo .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-spzUcRz4Uo .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-spzUcRz4Uo .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-spzUcRz4Uo .caption .mbr-text {
  margin: 0;
}
.cid-spzUcRz4Uo .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-spzUcRz4Uo .form1 {
    padding: 1.5rem;
  }
  .cid-spzUcRz4Uo .second-card {
    padding-bottom: 2rem;
  }
  .cid-spzUcRz4Uo .first-row,
  .cid-spzUcRz4Uo .second-row,
  .cid-spzUcRz4Uo .card-img {
    -webkit-flex-basis: auto !important;
    flex-basis: auto !important;
  }
  .cid-spzUcRz4Uo .card-img img {
    min-height: 0 !important;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-spzUcRz4Uo .items-column {
    padding-top: 2rem;
  }
}
.cid-scR2tHhKQl .nav-item:focus,
.cid-scR2tHhKQl .nav-link:focus {
  outline: none;
}
.cid-scR2tHhKQl .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-scR2tHhKQl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scR2tHhKQl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scR2tHhKQl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-scR2tHhKQl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scR2tHhKQl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-scR2tHhKQl .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-scR2tHhKQl .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-scR2tHhKQl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-scR2tHhKQl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-scR2tHhKQl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-scR2tHhKQl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scR2tHhKQl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-scR2tHhKQl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scR2tHhKQl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scR2tHhKQl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-scR2tHhKQl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-scR2tHhKQl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scR2tHhKQl .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-scR2tHhKQl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-scR2tHhKQl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-scR2tHhKQl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scR2tHhKQl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scR2tHhKQl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scR2tHhKQl .dropdown-item.active,
.cid-scR2tHhKQl .dropdown-item:active {
  background-color: transparent;
}
.cid-scR2tHhKQl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scR2tHhKQl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scR2tHhKQl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scR2tHhKQl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-scR2tHhKQl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-scR2tHhKQl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scR2tHhKQl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-scR2tHhKQl .navbar-buttons {
  text-align: center;
}
.cid-scR2tHhKQl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d40e0e;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scR2tHhKQl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-scR2tHhKQl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-scR2tHhKQl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-scR2tHhKQl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-scR2tHhKQl .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-scR2tHhKQl .nav-link:hover,
.cid-scR2tHhKQl .dropdown-item:hover,
.cid-scR2tHhKQl .icons-menu .mbr-iconfont:hover {
  color: #090c71 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scR2tHhKQl .navbar {
    height: 77px;
  }
  .cid-scR2tHhKQl .navbar.opened {
    height: auto;
  }
}
.cid-spz2T1CEAn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f51a2a;
}
.cid-spzStThHP5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-spzStThHP5 *:focus {
  outline: none;
}
.cid-spzStThHP5 .input-wrap {
  padding-bottom: 1rem;
}
.cid-spzStThHP5 input,
.cid-spzStThHP5 textarea {
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  border: none;
}
.cid-spzStThHP5 input {
  padding: .5rem;
}
.cid-spzStThHP5 ::-webkit-input-placeholder {
  color: #000000;
}
.cid-spzStThHP5 ::-moz-placeholder {
  color: #000000;
}
.cid-spzStThHP5 :-ms-input-placeholder {
  color: #000000;
}
.cid-spzStThHP5 :-moz-placeholder {
  color: #000000;
}
.cid-spzStThHP5 .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #f3ecec;
  border-radius: 50%;
}
.cid-spzStThHP5 .soc-item:hover {
  opacity: .5;
}
.cid-spzStThHP5 .soc-item .socicon {
  font-size: 1.5rem;
  color: #f3ecec;
}
.cid-spzStThHP5 .days-column,
.cid-spzStThHP5 .hours-column {
  display: inline-block;
}
.cid-spzStThHP5 .days-column span,
.cid-spzStThHP5 .hours-column span {
  display: block;
}
.cid-spzStThHP5 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-spzStThHP5 .days-column {
    padding-right: 0 !important;
  }
  .cid-spzStThHP5 .hours-column {
    max-width: 50% !important;
  }
  .cid-spzStThHP5 .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-spzStThHP5 .follow-title,
.cid-spzStThHP5 .social-list {
  color: #f3ecec;
}
.cid-spzStThHP5 .address-title,
.cid-spzStThHP5 .address-block {
  color: #f3ecec;
  text-align: center;
}
.cid-spzStThHP5 .days-column SPAN {
  color: #f51a2a;
}
.cid-spzStThHP5 .hours-column SPAN {
  color: #f51a2a;
}
.cid-spzStThHP5 .opening-hours-title,
.cid-spzStThHP5 .opening-hours {
  color: #f3ecec;
}
.cid-spzStThHP5 .contacts-title,
.cid-spzStThHP5 .contacts-block {
  color: #f3ecec;
}
.cid-spzStThHP5 .form-title,
.cid-spzStThHP5 .btn-row {
  color: #f3ecec;
}
.cid-spzStThHP5 .hours-column {
  color: #efefef;
}
.cid-spzStThHP5 .days-column {
  color: #f3ecec;
  text-align: center;
}
.cid-sC7XNUisum {
  background-image: url("../../../assets/images/img-2599-2000x1333.jpg");
}
.cid-sC7XNUisum .mbr-overlay {
  background: #444444;
}
.cid-sC7XNUisum .mbr-section-title {
  letter-spacing: .5rem;
  color: #efefef;
}
.cid-sC7XNUisum .mbr-text,
.cid-sC7XNUisum .mbr-section-btn {
  color: #cf0c1f;
  text-align: left;
}
.cid-rmrpSBXxfR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-rmrpSBXxfR .mbr-text {
  color: #444444;
}
.cid-rmrpSBXxfR .card-title {
  color: #f9e2af;
}
.cid-rmrpSBXxfR .card .card-img span {
  color: #000000;
  font-size: 60px;
}
@media (max-width: 767px) {
  .cid-rmrpSBXxfR .card {
    padding-bottom: 2rem !important;
  }
}
.cid-rmrpSBXxfR .card-title,
.cid-rmrpSBXxfR .card-img {
  color: #cf0c1f;
}
.cid-rmrtUpmP4l {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/spicy-mountain-burger-v1-2000x1333.jpg");
}
.cid-rmrtUpmP4l .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rmrtUpmP4l .text-block {
  position: relative;
  z-index: 0;
}
.cid-rmrtUpmP4l .box {
  width: 25%;
  height: 40%;
  background: #fc9191;
  position: absolute;
  top: 4%;
}
.cid-rmrtUpmP4l .box {
  left: 20%;
}
.cid-rmrtUpmP4l .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-rmrtUpmP4l .mbr-section-text,
.cid-rmrtUpmP4l .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-rmrtUpmP4l .text-box {
    display: none;
  }
  .cid-rmrtUpmP4l .mbr-section-title,
  .cid-rmrtUpmP4l .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rmrtUpmP4l .box {
    display: none;
  }
  .cid-rmrtUpmP4l .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rmrtUpmP4l .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rmrtUpmP4l .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rmru0Q2oAN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-20200905-183104-570x481.jpeg");
}
.cid-rmru0Q2oAN .mbr-section-subtitle {
  color: #444444;
}
.cid-rmru0Q2oAN .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rmru0Q2oAN .mbr-text {
  color: #444444;
}
.cid-rmru0Q2oAN .mbr-author-desc {
  display: block;
  color: #444444;
}
.cid-rmru0Q2oAN .mbr-author-name {
  color: #444444;
}
.cid-rmru0Q2oAN .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rmru0Q2oAN .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rmru0Q2oAN .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 1.6rem;
}
.cid-rmru0Q2oAN .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rmru0Q2oAN .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-rmru0Q2oAN .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rmru0Q2oAN H2 {
  color: #000000;
}
.cid-rmrya3nElx {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/picnic-spread-brochure-hr-2000x1333.jpg");
}
.cid-rmrya3nElx .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-rmrya3nElx H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rmrv6yzXEq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rmrv6yzXEq .container-fluid {
  padding: 0 3rem;
}
.cid-rmrv6yzXEq .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-rmrv6yzXEq .mbr-section-subtitle {
  color: #ffbc00;
}
.cid-rmrv6yzXEq .form-control {
  border: 1px solid #ddd;
  background-color: #efefef;
  padding: 10px 20px;
  width: 100%;
  min-height: 53px;
  border-radius: 0;
}
.cid-rmrv6yzXEq textarea.form-control {
  padding: 1rem;
  min-height: 225px;
}
.cid-rmrv6yzXEq .text-block {
  background: #cf0c1f;
  padding: 2rem;
  outline: 1px dashed #efefef;
  outline-offset: -15px;
}
.cid-rmrv6yzXEq .work-list {
  list-style-type: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-rmrv6yzXEq .time-block-title {
  color: #efefef;
}
.cid-rmrv6yzXEq .time-title {
  color: #bdecb6;
}
@media (max-width: 767px) {
  .cid-rmrv6yzXEq .container-fluid {
    padding: 0 1rem;
  }
  .cid-rmrv6yzXEq .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
  .cid-rmrv6yzXEq .text-block {
    margin-bottom: 2rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rmrv6yzXEq .text-block {
    border: 1px dashed #efefef;
    outline: 15px solid #cf0c1f;
  }
}
.cid-rmrv6yzXEq .mbr-section-subtitle I {
  color: #cf0c1f;
}
.cid-rmrv6yzXEq H3 {
  color: #ffffff;
}
.cid-scR2tHhKQl .nav-item:focus,
.cid-scR2tHhKQl .nav-link:focus {
  outline: none;
}
.cid-scR2tHhKQl .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-scR2tHhKQl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scR2tHhKQl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scR2tHhKQl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-scR2tHhKQl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scR2tHhKQl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-scR2tHhKQl .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-scR2tHhKQl .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-scR2tHhKQl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-scR2tHhKQl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-scR2tHhKQl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-scR2tHhKQl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scR2tHhKQl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-scR2tHhKQl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scR2tHhKQl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scR2tHhKQl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-scR2tHhKQl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-scR2tHhKQl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scR2tHhKQl .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-scR2tHhKQl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-scR2tHhKQl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-scR2tHhKQl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scR2tHhKQl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scR2tHhKQl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scR2tHhKQl .dropdown-item.active,
.cid-scR2tHhKQl .dropdown-item:active {
  background-color: transparent;
}
.cid-scR2tHhKQl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scR2tHhKQl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scR2tHhKQl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scR2tHhKQl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-scR2tHhKQl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-scR2tHhKQl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scR2tHhKQl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-scR2tHhKQl .navbar-buttons {
  text-align: center;
}
.cid-scR2tHhKQl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d40e0e;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scR2tHhKQl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-scR2tHhKQl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-scR2tHhKQl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-scR2tHhKQl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-scR2tHhKQl .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-scR2tHhKQl .nav-link:hover,
.cid-scR2tHhKQl .dropdown-item:hover,
.cid-scR2tHhKQl .icons-menu .mbr-iconfont:hover {
  color: #090c71 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scR2tHhKQl .navbar {
    height: 77px;
  }
  .cid-scR2tHhKQl .navbar.opened {
    height: auto;
  }
}
.cid-spz2ZQT7Of {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f51a2a;
}
.cid-spzSy2wqDk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-spzSy2wqDk *:focus {
  outline: none;
}
.cid-spzSy2wqDk .input-wrap {
  padding-bottom: 1rem;
}
.cid-spzSy2wqDk input,
.cid-spzSy2wqDk textarea {
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  border: none;
}
.cid-spzSy2wqDk input {
  padding: .5rem;
}
.cid-spzSy2wqDk ::-webkit-input-placeholder {
  color: #000000;
}
.cid-spzSy2wqDk ::-moz-placeholder {
  color: #000000;
}
.cid-spzSy2wqDk :-ms-input-placeholder {
  color: #000000;
}
.cid-spzSy2wqDk :-moz-placeholder {
  color: #000000;
}
.cid-spzSy2wqDk .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #f3ecec;
  border-radius: 50%;
}
.cid-spzSy2wqDk .soc-item:hover {
  opacity: .5;
}
.cid-spzSy2wqDk .soc-item .socicon {
  font-size: 1.5rem;
  color: #f3ecec;
}
.cid-spzSy2wqDk .days-column,
.cid-spzSy2wqDk .hours-column {
  display: inline-block;
}
.cid-spzSy2wqDk .days-column span,
.cid-spzSy2wqDk .hours-column span {
  display: block;
}
.cid-spzSy2wqDk .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-spzSy2wqDk .days-column {
    padding-right: 0 !important;
  }
  .cid-spzSy2wqDk .hours-column {
    max-width: 50% !important;
  }
  .cid-spzSy2wqDk .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-spzSy2wqDk .follow-title,
.cid-spzSy2wqDk .social-list {
  color: #f3ecec;
}
.cid-spzSy2wqDk .address-title,
.cid-spzSy2wqDk .address-block {
  color: #f3ecec;
  text-align: center;
}
.cid-spzSy2wqDk .days-column SPAN {
  color: #f51a2a;
}
.cid-spzSy2wqDk .hours-column SPAN {
  color: #f51a2a;
}
.cid-spzSy2wqDk .opening-hours-title,
.cid-spzSy2wqDk .opening-hours {
  color: #f3ecec;
}
.cid-spzSy2wqDk .contacts-title,
.cid-spzSy2wqDk .contacts-block {
  color: #f3ecec;
}
.cid-spzSy2wqDk .form-title,
.cid-spzSy2wqDk .btn-row {
  color: #f3ecec;
}
.cid-spzSy2wqDk .hours-column {
  color: #efefef;
}
.cid-spzSy2wqDk .days-column {
  color: #f3ecec;
  text-align: center;
}
.cid-sC7X9PPw5X {
  background-image: url("../../../assets/images/img-2519-2000x1333.jpeg");
}
.cid-sC7X9PPw5X .mbr-overlay {
  background: #85bfd0;
  background: linear-gradient(45deg, #85bfd0, #9f3942);
}
.cid-sC7X9PPw5X .mbr-section-title {
  letter-spacing: .5rem;
  color: #ffffff;
}
.cid-rmr4AnvRQY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rmr4AnvRQY .mbr-text {
  position: relative;
  color: #cf0c1f;
}
.cid-rmr4AnvRQY .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rmr4AnvRQY .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rmr4AnvRQY .mbr-text:after,
  .cid-rmr4AnvRQY .mbr-text:before {
    display: none;
  }
}
.cid-sBKAKMzsGk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-sBKAKMzsGk .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sBKAKMzsGk .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sBKAKMzsGk .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sBKAKMzsGk .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sBKAKMzsGk .text-element {
  padding: 1rem;
}
.cid-sBKAKMzsGk .main,
.cid-sBKAKMzsGk .main-reverse {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sBKAKMzsGk .main:first-child {
    padding-top: 1rem;
  }
  .cid-sBKAKMzsGk .image-element,
  .cid-sBKAKMzsGk .text-element {
    margin-bottom: 1rem;
  }
  .cid-sBKAKMzsGk .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-sBKAKMzsGk .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-sBKAKMzsGk .image-element,
  .cid-sBKAKMzsGk .text-element {
    margin-bottom: 0;
  }
  .cid-sBKAKMzsGk .main:first-child {
    padding-top: 0;
  }
}
.cid-sBKAKMzsGk .mbr-text {
  color: #cf0c1f;
}
.cid-sBKAKMzsGk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-sBKAKMzsGk img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sBKAKMzsGk img {
    width: 100%;
  }
}
.cid-sBKAKMzsGk .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sBKAKMzsGk .mbr-iconfont {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
.cid-sBKAKMzsGk .icon1 {
  color: #ff8484;
}
.cid-sBKAKMzsGk .icon-wrapper {
  background: #efefef;
  border-radius: 2px;
  margin-right: 0.2rem;
  display: flex;
  width: 100px;
  padding: 0.2rem 0.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-sBKAKMzsGk .icon-wrapper {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-sBKAKMzsGk .card-box {
  padding-left: 1.5rem;
  width: fit-content;
  min-width: 170px;
}
.cid-sBKAKMzsGk .card-text {
  color: #777777;
}
.cid-sBKAKMzsGk .mbr-section-subtitle {
  color: #777777;
}
.cid-sBKAKMzsGk .mbr-text,
.cid-sBKAKMzsGk .mbr-section-btn {
  color: #777777;
}
.cid-sBKAKMzsGk .mbr-section-title {
  color: #f51a2a;
}
.cid-scR2tHhKQl .nav-item:focus,
.cid-scR2tHhKQl .nav-link:focus {
  outline: none;
}
.cid-scR2tHhKQl .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-scR2tHhKQl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scR2tHhKQl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scR2tHhKQl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-scR2tHhKQl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scR2tHhKQl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-scR2tHhKQl .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-scR2tHhKQl .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-scR2tHhKQl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-scR2tHhKQl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-scR2tHhKQl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scR2tHhKQl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-scR2tHhKQl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scR2tHhKQl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-scR2tHhKQl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scR2tHhKQl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scR2tHhKQl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scR2tHhKQl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-scR2tHhKQl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-scR2tHhKQl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scR2tHhKQl .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-scR2tHhKQl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-scR2tHhKQl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-scR2tHhKQl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scR2tHhKQl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scR2tHhKQl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scR2tHhKQl .dropdown-item.active,
.cid-scR2tHhKQl .dropdown-item:active {
  background-color: transparent;
}
.cid-scR2tHhKQl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scR2tHhKQl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scR2tHhKQl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scR2tHhKQl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-scR2tHhKQl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-scR2tHhKQl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scR2tHhKQl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-scR2tHhKQl .navbar-buttons {
  text-align: center;
}
.cid-scR2tHhKQl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d40e0e;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scR2tHhKQl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scR2tHhKQl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scR2tHhKQl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-scR2tHhKQl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-scR2tHhKQl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-scR2tHhKQl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-scR2tHhKQl .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-scR2tHhKQl .nav-link:hover,
.cid-scR2tHhKQl .dropdown-item:hover,
.cid-scR2tHhKQl .icons-menu .mbr-iconfont:hover {
  color: #090c71 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scR2tHhKQl .navbar {
    height: 77px;
  }
  .cid-scR2tHhKQl .navbar.opened {
    height: auto;
  }
}
.cid-spzSoS3gHh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-spzSoS3gHh *:focus {
  outline: none;
}
.cid-spzSoS3gHh .input-wrap {
  padding-bottom: 1rem;
}
.cid-spzSoS3gHh input,
.cid-spzSoS3gHh textarea {
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  border: none;
}
.cid-spzSoS3gHh input {
  padding: .5rem;
}
.cid-spzSoS3gHh ::-webkit-input-placeholder {
  color: #000000;
}
.cid-spzSoS3gHh ::-moz-placeholder {
  color: #000000;
}
.cid-spzSoS3gHh :-ms-input-placeholder {
  color: #000000;
}
.cid-spzSoS3gHh :-moz-placeholder {
  color: #000000;
}
.cid-spzSoS3gHh .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #f3ecec;
  border-radius: 50%;
}
.cid-spzSoS3gHh .soc-item:hover {
  opacity: .5;
}
.cid-spzSoS3gHh .soc-item .socicon {
  font-size: 1.5rem;
  color: #f3ecec;
}
.cid-spzSoS3gHh .days-column,
.cid-spzSoS3gHh .hours-column {
  display: inline-block;
}
.cid-spzSoS3gHh .days-column span,
.cid-spzSoS3gHh .hours-column span {
  display: block;
}
.cid-spzSoS3gHh .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-spzSoS3gHh .days-column {
    padding-right: 0 !important;
  }
  .cid-spzSoS3gHh .hours-column {
    max-width: 50% !important;
  }
  .cid-spzSoS3gHh .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-spzSoS3gHh .follow-title,
.cid-spzSoS3gHh .social-list {
  color: #f3ecec;
}
.cid-spzSoS3gHh .address-title,
.cid-spzSoS3gHh .address-block {
  color: #f3ecec;
  text-align: center;
}
.cid-spzSoS3gHh .days-column SPAN {
  color: #f51a2a;
}
.cid-spzSoS3gHh .hours-column SPAN {
  color: #f51a2a;
}
.cid-spzSoS3gHh .opening-hours-title,
.cid-spzSoS3gHh .opening-hours {
  color: #f3ecec;
}
.cid-spzSoS3gHh .contacts-title,
.cid-spzSoS3gHh .contacts-block {
  color: #f3ecec;
}
.cid-spzSoS3gHh .form-title,
.cid-spzSoS3gHh .btn-row {
  color: #f3ecec;
}
.cid-spzSoS3gHh .hours-column {
  color: #efefef;
}
.cid-spzSoS3gHh .days-column {
  color: #f3ecec;
  text-align: center;
}
.cid-scR8EAYQLz {
  background-image: url("../../../assets/images/grilled-chicken-family-meal-new-2000x1333.jpg");
}
.cid-scR8EAYQLz .mbr-overlay {
  background: #efefef;
  background: linear-gradient(45deg, #efefef, #000000);
  background: radial-gradient(#efefef, #000000);
}
.cid-scR8EAYQLz .mbr-section-title {
  letter-spacing: .5rem;
  color: #ffffff;
  text-align: center;
}
.cid-scR8EAYQLz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-scR8EAYQLz .mbr-text,
.cid-scR8EAYQLz .mbr-section-btn {
  color: #ffffff;
}
.cid-scR8EAYQLz1 {
  background-image: url("../../../assets/images/guarantee-new.jpg");
}
.cid-scR8EAYQLz1 .mbr-overlay {
  background: #efefef;
  background: linear-gradient(45deg, #efefef, #000000);
  background: radial-gradient(#efefef, #000000);
}
.cid-scR8EAYQLz1 .mbr-section-title {
  letter-spacing: .5rem;
  color: #ffffff;
  text-align: center;
}
.cid-scR8EAYQLz1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-scR8EAYQLz1 .mbr-text,
.cid-scR8EAYQLz1 .mbr-section-btn {
  color: #ffffff;
}
.cid-scR88TzLXD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background-only-v1-2000x1333.jpg");
}
.cid-scR88TzLXD .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-scR88TzLXD .text-block {
  position: relative;
  z-index: 0;
}
.cid-scR88TzLXD .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-scR88TzLXD .box {
  left: 20%;
}
.cid-scR88TzLXD .text-box {
  left: 0;
  transform: rotate(180deg);
}
.cid-scR88TzLXD .mbr-section-text,
.cid-scR88TzLXD .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-scR88TzLXD .text-box {
    display: none;
  }
  .cid-scR88TzLXD .mbr-section-title,
  .cid-scR88TzLXD .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-scR88TzLXD .box {
    display: none;
  }
  .cid-scR88TzLXD .row {
    flex-direction: column-reverse;
  }
  .cid-scR88TzLXD .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scR88TzLXD .text-box {
    writing-mode: bt-rl;
  }
}
.cid-scR88TzLXD .mbr-section-title {
  color: #f51a2a;
}
.cid-sBtoipaW2l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBtoipaW2l img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sBtoipaW2l img {
    width: 100%;
  }
}
.cid-sBtoipaW2l .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sBtoipaW2l .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sBtoipaW2l .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sBtoipaW2l .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #444444;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sBtoipaW2l .mbr-text,
.cid-sBtoipaW2l .mbr-section-btn {
  color: #777777;
}
.cid-sBtoipaW2l .mbr-section-subtitle {
  color: #777777;
}
.cid-sBtoipaW2l .mbr-list {
  color: #777777;
}
.cid-scR9zRqbwQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scR9zRqbwQ .mbr-text {
  margin: 0;
}
.cid-scR9zRqbwQ .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-scR9zRqbwQ .row-element,
.cid-scR9zRqbwQ .image-element {
  padding: 0;
}
.cid-scR9zRqbwQ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scR9zRqbwQ .image-element .img-wrap {
  width: 100% !important;
}
.cid-scR9zRqbwQ .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-scR9zRqbwQ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-scR9zRqbwQ .carousel-item.active,
.cid-scR9zRqbwQ .carousel-item-next,
.cid-scR9zRqbwQ .carousel-item-prev {
  display: flex;
}
.cid-scR9zRqbwQ .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-scR9zRqbwQ .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #f51a2a;
}
.cid-scR9zRqbwQ .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-scR9zRqbwQ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-scR9zRqbwQ .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-scR9zRqbwQ .carousel-controls {
    display: block;
  }
  .cid-scR9zRqbwQ .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-scR9zRqbwQ .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-scR9zRqbwQ .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-scR9zRqbwQ .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-scR9zRqbwQ .text-element {
    padding: 1rem;
  }
  .cid-scR9zRqbwQ .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scR9zRqbwQ .image-element {
    min-width: 50%;
  }
  .cid-scR9zRqbwQ .media-container-row {
    width: 100%;
  }
}
.cid-scR9L2YSR9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background-only-v1-2000x1333.jpg");
}
.cid-scR9L2YSR9 .text-content .btn-bgr {
  z-index: 0;
}
.cid-scR9L2YSR9 .mbr-overlay {
  background: #ffffff;
}
.cid-scR9L2YSR9 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-scR9L2YSR9 .text-content {
  padding: 2rem 0rem;
  background-color: #cf0c1f;
}
.cid-scR9L2YSR9 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-scR9L2YSR9 .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-scR9L2YSR9 .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-scR9L2YSR9 .text-content {
    margin-bottom: 2rem;
  }
}
.cid-scR9L2YSR9 .mbr-section-btn,
.cid-scR9L2YSR9 .mbr-section-title {
  color: #ffffff;
}
.cid-scR9L2YSR9 P {
  color: #efefef;
}
.cid-scR88Xn2yY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f51a2a;
}
.cid-scR88ZwHGK {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/final-header-5-1350x609.jpg");
}
.cid-scR88ZwHGK .mbr-section-title {
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
}
.cid-scR88ZwHGK .mbr-role {
  padding-bottom: .5rem;
}
.cid-scR88ZwHGK .mbr-iconfont {
  color: #cccccc;
  font-size: 1rem;
}
.cid-scR88ZwHGK .mbr-iconfont:hover {
  color: #f5aeb5;
}
.cid-scR88ZwHGK .image-wrap {
  position: relative;
  height: 100%;
}
.cid-scR88ZwHGK .image-wrap img {
  width: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  height: 100%;
}
.cid-scR88ZwHGK .card-wrap {
  margin-bottom: 3rem;
  overflow-y: hidden;
  height: 400px;
}
.cid-scR88ZwHGK .social-media {
  list-style-type: none;
  width: 100%;
  z-index: 1;
}
.cid-scR88ZwHGK .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-scR88ZwHGK .social-media ul li {
  margin-right: .8rem;
  display: inline-block;
}
.cid-scR88ZwHGK .card-bottom {
  background-color: #333333;
  position: absolute;
  left: 15px;
  bottom: -92px;
  padding: 0 .5rem;
  width: calc(100% - 30px);
  transition: bottom 0.2s ease-in;
  bottom: -48px;
  bottom: -60px;
  bottom: -16px;
}
.cid-scR88ZwHGK .card-bottom:hover {
  bottom: 0;
}
.cid-scR88ZwHGK .underline,
.cid-scR88ZwHGK .mbr-title {
  color: #f3ecec;
}
.cid-scR88ZwHGK .mbr-role,
.cid-scR88ZwHGK .ornament,
.cid-scR88ZwHGK .social-media {
  color: #efefef;
}
.cid-scR894eAdc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f51a2a;
}
.cid-scR896VZbh .nav-item:focus,
.cid-scR896VZbh .nav-link:focus {
  outline: none;
}
.cid-scR896VZbh .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-scR896VZbh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scR896VZbh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-scR896VZbh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-scR896VZbh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scR896VZbh .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-scR896VZbh .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-scR896VZbh .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-scR896VZbh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-scR896VZbh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-scR896VZbh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-scR896VZbh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scR896VZbh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scR896VZbh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-scR896VZbh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scR896VZbh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-scR896VZbh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scR896VZbh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scR896VZbh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-scR896VZbh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scR896VZbh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scR896VZbh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-scR896VZbh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-scR896VZbh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scR896VZbh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scR896VZbh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-scR896VZbh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-scR896VZbh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scR896VZbh .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-scR896VZbh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-scR896VZbh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-scR896VZbh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scR896VZbh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scR896VZbh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scR896VZbh .dropdown-item.active,
.cid-scR896VZbh .dropdown-item:active {
  background-color: transparent;
}
.cid-scR896VZbh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scR896VZbh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scR896VZbh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scR896VZbh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-scR896VZbh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-scR896VZbh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scR896VZbh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-scR896VZbh .navbar-buttons {
  text-align: center;
}
.cid-scR896VZbh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-scR896VZbh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d40e0e;
}
.cid-scR896VZbh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scR896VZbh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scR896VZbh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scR896VZbh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scR896VZbh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scR896VZbh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scR896VZbh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scR896VZbh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scR896VZbh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-scR896VZbh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-scR896VZbh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-scR896VZbh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-scR896VZbh .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-scR896VZbh .nav-link:hover,
.cid-scR896VZbh .dropdown-item:hover,
.cid-scR896VZbh .icons-menu .mbr-iconfont:hover {
  color: #090c71 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scR896VZbh .navbar {
    height: 77px;
  }
  .cid-scR896VZbh .navbar.opened {
    height: auto;
  }
}
.cid-spzSdDIK5A {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-spzSdDIK5A *:focus {
  outline: none;
}
.cid-spzSdDIK5A .input-wrap {
  padding-bottom: 1rem;
}
.cid-spzSdDIK5A input,
.cid-spzSdDIK5A textarea {
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  border: none;
}
.cid-spzSdDIK5A input {
  padding: .5rem;
}
.cid-spzSdDIK5A ::-webkit-input-placeholder {
  color: #000000;
}
.cid-spzSdDIK5A ::-moz-placeholder {
  color: #000000;
}
.cid-spzSdDIK5A :-ms-input-placeholder {
  color: #000000;
}
.cid-spzSdDIK5A :-moz-placeholder {
  color: #000000;
}
.cid-spzSdDIK5A .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #f3ecec;
  border-radius: 50%;
}
.cid-spzSdDIK5A .soc-item:hover {
  opacity: .5;
}
.cid-spzSdDIK5A .soc-item .socicon {
  font-size: 1.5rem;
  color: #f3ecec;
}
.cid-spzSdDIK5A .days-column,
.cid-spzSdDIK5A .hours-column {
  display: inline-block;
}
.cid-spzSdDIK5A .days-column span,
.cid-spzSdDIK5A .hours-column span {
  display: block;
}
.cid-spzSdDIK5A .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-spzSdDIK5A .days-column {
    padding-right: 0 !important;
  }
  .cid-spzSdDIK5A .hours-column {
    max-width: 50% !important;
  }
  .cid-spzSdDIK5A .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-spzSdDIK5A .follow-title,
.cid-spzSdDIK5A .social-list {
  color: #f3ecec;
}
.cid-spzSdDIK5A .address-title,
.cid-spzSdDIK5A .address-block {
  color: #f3ecec;
  text-align: center;
}
.cid-spzSdDIK5A .days-column SPAN {
  color: #f51a2a;
}
.cid-spzSdDIK5A .hours-column SPAN {
  color: #f51a2a;
}
.cid-spzSdDIK5A .opening-hours-title,
.cid-spzSdDIK5A .opening-hours {
  color: #f3ecec;
}
.cid-spzSdDIK5A .contacts-title,
.cid-spzSdDIK5A .contacts-block {
  color: #f3ecec;
}
.cid-spzSdDIK5A .form-title,
.cid-spzSdDIK5A .btn-row {
  color: #f3ecec;
}
.cid-spzSdDIK5A .hours-column {
  color: #efefef;
}
.cid-spzSdDIK5A .days-column {
  color: #f3ecec;
  text-align: center;
}
.cid-sCiq1rZEzb {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sCiq1rZEzb .counter-container {
  color: #444444;
}
.cid-sCiq1rZEzb .counter-container ol {
  margin-bottom: 0;
}
.cid-sCiq1rZEzb .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sCiq1rZEzb .mbr-text {
  color: #333333;
}
.cid-sCiq1rZEzb .mbr-section-title {
  color: #f51a2a;
}
.cid-sCd0X5ZqT4 {
  background-color: #b11c2b;
}
.cid-sCd0X5ZqT4 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sCd0X5ZqT4 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sCd0X5ZqT4 .nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-sCd0X5ZqT4 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sCd0X5ZqT4 .nav-item .nav-link {
  color: #ffffff;
  border-bottom: 4px solid transparent !important;
}
.cid-sCd0X5ZqT4 .nav-item .nav-link.active {
  color: #ffffff;
  border-bottom: 4px solid #ffffff !important;
}
.cid-sCd0X5ZqT4 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
}
.cid-sCd0X5ZqT4 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-sCd0X5ZqT4 .nav-link,
.cid-sCd0X5ZqT4 .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-sCd0X5ZqT4 .mbr-text,
.cid-sCd0X5ZqT4 .mbr-section-btn {
  color: #232323;
}
.cid-sCd0X5ZqT4 .mbr-section-title {
  color: #fafafa;
}
.cid-sCd0X5ZqT4 .buttons-wrap .link {
  display: flex;
}
@media (max-width: 760px) {
  .cid-sCd0X5ZqT4 * {
    text-align: center;
  }
  .cid-sCd0X5ZqT4 .buttons-wrap {
    justify-content: center;
  }
  .cid-sCd0X5ZqT4 img {
    margin-bottom: 20px;
  }
}
.cid-t6M6Ahv5YV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-t6M6Ahv5YV .mbr-text {
  position: relative;
}
.cid-t6M6Ahv5YV .mbr-text:before {
  color: #333333;
  content: '\201C';
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-t6M6Ahv5YV .mbr-text:after {
  color: #333333;
  content: '\201D';
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
.cid-t6M6Ahv5YV .logo img {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-t6M6Ahv5YV .mbr-text:after,
  .cid-t6M6Ahv5YV .mbr-text:before {
    display: none;
  }
}