@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);





body {
  font-family: Poppins;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.0rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.13rem;
}
/* ---- 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.0rem;
    font-size: calc( 1.5rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.0rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.0rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #fb1821 !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #0c57bf !important;
}
.bg-warning {
  background-color: #f8f9c4 !important;
}
.bg-danger {
  background-color: #a2a2a2 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #b82925 !important;
  border-color: #b82925 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #fb1821 !important;
  border-color: #fb1821 !important;
}
.btn-primary:before {
  background-color: #c3030b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c3030b !important;
  border-color: #c3030b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-secondary:before {
  background-color: #eb3934 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eb3934 !important;
  border-color: #eb3934 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #0c57bf !important;
  border-color: #0c57bf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #0c57bf !important;
  border-color: #0c57bf !important;
}
.btn-info:before {
  background-color: #073677 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #073677 !important;
  border-color: #073677 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
  color: #aaac12 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #aaac12 !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-warning:before {
  background-color: #f0f27f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #aaac12 !important;
  background-color: #f0f27f !important;
  border-color: #f0f27f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #a2a2a2 !important;
  border-color: #a2a2a2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #a2a2a2 !important;
  border-color: #a2a2a2 !important;
}
.btn-danger:before {
  background-color: #7c7c7c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7c7c7c !important;
  border-color: #7c7c7c !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: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-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: #121212 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
  white-space: nowrap;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
  outline: 3px solid #b82925 !important;
}
.btn-black:before {
  background-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: #aa030a;
  color: #aa030a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #fb1821;
}
.btn-primary-outline:before {
  background-color: #fb1821;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fb1821 !important;
  border-color: #fb1821 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #e9221d;
  color: #e9221d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #f27d7a;
}
.btn-secondary-outline:before {
  background-color: #f27d7a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #062b5f;
  color: #062b5f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #0c57bf;
}
.btn-info-outline:before {
  background-color: #0c57bf;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0c57bf !important;
  border-color: #0c57bf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #edf067;
  color: #edf067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #aaac12;
  border-color: #f8f9c4;
}
.btn-warning-outline:before {
  background-color: #f8f9c4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #6f6f6f;
  color: #6f6f6f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  border-color: #a2a2a2;
}
.btn-danger-outline:before {
  background-color: #a2a2a2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a2a2a2 !important;
  border-color: #a2a2a2 !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;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fb1821;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #fb1821 !important;
}
.text-secondary {
  color: #f27d7a !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #0c57bf !important;
}
.text-warning {
  color: #f8f9c4 !important;
}
.text-danger {
  font-size: calc(0.75em + 1vmin);
  text-decoration:underline;
  color: #b82925 !important;
  white-space: nowrap;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #aa030a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e9221d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #062b5f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #edf067 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  text-decoration:underline;
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0c57bf;
}
.alert-warning {
  background-color: #f8f9c4;
}
.alert-danger {
  background-color: #a2a2a2;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fb1821;
  border-color: #fb1821;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #b82925;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fee1e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #5698f4;
}
.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: #e2e2e2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #000000;
  border-radius: 0;
  border: 0;
  font-size: 1.06rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #d3d3d3;
  box-shadow: none;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 1.13rem;
  font-weight: 300;
  line-height: 1.43;
  min-height: 3.0em;
  padding: 0.5em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.696rem;
}
.form-control,
.form-control:focus {
  border: 2.0px solid #1e1e1e;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #fb1821;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #fb1821;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #fb1821;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #fb1821;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0066CC;
}
/* Headers*/
/* Content */
.content11 .counter-container div .counter {
  background: #fb1821;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.696rem;
}
.display-7 {
  font-weight: 300;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-qG9F4SZB0D {
  background-image: url("../../../assets/images/hollywood.jpg");
}

.cid-qG9F4SZB0D .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-qG9F4SZB0D .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #fb1821;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff;
}
.cid-qG9F4SZB0D .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-qG9F4SZB0D .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-qG9F4SZB0D .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-qG9F4SZB0D .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-qG9F4SZB0D a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-qG9F4SZB0D a.close:hover {
  color: #ffffff;
}
.cid-qG9F4SZB0D H1 {
  color: #ffffff;
  text-shadow: 2px 2px 8px #000000;
}
.cid-qG9F4SZB0D #DIV_1 {
  bottom: 218px;
  box-sizing: border-box;
  color: #333333;
  height: 549px;
  position: fixed;
  right: 0px;
  text-decoration: none solid #333333;
  text-size-adjust: 100%;
  top: 180px;
  width: 35px;
  z-index: 1050;
  column-rule-color: #333333;
  perspective-origin: 40px 274.5px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transform-origin: 40px 274.5px;
  caret-color: #333333;
  border: 0px none #333333;
  font: normal normal 400 normal 0.7px "Trade Gothic W01";
  outline: #333333 none 0px;
  transition: all 0.2s ease-in 0s;
}
.cid-qG9F4SZB0D #DIV_2 {
  box-sizing: border-box;
  color: #fffcf5;
  cursor: pointer;
  height: 240px;
  text-decoration: none solid #fffcf5;
  text-size-adjust: 100%;
  white-space: nowrap;
  width: 40px;
  column-rule-color: #fffcf5;
  perspective-origin: 40px 145px;
  transform-origin: 40px 145px;
  caret-color: #fffcf5;
  background: #b82925 none repeat scroll 0% 0% / auto padding-box border-box;
  border: 5px solid #fffcf5;
  font: normal normal 400 normal 0.7000007px "Trade Gothic W01";
  outline: #fffcf5 none 0px;
}
.cid-qG9F4SZB0D #SPAN_3 {
  bottom: 368px;
  box-sizing: border-box;
  color: #fffcf5;
  cursor: pointer;
  display: block;
  height: 71px;
  left: -84.1563px;
  position: absolute;
  right: -83px;
  text-decoration: none solid #fffcf5;
  text-size-adjust: 100%;
  top: 110px;
  white-space: nowrap;
  width: 247.156px;
  column-rule-color: #fffcf5;
  perspective-origin: 123.578px 35.5px;
  transform: matrix(-10.87677e, 1, -1, -10.87677e, 0, 0);
  transform-origin: 123.578px 35.5px;
  caret-color: #fffcf5;
  border: 0px none #fffcf5;
  font: normal normal 400 normal 0.7000007px "Trade Gothic W01";
  outline: #fffcf5 none 0px;
}
.cid-qG9F4SZB0D #DIV_4 {
  box-sizing: border-box;
  color: #333333;
  display: none;
  height: auto;
  text-decoration: none solid #333333;
  text-size-adjust: 100%;
  width: auto;
  column-rule-color: #333333;
  perspective-origin: 50% 50%;
  transform-origin: 50% 50%;
  caret-color: #333333;
  border: 0px none #333333;
  font: normal normal 400 normal 0.7px "Trade Gothic W01";
  outline: #333333 none 0px;
}
.cid-qG9F4SZB0D #A_5 {
  box-sizing: border-box;
  color: #337ab7;
  text-decoration: none solid #337ab7;
  text-size-adjust: 100%;
  column-rule-color: #337ab7;
  perspective-origin: 50% 50%;
  transform-origin: 50% 50%;
  caret-color: #337ab7;
  border: 0px none #337ab7;
  font: normal normal 400 normal 0.7px "Trade Gothic W01";
  outline: #337ab7 none 0px;
}
.cid-qG9F4SZB0D #DIV_6,
.cid-qG9F4SZB0D #DIV_7 {
  box-sizing: border-box;
  color: #337ab7;
  cursor: pointer;
  height: auto;
  text-decoration: none solid #337ab7;
  text-size-adjust: 100%;
  width: auto;
  column-rule-color: #337ab7;
  perspective-origin: 50% 50%;
  transform-origin: 50% 50%;
  caret-color: #337ab7;
  border: 0px none #337ab7;
  font: normal normal 400 normal 0.7px "Trade Gothic W01";
  outline: #337ab7 none 0px;
}
.cid-qG9F4SZB0D #DIV_8 {
  box-sizing: border-box;
  color: #fffcf5;
  height: 118px;
  text-decoration: none solid #fffcf5;
  text-size-adjust: 100%;
  width: 40px;
  column-rule-color: #fffcf5;
  perspective-origin: 40px 129.5px;
  transform-origin: 40px 129.5px;
  caret-color: #fffcf5;
  background: #293036 none repeat scroll 0% 0% / auto padding-box border-box;
  border-top: 0px none #fffcf5;
  border-right: 5px solid #fffcf5;
  border-bottom: 5px solid #fffcf5;
  border-left: 5px solid #fffcf5;
  font: normal normal 400 normal 1px "Trade Gothic W01";
  outline: #fffcf5 none 0px;
}
.cid-qG9F4SZB0D #DIV_9 {
  box-sizing: border-box;
  color: #fffcf5;
  cursor: pointer;
  height: 54px;
  text-decoration: none solid #fffcf5;
  text-size-adjust: 100%;
  width: 70px;
  column-rule-color: #fffcf5;
  perspective-origin: 35px 27px;
  transform-origin: 35px 27px;
  caret-color: #fffcf5;
  border: 0px none #fffcf5;
  font: normal normal 400 normal 1px "Trade Gothic W01";
  outline: #fffcf5 none 0px;
  padding: 10px;
}
.cid-qG9F4SZB0D #DIV_10 {
  box-sizing: border-box;
  color: #fffcf5;
  cursor: pointer;
  height: 14px;
  text-decoration: none solid #fffcf5;
  text-size-adjust: 100%;
  white-space: nowrap;
  width: 50px;
  column-rule-color: #fffcf5;
  perspective-origin: 25px 7px;
  transform-origin: 25px 7px;
  caret-color: #fffcf5;
  border: 0px none #fffcf5;
  font: normal normal 400 normal 1px "Trade Gothic W01";
  outline: #fffcf5 none 0px;
}
.cid-qG9F4SZB0D #DIV_11 {
  box-sizing: border-box;
  color: #fffcf5;
  cursor: pointer;
  height: 20px;
  text-decoration: none solid #fffcf5;
  text-size-adjust: 100%;
  white-space: nowrap;
  width: 50px;
  column-rule-color: #fffcf5;
  perspective-origin: 25px 10px;
  transform-origin: 25px 10px;
  caret-color: #fffcf5;
  border: 0px none #fffcf5;
  font: normal normal 400 normal 1px "Trade Gothic W01";
  outline: #fffcf5 none 0px;
}
.cid-qG9F4SZB0D #DIV_12 {
  box-sizing: border-box;
  color: #fffcf5;
  height: 120px;
  text-decoration: none solid #fffcf5;
  text-size-adjust: 100%;
  width: 30px;
  column-rule-color: #fffcf5;
  perspective-origin: 35px 100px;
  transform-origin: 35px 100px;
  caret-color: #fffcf5;
  border: 0px none #fffcf5;
  font: normal normal 400 normal 1px "Trade Gothic W01";
  outline: #fffcf5 none 0px;
  overflow: hidden;
}
.cid-qG9F4SZB0D #UL_13 {
  box-sizing: border-box;
  color: #fffcf5;
  display: flex;
  height: 100px;
  text-decoration: none solid #fffcf5;
  text-size-adjust: 100%;
  width: 30px;
  column-rule-color: #fffcf5;
  justify-content: space-around;
  perspective-origin: 35px 100px;
  transform-origin: 35px 100px;
  fill: #fffcf5;
  caret-color: #fffcf5;
  background: #293036 none repeat scroll 0% 0% / auto padding-box border-box;
  border: 0px none #fffcf5;
  flex-flow: column nowrap;
  font: normal normal 400 normal 1px "Trade Gothic W01";
  list-style: none outside none;
  margin: 0px;
  outline: #fffcf5 none 0px;
  padding: 0px;
  transition: all 0.5s ease-in 0s;
}
.cid-qG9F4SZB0D #LI_14,
.cid-qG9F4SZB0D #LI_19,
.cid-qG9F4SZB0D #LI_24,
.cid-qG9F4SZB0D #LI_29,
.cid-qG9F4SZB0D #LI_34 {
  box-sizing: border-box;
  color: #fffcf5;
  display: flex;
  height: 40px;
  min-height: auto;
  min-width: auto;
  text-decoration: none solid #fffcf5;
  text-size-adjust: 100%;
  width: 30px;
  column-rule-color: #fffcf5;
  align-items: center;
  justify-content: center;
  perspective-origin: 35px 20px;
  transform-origin: 35px 20px;
  fill: #293036;
  caret-color: #fffcf5;
  border-top: 0px none #fffcf5;
  border-right: 0px none #fffcf5;
  border-bottom: 1px solid #1c2023;
  border-left: 0px none #fffcf5;
  flex: 1 1 auto;
  font: normal normal 400 normal 1px "Trade Gothic W01";
  list-style: none outside none;
  outline: #fffcf5 none 0px;
  padding-right: 25px;
}
.cid-qG9F4SZB0D #A_15,
.cid-qG9F4SZB0D #A_20,
.cid-qG9F4SZB0D #A_25,
.cid-qG9F4SZB0D #A_30,
.cid-qG9F4SZB0D #A_35 {
  box-sizing: border-box;
  color: #337ab7;
  display: block;
  height: 23.1406px;
  min-height: auto;
  min-width: auto;
  text-align: left;
  text-decoration: none solid #337ab7;
  text-size-adjust: 100%;
  width: 0px;
  column-rule-color: #337ab7;
  perspective-origin: 12.5px 11.5625px;
  transform-origin: 12.5px 11.5625px;
  fill: #293036;
  caret-color: #337ab7;
  border: 0px none #337ab7;
  font: normal normal 400 normal 1px "Trade Gothic W01";
  list-style: none outside none;
  outline: #337ab7 none 0px;
}
.cid-qG9F4SZB0D #svg_16,
.cid-qG9F4SZB0D #svg_21,
.cid-qG9F4SZB0D #svg_26,
.cid-qG9F4SZB0D #svg_31,
.cid-qG9F4SZB0D #svg_36 {
  box-sizing: border-box;
  color: #337ab7;
  cursor: pointer;
  height: 21.1406px;
  text-align: left;
  text-decoration: none solid #337ab7;
  text-size-adjust: 100%;
  width: 25px;
  column-rule-color: #337ab7;
  perspective-origin: 12.5px 10.5625px;
  transform-origin: 12.5px 10.5625px;
  fill: #f5efe1;
  caret-color: #337ab7;
  border: 0px none #337ab7;
  font: normal normal 400 normal 1px "Trade Gothic W01";
  list-style: none outside none;
  outline: #337ab7 none 0px;
  overflow: hidden;
}
.cid-qG9F4SZB0D #title_17,
.cid-qG9F4SZB0D #title_22,
.cid-qG9F4SZB0D #title_27,
.cid-qG9F4SZB0D #title_32,
.cid-qG9F4SZB0D #title_37 {
  box-sizing: border-box;
  color: #337ab7;
  cursor: pointer;
  display: inline;
  text-align: left;
  text-decoration: none solid #337ab7;
  text-size-adjust: 100%;
  column-rule-color: #337ab7;
  transform-origin: 0px 0px;
  fill: #f5efe1;
  caret-color: #337ab7;
  border: 0px none #337ab7;
  font: normal normal 400 normal 1px "Trade Gothic W01";
  list-style: none outside none;
  outline: #337ab7 none 0px;
}
.cid-qG9F4SZB0D #path_18 {
  box-sizing: border-box;
  color: #337ab7;
  cursor: pointer;
  text-align: left;
  text-decoration: none solid #337ab7;
  text-size-adjust: 100%;
  column-rule-color: #337ab7;
  fill: #f5efe1;
  d: path('M 20.65 1 H 5.35 A 2.38 2.38 0 0 0 3 3.35 V 18.65 A 2.38 2.38 0 0 0 5.35 21 h 15.3 A 2.38 2.38 0 0 0 23 18.65 V 3.35 A 2.38 2.38 0 0 0 20.65 1 Z M 18 3.47 H 19.9 a 0.63 0.63 0 0 1 0.63 0.63 V 6 a 0.63 0.63 0 0 1 -0.63 0.63 H 18 A 0.63 0.63 0 0 1 17.39 6 V 4.1 A 0.63 0.63 0 0 1 18 3.47 Z m -5 3.7 A 3.85 3.85 0 1 1 9.16 11 A 3.85 3.85 0 0 1 13 7.17 Z m 7.5 12 H 5.47 a 0.63 0.63 0 0 1 -0.63 -0.63 V 9.12 H 7.36 A 3.83 3.83 0 0 0 6.92 11 a 6.1 6.1 0 0 0 12.21 0 a 3.21 3.21 0 0 0 -0.48 -1.9 h 2.51 v 9.41 A 0.63 0.63 0 0 1 20.53 19.15 Z');
  caret-color: #337ab7;
  border: 0px none #337ab7;
  font: normal normal 400 normal 1px "Trade Gothic W01";
  list-style: none outside none;
  outline: #337ab7 none 0px;
}
.cid-qG9F4SZB0D #path_23 {
  box-sizing: border-box;
  color: #337ab7;
  cursor: pointer;
  text-align: left;
  text-decoration: none solid #337ab7;
  text-size-adjust: 100%;
  column-rule-color: #337ab7;
  fill: #f5efe1;
  d: path('M 16.5 3.87 h 2 V 0.48 A 26.61 26.61 0 0 0 15.58 0.33 c -2.89 0 -4.95 1.6 -4.95 4.84 V 8.32 H 7.49 v 3.93 h 3.14 v 9.42 h 4 V 12.24 H 17.7 l 0.79 -3.93 H 14.56 V 5.73 C 14.56 4.63 14.93 3.87 16.5 3.87 Z');
  caret-color: #337ab7;
  border: 0px none #337ab7;
  font: normal normal 400 normal 1px "Trade Gothic W01";
  list-style: none outside none;
  outline: #337ab7 none 0px;
}
.cid-qG9F4SZB0D #path_28 {
  box-sizing: border-box;
  color: #337ab7;
  cursor: pointer;
  text-align: left;
  text-decoration: none solid #337ab7;
  text-size-adjust: 100%;
  column-rule-color: #337ab7;
  fill: #f5efe1;
  d: path('M 25.35 3.34 a 10.13 10.13 0 0 1 -2.91 0.8 a 5.08 5.08 0 0 0 2.23 -2.8 a 10.14 10.14 0 0 1 -3.22 1.23 a 5.07 5.07 0 0 0 -8.63 4.62 A 14.38 14.38 0 0 1 2.37 1.89 A 5.07 5.07 0 0 0 3.94 8.66 A 5 5 0 0 1 1.65 8 V 8.09 a 5.07 5.07 0 0 0 4.06 5 a 5.08 5.08 0 0 1 -2.29 0.09 a 5.07 5.07 0 0 0 4.73 3.52 a 10.16 10.16 0 0 1 -6.29 2.17 a 10.31 10.31 0 0 1 -1.21 -0.07 A 14.34 14.34 0 0 0 8.42 21 A 14.32 14.32 0 0 0 22.83 6.62 q 0 -0.33 0 -0.66 A 10.3 10.3 0 0 0 25.35 3.34 Z');
  caret-color: #337ab7;
  border: 0px none #337ab7;
  font: normal normal 400 normal 1px "Trade Gothic W01";
  list-style: none outside none;
  outline: #337ab7 none 0px;
}
.cid-qG9F4SZB0D #path_33 {
  box-sizing: border-box;
  color: #337ab7;
  cursor: pointer;
  text-align: left;
  text-decoration: none solid #337ab7;
  text-size-adjust: 100%;
  column-rule-color: #337ab7;
  fill: #f5efe1;
  d: path('M 25.4 5.94 a 5.48 5.48 0 0 0 -1 -2.51 a 3.62 3.62 0 0 0 -2.54 -1.07 C 18.32 2.1 13 2.1 13 2.1 h 0 s -5.31 0 -8.86 0.26 A 3.62 3.62 0 0 0 1.6 3.43 a 5.47 5.47 0 0 0 -1 2.51 A 38.28 38.28 0 0 0 0.34 10 V 12 a 38.28 38.28 0 0 0 0.25 4.1 a 5.47 5.47 0 0 0 1 2.51 a 4.29 4.29 0 0 0 2.79 1.08 c 2 0.19 8.61 0.25 8.61 0.25 s 5.32 0 8.86 -0.26 a 3.62 3.62 0 0 0 2.54 -1.07 a 5.48 5.48 0 0 0 1 -2.51 a 38.34 38.34 0 0 0 0.25 -4.1 V 10 A 38.34 38.34 0 0 0 25.4 5.94 Z m -15 8.34 V 7.17 l 6.84 3.57 Z');
  caret-color: #337ab7;
  border: 0px none #337ab7;
  font: normal normal 400 normal 1px "Trade Gothic W01";
  list-style: none outside none;
  outline: #337ab7 none 0px;
}
.cid-qG9F4SZB0D #path_38 {
  box-sizing: border-box;
  color: #337ab7;
  cursor: pointer;
  text-align: left;
  text-decoration: none solid #337ab7;
  text-size-adjust: 100%;
  column-rule-color: #337ab7;
  fill: #f5efe1;
  d: path('M 6.7 11.2 c -0.5 -0.1 -0.9 0.3 -1 0.7 c 0 0.1 0 0.1 0 0.2 c -0.1 0.5 0.4 1 0.9 1.1 c 0 0 0 0 0 0 c 0.6 0 1 -0.4 1 -0.9 c 0 0 0 0 0 -0.1 C 7.7 11.6 7.3 11.2 6.7 11.2 Z');
  caret-color: #337ab7;
  border: 0px none #337ab7;
  font: normal normal 400 normal 1px "Trade Gothic W01";
  list-style: none outside none;
  outline: #337ab7 none 0px;
}
.cid-qG9F4SZB0D #path_39 {
  box-sizing: border-box;
  color: #337ab7;
  cursor: pointer;
  text-align: left;
  text-decoration: none solid #337ab7;
  text-size-adjust: 100%;
  column-rule-color: #337ab7;
  fill: #f5efe1;
  d: path('M 6.7 9.1 c -1.7 0.1 -3 1.4 -3 3.1 c 0.1 1.7 1.5 3.1 3.2 3.1 c 1.7 -0.1 3 -1.4 3 -3.1 C 9.8 10.4 8.4 9.1 6.7 9.1 Z M 6.7 14.2 c -1.1 -0.1 -1.9 -1 -1.9 -2.1 c 0 -1.1 1 -2 2.1 -1.9 c 1.1 0 1.9 1 1.9 2.1 C 8.6 13.4 7.7 14.2 6.7 14.2 Z');
  caret-color: #337ab7;
  border: 0px none #337ab7;
  font: normal normal 400 normal 1px "Trade Gothic W01";
  list-style: none outside none;
  outline: #337ab7 none 0px;
}
.cid-qG9F4SZB0D #path_40 {
  box-sizing: border-box;
  color: #337ab7;
  cursor: pointer;
  text-align: left;
  text-decoration: none solid #337ab7;
  text-size-adjust: 100%;
  column-rule-color: #337ab7;
  fill: #f5efe1;
  d: path('M 16.2 12.1 c 0.1 1.7 1.6 3 3.3 2.9 c 1.6 -0.1 2.8 -1.3 2.9 -2.9 c -0.1 -1.7 -1.6 -3 -3.3 -2.9 C 17.5 9.3 16.2 10.6 16.2 12.1 Z M 17.3 12.2 c 0 -1.1 0.8 -2 1.9 -2.1 c 1.1 0 2 0.8 2.1 1.9 c 0 1.1 -0.8 2 -1.9 2.1 C 18.3 14.2 17.3 13.4 17.3 12.2 Z');
  caret-color: #337ab7;
  border: 0px none #337ab7;
  font: normal normal 400 normal 1px "Trade Gothic W01";
  list-style: none outside none;
  outline: #337ab7 none 0px;
}
.cid-qG9F4SZB0D #path_41 {
  box-sizing: border-box;
  color: #337ab7;
  cursor: pointer;
  text-align: left;
  text-decoration: none solid #337ab7;
  text-size-adjust: 100%;
  column-rule-color: #337ab7;
  fill: #f5efe1;
  d: path('M 19.3 11.2 c 0.5 -0.1 0.9 0.3 1 0.7 c 0 0.1 0 0.1 0 0.2 c 0.1 0.5 -0.4 1 -0.9 1.1 c 0 0 0 0 0 0 c -0.6 0 -1 -0.4 -1 -0.9 c 0 0 0 0 0 -0.1 C 18.3 11.6 18.7 11.2 19.3 11.2 Z');
  caret-color: #337ab7;
  border: 0px none #337ab7;
  font: normal normal 400 normal 1px "Trade Gothic W01";
  list-style: none outside none;
  outline: #337ab7 none 0px;
}
.cid-qG9F4SZB0D #path_42 {
  box-sizing: border-box;
  color: #337ab7;
  cursor: pointer;
  text-align: left;
  text-decoration: none solid #337ab7;
  text-size-adjust: 100%;
  column-rule-color: #337ab7;
  fill: #f5efe1;
  d: path('M 24.5 8.6 c -0.1 -0.9 0.3 -1.9 1 -2.5 c -2.6 0.2 -4.8 -0.8 -7.2 -1.6 c -1.7 -0.6 -3.4 -0.9 -5.2 -0.9 H 13 c -1.8 0 -3.5 0.3 -5.2 0.9 C 5.4 5.4 3.1 6.4 0.6 6.2 c 0.7 0.6 1.1 1.5 1 2.5 c -2 2.7 -1.5 6.6 1.2 8.6 c 1.1 0.8 2.4 1.2 3.7 1.2 c 0.4 0 0.8 0 1.2 -0.1 c 0.8 -0.1 1.6 -0.4 2.3 -0.9 c 0.6 -0.4 1.1 -0.8 1.7 -1.2 c 0.4 0.6 0.8 1.1 1.2 1.7 l 0 0 l 0 0 l 0 0 l 0 0 c 0.4 -0.6 0.8 -1.2 1.2 -1.7 c 0.6 0.4 1.1 0.9 1.7 1.2 c 0.7 0.4 1.5 0.7 2.4 0.9 c 0.4 0.1 0.8 0.1 1.2 0.1 c 3.4 0 6.2 -2.7 6.2 -6.1 C 25.7 11 25.3 9.7 24.5 8.6 Z M 6.8 17.2 c -2.7 -0.1 -4.9 -2.2 -5 -4.9 c 0 -2.8 2.2 -5 5 -5 c 2.7 0.3 4.7 2.8 4.4 5.5 C 11 15.1 9.2 17 6.8 17.2 Z M 13 11.1 L 13 11.1 C 12.4 8.4 10.2 6.4 7.5 6 c 1.1 -0.8 3.2 -1.1 5.5 -1.1 l 0 0 c 2.2 0 4.4 0.4 5.5 1.1 C 15.8 6.4 13.6 8.4 13 11.1 C 13 11 13 11 13 11.1 Z M 19.1 17.2 c -2.8 0 -5 -2.2 -5 -5 c 0 -2.8 2.2 -5 5 -5 s 5 2.2 5 5 c 0 0 0 0 0 0.1 C 24.1 15 21.9 17.2 19.1 17.2 L 19.1 17.2 Z');
  caret-color: #337ab7;
  border: 0px none #337ab7;
  font: normal normal 400 normal 1px "Trade Gothic W01";
  list-style: none outside none;
  outline: #337ab7 none 0px;
}
.cid-qD4fji4dRt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qD4fji4dRt .mbr-text {
  color: #767676;
}
.cid-qD4fji4dRt .media-container-row {
  flex-wrap: wrap;
}
.cid-qD4fji4dRt .card-item {
  display: flex;
  justify-content: flex-start;
}
.cid-qD4fji4dRt .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-qD4fji4dRt .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #4284df;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-qD4fji4dRt .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-qD4fji4dRt .card-item .card-icon {
    margin-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-qD4fji4dRt .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .cid-qD4fji4dRt .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-qD4fji4dRt .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-qD9K9zw642 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qD9K9zw642 .card-img {
  padding: 0 0 3rem;
}
.cid-qD9K9zw642 .mbr-section-btn {
  margin-left: 0;
}
.cid-qD9K9zw642 .card-days {
  background-color: #000000;
  border-radius: 5px;
}
.cid-qD9K9zw642 .card-days .schedule {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-qD9K9zw642 .card-days .schedule li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-qD9K9zw642 .card-days .schedule li:first-child {
  border-top: none;
}
.cid-qD9K9zw642 .card-days .schedule li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-qD9K9zw642 .card-days .schedule li:after {
  display: block;
  content: '';
  clear: both;
}
@media (min-width: 992px) {
  .cid-qD9K9zw642 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qD9K9zw642 .days-subtitle {
  color: #ffffff;
}
.cid-qD9K9zw642 .mbr-text,
.cid-qD9K9zw642 .mbr-section-btn {
  text-align: left;
}
.cid-qGaFBNXntI {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/restaurant.jpg");
}
.cid-qGaFBNXntI .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qGaFBNXntI .text-block {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}
.cid-qGaFBNXntI .box {
  width: 25%;
  height: 40%;
  background: #6c9cdf;
  position: absolute;
  top: 4%;
}
.cid-qGaFBNXntI .box {
  left: 20%;
}
.cid-qGaFBNXntI .text-box {
  left: 0;
  transform: rotate(180deg);
}
.cid-qGaFBNXntI .mbr-section-text,
.cid-qGaFBNXntI .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-qGaFBNXntI .text-box {
    display: none;
  }
  .cid-qGaFBNXntI .mbr-section-title,
  .cid-qGaFBNXntI .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qGaFBNXntI .box {
    display: none;
  }
  .cid-qGaFBNXntI .row {
    flex-direction: column-reverse;
  }
  .cid-qGaFBNXntI .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qGaFBNXntI .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qGaFBNXntI .mbr-section-text {
  color: #000000;
}
.cid-qGaFBNXntI .mbr-section-title {
  text-align: right;
}
.cid-qGaFDi6zzm {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/red-bar.jpg");
}
.cid-qGaFDi6zzm .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qGaFDi6zzm .text-block {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}
.cid-qGaFDi6zzm .box {
  width: 25%;
  height: 40%;
  background: #6c9cdf;
  position: absolute;
  top: 4%;
}
.cid-qGaFDi6zzm .box {
  left: 20%;
}
.cid-qGaFDi6zzm .text-box {
  left: 0;
  transform: rotate(180deg);
}
.cid-qGaFDi6zzm .mbr-section-text,
.cid-qGaFDi6zzm .mbr-section-title {
  margin-left: 31%;
}

.cid-qGaFCD53Qk {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mastimage.jpg") !important;
}
.cid-qGaFCD53Qk .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qGaFCD53Qk .text-block {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
}
.cid-qGaFCD53Qk .box {
  width: 25%;
  height: 40%;
  background: #6c9cdf;
  position: absolute;
  top: 4%;
}
.cid-qGaFCD53Qk .row {
  flex-direction: row-reverse;
}
.cid-qGaFCD53Qk .box {
  right: 20%;
}
.cid-qGaFCD53Qk .text-box {
  right: 0;
}
.cid-qGaFCD53Qk .mbr-section-title,
.cid-qGaFCD53Qk .mbr-section-text {
  margin-right: 31%;
}
@media (max-width: 991px) {
  .cid-qGaFCD53Qk .text-box {
    display: none;
  }
  .cid-qGaFCD53Qk .mbr-section-title,
  .cid-qGaFCD53Qk .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qGaFCD53Qk .box {
    display: none;
  }
  .cid-qGaFCD53Qk .row {
    flex-direction: column-reverse;
  }
  .cid-qGaFCD53Qk .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qGaFCD53Qk .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qGaFCD53Qk .mbr-section-text {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-qGaFDi6zzm .text-box {
    display: none;
  }
  .cid-qGaFDi6zzm .mbr-section-title,
  .cid-qGaFDi6zzm .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qGaFDi6zzm .box {
    display: none;
  }
  .cid-qGaFDi6zzm .row {
    flex-direction: column-reverse;
  }
  .cid-qGaFDi6zzm .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qGaFDi6zzm .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qGaFDi6zzm .mbr-section-text {
  color: #000000;
}
.cid-qG9QdkacX2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-qG9QdkacX2 a {
  text-align: center;
}
.cid-qG9QdkacX2 p {
  color: #0a0a0a;
  text-align: center;
}
.cid-qG9QdkacX2 span {
  font-size: 2rem;
}
.cid-qG9QdkacX2 .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-qG9QdkacX2 .socicon-twitter {
  color: #4da7de;
}
.cid-qG9QdkacX2 .socicon-facebook {
  color: #3e5b98;
}
.cid-qG9QdkacX2 .socicon-googleplus {
  color: #dd4b39;
}
.cid-qG9QdkacX2 .socicon-instagram {
  color: #3f729b;
}
.cid-qG9QdkacX2 .social-list a:focus {
  text-decoration: none;
}
.cid-qG9QdkacX2 .text-copyright {
  width: 100%;
}
.cid-qG9QdkacX2 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-qG9QdkacX2 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-qG9QdkacX2 .logo-footer {
  line-height: normal;
}
.cid-qG9QdkacX2 .copyright {
  display: flex;
  align-items: center;
}
.cid-qG9QdkacX2 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qG9QdkacX2 .media-container-row {
  align-items: center;
}
.cid-qG9QdkacX2 .media-container-row a {
  margin: 0 1rem;
}
.cid-qD4nyuxsYj {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-qD4nyuxsYj .mbr-figure {
  padding: 0;
}
.cid-qD4nyuxsYj .content-row {
  background-color: #2c1616;
}
.cid-qD4nyuxsYj .content-row .media-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: white;
  background-repeat: no-repeat;
}
.cid-qD4nyuxsYj .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg,  #ffffff, #e8e2e2);
  alt: "my image";
}
.cid-qD4nyuxsYj .content-row .media-content .content-block {
  z-index: 1;
}
.cid-qGmKXDPLp9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-qGmKXDPLp9 a {
  text-align: center;
}
.cid-qGmKXDPLp9 p {
  color: #0a0a0a;
  text-align: center;
}
.cid-qGmKXDPLp9 span {
  font-size: 2rem;
}
.cid-qGmKXDPLp9 .mbr-iconfont-social {
  font-size: 30px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-qGmKXDPLp9 .socicon-twitter {
  color: #4da7de;
}
.cid-qGmKXDPLp9 .socicon-facebook {
  color: #3e5b98;
}
.cid-qGmKXDPLp9 .socicon-googleplus {
  color: #dd4b39;
}
.cid-qGmKXDPLp9 .socicon-instagram {
  color: #3f729b;
}
.cid-qGmKXDPLp9 .social-list a:focus {
  text-decoration: none;
}
.cid-qGmKXDPLp9 .text-copyright {
  width: 100%;
}
.cid-qGmKXDPLp9 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-qGmKXDPLp9 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-qGmKXDPLp9 .logo-footer {
  line-height: normal;
}
.cid-qGmKXDPLp9 .copyright {
  display: flex;
  align-items: center;
}
.cid-qGmKXDPLp9 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qGmKXDPLp9 .media-container-row {
  align-items: center;
}
.cid-qGmKXDPLp9 .media-container-row a {
  margin: 0 1rem;
}
.cid-qD9g8rlAeD {
  background-image: url("../../../assets/images/mbr-1440x1080.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
}
.cid-qD9g8rlAeD .text-content {
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-qD9g8rlAeD .text-content .btn-bgr {
  z-index: 0;
}
.cid-qD9g8rlAeD .mbr-overlay {
  background: linear-gradient(90deg, #555555, #4284df);
}
.cid-qD9g8rlAeD h3 {
  color: #000000;
  font-weight: 300;
}
.cid-qD9g8rlAeD p {
  color: #464646;
}
.cid-qD9g8rlAeD h2 {
  color: #000000;
}
.cid-qD9g8rlAeD .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-qD9g8rlAeD .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-qD9g8rlAeD .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-qD9g8rlAeD .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-qD9g8rlAeD .text-content {
    width: 100%;
  }
}
.cid-qD9g8rlAeD .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-qD9g8rlAeD .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-qD9g8rlAeD .mbr-text {
    text-align: center;
  }
}
.cid-qDDst4ZZfI {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-2-1620x1080.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
}
.cid-qDDst4ZZfI .mbr-text {
  color: #000000;
}
.cid-qDDst4ZZfI .media-container-row {
  flex-wrap: wrap;
}
.cid-qDDst4ZZfI .card-item {
  display: flex;
  justify-content: flex-start;
}
.cid-qDDst4ZZfI .card-item .card-icon {
    margin-top: 0px;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    margin-left: 0;
}
.cid-qDDst4ZZfI .card-item .card-icon span {
  font-size: 3rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  color: #4284df;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-qDDst4ZZfI .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-qDDst4ZZfI .card-item .card-icon {
    margin-right: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-qDDst4ZZfI .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .cid-qDDst4ZZfI .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-qDDst4ZZfI .card-item .card-icon span {
    font-size: 2rem;
  }
}
.cid-qD4eEh0Y4N {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qD4eEh0Y4N .mbr-text {
  color: #767676;
}
.cid-qD4eEh0Y4N .media-container-row {
  flex-wrap: wrap;
}
.cid-qD4eEh0Y4N .card-item {
  display: flex;
  justify-content: flex-start;
}
.cid-qD4eEh0Y4N .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-qD4eEh0Y4N .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #4284df;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-qD4eEh0Y4N .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-qD4eEh0Y4N .card-item .card-icon {
    margin-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-qD4eEh0Y4N .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .cid-qD4eEh0Y4N .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-qD4eEh0Y4N .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-qU2kvq1C2N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-qU2ky36jiZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qU2ky36jiZ .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-qU2ky36jiZ .card-img {
  padding: 0 0 2rem;
}
.cid-qU2ky36jiZ .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-qU2ky36jiZ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-qU2ky36jiZ .card-title {
    text-align: center;
  }
  .cid-qU2ky36jiZ p.mbr-text {
    text-align: center;
  }
}
.cid-qU2ky36jiZ .card-title {
  text-align: center;
}
.cid-qU2ky36jiZ .mbr-text,
.cid-qU2ky36jiZ .mbr-section-btn {
  text-align: center;
}
.cid-qU2kwSSBBc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qU2kwSSBBc .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-qU2kwSSBBc .card-img {
  padding: 0 0 2rem;
}
.cid-qU2kwSSBBc .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-qU2kwSSBBc .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-qU2kwSSBBc .card-title {
    text-align: center;
  }
  .cid-qU2kwSSBBc p.mbr-text {
    text-align: center;
  }
}
.cid-qU2kwSSBBc .card-title {
  text-align: center;
}
.cid-qU2kwSSBBc .mbr-text,
.cid-qU2kwSSBBc .mbr-section-btn {
  text-align: center;
}
.cid-qJ0kMYdZSr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-6-1620x1080.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
}
.cid-qJ0kMYdZSr .mbr-text {
  color: #2c1616;
}
.cid-qJ0kMYdZSr .media-container-row {

}
.cid-qJ0kMYdZSr .card-item {
  display: flex;
  justify-content: flex-start;
}
.cid-qJ0kMYdZSr .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-qJ0kMYdZSr .card-item .card-icon span {
  font-size: calc(2.0em + 0.5vmin) !important;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
  color: #4284df;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-qJ0kMYdZSr .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-qJ0kMYdZSr .card-item .card-icon {
    margin-right: 0.2rem;
  }
}
@media (min-width: 992px) {
  .cid-qJ0kMYdZSr .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .cid-qJ0kMYdZSr .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-qJ0kMYdZSr .card-item .card-icon span {
    font-size: 2rem;
  }
}
.cid-qDDacEzWf7 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qITB6qCVDV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qITB6qCVDV .mbr-text {
  margin: 0;
}
.cid-qITB6qCVDV .text-element {
  padding: 2rem;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-qITB6qCVDV .media-container-row {
  flex-direction: row-reverse;
}
.cid-qITB6qCVDV .row-element,
.cid-qITB6qCVDV .image-element {
  padding: 0;
}
.cid-qITB6qCVDV .image-element {
  display: flex;
  justify-content: center;
}
.cid-qITB6qCVDV .image-element .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qITB6qCVDV .image-element .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qITB6qCVDV .carousel-item {
  justify-content: center;
}
.cid-qITB6qCVDV .carousel-item.active,
.cid-qITB6qCVDV .carousel-item-next,
.cid-qITB6qCVDV .carousel-item-prev {
  display: flex;
}
.cid-qITB6qCVDV .carousel-indicators {
  left: -50% !important;
  left: 50%;
  margin: 20px auto 0;
}
.cid-qITB6qCVDV .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #fb1821;
}
.cid-qITB6qCVDV .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
}
.cid-qITB6qCVDV .carousel-indicators li:hover {
  opacity: 1;
}
.cid-qITB6qCVDV .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-qITB6qCVDV .carousel-controls {
    display: block;
  }
  .cid-qITB6qCVDV .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-qITB6qCVDV .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-qITB6qCVDV .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-qITB6qCVDV .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-qITB6qCVDV .text-element {
    padding: 1rem;
  }
  .cid-qITB6qCVDV .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qITB6qCVDV .image-element {
    min-width: 50%;
  }
  .cid-qITB6qCVDV .media-container-row {
    width: 100%;
  }
}
.cid-qITBQZJ4pj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qITBQZJ4pj .mbr-text {
  margin: 0;
}
.cid-qITBQZJ4pj .text-element {
  padding: 2rem;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-qITBQZJ4pj .media-container-row {
  flex-direction: row-reverse;
}
.cid-qITBQZJ4pj .row-element,
.cid-qITBQZJ4pj .image-element {
  padding: 0;
}
.cid-qITBQZJ4pj .image-element {
  display: flex;
  justify-content: center;
}
.cid-qITBQZJ4pj .image-element .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qITBQZJ4pj .image-element .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qITBQZJ4pj .carousel-item {
  justify-content: center;
}
.cid-qITBQZJ4pj .carousel-item.active,
.cid-qITBQZJ4pj .carousel-item-next,
.cid-qITBQZJ4pj .carousel-item-prev {
  display: flex;
}
.cid-qITBQZJ4pj .carousel-indicators {
  left: -50% !important;
  left: 50%;
  margin: 20px auto 0;
}
.cid-qITBQZJ4pj .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #fb1821;
}
.cid-qITBQZJ4pj .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
}
.cid-qITBQZJ4pj .carousel-indicators li:hover {
  opacity: 1;
}
.cid-qITBQZJ4pj .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-qITBQZJ4pj .carousel-controls {
    display: block;
  }
  .cid-qITBQZJ4pj .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-qITBQZJ4pj .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-qITBQZJ4pj .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-qITBQZJ4pj .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-qITBQZJ4pj .text-element {
    padding: 1rem;
  }
  .cid-qITBQZJ4pj .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qITBQZJ4pj .image-element {
    min-width: 50%;
  }
  .cid-qITBQZJ4pj .media-container-row {
    width: 100%;
  }
}
.cid-qITAxKItHJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qITAxKItHJ .mbr-text {
  margin: 0;
}
.cid-qITAxKItHJ .text-element {
  padding: 2rem;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-qITAxKItHJ .row-element,
.cid-qITAxKItHJ .image-element {
  padding: 0;
}
.cid-qITAxKItHJ .image-element {
  display: flex;
  justify-content: center;
}
.cid-qITAxKItHJ .image-element .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qITAxKItHJ .image-element .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qITAxKItHJ .carousel-item {
  justify-content: center;
}
.cid-qITAxKItHJ .carousel-item.active,
.cid-qITAxKItHJ .carousel-item-next,
.cid-qITAxKItHJ .carousel-item-prev {
  display: flex;
}
.cid-qITAxKItHJ .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
}
.cid-qITAxKItHJ .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #fb1821;
}
.cid-qITAxKItHJ .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
}
.cid-qITAxKItHJ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-qITAxKItHJ .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-qITAxKItHJ .carousel-controls {
    display: block;
  }
  .cid-qITAxKItHJ .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-qITAxKItHJ .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-qITAxKItHJ .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-qITAxKItHJ .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-qITAxKItHJ .text-element {
    padding: 1rem;
  }
  .cid-qITAxKItHJ .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qITAxKItHJ .image-element {
    min-width: 50%;
  }
  .cid-qITAxKItHJ .media-container-row {
    width: 100%;
  }
}
.cid-qZvjzXOTmc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qZvjzXOTmc .mbr-text {
  margin: 0;
}
.cid-qZvjzXOTmc .text-element {
  padding: 2rem;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-qZvjzXOTmc .media-container-row {
  flex-direction: row-reverse;
}
.cid-qZvjzXOTmc .row-element,
.cid-qZvjzXOTmc .image-element {
  padding: 0;
}
.cid-qZvjzXOTmc .image-element {
  display: flex;
  justify-content: center;
}
.cid-qZvjzXOTmc .image-element .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qZvjzXOTmc .image-element .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qZvjzXOTmc .carousel-item {
  justify-content: center;
}
.cid-qZvjzXOTmc .carousel-item.active,
.cid-qZvjzXOTmc .carousel-item-next,
.cid-qZvjzXOTmc .carousel-item-prev {
  display: flex;
}
.cid-qZvjzXOTmc .carousel-indicators {
  left: -50% !important;
  left: 50%;
  margin: 20px auto 0;
}
.cid-qZvjzXOTmc .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #fb1821;
}
.cid-qZvjzXOTmc .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
}
.cid-qZvjzXOTmc .carousel-indicators li:hover {
  opacity: 1;
}
.cid-qZvjzXOTmc .carousel-controls {
  display: block;
}
@media (max-width: 991px) {
  .cid-qZvjzXOTmc .carousel-controls {
    display: block;
  }
  .cid-qZvjzXOTmc .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-qZvjzXOTmc .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-qZvjzXOTmc .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-qZvjzXOTmc .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-qZvjzXOTmc .text-element {
    padding: 1rem;
  }
  .cid-qZvjzXOTmc .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZvjzXOTmc .image-element {
    min-width: 50%;
  }
  .cid-qZvjzXOTmc .media-container-row {
    width: 100%;
  }
}
.cid-qGaFUJywqn {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.cid-qD3K0DcovH .navbar {
  padding-top: 0.7rem;
  padding-right: 0;
  padding-bottom: 0.1rem;
  padding-left: 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-qD3K0DcovH .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-qD3K0DcovH .menu-logo {
  display: flex;
  position: relative;
  align-items: center;
  margin-right: auto;
}
.cid-qD3K0DcovH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 0rem;
  padding-top: 0.7rem;
  padding-right: 0;
  padding-bottom: 0.1rem;
  padding-left: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  min-width: 10rem;
  align-items: center;
}
.cid-qD3K0DcovH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qD3K0DcovH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qD3K0DcovH .menu-logo .navbar-brand .navbar-logo {
    
  margin-right: 5px;
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qD3K0DcovH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qD3K0DcovH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qD3K0DcovH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qD3K0DcovH a {
  font-style: normal;
}
.cid-qD3K0DcovH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qD3K0DcovH .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-qD3K0DcovH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qD3K0DcovH .dropdown-item:hover:before {
  transform: scale(1, 1);
  width: 16px;
}
.cid-qD3K0DcovH .content-text {
  margin-bottom: 0;
}
.cid-qD3K0DcovH .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-qD3K0DcovH .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fb1821;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-qD3K0DcovH .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-qD3K0DcovH .navbar-nav .nav-item a {
    margin: 0 0.5rem !important;
  }
  .a:focus {
  outline: 3px solid #b82925 !important;
}
}
@media (max-width: 991px) {
  .cid-qD3K0DcovH .navbar-nav .nav-item a {
    margin: 0!important;
  }
}
.cid-qD3K0DcovH .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-qD3K0DcovH .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qD3K0DcovH .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qD3K0DcovH .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-qD3K0DcovH .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qD3K0DcovH .nav-dropdown .link {
  font-weight: 400;
}
.cid-qD3K0DcovH .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-qD3K0DcovH .menu-content-top .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qD3K0DcovH .menu-content-top .row p {
  padding: 0.5rem 0;
}
.cid-qD3K0DcovH .menu-content-top .row a {
  padding: 0.5rem 0;
}
.cid-qD3K0DcovH .content-right-side {
  text-align: center;
}
.cid-qD3K0DcovH .menu-content-top {
  display: none;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.cid-qD3K0DcovH .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-qD3K0DcovH .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .cid-qD3K0DcovH .navbar .menu-content-top {
    display: block;
  }
  .cid-qD3K0DcovH .menu-content-top .row {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-qD3K0DcovH .content-right-side {
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    text-align: right;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
  }
  .cid-qD3K0DcovH .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-qD3K0DcovH .menu-bottom {
    display: flex;
    padding-top: 25px;
  }
  .cid-qD3K0DcovH .navbar {
    display: block;
    padding: 0;
  }
  .cid-qD3K0DcovH .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-qD3K0DcovH .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-qD3K0DcovH .navbar-toggler {
    display: none;
  }
}
.cid-qD3K0DcovH .navbar-short .menu-content-top {
  height: 0;
  border: none;
}
.cid-qD3K0DcovH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qD3K0DcovH .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-qD3K0DcovH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qD3K0DcovH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qD3K0DcovH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qD3K0DcovH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qD3K0DcovH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qD3K0DcovH .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qD3K0DcovH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-qD3K0DcovH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qD3K0DcovH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qD3K0DcovH .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-qD3K0DcovH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qD3K0DcovH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qD3K0DcovH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qD3K0DcovH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qD3K0DcovH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qD3K0DcovH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qD3K0DcovH .navbar.navbar-short .navbar-logo a img {
  height: 6.0rem;
}
.cid-qD3K0DcovH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qD3K0DcovH button.navbar-toggler {
  width: 28px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-qD3K0DcovH button.navbar-toggler:focus {
  outline: none;
}
.cid-qD3K0DcovH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 28px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-qD3K0DcovH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qD3K0DcovH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qD3K0DcovH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qD3K0DcovH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qD3K0DcovH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qD3K0DcovH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qD3K0DcovH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qD3K0DcovH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qD3K0DcovH .collapsed .nav-link {
  margin: .5rem 0 !important;
}
.cid-qD3K0DcovH .collapsed.navbar {
  flex-direction: column;
}
.cid-qD3K0DcovH .collapsed .menu-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qD3K0DcovH .collapsed .menu-logo {
  margin-right: 0;
}
.cid-qD3K0DcovH .collapsed .btn {
  display: flex;
}
.cid-qD3K0DcovH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qD3K0DcovH .collapsed .navbar-collapse.collapsing,
.cid-qD3K0DcovH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qD3K0DcovH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qD3K0DcovH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qD3K0DcovH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qD3K0DcovH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qD3K0DcovH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qD3K0DcovH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qD3K0DcovH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qD3K0DcovH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qD3K0DcovH .collapsed button.navbar-toggler {
  display: block;
  align-self: center;
}
.cid-qD3K0DcovH .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qD3K0DcovH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qD3K0DcovH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity,padding,height;
}
.cid-qD3K0DcovH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qD3K0DcovH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qD3K0DcovH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qD3K0DcovH .collapsed .dropdown-item:before {
  display: none;
}
@media (max-width: 991px) {
  .cid-qD3K0DcovH .dropdown-item {
    padding: 0.235em 0!important;
    margin: 0!important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-qD3K0DcovH .dropdown-item:before {
    display: none;
  }
  .cid-qD3K0DcovH .menu-logo {
    margin-right: 0;
    padding-top:10px;
  }
  .cid-qD3K0DcovH img {
    height: 2.5rem !important;
  }
  .cid-qD3K0DcovH .btn {
    display: flex;
  }
  .cid-qD3K0DcovH button.navbar-toggler {
    display: block;
  }
  .cid-qD3K0DcovH .navbar-brand {
    margin-left: 0.1rem !important;
    margin-top: .5rem;
    margin-right: 0;
  }
  .cid-qD3K0DcovH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qD3K0DcovH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qD3K0DcovH .navbar-collapse.collapsing,
  .cid-qD3K0DcovH .navbar-collapse.show {
    display: block !important;
  }
  .cid-qD3K0DcovH .navbar-collapse.collapsing .navbar-nav,
  .cid-qD3K0DcovH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qD3K0DcovH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qD3K0DcovH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qD3K0DcovH .navbar-collapse.collapsing .navbar-buttons,
  .cid-qD3K0DcovH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qD3K0DcovH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qD3K0DcovH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qD3K0DcovH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qD3K0DcovH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qD3K0DcovH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qD3K0DcovH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
.cid-qD3K0DcovH .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-qD3K0DcovH .navbar-collapse {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.cid-qD3K0DcovH .nav-link:focus {
  outline: none;
}
.cid-qD3K0DcovH .navbar-toggler {
  position: relative;
}
.cid-qD3K0DcovH .dropdown-item.active,
.cid-qD3K0DcovH .dropdown-item:active {
  background-color: #ffffff;
  color: initial;
}
.cid-qD3K0DcovH .nav-link:hover,
.cid-qD3K0DcovH .dropdown-item:hover {
  color: #ff0a02;
}
.cid-qD9UOv7oM7 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qD8Y5zCtHs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qD8Y5zCtHs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qD8Y5zCtHs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qD8Y5zCtHs .mbr-slider .carousel-control-prev.active
.cid-qD8Y5zCtHs .mbr-slider .carousel-control-prev:active{
    color: #ffffff !important;
}
.cid-qD8Y5zCtHs .mbr-slider .carousel-control-prev.hover
.cid-qD8Y5zCtHs .mbr-slider .carousel-control-prev:hover{
    color: #ffffff !important;
}
.cid-qD8Y5zCtHs .mbr-slider .carousel-control-prev.active
.cid-qD8Y5zCtHs .mbr-slider .carousel-control-prev:active{
    color: #ffffff !important;
}
.cid-qD8Y5zCtHs .mbr-slider .carousel-control-next.hover
.cid-qD8Y5zCtHs .mbr-slider .carousel-control-next:hover{
    color: #ffffff !important;
}
.cid-qD8Y5zCtHs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qD8Y5zCtHs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qD8Y5zCtHs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qD8Y5zCtHs .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: #000000 !important;
}
.cid-qD8Y5zCtHs .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qD8Y5zCtHs .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qD8Y5zCtHs .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qD8Y5zCtHs ul {
  font-size: 0;
}
.cid-qD8Y5zCtHs .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #4284df;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s;
}
.cid-qD8Y5zCtHs .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #4284df solid;
  border-radius: 0 !important;
}
.cid-qD8Y5zCtHs .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-qZYk95W7IU {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-qZYk95W7IU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qZYk95W7IU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qZYk95W7IU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qZYk95W7IU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qZYk95W7IU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qZYk95W7IU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: #000000 !important;
}
.cid-qZYk95W7IU .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qZYk95W7IU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qZYk95W7IU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qZYk95W7IU ul {
  font-size: 0;
}
.cid-qZYk95W7IU .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #4284df;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s;
}
.cid-qZYk95W7IU .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #4284df solid;
  border-radius: 0 !important;
}
.cid-qZYk95W7IU .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-qHB47PvMzc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qHB47PvMzc .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qHB47PvMzc .input {
  margin-bottom: 15px;
}
.cid-qHB47PvMzc .map {
  width: 100%;
  height: 30rem;
}
.cid-qHB47PvMzc .map iframe {
  width: inherit;
  height: 100%;
}
.cid-qHB47PvMzc .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-qHB47PvMzc .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qHB47PvMzc .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-qHB47PvMzc .mbr-text {
  color: #767676;
}
.cid-qHB47PvMzc a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qHB47PvMzc .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qHB47PvMzc .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qHB47PvMzc .block .form-control {
  padding: 1.07em 1.07em;
}
.cid-qHB47PvMzc .google-map {
  height: 25rem;
  position: relative;
}
.cid-qHB47PvMzc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qHB47PvMzc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qHB47PvMzc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qHB47PvMzc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-qHB47PvMzc h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-qHB47PvMzc .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-qHB47PvMzc .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-qHB47PvMzc .google-map {
    padding-bottom: 2rem;
  }
}
.cid-qDHDvCxR1L {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f0f0f0;
}
.cid-qDHDvCxR1L h2,
.cid-qDHDvCxR1L h3,
.cid-qDHDvCxR1L p,
.cid-qDHDvCxR1L h4 {
  color: #000000;
}
.cid-qDHDvCxR1L .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-qDHDvCxR1L .mbr-iconfont {
  color: #fb1821;
  font-size: 2rem;
}
.cid-qDHDvCxR1L .input {
  margin-bottom: 15px;
}
.cid-qDHDvCxR1L .mbr-text {
  color: #767676;
}
.cid-qDHDvCxR1L a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qDHDvCxR1L .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qDHDvCxR1L .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qDHDvCxR1L .form-block {
  background-color: #ffffff;
  padding-top: 20px;
}
.cid-qDHDvCxR1L .block .form-control {
  padding: 0.5em 0.5em;
}
.cid-qDHDvCxR1L .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-qDHDvCxR1L .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-qDHDvCxR1L .list-block {
  position: relative;
}
.cid-qDHDvCxR1L .list-block h4,
.cid-qDHDvCxR1L .list-block p {
  padding-left: 3.0rem;
  white-space: nowrap;
}
.cid-qDHDvCxR1L .card-img {
  display: block;
}
@media (max-width: 767px) {
  .cid-qDHDvCxR1L h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-qDHDvCxR1L .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-qDHDvCxR1L .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-qDHDvCxR1L .img-block-wrap {
    position: relative;
  }
  .cid-qDHDvCxR1L .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-qDHDvCxR1L .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-qDHDvCxR1L .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qDHDvCxR1L .google-map {
    padding-bottom: 2rem;
  }
  .cid-qDHDvCxR1L .img-block {
    overflow: hidden;
  }
}
.cid-qDHDvCxR1L .content-title {
  text-align: left;
}
.cid-qDHDvCxR1L .mbr-section-subtitle {
  text-align: center;
}
.cid-qDHFfvDJkD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qDHFfvDJkD p {
  text-align: center;
}
.cid-qDHFfvDJkD .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-qDHFfvDJkD .social-list a:focus {
  text-decoration: none;
}
.cid-qDHFfvDJkD .text-copyright {
  width: 100%;
}
.cid-qDHFfvDJkD .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-qDHFfvDJkD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-qDHFfvDJkD .logo-footer {
  line-height: normal;
}
.cid-qDHFfvDJkD .copyright {
  display: flex;
  align-items: center;
}
.cid-qDHFfvDJkD .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qDHFfvDJkD .media-container-row {
  align-items: center;
}
