.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Plus Jakarta Sans;
}
.display-1 {
  font-family: 'La Beauties';
  font-size: 10rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 12.5rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((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.2 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.35 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.35 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #bd2303 !important;
}
.bg-success {
  background-color: #2ccb0a !important;
}
.bg-info {
  background-color: #f1f1f1 !important;
}
.bg-warning {
  background-color: #f3840c !important;
}
.bg-danger {
  background-color: #bd2303 !important;
}
.btn-primary {
  padding: 7px 14px;
  flex-direction: row-reverse;
  align-items: center;
}
.btn-primary .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.btn-primary::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 8px;
  transition: all .5s ease;
  background-color: #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #bd2303 !important;
  border-color: #bd2303 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ef2c04 !important;
  border-color: #ef2c04 !important;
  box-shadow: none;
}
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary.focus::before,
.btn-primary.active::before {
  transform: scale(2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ef2c04 !important;
  border-color: #ef2c04 !important;
}
.btn-secondary {
  padding: 7px 14px;
  flex-direction: row-reverse;
  align-items: center;
}
.btn-secondary .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.btn-secondary::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 8px;
  transition: all .5s ease;
  background-color: #000000;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f3b90c !important;
  border-color: #f3b90c !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f5c73d !important;
  border-color: #f5c73d !important;
  box-shadow: none;
}
.btn-secondary:hover::before,
.btn-secondary:focus::before,
.btn-secondary.focus::before,
.btn-secondary.active::before {
  transform: scale(2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #f5c73d !important;
  border-color: #f5c73d !important;
}
.btn-info {
  padding: 7px 14px;
  flex-direction: row-reverse;
  align-items: center;
}
.btn-info .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.btn-info::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 8px;
  transition: all .5s ease;
  background-color: #585858;
}
.btn-info,
.btn-info:active {
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
  color: #585858 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover::before,
.btn-info:focus::before,
.btn-info.focus::before,
.btn-info.active::before {
  transform: scale(2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #585858 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  padding: 7px 14px;
  flex-direction: row-reverse;
  align-items: center;
}
.btn-success .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.btn-success::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 8px;
  transition: all .5s ease;
  background-color: #000000;
}
.btn-success,
.btn-success:active {
  background-color: #2ccb0a !important;
  border-color: #2ccb0a !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3cf315 !important;
  border-color: #3cf315 !important;
  box-shadow: none;
}
.btn-success:hover::before,
.btn-success:focus::before,
.btn-success.focus::before,
.btn-success.active::before {
  transform: scale(2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #3cf315 !important;
  border-color: #3cf315 !important;
}
.btn-warning {
  padding: 7px 14px;
  flex-direction: row-reverse;
  align-items: center;
}
.btn-warning .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.btn-warning::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 8px;
  transition: all .5s ease;
  background-color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #f3840c !important;
  border-color: #f3840c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f59d3d !important;
  border-color: #f59d3d !important;
  box-shadow: none;
}
.btn-warning:hover::before,
.btn-warning:focus::before,
.btn-warning.focus::before,
.btn-warning.active::before {
  transform: scale(2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f59d3d !important;
  border-color: #f59d3d !important;
}
.btn-danger {
  padding: 7px 14px;
  flex-direction: row-reverse;
  align-items: center;
}
.btn-danger .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.btn-danger::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 8px;
  transition: all .5s ease;
  background-color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #bd2303 !important;
  border-color: #bd2303 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ef2c04 !important;
  border-color: #ef2c04 !important;
  box-shadow: none;
}
.btn-danger:hover::before,
.btn-danger:focus::before,
.btn-danger.focus::before,
.btn-danger.active::before {
  transform: scale(2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ef2c04 !important;
  border-color: #ef2c04 !important;
}
.btn-white {
  padding: 7px 14px;
  flex-direction: row-reverse;
  align-items: center;
}
.btn-white .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.btn-white::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 8px;
  transition: all .5s ease;
  background-color: #666666;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white:hover::before,
.btn-white:focus::before,
.btn-white.focus::before,
.btn-white.active::before {
  transform: scale(2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  padding: 7px 14px;
  flex-direction: row-reverse;
  align-items: center;
}
.btn-black .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.btn-black::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 8px;
  transition: all .5s ease;
  background-color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #1f1f1f !important;
  border-color: #1f1f1f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #393939 !important;
  border-color: #393939 !important;
  box-shadow: none;
}
.btn-black:hover::before,
.btn-black:focus::before,
.btn-black.focus::before,
.btn-black.active::before {
  transform: scale(2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #393939 !important;
  border-color: #393939 !important;
}
.btn-primary-outline {
  padding: 0;
}
.btn-primary-outline .mbr-iconfont {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  background-color: #bd2303;
  color: #ffffff;
  transition: all .5s ease;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bd2303;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #681302 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  background-color: #681302;
  color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bd2303 !important;
  border-color: #bd2303 !important;
}
.btn-secondary-outline {
  padding: 0;
}
.btn-secondary-outline .mbr-iconfont {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  background-color: #f3b90c;
  color: #000000;
  transition: all .5s ease;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f3b90c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a07a08 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  background-color: #a07a08;
  color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f3b90c !important;
  border-color: #f3b90c !important;
}
.btn-info-outline {
  padding: 0;
}
.btn-info-outline .mbr-iconfont {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  background-color: #f1f1f1;
  color: #585858;
  transition: all .5s ease;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f1f1f1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c6c6c6 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  background-color: #c6c6c6;
  color: #2d2d2d;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #727272 !important;
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
.btn-success-outline {
  padding: 0;
}
.btn-success-outline .mbr-iconfont {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  background-color: #2ccb0a;
  color: #000000;
  transition: all .5s ease;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2ccb0a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1a7806 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  background-color: #1a7806;
  color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2ccb0a !important;
  border-color: #2ccb0a !important;
}
.btn-warning-outline {
  padding: 0;
}
.btn-warning-outline .mbr-iconfont {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  background-color: #f3840c;
  color: #ffffff;
  transition: all .5s ease;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f3840c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a05708 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  background-color: #a05708;
  color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3840c !important;
  border-color: #f3840c !important;
}
.btn-danger-outline {
  padding: 0;
}
.btn-danger-outline .mbr-iconfont {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  background-color: #bd2303;
  color: #ffffff;
  transition: all .5s ease;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bd2303;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #681302 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  background-color: #681302;
  color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bd2303 !important;
  border-color: #bd2303 !important;
}
.btn-black-outline {
  padding: 0;
}
.btn-black-outline .mbr-iconfont {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  background-color: #1f1f1f;
  color: #ffffff;
  transition: all .5s ease;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f1f1f;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1f1f1f !important;
  border-color: #1f1f1f !important;
}
.btn-white-outline {
  padding: 0;
}
.btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  background-color: #ffffff;
  color: #666666;
  transition: all .5s ease;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  background-color: #d4d4d4;
  color: #3b3b3b;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #bd2303 !important;
}
.text-secondary {
  color: #f3b90c !important;
}
.text-success {
  color: #2ccb0a !important;
}
.text-info {
  color: #f1f1f1 !important;
}
.text-warning {
  color: #f3840c !important;
}
.text-danger {
  color: #bd2303 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1f1f1f !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #591001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #926f07 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #176a05 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bebebe !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #924f07 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #591001 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #bd2303;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f1f1f1;
}
.alert-warning {
  background-color: #f3840c;
}
.alert-danger {
  background-color: #bd2303;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bd2303;
  border-color: #bd2303;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 15px !important;
}
a,
a:hover {
  color: #bd2303;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fc6343;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b5fba6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fde6ce;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fc6343;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 4px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #bd2303 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #bd2303;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bd2303;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bd2303;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #bd2303;
  border-bottom-color: #bd2303;
}
.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: #bd2303 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f3b90c !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23bd2303' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 500;
  border-radius: 4px !important;
}
.mbr-section-btn .btn-black::before,
.mbr-section-btn .btn-white::before {
  background-color: #bd2303;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  background-color: #e6e6e6 !important;
  color: #1f1f1f !important;
}
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  background-color: #bd2303;
  color: #ffffff;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 15px !important;
}
.middle-radius {
  border-radius: 10px !important;
}
.little-radius {
  border-radius: 4px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v6cjSUZCXN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-v6cjSUZCXN nav.navbar {
  position: fixed;
}
.cid-v6cjSUZCXN .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .cid-v6cjSUZCXN .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-v6cjSUZCXN .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v6cjSUZCXN .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-v6cjSUZCXN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v6cjSUZCXN .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-v6cjSUZCXN .dropdown-item:hover,
.cid-v6cjSUZCXN .dropdown-item:focus {
  background: #ffffff !important;
  color: #1f1f1f !important;
}
.cid-v6cjSUZCXN .dropdown-item:hover span {
  color: white;
}
.cid-v6cjSUZCXN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6cjSUZCXN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6cjSUZCXN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6cjSUZCXN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6cjSUZCXN .nav-link {
  position: relative;
}
.cid-v6cjSUZCXN .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v6cjSUZCXN .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-v6cjSUZCXN .container {
    max-width: 1100px;
  }
}
.cid-v6cjSUZCXN .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v6cjSUZCXN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v6cjSUZCXN .dropdown-menu,
.cid-v6cjSUZCXN .navbar.opened {
  background: #ffffff !important;
}
.cid-v6cjSUZCXN .nav-item:focus,
.cid-v6cjSUZCXN .nav-link:focus {
  outline: none;
}
.cid-v6cjSUZCXN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6cjSUZCXN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v6cjSUZCXN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6cjSUZCXN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6cjSUZCXN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6cjSUZCXN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6cjSUZCXN .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v6cjSUZCXN .navbar.opened {
  transition: all 0.3s;
}
.cid-v6cjSUZCXN .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-v6cjSUZCXN .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-v6cjSUZCXN .navbar .navbar-logo img {
  width: auto;
}
.cid-v6cjSUZCXN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6cjSUZCXN .navbar.collapsed {
  justify-content: center;
}
.cid-v6cjSUZCXN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6cjSUZCXN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6cjSUZCXN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6cjSUZCXN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-v6cjSUZCXN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-v6cjSUZCXN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6cjSUZCXN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6cjSUZCXN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6cjSUZCXN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6cjSUZCXN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6cjSUZCXN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6cjSUZCXN .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-v6cjSUZCXN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-v6cjSUZCXN .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-v6cjSUZCXN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6cjSUZCXN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6cjSUZCXN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6cjSUZCXN .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-v6cjSUZCXN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v6cjSUZCXN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6cjSUZCXN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6cjSUZCXN .navbar.navbar-short {
  min-height: 77px;
}
.cid-v6cjSUZCXN .navbar.navbar-short .navbar-brand {
  min-height: 77px;
}
.cid-v6cjSUZCXN .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v6cjSUZCXN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v6cjSUZCXN .navbar-brand .navbar-caption:hover,
.cid-v6cjSUZCXN .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-v6cjSUZCXN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6cjSUZCXN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v6cjSUZCXN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-v6cjSUZCXN .dropdown-item.active,
.cid-v6cjSUZCXN .dropdown-item:active {
  background-color: transparent;
}
.cid-v6cjSUZCXN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6cjSUZCXN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6cjSUZCXN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6cjSUZCXN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-v6cjSUZCXN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v6cjSUZCXN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v6cjSUZCXN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6cjSUZCXN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v6cjSUZCXN ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v6cjSUZCXN .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v6cjSUZCXN .navbar-buttons {
    text-align: left;
  }
}
.cid-v6cjSUZCXN .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v6cjSUZCXN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v6cjSUZCXN button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v6cjSUZCXN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-v6cjSUZCXN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v6cjSUZCXN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v6cjSUZCXN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v6cjSUZCXN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v6cjSUZCXN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6cjSUZCXN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6cjSUZCXN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6cjSUZCXN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6cjSUZCXN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v6cjSUZCXN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6cjSUZCXN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6cjSUZCXN .navbar {
    height: 70px;
  }
  .cid-v6cjSUZCXN .navbar.opened {
    height: auto;
  }
  .cid-v6cjSUZCXN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6cjSUZCXN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v6cjSUZCXN .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v6cjSUZCXN .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v6cjSUZCXN .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #1f1f1f;
  transition: all 0.3s ease-in-out;
}
.cid-v6cjSUZCXN .nav-item .nav-link:hover {
  background-color: transparent;
  color: #1f1f1f;
}
.cid-v6cjSUZCXN .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v6cjSUZCXN .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-v6cjSUZCXN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v6cjSUZCXN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v6cjSUZCXN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v6cjSUZCXN .navbar {
    justify-content: flex-start !important;
  }
  .cid-v6cjSUZCXN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v6cjSUZCXN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v6cjSUZCXN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v6cjSUZCXN .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v6cjSUZCXN .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v6cjSUZCXN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v6cjSUZCXN .content-wrap {
  min-height: 77px;
}
.cid-v6cjSUZCXN .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-v6cjSUZCXN .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-v6cjT5P98W {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #1f1f1f;
}
.cid-v6cjT5P98W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6cjT5P98W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6cjT5P98W .card-wrapper {
  position: relative;
  padding: 320px 30px 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .cid-v6cjT5P98W .card-wrapper {
    padding: 200px 30px 50px;
  }
}
@media (max-width: 1200px) {
  .cid-v6cjT5P98W .card-wrapper {
    padding: 150px 30px 50px;
  }
}
@media (max-width: 992px) {
  .cid-v6cjT5P98W .card-wrapper {
    height: 100%;
    padding: 30px 15px 15px;
  }
}
.cid-v6cjT5P98W .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v6cjT5P98W .card-wrapper .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}
.cid-v6cjT5P98W .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v6cjT5P98W .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v6cjT5P98W .card-wrapper .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  width: 33%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-v6cjT5P98W .card-wrapper .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v6cjT5P98W .card-wrapper .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-v6cjT5P98W .card-wrapper .content-wrapper .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #464645;
}
.cid-v6cjT5P98W .card-wrapper .content-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-v6cjT5P98W .card-wrapper .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-v6cjT5P98W .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  width: 33%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v6cjT5P98W .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v6cjT5P98W .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6cjT5P98W .card-wrapper .content-wrapper .text-wrapper .content-wrap {
  width: 33%;
}
@media (max-width: 1440px) {
  .cid-v6cjT5P98W .card-wrapper .content-wrapper .text-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v6cjT5P98W .card-wrapper .content-wrapper .text-wrapper .content-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-v6cjT5P98W .card-wrapper .content-wrapper .text-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6cjT5P98W .mbr-section-title {
  color: #ffffff;
}
.cid-v6cjT5P98W .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v6cjT5P98W .mbr-text {
  color: #ffffff;
}
.cid-v6cjT5P98W .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v6cjT5P98W .mbr-section-btn {
    text-align: left;
  }
}
.cid-v6cjT5P98W .mbr-section-title,
.cid-v6cjT5P98W .mbr-section-btn {
  color: #f1f1f1;
}
.cid-v6cjT5P98W .mbr-section-subtitle,
.cid-v6cjT5P98W .subtitle-wrapper {
  color: #f1f1f1;
}
.cid-vc8VX0OieQ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #1f1f1f;
}
.cid-vc8VX0OieQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc8VX0OieQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc8VX0OieQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vc8VX0OieQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vc8VX0OieQ .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 2px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-vc8VX0OieQ .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-vc8VX0OieQ .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vc8VX0OieQ .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-vc8VX0OieQ .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-vc8VX0OieQ .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-vc8VX0OieQ .mbr-text {
  color: #19171c;
}
.cid-vc8VX0OieQ .mbr-name {
  color: #f1f1f1;
  text-align: left;
}
.cid-vc8VX0OieQ .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-vc8VX0OieQ .mbr-text,
.cid-vc8VX0OieQ .text-wrapper,
.cid-vc8VX0OieQ .person-wrapper {
  text-align: center;
  color: #f1f1f1;
}
.cid-v6ck8cUrvL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/art-deco-strip-1.jpg-2000x733.jpg");
}
.cid-v6ck8cUrvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6ck8cUrvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6ck8cUrvL .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v6ck8cUrvL .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v6ck8cUrvL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v6ck8cUrvL .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-v6ck8cUrvL .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v6ck8cUrvL .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-v6ck8cUrvL .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v6ck8cUrvL .mbr-section-title {
  color: #ffffff;
}
.cid-v6ck8cUrvL .mbr-text {
  color: #ffffff;
}
.cid-v6ck8cUrvL .mbr-text,
.cid-v6ck8cUrvL .text-wrap {
  color: #f1f1f1;
}
.cid-v6ck8cUrvL .mbr-section-title,
.cid-v6ck8cUrvL .title-wrapper,
.cid-v6ck8cUrvL .mbr-section-btn {
  color: #f1f1f1;
}
.cid-vhdFO94EXy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1f1f1f;
}
@media (max-width: 767px) {
  .cid-vhdFO94EXy .mbr-text {
    text-align: center;
  }
}
.cid-vhdFO94EXy .container-fluid {
  padding: 0;
}
.cid-vhdFO94EXy .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-vhdFO94EXy img {
  height: 100%;
  object-fit: cover;
}
.cid-vhdFO94EXy .mbr-figure {
  height: 100%;
}
.cid-vhdFO94EXy .col-lg-6 {
  padding: 0;
}
.cid-vhdFO94EXy .row {
  margin: 0;
}
.cid-vhdFO94EXy H1 {
  color: #f1f1f1;
}
.cid-vhdFO94EXy .mbr-text,
.cid-vhdFO94EXy .mbr-section-btn {
  color: #f1f1f1;
}
.cid-vjoJct8sS1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/art-deco-strip-2.jpg-2000x733.jpg");
}
.cid-vjoJct8sS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjoJct8sS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjoJct8sS1 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vjoJct8sS1 .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vjoJct8sS1 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vjoJct8sS1 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vjoJct8sS1 .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vjoJct8sS1 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vjoJct8sS1 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vjoJct8sS1 .mbr-section-title {
  color: #ffffff;
}
.cid-vjoJct8sS1 .mbr-text {
  color: #ffffff;
}
.cid-vjoJct8sS1 .mbr-text,
.cid-vjoJct8sS1 .text-wrap {
  color: #f1f1f1;
}
.cid-vdyIYLzMIY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-vdyIYLzMIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdyIYLzMIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdyIYLzMIY .row {
  margin: 0 -15px;
}
.cid-vdyIYLzMIY .row .card {
  padding: 0 15px;
}
.cid-vdyIYLzMIY .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdyIYLzMIY .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vdyIYLzMIY .content-wrapper {
  margin-bottom: 40px;
}
.cid-vdyIYLzMIY .content-wrapper .main-btn .btn {
  margin-bottom: 0;
}
.cid-vdyIYLzMIY .main-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdyIYLzMIY .main-btn {
    text-align: left;
  }
}
.cid-vdyIYLzMIY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 30px;
}
@media (max-width: 1440px) {
  .cid-vdyIYLzMIY .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vdyIYLzMIY .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vdyIYLzMIY .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-vdyIYLzMIY .items-wrapper .item:hover .item-wrapper .image-wrapper::before,
.cid-vdyIYLzMIY .items-wrapper .item:focus .item-wrapper .image-wrapper::before {
  opacity: .85;
}
.cid-vdyIYLzMIY .items-wrapper .item:hover .item-wrapper .image-wrapper .item-btn .btn,
.cid-vdyIYLzMIY .items-wrapper .item:focus .item-wrapper .image-wrapper .item-btn .btn {
  opacity: 1;
}
.cid-vdyIYLzMIY .items-wrapper .item:hover .item-wrapper .item-content .item-title,
.cid-vdyIYLzMIY .items-wrapper .item:focus .item-wrapper .item-content .item-title {
  color: #1f1f1f;
}
.cid-vdyIYLzMIY .items-wrapper .item:hover .item-wrapper .item-content .item-text,
.cid-vdyIYLzMIY .items-wrapper .item:focus .item-wrapper .item-content .item-text {
  color: #1f1f1f;
}
.cid-vdyIYLzMIY .items-wrapper .item .item-wrapper {
  overflow: hidden;
}
.cid-vdyIYLzMIY .items-wrapper .item .item-wrapper .image-wrapper {
  overflow: hidden;
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdyIYLzMIY .items-wrapper .item .item-wrapper .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vdyIYLzMIY .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdyIYLzMIY .items-wrapper .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vdyIYLzMIY .items-wrapper .item .item-wrapper .image-wrapper .item-btn {
  position: relative;
  z-index: 1;
}
.cid-vdyIYLzMIY .items-wrapper .item .item-wrapper .image-wrapper .item-btn .btn {
  opacity: 0;
}
.cid-vdyIYLzMIY .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-vdyIYLzMIY .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vdyIYLzMIY .mbr-section-title {
  color: #fefff5;
}
.cid-vdyIYLzMIY .item-title {
  color: #ffffff;
}
.cid-vdyIYLzMIY .item-text {
  color: #f1f1f1;
}
.cid-vhk6LIlQyW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #1f1f1f;
}
.cid-vhk6LIlQyW .line {
  background-color: #951a00;
  color: #951a00;
  align: center;
  height: 3
      px;
  margin: 0 auto;
}
.cid-vhk6LIlQyW .section-text {
  padding: 2rem 0;
  color: #f1f1f1;
}
.cid-vhk6LIlQyW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-vhk6LIlQyW .inner-container {
    width: 100% !important;
  }
}
.cid-vhjE3wRf8w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1f1f1f;
}
.cid-vhjE3wRf8w .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-vhjE3wRf8w .mbr-section-title {
  color: #C4CFDE;
}
.cid-vhjE3wRf8w .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 700px) {
  .cid-vhjE3wRf8w .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-vhjE3wRf8w .card {
  margin-bottom: 30px;
}
.cid-vhjE3wRf8w img {
  width: auto;
  max-height: 200px;
  max-width: 100%;
  margin: auto;
}
.cid-vgKNA0zdmC {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-vgKNA0zdmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgKNA0zdmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgKNA0zdmC .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vgKNA0zdmC .content-wrapper::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f3840c 10%, #ffcd7d 25%, #bd6403 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-vgKNA0zdmC .content-wrapper::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vgKNA0zdmC .content-wrap {
  position: relative;
  margin: 0 -40px;
}
.cid-vgKNA0zdmC .content-wrap .card {
  padding: 0 40px;
}
.cid-vgKNA0zdmC .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 3px solid #951a00;
  margin-bottom: 24px;
}
.cid-vgKNA0zdmC .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vgKNA0zdmC .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vgKNA0zdmC .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgKNA0zdmC .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vgKNA0zdmC .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgKNA0zdmC .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgKNA0zdmC .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgKNA0zdmC .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vgKNA0zdmC .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vgKNA0zdmC .form-wrap {
  position: relative;
  z-index: 1;
  background-color: #1f1f1f;
  border: 3px solid #242a3c;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vgKNA0zdmC .form-wrap {
    padding: 20px;
  }
}
.cid-vgKNA0zdmC .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vgKNA0zdmC .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vgKNA0zdmC .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vgKNA0zdmC .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px;
  background-color: #464645;
  border: 1px solid #242a3c !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #d1d1d1;
}
.cid-vgKNA0zdmC .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #d1d1d1;
}
.cid-vgKNA0zdmC .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vgKNA0zdmC .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #f1f1f1 !important;
}
.cid-vgKNA0zdmC .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vgKNA0zdmC .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vgKNA0zdmC .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.cid-vgKNA0zdmC .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 0;
}
.cid-vgKNA0zdmC .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-vgKNA0zdmC .mbr-label {
  color: #9ba9c4;
}
.cid-vgKNA0zdmC .mbr-section-title {
  color: #ffffff;
}
.cid-vgKNA0zdmC .mbr-text,
.cid-vgKNA0zdmC .text-wrapper {
  color: #f1f1f1;
}
.cid-vgKNA0zdmC label {
  color: #9ba9c4;
}
.cid-vgKNA0zdmC LABEL {
  color: #f1f1f1;
}
.cid-vdyM6LjUqK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-vdyM6LjUqK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdyM6LjUqK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdyM6LjUqK .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vdyM6LjUqK .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vdyM6LjUqK .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdyM6LjUqK .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vdyM6LjUqK .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vdyM6LjUqK .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vdyM6LjUqK .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vdyM6LjUqK .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vdyM6LjUqK .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #951a00;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vdyM6LjUqK .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vdyM6LjUqK .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vdyM6LjUqK .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vdyM6LjUqK .items-wrapper .card {
  padding: 0 32px;
}
.cid-vdyM6LjUqK .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vdyM6LjUqK .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vdyM6LjUqK .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vdyM6LjUqK .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdyM6LjUqK .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vdyM6LjUqK .list-wrapper .list .item-wrap:hover,
.cid-vdyM6LjUqK .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vdyM6LjUqK .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vdyM6LjUqK .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vdyM6LjUqK .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vdyM6LjUqK .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vdyM6LjUqK .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vdyM6LjUqK .mbr-copy {
  margin-bottom: 0;
  color: #f1f1f1;
}
.cid-vdyM6LjUqK .mbr-desc {
  color: #f1f1f1;
}
.cid-vdyM6LjUqK .mbr-text,
.cid-vdyM6LjUqK .text-wrapper {
  color: #9aa0a6;
}
.cid-vdyM6LjUqK .list {
  color: #9aa0a6;
}
.cid-vdyM6LjUqK .mbr-text,
.cid-vdyM6LjUqK .mbr-section-btn {
  color: #f1f1f1;
}
.cid-vdyM6LjUqK .list,
.cid-vdyM6LjUqK .item-wrap {
  color: #f1f1f1;
}
.cid-vjoGoH2ZBA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vjoGoH2ZBA nav.navbar {
  position: fixed;
}
.cid-vjoGoH2ZBA .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .cid-vjoGoH2ZBA .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vjoGoH2ZBA .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vjoGoH2ZBA .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-vjoGoH2ZBA .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vjoGoH2ZBA .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-vjoGoH2ZBA .dropdown-item:hover,
.cid-vjoGoH2ZBA .dropdown-item:focus {
  background: #ffffff !important;
  color: #1f1f1f !important;
}
.cid-vjoGoH2ZBA .dropdown-item:hover span {
  color: white;
}
.cid-vjoGoH2ZBA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjoGoH2ZBA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjoGoH2ZBA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjoGoH2ZBA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjoGoH2ZBA .nav-link {
  position: relative;
}
.cid-vjoGoH2ZBA .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vjoGoH2ZBA .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vjoGoH2ZBA .container {
    max-width: 1100px;
  }
}
.cid-vjoGoH2ZBA .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vjoGoH2ZBA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjoGoH2ZBA .dropdown-menu,
.cid-vjoGoH2ZBA .navbar.opened {
  background: #ffffff !important;
}
.cid-vjoGoH2ZBA .nav-item:focus,
.cid-vjoGoH2ZBA .nav-link:focus {
  outline: none;
}
.cid-vjoGoH2ZBA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjoGoH2ZBA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vjoGoH2ZBA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjoGoH2ZBA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjoGoH2ZBA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjoGoH2ZBA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjoGoH2ZBA .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vjoGoH2ZBA .navbar.opened {
  transition: all 0.3s;
}
.cid-vjoGoH2ZBA .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vjoGoH2ZBA .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vjoGoH2ZBA .navbar .navbar-logo img {
  width: auto;
}
.cid-vjoGoH2ZBA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjoGoH2ZBA .navbar.collapsed {
  justify-content: center;
}
.cid-vjoGoH2ZBA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjoGoH2ZBA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjoGoH2ZBA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjoGoH2ZBA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vjoGoH2ZBA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-vjoGoH2ZBA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjoGoH2ZBA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjoGoH2ZBA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjoGoH2ZBA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjoGoH2ZBA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjoGoH2ZBA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjoGoH2ZBA .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vjoGoH2ZBA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-vjoGoH2ZBA .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-vjoGoH2ZBA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjoGoH2ZBA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjoGoH2ZBA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjoGoH2ZBA .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-vjoGoH2ZBA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vjoGoH2ZBA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjoGoH2ZBA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjoGoH2ZBA .navbar.navbar-short {
  min-height: 77px;
}
.cid-vjoGoH2ZBA .navbar.navbar-short .navbar-brand {
  min-height: 77px;
}
.cid-vjoGoH2ZBA .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vjoGoH2ZBA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vjoGoH2ZBA .navbar-brand .navbar-caption:hover,
.cid-vjoGoH2ZBA .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vjoGoH2ZBA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjoGoH2ZBA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vjoGoH2ZBA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vjoGoH2ZBA .dropdown-item.active,
.cid-vjoGoH2ZBA .dropdown-item:active {
  background-color: transparent;
}
.cid-vjoGoH2ZBA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjoGoH2ZBA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjoGoH2ZBA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjoGoH2ZBA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vjoGoH2ZBA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vjoGoH2ZBA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vjoGoH2ZBA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjoGoH2ZBA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vjoGoH2ZBA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-vjoGoH2ZBA .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vjoGoH2ZBA .navbar-buttons {
    text-align: left;
  }
}
.cid-vjoGoH2ZBA .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vjoGoH2ZBA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vjoGoH2ZBA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vjoGoH2ZBA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-vjoGoH2ZBA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vjoGoH2ZBA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vjoGoH2ZBA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vjoGoH2ZBA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vjoGoH2ZBA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjoGoH2ZBA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjoGoH2ZBA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjoGoH2ZBA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjoGoH2ZBA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjoGoH2ZBA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjoGoH2ZBA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjoGoH2ZBA .navbar {
    height: 70px;
  }
  .cid-vjoGoH2ZBA .navbar.opened {
    height: auto;
  }
  .cid-vjoGoH2ZBA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjoGoH2ZBA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vjoGoH2ZBA .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vjoGoH2ZBA .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vjoGoH2ZBA .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #1f1f1f;
  transition: all 0.3s ease-in-out;
}
.cid-vjoGoH2ZBA .nav-item .nav-link:hover {
  background-color: transparent;
  color: #1f1f1f;
}
.cid-vjoGoH2ZBA .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vjoGoH2ZBA .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-vjoGoH2ZBA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vjoGoH2ZBA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vjoGoH2ZBA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vjoGoH2ZBA .navbar {
    justify-content: flex-start !important;
  }
  .cid-vjoGoH2ZBA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vjoGoH2ZBA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vjoGoH2ZBA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vjoGoH2ZBA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vjoGoH2ZBA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vjoGoH2ZBA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vjoGoH2ZBA .content-wrap {
  min-height: 77px;
}
.cid-vjoGoH2ZBA .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vjoGoH2ZBA .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vjoTuc4oQl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-vjoTuc4oQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjoTuc4oQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjoTuc4oQl .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vjoTuc4oQl .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vjoTuc4oQl .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vjoTuc4oQl .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-vjoTuc4oQl .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vjoTuc4oQl .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vjoTuc4oQl .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vjoTuc4oQl .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vjoTuc4oQl .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vjoTuc4oQl .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vjoTuc4oQl .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vjoTuc4oQl .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vjoTuc4oQl .mbr-section-title {
  color: #ffffff;
}
.cid-vjoTuc4oQl .mbr-text {
  color: #ffffff;
}
.cid-vjoTuc4oQl .mbr-section-title,
.cid-vjoTuc4oQl .title-wrapper {
  color: #f1f1f1;
}
.cid-vjoGoIeJne {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/art-deco-strip-6.jpg-2000x733.jpg");
}
.cid-vjoGoIeJne .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjoGoIeJne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjoGoIeJne .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vjoGoIeJne .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vjoGoIeJne .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vjoGoIeJne .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vjoGoIeJne .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vjoGoIeJne .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vjoGoIeJne .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vjoGoIeJne .mbr-section-title {
  color: #ffffff;
}
.cid-vjoGoIeJne .mbr-text {
  color: #ffffff;
}
.cid-vjoGoIeJne .mbr-text,
.cid-vjoGoIeJne .text-wrap {
  color: #f1f1f1;
}
.cid-vjp34JmyLR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 3px solid #951a00;
  overflow: hidden;
  background-color: #1f1f1f;
}
.cid-vjp34JmyLR .border-wrap {
  position: absolute;
  width: 3px;
  height: 1000vh;
  background-color: #951a00;
}
.cid-vjp34JmyLR .border_1 {
  left: 0;
}
.cid-vjp34JmyLR .border_2 {
  right: 0;
}
.cid-vjp34JmyLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjp34JmyLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjp34JmyLR .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 3px solid #951a00;
  border-bottom: 3px solid #951a00;
}
.cid-vjp34JmyLR .content-wrapper .title-wrapper {
  padding: 36px;
  border-left: 3px solid #951a00;
  border-right: 3px solid #951a00;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vjp34JmyLR .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-vjp34JmyLR .content-wrapper .title-wrapper .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vjp34JmyLR .content-wrapper .title-wrapper .corner_1 {
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 1px solid #951a00;
  border-left: 1px solid #951a00;
}
.cid-vjp34JmyLR .content-wrapper .title-wrapper .corner_2 {
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #951a00;
  border-right: 1px solid #951a00;
}
.cid-vjp34JmyLR .content-wrapper .title-wrapper .corner_3 {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #951a00;
  border-right: 1px solid #951a00;
}
.cid-vjp34JmyLR .content-wrapper .title-wrapper .corner_4 {
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #951a00;
  border-left: 1px solid #951a00;
}
.cid-vjp34JmyLR .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vjp34JmyLR .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjp34JmyLR .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjp34JmyLR .content-wrapper .title-wrapper .title-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 30px;
}
.cid-vjp34JmyLR .mbr-section-title {
  color: #d1c2a5;
}
.cid-vjp34JmyLR .mbr-text,
.cid-vjp34JmyLR .text-wrapper {
  color: #f0e7da;
  text-align: center;
}
.cid-vjp34JmyLR .mbr-section-title,
.cid-vjp34JmyLR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjoGoKLBcT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-vjoGoKLBcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjoGoKLBcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjoGoKLBcT .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vjoGoKLBcT .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vjoGoKLBcT .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjoGoKLBcT .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vjoGoKLBcT .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vjoGoKLBcT .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vjoGoKLBcT .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vjoGoKLBcT .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vjoGoKLBcT .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #951a00;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vjoGoKLBcT .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vjoGoKLBcT .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vjoGoKLBcT .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vjoGoKLBcT .items-wrapper .card {
  padding: 0 32px;
}
.cid-vjoGoKLBcT .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vjoGoKLBcT .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjoGoKLBcT .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vjoGoKLBcT .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vjoGoKLBcT .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vjoGoKLBcT .list-wrapper .list .item-wrap:hover,
.cid-vjoGoKLBcT .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vjoGoKLBcT .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjoGoKLBcT .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vjoGoKLBcT .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjoGoKLBcT .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vjoGoKLBcT .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vjoGoKLBcT .mbr-copy {
  margin-bottom: 0;
  color: #f1f1f1;
}
.cid-vjoGoKLBcT .mbr-desc {
  color: #f1f1f1;
}
.cid-vjoGoKLBcT .mbr-text,
.cid-vjoGoKLBcT .text-wrapper {
  color: #9aa0a6;
}
.cid-vjoGoKLBcT .list {
  color: #9aa0a6;
}
.cid-vjoGoKLBcT .mbr-text,
.cid-vjoGoKLBcT .mbr-section-btn {
  color: #f1f1f1;
}
.cid-vjoGoKLBcT .list,
.cid-vjoGoKLBcT .item-wrap {
  color: #f1f1f1;
}
.cid-vjpixos0Vk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vjpixos0Vk nav.navbar {
  position: fixed;
}
.cid-vjpixos0Vk .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .cid-vjpixos0Vk .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vjpixos0Vk .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vjpixos0Vk .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-vjpixos0Vk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vjpixos0Vk .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-vjpixos0Vk .dropdown-item:hover,
.cid-vjpixos0Vk .dropdown-item:focus {
  background: #ffffff !important;
  color: #1f1f1f !important;
}
.cid-vjpixos0Vk .dropdown-item:hover span {
  color: white;
}
.cid-vjpixos0Vk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjpixos0Vk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjpixos0Vk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjpixos0Vk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjpixos0Vk .nav-link {
  position: relative;
}
.cid-vjpixos0Vk .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vjpixos0Vk .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vjpixos0Vk .container {
    max-width: 1100px;
  }
}
.cid-vjpixos0Vk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vjpixos0Vk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjpixos0Vk .dropdown-menu,
.cid-vjpixos0Vk .navbar.opened {
  background: #ffffff !important;
}
.cid-vjpixos0Vk .nav-item:focus,
.cid-vjpixos0Vk .nav-link:focus {
  outline: none;
}
.cid-vjpixos0Vk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjpixos0Vk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vjpixos0Vk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjpixos0Vk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjpixos0Vk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjpixos0Vk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjpixos0Vk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vjpixos0Vk .navbar.opened {
  transition: all 0.3s;
}
.cid-vjpixos0Vk .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vjpixos0Vk .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vjpixos0Vk .navbar .navbar-logo img {
  width: auto;
}
.cid-vjpixos0Vk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjpixos0Vk .navbar.collapsed {
  justify-content: center;
}
.cid-vjpixos0Vk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjpixos0Vk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjpixos0Vk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjpixos0Vk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vjpixos0Vk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-vjpixos0Vk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjpixos0Vk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjpixos0Vk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjpixos0Vk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjpixos0Vk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjpixos0Vk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjpixos0Vk .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vjpixos0Vk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-vjpixos0Vk .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-vjpixos0Vk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjpixos0Vk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjpixos0Vk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjpixos0Vk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-vjpixos0Vk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vjpixos0Vk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjpixos0Vk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjpixos0Vk .navbar.navbar-short {
  min-height: 77px;
}
.cid-vjpixos0Vk .navbar.navbar-short .navbar-brand {
  min-height: 77px;
}
.cid-vjpixos0Vk .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vjpixos0Vk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vjpixos0Vk .navbar-brand .navbar-caption:hover,
.cid-vjpixos0Vk .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vjpixos0Vk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjpixos0Vk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vjpixos0Vk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vjpixos0Vk .dropdown-item.active,
.cid-vjpixos0Vk .dropdown-item:active {
  background-color: transparent;
}
.cid-vjpixos0Vk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjpixos0Vk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjpixos0Vk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjpixos0Vk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vjpixos0Vk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vjpixos0Vk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vjpixos0Vk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjpixos0Vk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vjpixos0Vk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-vjpixos0Vk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vjpixos0Vk .navbar-buttons {
    text-align: left;
  }
}
.cid-vjpixos0Vk .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vjpixos0Vk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vjpixos0Vk button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vjpixos0Vk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-vjpixos0Vk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vjpixos0Vk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vjpixos0Vk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vjpixos0Vk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vjpixos0Vk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjpixos0Vk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjpixos0Vk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjpixos0Vk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjpixos0Vk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjpixos0Vk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjpixos0Vk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjpixos0Vk .navbar {
    height: 70px;
  }
  .cid-vjpixos0Vk .navbar.opened {
    height: auto;
  }
  .cid-vjpixos0Vk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjpixos0Vk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vjpixos0Vk .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vjpixos0Vk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vjpixos0Vk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #1f1f1f;
  transition: all 0.3s ease-in-out;
}
.cid-vjpixos0Vk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #1f1f1f;
}
.cid-vjpixos0Vk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vjpixos0Vk .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-vjpixos0Vk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vjpixos0Vk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vjpixos0Vk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vjpixos0Vk .navbar {
    justify-content: flex-start !important;
  }
  .cid-vjpixos0Vk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vjpixos0Vk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vjpixos0Vk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vjpixos0Vk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vjpixos0Vk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vjpixos0Vk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vjpixos0Vk .content-wrap {
  min-height: 77px;
}
.cid-vjpixos0Vk .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vjpixos0Vk .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vjpixoURIC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-vjpixoURIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjpixoURIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjpixoURIC .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vjpixoURIC .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vjpixoURIC .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vjpixoURIC .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-vjpixoURIC .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vjpixoURIC .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vjpixoURIC .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vjpixoURIC .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vjpixoURIC .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vjpixoURIC .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vjpixoURIC .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vjpixoURIC .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vjpixoURIC .mbr-section-title {
  color: #ffffff;
}
.cid-vjpixoURIC .mbr-text {
  color: #ffffff;
}
.cid-vjpixoURIC .mbr-section-title,
.cid-vjpixoURIC .title-wrapper {
  color: #f1f1f1;
}
.cid-vjpixpcFA5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/art-deco-strip-5.jpg-2000x733.jpg");
}
.cid-vjpixpcFA5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjpixpcFA5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjpixpcFA5 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vjpixpcFA5 .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vjpixpcFA5 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vjpixpcFA5 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vjpixpcFA5 .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vjpixpcFA5 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vjpixpcFA5 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vjpixpcFA5 .mbr-section-title {
  color: #ffffff;
}
.cid-vjpixpcFA5 .mbr-text {
  color: #ffffff;
}
.cid-vjpixpcFA5 .mbr-text,
.cid-vjpixpcFA5 .text-wrap {
  color: #f1f1f1;
}
.cid-vjpixptoOr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 3px solid #951a00;
  overflow: hidden;
  background-color: #1f1f1f;
}
.cid-vjpixptoOr .border-wrap {
  position: absolute;
  width: 3px;
  height: 1000vh;
  background-color: #951a00;
}
.cid-vjpixptoOr .border_1 {
  left: 0;
}
.cid-vjpixptoOr .border_2 {
  right: 0;
}
.cid-vjpixptoOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjpixptoOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjpixptoOr .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 3px solid #951a00;
  border-bottom: 3px solid #951a00;
}
.cid-vjpixptoOr .content-wrapper .title-wrapper {
  padding: 36px;
  border-left: 3px solid #951a00;
  border-right: 3px solid #951a00;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vjpixptoOr .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-vjpixptoOr .content-wrapper .title-wrapper .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vjpixptoOr .content-wrapper .title-wrapper .corner_1 {
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 1px solid #951a00;
  border-left: 1px solid #951a00;
}
.cid-vjpixptoOr .content-wrapper .title-wrapper .corner_2 {
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #951a00;
  border-right: 1px solid #951a00;
}
.cid-vjpixptoOr .content-wrapper .title-wrapper .corner_3 {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #951a00;
  border-right: 1px solid #951a00;
}
.cid-vjpixptoOr .content-wrapper .title-wrapper .corner_4 {
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #951a00;
  border-left: 1px solid #951a00;
}
.cid-vjpixptoOr .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vjpixptoOr .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjpixptoOr .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjpixptoOr .content-wrapper .title-wrapper .title-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 30px;
}
.cid-vjpixptoOr .mbr-section-title {
  color: #d1c2a5;
}
.cid-vjpixptoOr .mbr-text,
.cid-vjpixptoOr .text-wrapper {
  color: #f0e7da;
  text-align: center;
}
.cid-vjpixptoOr .mbr-section-title,
.cid-vjpixptoOr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjpixpTvFy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-vjpixpTvFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjpixpTvFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjpixpTvFy .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vjpixpTvFy .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vjpixpTvFy .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjpixpTvFy .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vjpixpTvFy .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vjpixpTvFy .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vjpixpTvFy .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vjpixpTvFy .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vjpixpTvFy .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #951a00;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vjpixpTvFy .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vjpixpTvFy .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vjpixpTvFy .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vjpixpTvFy .items-wrapper .card {
  padding: 0 32px;
}
.cid-vjpixpTvFy .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vjpixpTvFy .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjpixpTvFy .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vjpixpTvFy .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vjpixpTvFy .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vjpixpTvFy .list-wrapper .list .item-wrap:hover,
.cid-vjpixpTvFy .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vjpixpTvFy .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjpixpTvFy .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vjpixpTvFy .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjpixpTvFy .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vjpixpTvFy .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vjpixpTvFy .mbr-copy {
  margin-bottom: 0;
  color: #f1f1f1;
}
.cid-vjpixpTvFy .mbr-desc {
  color: #f1f1f1;
}
.cid-vjpixpTvFy .mbr-text,
.cid-vjpixpTvFy .text-wrapper {
  color: #9aa0a6;
}
.cid-vjpixpTvFy .list {
  color: #9aa0a6;
}
.cid-vjpixpTvFy .mbr-text,
.cid-vjpixpTvFy .mbr-section-btn {
  color: #f1f1f1;
}
.cid-vjpixpTvFy .list,
.cid-vjpixpTvFy .item-wrap {
  color: #f1f1f1;
}
.cid-vjpror5SnA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vjpror5SnA nav.navbar {
  position: fixed;
}
.cid-vjpror5SnA .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .cid-vjpror5SnA .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vjpror5SnA .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vjpror5SnA .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-vjpror5SnA .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vjpror5SnA .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-vjpror5SnA .dropdown-item:hover,
.cid-vjpror5SnA .dropdown-item:focus {
  background: #ffffff !important;
  color: #1f1f1f !important;
}
.cid-vjpror5SnA .dropdown-item:hover span {
  color: white;
}
.cid-vjpror5SnA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjpror5SnA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjpror5SnA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjpror5SnA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjpror5SnA .nav-link {
  position: relative;
}
.cid-vjpror5SnA .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vjpror5SnA .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vjpror5SnA .container {
    max-width: 1100px;
  }
}
.cid-vjpror5SnA .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vjpror5SnA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjpror5SnA .dropdown-menu,
.cid-vjpror5SnA .navbar.opened {
  background: #ffffff !important;
}
.cid-vjpror5SnA .nav-item:focus,
.cid-vjpror5SnA .nav-link:focus {
  outline: none;
}
.cid-vjpror5SnA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjpror5SnA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vjpror5SnA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjpror5SnA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjpror5SnA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjpror5SnA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjpror5SnA .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vjpror5SnA .navbar.opened {
  transition: all 0.3s;
}
.cid-vjpror5SnA .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vjpror5SnA .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vjpror5SnA .navbar .navbar-logo img {
  width: auto;
}
.cid-vjpror5SnA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjpror5SnA .navbar.collapsed {
  justify-content: center;
}
.cid-vjpror5SnA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjpror5SnA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjpror5SnA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjpror5SnA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vjpror5SnA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-vjpror5SnA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjpror5SnA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjpror5SnA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjpror5SnA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjpror5SnA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjpror5SnA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjpror5SnA .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vjpror5SnA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-vjpror5SnA .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-vjpror5SnA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjpror5SnA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjpror5SnA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjpror5SnA .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-vjpror5SnA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vjpror5SnA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjpror5SnA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjpror5SnA .navbar.navbar-short {
  min-height: 77px;
}
.cid-vjpror5SnA .navbar.navbar-short .navbar-brand {
  min-height: 77px;
}
.cid-vjpror5SnA .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vjpror5SnA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vjpror5SnA .navbar-brand .navbar-caption:hover,
.cid-vjpror5SnA .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vjpror5SnA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjpror5SnA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vjpror5SnA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vjpror5SnA .dropdown-item.active,
.cid-vjpror5SnA .dropdown-item:active {
  background-color: transparent;
}
.cid-vjpror5SnA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjpror5SnA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjpror5SnA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjpror5SnA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vjpror5SnA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vjpror5SnA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vjpror5SnA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjpror5SnA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vjpror5SnA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-vjpror5SnA .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vjpror5SnA .navbar-buttons {
    text-align: left;
  }
}
.cid-vjpror5SnA .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vjpror5SnA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vjpror5SnA button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vjpror5SnA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-vjpror5SnA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vjpror5SnA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vjpror5SnA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vjpror5SnA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vjpror5SnA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjpror5SnA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjpror5SnA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjpror5SnA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjpror5SnA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjpror5SnA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjpror5SnA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjpror5SnA .navbar {
    height: 70px;
  }
  .cid-vjpror5SnA .navbar.opened {
    height: auto;
  }
  .cid-vjpror5SnA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjpror5SnA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vjpror5SnA .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vjpror5SnA .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vjpror5SnA .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #1f1f1f;
  transition: all 0.3s ease-in-out;
}
.cid-vjpror5SnA .nav-item .nav-link:hover {
  background-color: transparent;
  color: #1f1f1f;
}
.cid-vjpror5SnA .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vjpror5SnA .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-vjpror5SnA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vjpror5SnA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vjpror5SnA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vjpror5SnA .navbar {
    justify-content: flex-start !important;
  }
  .cid-vjpror5SnA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vjpror5SnA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vjpror5SnA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vjpror5SnA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vjpror5SnA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vjpror5SnA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vjpror5SnA .content-wrap {
  min-height: 77px;
}
.cid-vjpror5SnA .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vjpror5SnA .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vjproruZkM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-vjproruZkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjproruZkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjproruZkM .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vjproruZkM .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vjproruZkM .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vjproruZkM .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-vjproruZkM .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vjproruZkM .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vjproruZkM .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vjproruZkM .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vjproruZkM .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vjproruZkM .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vjproruZkM .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vjproruZkM .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vjproruZkM .mbr-section-title {
  color: #ffffff;
}
.cid-vjproruZkM .mbr-text {
  color: #ffffff;
}
.cid-vjproruZkM .mbr-section-title,
.cid-vjproruZkM .title-wrapper {
  color: #f1f1f1;
}
.cid-vjprorKO1c {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/art-deco-strip-4.jpg-2000x733.jpg");
}
.cid-vjprorKO1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjprorKO1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjprorKO1c .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vjprorKO1c .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vjprorKO1c .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vjprorKO1c .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vjprorKO1c .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vjprorKO1c .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vjprorKO1c .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vjprorKO1c .mbr-section-title {
  color: #ffffff;
}
.cid-vjprorKO1c .mbr-text {
  color: #ffffff;
}
.cid-vjprorKO1c .mbr-text,
.cid-vjprorKO1c .text-wrap {
  color: #f1f1f1;
}
.cid-vjprorZNpV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 3px solid #951a00;
  overflow: hidden;
  background-color: #1f1f1f;
}
.cid-vjprorZNpV .border-wrap {
  position: absolute;
  width: 3px;
  height: 1000vh;
  background-color: #951a00;
}
.cid-vjprorZNpV .border_1 {
  left: 0;
}
.cid-vjprorZNpV .border_2 {
  right: 0;
}
.cid-vjprorZNpV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjprorZNpV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjprorZNpV .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 3px solid #951a00;
  border-bottom: 3px solid #951a00;
}
.cid-vjprorZNpV .content-wrapper .title-wrapper {
  padding: 36px;
  border-left: 3px solid #951a00;
  border-right: 3px solid #951a00;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vjprorZNpV .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-vjprorZNpV .content-wrapper .title-wrapper .corner-wrap {
  position: absolute;
  width: 6px;
  height: 6px;
}
.cid-vjprorZNpV .content-wrapper .title-wrapper .corner_1 {
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 1px solid #951a00;
  border-left: 1px solid #951a00;
}
.cid-vjprorZNpV .content-wrapper .title-wrapper .corner_2 {
  position: absolute;
  top: -1px;
  right: -1px;
  border-top: 1px solid #951a00;
  border-right: 1px solid #951a00;
}
.cid-vjprorZNpV .content-wrapper .title-wrapper .corner_3 {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 1px solid #951a00;
  border-right: 1px solid #951a00;
}
.cid-vjprorZNpV .content-wrapper .title-wrapper .corner_4 {
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid #951a00;
  border-left: 1px solid #951a00;
}
.cid-vjprorZNpV .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vjprorZNpV .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjprorZNpV .content-wrapper .title-wrapper .title-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjprorZNpV .content-wrapper .title-wrapper .title-wrap .mbr-section-btn {
  margin-bottom: -9.6px;
  margin-top: 30px;
}
.cid-vjprorZNpV .mbr-section-title {
  color: #d1c2a5;
}
.cid-vjprorZNpV .mbr-text,
.cid-vjprorZNpV .text-wrapper {
  color: #f0e7da;
  text-align: center;
}
.cid-vjprorZNpV .mbr-section-title,
.cid-vjprorZNpV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vjprosf4Hk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-vjprosf4Hk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjprosf4Hk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjprosf4Hk .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vjprosf4Hk .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vjprosf4Hk .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjprosf4Hk .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vjprosf4Hk .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vjprosf4Hk .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vjprosf4Hk .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vjprosf4Hk .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vjprosf4Hk .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #951a00;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vjprosf4Hk .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vjprosf4Hk .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vjprosf4Hk .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vjprosf4Hk .items-wrapper .card {
  padding: 0 32px;
}
.cid-vjprosf4Hk .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vjprosf4Hk .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjprosf4Hk .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vjprosf4Hk .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vjprosf4Hk .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vjprosf4Hk .list-wrapper .list .item-wrap:hover,
.cid-vjprosf4Hk .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vjprosf4Hk .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjprosf4Hk .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vjprosf4Hk .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjprosf4Hk .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vjprosf4Hk .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vjprosf4Hk .mbr-copy {
  margin-bottom: 0;
  color: #f1f1f1;
}
.cid-vjprosf4Hk .mbr-desc {
  color: #f1f1f1;
}
.cid-vjprosf4Hk .mbr-text,
.cid-vjprosf4Hk .text-wrapper {
  color: #9aa0a6;
}
.cid-vjprosf4Hk .list {
  color: #9aa0a6;
}
.cid-vjprosf4Hk .mbr-text,
.cid-vjprosf4Hk .mbr-section-btn {
  color: #f1f1f1;
}
.cid-vjprosf4Hk .list,
.cid-vjprosf4Hk .item-wrap {
  color: #f1f1f1;
}
.cid-vjpvUWtyxT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vjpvUWtyxT nav.navbar {
  position: fixed;
}
.cid-vjpvUWtyxT .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .cid-vjpvUWtyxT .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vjpvUWtyxT .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vjpvUWtyxT .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-vjpvUWtyxT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vjpvUWtyxT .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-vjpvUWtyxT .dropdown-item:hover,
.cid-vjpvUWtyxT .dropdown-item:focus {
  background: #ffffff !important;
  color: #1f1f1f !important;
}
.cid-vjpvUWtyxT .dropdown-item:hover span {
  color: white;
}
.cid-vjpvUWtyxT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjpvUWtyxT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjpvUWtyxT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjpvUWtyxT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjpvUWtyxT .nav-link {
  position: relative;
}
.cid-vjpvUWtyxT .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vjpvUWtyxT .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vjpvUWtyxT .container {
    max-width: 1100px;
  }
}
.cid-vjpvUWtyxT .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vjpvUWtyxT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjpvUWtyxT .dropdown-menu,
.cid-vjpvUWtyxT .navbar.opened {
  background: #ffffff !important;
}
.cid-vjpvUWtyxT .nav-item:focus,
.cid-vjpvUWtyxT .nav-link:focus {
  outline: none;
}
.cid-vjpvUWtyxT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjpvUWtyxT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vjpvUWtyxT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjpvUWtyxT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjpvUWtyxT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjpvUWtyxT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjpvUWtyxT .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vjpvUWtyxT .navbar.opened {
  transition: all 0.3s;
}
.cid-vjpvUWtyxT .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vjpvUWtyxT .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vjpvUWtyxT .navbar .navbar-logo img {
  width: auto;
}
.cid-vjpvUWtyxT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjpvUWtyxT .navbar.collapsed {
  justify-content: center;
}
.cid-vjpvUWtyxT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjpvUWtyxT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjpvUWtyxT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjpvUWtyxT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vjpvUWtyxT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-vjpvUWtyxT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjpvUWtyxT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjpvUWtyxT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjpvUWtyxT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjpvUWtyxT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjpvUWtyxT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjpvUWtyxT .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vjpvUWtyxT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-vjpvUWtyxT .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-vjpvUWtyxT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjpvUWtyxT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjpvUWtyxT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjpvUWtyxT .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-vjpvUWtyxT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vjpvUWtyxT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjpvUWtyxT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjpvUWtyxT .navbar.navbar-short {
  min-height: 77px;
}
.cid-vjpvUWtyxT .navbar.navbar-short .navbar-brand {
  min-height: 77px;
}
.cid-vjpvUWtyxT .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vjpvUWtyxT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vjpvUWtyxT .navbar-brand .navbar-caption:hover,
.cid-vjpvUWtyxT .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vjpvUWtyxT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjpvUWtyxT .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vjpvUWtyxT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vjpvUWtyxT .dropdown-item.active,
.cid-vjpvUWtyxT .dropdown-item:active {
  background-color: transparent;
}
.cid-vjpvUWtyxT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjpvUWtyxT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjpvUWtyxT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjpvUWtyxT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vjpvUWtyxT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vjpvUWtyxT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vjpvUWtyxT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjpvUWtyxT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vjpvUWtyxT ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-vjpvUWtyxT .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vjpvUWtyxT .navbar-buttons {
    text-align: left;
  }
}
.cid-vjpvUWtyxT .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vjpvUWtyxT .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vjpvUWtyxT button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vjpvUWtyxT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-vjpvUWtyxT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vjpvUWtyxT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vjpvUWtyxT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vjpvUWtyxT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vjpvUWtyxT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjpvUWtyxT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjpvUWtyxT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjpvUWtyxT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjpvUWtyxT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjpvUWtyxT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjpvUWtyxT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjpvUWtyxT .navbar {
    height: 70px;
  }
  .cid-vjpvUWtyxT .navbar.opened {
    height: auto;
  }
  .cid-vjpvUWtyxT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjpvUWtyxT .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vjpvUWtyxT .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vjpvUWtyxT .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vjpvUWtyxT .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #1f1f1f;
  transition: all 0.3s ease-in-out;
}
.cid-vjpvUWtyxT .nav-item .nav-link:hover {
  background-color: transparent;
  color: #1f1f1f;
}
.cid-vjpvUWtyxT .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vjpvUWtyxT .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-vjpvUWtyxT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vjpvUWtyxT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vjpvUWtyxT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vjpvUWtyxT .navbar {
    justify-content: flex-start !important;
  }
  .cid-vjpvUWtyxT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vjpvUWtyxT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vjpvUWtyxT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vjpvUWtyxT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vjpvUWtyxT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vjpvUWtyxT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vjpvUWtyxT .content-wrap {
  min-height: 77px;
}
.cid-vjpvUWtyxT .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vjpvUWtyxT .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vjpvUX2DzH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-vjpvUX2DzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjpvUX2DzH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjpvUX2DzH .card-wrapper {
  position: relative;
  padding: 120px 60px 60px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vjpvUX2DzH .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vjpvUX2DzH .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vjpvUX2DzH .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-vjpvUX2DzH .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 464px;
}
@media (max-width: 1440px) {
  .cid-vjpvUX2DzH .card-wrapper .title-wrapper {
    margin-top: 240px;
  }
}
@media (max-width: 1200px) {
  .cid-vjpvUX2DzH .card-wrapper .title-wrapper {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  .cid-vjpvUX2DzH .card-wrapper .title-wrapper {
    margin-top: 0;
  }
}
.cid-vjpvUX2DzH .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vjpvUX2DzH .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vjpvUX2DzH .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vjpvUX2DzH .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vjpvUX2DzH .mbr-section-title {
  color: #ffffff;
}
.cid-vjpvUX2DzH .mbr-text {
  color: #ffffff;
}
.cid-vjpvUX2DzH .mbr-section-title,
.cid-vjpvUX2DzH .title-wrapper {
  color: #f1f1f1;
}
.cid-vjpvUXqxdp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/art-deco-strip-7.jpg-2000x733.jpg");
}
.cid-vjpvUXqxdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjpvUXqxdp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjpvUXqxdp .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vjpvUXqxdp .content-wrapper .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vjpvUXqxdp .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vjpvUXqxdp .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cid-vjpvUXqxdp .content-wrapper .text-wrap .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vjpvUXqxdp .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vjpvUXqxdp .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vjpvUXqxdp .mbr-section-title {
  color: #ffffff;
}
.cid-vjpvUXqxdp .mbr-text {
  color: #ffffff;
}
.cid-vjpvUXqxdp .mbr-text,
.cid-vjpvUXqxdp .text-wrap {
  color: #f1f1f1;
}
.cid-vjpvUXqxdp .mbr-section-title,
.cid-vjpvUXqxdp .title-wrapper,
.cid-vjpvUXqxdp .mbr-section-btn {
  color: #f1f1f1;
}
.cid-vjpBSVxp8b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-vjpBSVxp8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjpBSVxp8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjpBSVxp8b .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vjpBSVxp8b .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vjpBSVxp8b .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vjpBSVxp8b .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vjpBSVxp8b .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vjpBSVxp8b .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vjpBSVxp8b .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vjpBSVxp8b .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjpBSVxp8b .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vjpBSVxp8b .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjpBSVxp8b .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vjpBSVxp8b .items-wrapper {
  margin: 0 -6px;
}
.cid-vjpBSVxp8b .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vjpBSVxp8b .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vjpBSVxp8b .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vjpBSVxp8b .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  min-height: 370px;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vjpBSVxp8b .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: 320px;
  }
}
.cid-vjpBSVxp8b .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.cid-vjpBSVxp8b .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vjpBSVxp8b .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vjpBSVxp8b .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vjpBSVxp8b .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vjpBSVxp8b .items-wrapper .item .item-wrapper .card-box .title-box .item-title {
  display: inline-block;
  margin-bottom: 12px;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-vjpBSVxp8b .items-wrapper .item .item-wrapper .card-box .title-box .item-title {
    width: 100%;
  }
}
.cid-vjpBSVxp8b .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-vjpBSVxp8b .items-wrapper .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vjpBSVxp8b .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vjpBSVxp8b .mbr-label {
  color: #707070;
}
.cid-vjpBSVxp8b .mbr-section-title {
  color: #000000;
}
.cid-vjpBSVxp8b .mbr-section-subtitle {
  color: #707070;
}
.cid-vjpBSVxp8b .item-title {
  color: #ffffff;
}
.cid-vjpBSVxp8b .item-text {
  color: #ffffff;
}
.cid-vjpBSVxp8b .mbr-section-title,
.cid-vjpBSVxp8b .title-wrap {
  text-align: center;
  color: #f1f1f1;
}
.cid-vk40OOsiKF {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #1f1f1f;
}
.cid-vk40OOsiKF .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-vk40OOsiKF .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-vk40OOsiKF .text-content {
  padding-right: 1.5rem;
}
.cid-vk40OOsiKF .mbr-text {
  color: #8d97ad;
}
.cid-vk40OOsiKF .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-vk40OOsiKF .counter-container {
  padding-top: 1rem;
}
.cid-vk40OOsiKF .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-vk40OOsiKF .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-vk40OOsiKF .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-vk40OOsiKF .main-row {
    margin: 0;
  }
  .cid-vk40OOsiKF .mbr-section-title,
  .cid-vk40OOsiKF .mbr-text,
  .cid-vk40OOsiKF .list,
  .cid-vk40OOsiKF .mbr-section-btn {
    text-align: center !important;
  }
  .cid-vk40OOsiKF .text-content {
    padding: 0;
  }
}
.cid-vk40OOsiKF .mbr-text,
.cid-vk40OOsiKF .mbr-section-btn {
  color: #f1f1f1;
}
.cid-vk40OOsiKF .mbr-section-title {
  color: #f1f1f1;
}
.cid-vkfh313AVQ {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #1f1f1f;
}
.cid-vkfh313AVQ .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-vkfh313AVQ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-vkfh313AVQ .text-content {
  padding-right: 1.5rem;
}
.cid-vkfh313AVQ .mbr-text {
  color: #8d97ad;
}
.cid-vkfh313AVQ .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-vkfh313AVQ .counter-container {
  padding-top: 1rem;
}
.cid-vkfh313AVQ .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-vkfh313AVQ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-vkfh313AVQ .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-vkfh313AVQ .main-row {
    margin: 0;
  }
  .cid-vkfh313AVQ .mbr-section-title,
  .cid-vkfh313AVQ .mbr-text,
  .cid-vkfh313AVQ .list,
  .cid-vkfh313AVQ .mbr-section-btn {
    text-align: center !important;
  }
  .cid-vkfh313AVQ .text-content {
    padding: 0;
  }
}
.cid-vkfh313AVQ .mbr-text,
.cid-vkfh313AVQ .mbr-section-btn {
  color: #f1f1f1;
}
.cid-vkfh313AVQ .mbr-section-title {
  color: #f1f1f1;
}
.cid-vkfqJaSD3F {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #1f1f1f;
}
.cid-vkfqJaSD3F .item-subtitle a {
  color: #bbbbbb;
  font-weight: 600;
}
.cid-vkfqJaSD3F .item-title,
.cid-vkfqJaSD3F .item-subtitle {
  transition: all 0.3s;
}
.cid-vkfqJaSD3F .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vkfqJaSD3F .item:hover img {
  transform: scale(1.05);
}
.cid-vkfqJaSD3F .item-img {
  overflow: hidden;
}
.cid-vkfqJaSD3F img,
.cid-vkfqJaSD3F .item-img {
  width: 100%;
  transition: all 1s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vkfqJaSD3F h5 {
  margin: 0;
}
.cid-vkfqJaSD3F .item:focus,
.cid-vkfqJaSD3F span:focus {
  outline: none;
}
.cid-vkfqJaSD3F .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkfqJaSD3F .item-content {
  padding-top: 2rem;
}
.cid-vkfqJaSD3F .mbr-section-title {
  color: #f1f1f1;
  text-align: center;
}
.cid-vkfqJaSD3F .item-title {
  color: #bbbbbb;
}
.cid-vkfqJaSD3F .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vkfqJaSD3F .mbr-text,
.cid-vkfqJaSD3F .mbr-section-btn {
  color: #ffffff;
}
.cid-vkfqJaSD3F .item-subtitle {
  color: #ffffff;
}
.cid-vkfvaCpRUx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1f1f1f;
}
.cid-vkfvaCpRUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkfvaCpRUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkfvaCpRUx .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-vkfvaCpRUx .text-wrapper {
    padding: 2rem;
  }
}
.cid-vkfvaCpRUx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vkfvaCpRUx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vkfvaCpRUx .mbr-section-title {
  color: #f1f1f1;
}
.cid-vkfvaCpRUx .mbr-text {
  color: #f1f1f1;
}
.cid-vjpvUY2XfB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-vjpvUY2XfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjpvUY2XfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjpvUY2XfB .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vjpvUY2XfB .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vjpvUY2XfB .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjpvUY2XfB .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vjpvUY2XfB .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vjpvUY2XfB .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vjpvUY2XfB .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vjpvUY2XfB .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vjpvUY2XfB .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #951a00;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vjpvUY2XfB .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vjpvUY2XfB .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vjpvUY2XfB .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vjpvUY2XfB .items-wrapper .card {
  padding: 0 32px;
}
.cid-vjpvUY2XfB .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vjpvUY2XfB .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjpvUY2XfB .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vjpvUY2XfB .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vjpvUY2XfB .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vjpvUY2XfB .list-wrapper .list .item-wrap:hover,
.cid-vjpvUY2XfB .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vjpvUY2XfB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjpvUY2XfB .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vjpvUY2XfB .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjpvUY2XfB .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vjpvUY2XfB .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vjpvUY2XfB .mbr-copy {
  margin-bottom: 0;
  color: #f1f1f1;
}
.cid-vjpvUY2XfB .mbr-desc {
  color: #f1f1f1;
}
.cid-vjpvUY2XfB .mbr-text,
.cid-vjpvUY2XfB .text-wrapper {
  color: #9aa0a6;
}
.cid-vjpvUY2XfB .list {
  color: #9aa0a6;
}
.cid-vjpvUY2XfB .mbr-text,
.cid-vjpvUY2XfB .mbr-section-btn {
  color: #f1f1f1;
}
.cid-vjpvUY2XfB .list,
.cid-vjpvUY2XfB .item-wrap {
  color: #f1f1f1;
}
.cid-vjueuINxhy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vjueuINxhy nav.navbar {
  position: fixed;
}
.cid-vjueuINxhy .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .cid-vjueuINxhy .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vjueuINxhy .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vjueuINxhy .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-vjueuINxhy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vjueuINxhy .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-vjueuINxhy .dropdown-item:hover,
.cid-vjueuINxhy .dropdown-item:focus {
  background: #ffffff !important;
  color: #1f1f1f !important;
}
.cid-vjueuINxhy .dropdown-item:hover span {
  color: white;
}
.cid-vjueuINxhy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjueuINxhy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjueuINxhy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjueuINxhy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjueuINxhy .nav-link {
  position: relative;
}
.cid-vjueuINxhy .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vjueuINxhy .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vjueuINxhy .container {
    max-width: 1100px;
  }
}
.cid-vjueuINxhy .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vjueuINxhy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjueuINxhy .dropdown-menu,
.cid-vjueuINxhy .navbar.opened {
  background: #ffffff !important;
}
.cid-vjueuINxhy .nav-item:focus,
.cid-vjueuINxhy .nav-link:focus {
  outline: none;
}
.cid-vjueuINxhy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjueuINxhy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vjueuINxhy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjueuINxhy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjueuINxhy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjueuINxhy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjueuINxhy .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vjueuINxhy .navbar.opened {
  transition: all 0.3s;
}
.cid-vjueuINxhy .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vjueuINxhy .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vjueuINxhy .navbar .navbar-logo img {
  width: auto;
}
.cid-vjueuINxhy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjueuINxhy .navbar.collapsed {
  justify-content: center;
}
.cid-vjueuINxhy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjueuINxhy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjueuINxhy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjueuINxhy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vjueuINxhy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-vjueuINxhy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjueuINxhy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjueuINxhy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjueuINxhy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjueuINxhy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjueuINxhy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjueuINxhy .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vjueuINxhy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-vjueuINxhy .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-vjueuINxhy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjueuINxhy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjueuINxhy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjueuINxhy .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-vjueuINxhy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vjueuINxhy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjueuINxhy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjueuINxhy .navbar.navbar-short {
  min-height: 77px;
}
.cid-vjueuINxhy .navbar.navbar-short .navbar-brand {
  min-height: 77px;
}
.cid-vjueuINxhy .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vjueuINxhy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vjueuINxhy .navbar-brand .navbar-caption:hover,
.cid-vjueuINxhy .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vjueuINxhy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjueuINxhy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vjueuINxhy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vjueuINxhy .dropdown-item.active,
.cid-vjueuINxhy .dropdown-item:active {
  background-color: transparent;
}
.cid-vjueuINxhy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjueuINxhy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjueuINxhy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjueuINxhy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vjueuINxhy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vjueuINxhy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vjueuINxhy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjueuINxhy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vjueuINxhy ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-vjueuINxhy .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vjueuINxhy .navbar-buttons {
    text-align: left;
  }
}
.cid-vjueuINxhy .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vjueuINxhy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vjueuINxhy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vjueuINxhy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-vjueuINxhy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vjueuINxhy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vjueuINxhy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vjueuINxhy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vjueuINxhy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjueuINxhy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjueuINxhy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjueuINxhy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjueuINxhy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjueuINxhy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjueuINxhy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjueuINxhy .navbar {
    height: 70px;
  }
  .cid-vjueuINxhy .navbar.opened {
    height: auto;
  }
  .cid-vjueuINxhy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjueuINxhy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vjueuINxhy .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vjueuINxhy .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vjueuINxhy .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #1f1f1f;
  transition: all 0.3s ease-in-out;
}
.cid-vjueuINxhy .nav-item .nav-link:hover {
  background-color: transparent;
  color: #1f1f1f;
}
.cid-vjueuINxhy .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vjueuINxhy .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-vjueuINxhy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vjueuINxhy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vjueuINxhy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vjueuINxhy .navbar {
    justify-content: flex-start !important;
  }
  .cid-vjueuINxhy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vjueuINxhy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vjueuINxhy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vjueuINxhy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vjueuINxhy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vjueuINxhy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vjueuINxhy .content-wrap {
  min-height: 77px;
}
.cid-vjueuINxhy .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vjueuINxhy .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vjueWhwFkr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vjueWhwFkr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjueWhwFkr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjueWhwFkr .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vjueWhwFkr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjueWhwFkr .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vjueWhwFkr .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vjueWhwFkr .mbr-label {
  color: #fba241;
}
.cid-vjueWhwFkr .mbr-text {
  color: #ffffff;
}
.cid-vjueuK9kAK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-vjueuK9kAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjueuK9kAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjueuK9kAK .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vjueuK9kAK .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vjueuK9kAK .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjueuK9kAK .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vjueuK9kAK .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vjueuK9kAK .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vjueuK9kAK .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vjueuK9kAK .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vjueuK9kAK .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #951a00;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vjueuK9kAK .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vjueuK9kAK .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vjueuK9kAK .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vjueuK9kAK .items-wrapper .card {
  padding: 0 32px;
}
.cid-vjueuK9kAK .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vjueuK9kAK .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjueuK9kAK .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vjueuK9kAK .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vjueuK9kAK .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vjueuK9kAK .list-wrapper .list .item-wrap:hover,
.cid-vjueuK9kAK .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vjueuK9kAK .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjueuK9kAK .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vjueuK9kAK .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjueuK9kAK .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vjueuK9kAK .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vjueuK9kAK .mbr-copy {
  margin-bottom: 0;
  color: #f1f1f1;
}
.cid-vjueuK9kAK .mbr-desc {
  color: #f1f1f1;
}
.cid-vjueuK9kAK .mbr-text,
.cid-vjueuK9kAK .text-wrapper {
  color: #9aa0a6;
}
.cid-vjueuK9kAK .list {
  color: #9aa0a6;
}
.cid-vjueuK9kAK .mbr-text,
.cid-vjueuK9kAK .mbr-section-btn {
  color: #f1f1f1;
}
.cid-vjueuK9kAK .list,
.cid-vjueuK9kAK .item-wrap {
  color: #f1f1f1;
}
.cid-vjugEAXEA1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vjugEAXEA1 nav.navbar {
  position: fixed;
}
.cid-vjugEAXEA1 .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .cid-vjugEAXEA1 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vjugEAXEA1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vjugEAXEA1 .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-vjugEAXEA1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vjugEAXEA1 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-vjugEAXEA1 .dropdown-item:hover,
.cid-vjugEAXEA1 .dropdown-item:focus {
  background: #ffffff !important;
  color: #1f1f1f !important;
}
.cid-vjugEAXEA1 .dropdown-item:hover span {
  color: white;
}
.cid-vjugEAXEA1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjugEAXEA1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjugEAXEA1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjugEAXEA1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjugEAXEA1 .nav-link {
  position: relative;
}
.cid-vjugEAXEA1 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vjugEAXEA1 .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vjugEAXEA1 .container {
    max-width: 1100px;
  }
}
.cid-vjugEAXEA1 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vjugEAXEA1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjugEAXEA1 .dropdown-menu,
.cid-vjugEAXEA1 .navbar.opened {
  background: #ffffff !important;
}
.cid-vjugEAXEA1 .nav-item:focus,
.cid-vjugEAXEA1 .nav-link:focus {
  outline: none;
}
.cid-vjugEAXEA1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjugEAXEA1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vjugEAXEA1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjugEAXEA1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjugEAXEA1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjugEAXEA1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjugEAXEA1 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vjugEAXEA1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vjugEAXEA1 .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vjugEAXEA1 .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vjugEAXEA1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vjugEAXEA1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjugEAXEA1 .navbar.collapsed {
  justify-content: center;
}
.cid-vjugEAXEA1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjugEAXEA1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjugEAXEA1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjugEAXEA1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vjugEAXEA1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-vjugEAXEA1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjugEAXEA1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjugEAXEA1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjugEAXEA1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjugEAXEA1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjugEAXEA1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjugEAXEA1 .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vjugEAXEA1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-vjugEAXEA1 .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-vjugEAXEA1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjugEAXEA1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjugEAXEA1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjugEAXEA1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-vjugEAXEA1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vjugEAXEA1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjugEAXEA1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjugEAXEA1 .navbar.navbar-short {
  min-height: 77px;
}
.cid-vjugEAXEA1 .navbar.navbar-short .navbar-brand {
  min-height: 77px;
}
.cid-vjugEAXEA1 .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vjugEAXEA1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vjugEAXEA1 .navbar-brand .navbar-caption:hover,
.cid-vjugEAXEA1 .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vjugEAXEA1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjugEAXEA1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vjugEAXEA1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vjugEAXEA1 .dropdown-item.active,
.cid-vjugEAXEA1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjugEAXEA1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjugEAXEA1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjugEAXEA1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjugEAXEA1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vjugEAXEA1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vjugEAXEA1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vjugEAXEA1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjugEAXEA1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vjugEAXEA1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-vjugEAXEA1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vjugEAXEA1 .navbar-buttons {
    text-align: left;
  }
}
.cid-vjugEAXEA1 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vjugEAXEA1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vjugEAXEA1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vjugEAXEA1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-vjugEAXEA1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vjugEAXEA1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vjugEAXEA1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vjugEAXEA1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vjugEAXEA1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjugEAXEA1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjugEAXEA1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjugEAXEA1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjugEAXEA1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjugEAXEA1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjugEAXEA1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjugEAXEA1 .navbar {
    height: 70px;
  }
  .cid-vjugEAXEA1 .navbar.opened {
    height: auto;
  }
  .cid-vjugEAXEA1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjugEAXEA1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vjugEAXEA1 .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vjugEAXEA1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vjugEAXEA1 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #1f1f1f;
  transition: all 0.3s ease-in-out;
}
.cid-vjugEAXEA1 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #1f1f1f;
}
.cid-vjugEAXEA1 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vjugEAXEA1 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-vjugEAXEA1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vjugEAXEA1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vjugEAXEA1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vjugEAXEA1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vjugEAXEA1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vjugEAXEA1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vjugEAXEA1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vjugEAXEA1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vjugEAXEA1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vjugEAXEA1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vjugEAXEA1 .content-wrap {
  min-height: 77px;
}
.cid-vjugEAXEA1 .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vjugEAXEA1 .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vjugEBmqdK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vjugEBmqdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjugEBmqdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjugEBmqdK .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vjugEBmqdK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjugEBmqdK .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vjugEBmqdK .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vjugEBmqdK .mbr-label {
  color: #fba241;
}
.cid-vjugEBmqdK .mbr-text {
  color: #ffffff;
}
.cid-vjugEBG2Qg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-vjugEBG2Qg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjugEBG2Qg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjugEBG2Qg .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vjugEBG2Qg .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vjugEBG2Qg .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjugEBG2Qg .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vjugEBG2Qg .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vjugEBG2Qg .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vjugEBG2Qg .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vjugEBG2Qg .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vjugEBG2Qg .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #951a00;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vjugEBG2Qg .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vjugEBG2Qg .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vjugEBG2Qg .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vjugEBG2Qg .items-wrapper .card {
  padding: 0 32px;
}
.cid-vjugEBG2Qg .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vjugEBG2Qg .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjugEBG2Qg .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vjugEBG2Qg .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vjugEBG2Qg .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vjugEBG2Qg .list-wrapper .list .item-wrap:hover,
.cid-vjugEBG2Qg .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vjugEBG2Qg .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjugEBG2Qg .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vjugEBG2Qg .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjugEBG2Qg .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vjugEBG2Qg .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vjugEBG2Qg .mbr-copy {
  margin-bottom: 0;
  color: #f1f1f1;
}
.cid-vjugEBG2Qg .mbr-desc {
  color: #f1f1f1;
}
.cid-vjugEBG2Qg .mbr-text,
.cid-vjugEBG2Qg .text-wrapper {
  color: #9aa0a6;
}
.cid-vjugEBG2Qg .list {
  color: #9aa0a6;
}
.cid-vjugEBG2Qg .mbr-text,
.cid-vjugEBG2Qg .mbr-section-btn {
  color: #f1f1f1;
}
.cid-vjugEBG2Qg .list,
.cid-vjugEBG2Qg .item-wrap {
  color: #f1f1f1;
}
.cid-vjvehOrfm4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vjvehOrfm4 nav.navbar {
  position: fixed;
}
.cid-vjvehOrfm4 .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .cid-vjvehOrfm4 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vjvehOrfm4 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vjvehOrfm4 .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-vjvehOrfm4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vjvehOrfm4 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-vjvehOrfm4 .dropdown-item:hover,
.cid-vjvehOrfm4 .dropdown-item:focus {
  background: #ffffff !important;
  color: #1f1f1f !important;
}
.cid-vjvehOrfm4 .dropdown-item:hover span {
  color: white;
}
.cid-vjvehOrfm4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjvehOrfm4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjvehOrfm4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjvehOrfm4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjvehOrfm4 .nav-link {
  position: relative;
}
.cid-vjvehOrfm4 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vjvehOrfm4 .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vjvehOrfm4 .container {
    max-width: 1100px;
  }
}
.cid-vjvehOrfm4 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vjvehOrfm4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjvehOrfm4 .dropdown-menu,
.cid-vjvehOrfm4 .navbar.opened {
  background: #ffffff !important;
}
.cid-vjvehOrfm4 .nav-item:focus,
.cid-vjvehOrfm4 .nav-link:focus {
  outline: none;
}
.cid-vjvehOrfm4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjvehOrfm4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vjvehOrfm4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjvehOrfm4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjvehOrfm4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjvehOrfm4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjvehOrfm4 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vjvehOrfm4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vjvehOrfm4 .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vjvehOrfm4 .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vjvehOrfm4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vjvehOrfm4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjvehOrfm4 .navbar.collapsed {
  justify-content: center;
}
.cid-vjvehOrfm4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjvehOrfm4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjvehOrfm4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjvehOrfm4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vjvehOrfm4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-vjvehOrfm4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjvehOrfm4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjvehOrfm4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjvehOrfm4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjvehOrfm4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjvehOrfm4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjvehOrfm4 .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vjvehOrfm4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-vjvehOrfm4 .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-vjvehOrfm4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjvehOrfm4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjvehOrfm4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjvehOrfm4 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-vjvehOrfm4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vjvehOrfm4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjvehOrfm4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjvehOrfm4 .navbar.navbar-short {
  min-height: 77px;
}
.cid-vjvehOrfm4 .navbar.navbar-short .navbar-brand {
  min-height: 77px;
}
.cid-vjvehOrfm4 .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vjvehOrfm4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vjvehOrfm4 .navbar-brand .navbar-caption:hover,
.cid-vjvehOrfm4 .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vjvehOrfm4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjvehOrfm4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vjvehOrfm4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vjvehOrfm4 .dropdown-item.active,
.cid-vjvehOrfm4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjvehOrfm4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjvehOrfm4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjvehOrfm4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjvehOrfm4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vjvehOrfm4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vjvehOrfm4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vjvehOrfm4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjvehOrfm4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vjvehOrfm4 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-vjvehOrfm4 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vjvehOrfm4 .navbar-buttons {
    text-align: left;
  }
}
.cid-vjvehOrfm4 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vjvehOrfm4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vjvehOrfm4 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vjvehOrfm4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-vjvehOrfm4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vjvehOrfm4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vjvehOrfm4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vjvehOrfm4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vjvehOrfm4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvehOrfm4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjvehOrfm4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjvehOrfm4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvehOrfm4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjvehOrfm4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjvehOrfm4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjvehOrfm4 .navbar {
    height: 70px;
  }
  .cid-vjvehOrfm4 .navbar.opened {
    height: auto;
  }
  .cid-vjvehOrfm4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjvehOrfm4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vjvehOrfm4 .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vjvehOrfm4 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vjvehOrfm4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #1f1f1f;
  transition: all 0.3s ease-in-out;
}
.cid-vjvehOrfm4 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #1f1f1f;
}
.cid-vjvehOrfm4 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vjvehOrfm4 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-vjvehOrfm4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vjvehOrfm4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vjvehOrfm4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vjvehOrfm4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vjvehOrfm4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vjvehOrfm4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vjvehOrfm4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vjvehOrfm4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vjvehOrfm4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vjvehOrfm4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vjvehOrfm4 .content-wrap {
  min-height: 77px;
}
.cid-vjvehOrfm4 .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vjvehOrfm4 .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vjvehOJ8Or {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vjvehOJ8Or .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvehOJ8Or .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvehOJ8Or .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vjvehOJ8Or .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjvehOJ8Or .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vjvehOJ8Or .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vjvehOJ8Or .mbr-label {
  color: #fba241;
}
.cid-vjvehOJ8Or .mbr-text {
  color: #ffffff;
}
.cid-vjvehOW1xH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-vjvehOW1xH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvehOW1xH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvehOW1xH .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vjvehOW1xH .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vjvehOW1xH .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjvehOW1xH .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vjvehOW1xH .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vjvehOW1xH .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vjvehOW1xH .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vjvehOW1xH .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vjvehOW1xH .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #951a00;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vjvehOW1xH .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vjvehOW1xH .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vjvehOW1xH .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vjvehOW1xH .items-wrapper .card {
  padding: 0 32px;
}
.cid-vjvehOW1xH .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vjvehOW1xH .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjvehOW1xH .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vjvehOW1xH .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vjvehOW1xH .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vjvehOW1xH .list-wrapper .list .item-wrap:hover,
.cid-vjvehOW1xH .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vjvehOW1xH .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjvehOW1xH .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vjvehOW1xH .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjvehOW1xH .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vjvehOW1xH .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vjvehOW1xH .mbr-copy {
  margin-bottom: 0;
  color: #f1f1f1;
}
.cid-vjvehOW1xH .mbr-desc {
  color: #f1f1f1;
}
.cid-vjvehOW1xH .mbr-text,
.cid-vjvehOW1xH .text-wrapper {
  color: #9aa0a6;
}
.cid-vjvehOW1xH .list {
  color: #9aa0a6;
}
.cid-vjvehOW1xH .mbr-text,
.cid-vjvehOW1xH .mbr-section-btn {
  color: #f1f1f1;
}
.cid-vjvehOW1xH .list,
.cid-vjvehOW1xH .item-wrap {
  color: #f1f1f1;
}
.cid-vjvewtYiN9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-vjvewtYiN9 nav.navbar {
  position: fixed;
}
.cid-vjvewtYiN9 .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .cid-vjvewtYiN9 .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vjvewtYiN9 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-vjvewtYiN9 .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-vjvewtYiN9 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vjvewtYiN9 .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 300;
}
.cid-vjvewtYiN9 .dropdown-item:hover,
.cid-vjvewtYiN9 .dropdown-item:focus {
  background: #ffffff !important;
  color: #1f1f1f !important;
}
.cid-vjvewtYiN9 .dropdown-item:hover span {
  color: white;
}
.cid-vjvewtYiN9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjvewtYiN9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjvewtYiN9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjvewtYiN9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjvewtYiN9 .nav-link {
  position: relative;
}
.cid-vjvewtYiN9 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vjvewtYiN9 .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vjvewtYiN9 .container {
    max-width: 1100px;
  }
}
.cid-vjvewtYiN9 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vjvewtYiN9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjvewtYiN9 .dropdown-menu,
.cid-vjvewtYiN9 .navbar.opened {
  background: #ffffff !important;
}
.cid-vjvewtYiN9 .nav-item:focus,
.cid-vjvewtYiN9 .nav-link:focus {
  outline: none;
}
.cid-vjvewtYiN9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjvewtYiN9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vjvewtYiN9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjvewtYiN9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjvewtYiN9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjvewtYiN9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjvewtYiN9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vjvewtYiN9 .navbar.opened {
  transition: all 0.3s;
}
.cid-vjvewtYiN9 .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vjvewtYiN9 .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vjvewtYiN9 .navbar .navbar-logo img {
  width: auto;
}
.cid-vjvewtYiN9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjvewtYiN9 .navbar.collapsed {
  justify-content: center;
}
.cid-vjvewtYiN9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjvewtYiN9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjvewtYiN9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjvewtYiN9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vjvewtYiN9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-vjvewtYiN9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjvewtYiN9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjvewtYiN9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjvewtYiN9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjvewtYiN9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjvewtYiN9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjvewtYiN9 .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vjvewtYiN9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-vjvewtYiN9 .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-vjvewtYiN9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjvewtYiN9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjvewtYiN9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjvewtYiN9 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-vjvewtYiN9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vjvewtYiN9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjvewtYiN9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjvewtYiN9 .navbar.navbar-short {
  min-height: 77px;
}
.cid-vjvewtYiN9 .navbar.navbar-short .navbar-brand {
  min-height: 77px;
}
.cid-vjvewtYiN9 .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vjvewtYiN9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vjvewtYiN9 .navbar-brand .navbar-caption:hover,
.cid-vjvewtYiN9 .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vjvewtYiN9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjvewtYiN9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vjvewtYiN9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-vjvewtYiN9 .dropdown-item.active,
.cid-vjvewtYiN9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjvewtYiN9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjvewtYiN9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjvewtYiN9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjvewtYiN9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vjvewtYiN9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vjvewtYiN9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vjvewtYiN9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjvewtYiN9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vjvewtYiN9 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-vjvewtYiN9 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vjvewtYiN9 .navbar-buttons {
    text-align: left;
  }
}
.cid-vjvewtYiN9 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vjvewtYiN9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vjvewtYiN9 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vjvewtYiN9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1f1f;
}
.cid-vjvewtYiN9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vjvewtYiN9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vjvewtYiN9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vjvewtYiN9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vjvewtYiN9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvewtYiN9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjvewtYiN9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjvewtYiN9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjvewtYiN9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjvewtYiN9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjvewtYiN9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjvewtYiN9 .navbar {
    height: 70px;
  }
  .cid-vjvewtYiN9 .navbar.opened {
    height: auto;
  }
  .cid-vjvewtYiN9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjvewtYiN9 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vjvewtYiN9 .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vjvewtYiN9 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vjvewtYiN9 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #1f1f1f;
  transition: all 0.3s ease-in-out;
}
.cid-vjvewtYiN9 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #1f1f1f;
}
.cid-vjvewtYiN9 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vjvewtYiN9 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-vjvewtYiN9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vjvewtYiN9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vjvewtYiN9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vjvewtYiN9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vjvewtYiN9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vjvewtYiN9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vjvewtYiN9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vjvewtYiN9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vjvewtYiN9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vjvewtYiN9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vjvewtYiN9 .content-wrap {
  min-height: 77px;
}
.cid-vjvewtYiN9 .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vjvewtYiN9 .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vjvewufwys {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vjvewufwys .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvewufwys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvewufwys .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vjvewufwys .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjvewufwys .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vjvewufwys .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vjvewufwys .mbr-label {
  color: #fba241;
}
.cid-vjvewufwys .mbr-text {
  color: #ffffff;
}
.cid-vjvewus5Kb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f1f1f;
}
.cid-vjvewus5Kb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjvewus5Kb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjvewus5Kb .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vjvewus5Kb .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vjvewus5Kb .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjvewus5Kb .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vjvewus5Kb .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vjvewus5Kb .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vjvewus5Kb .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vjvewus5Kb .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vjvewus5Kb .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #951a00;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vjvewus5Kb .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vjvewus5Kb .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vjvewus5Kb .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vjvewus5Kb .items-wrapper .card {
  padding: 0 32px;
}
.cid-vjvewus5Kb .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vjvewus5Kb .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjvewus5Kb .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vjvewus5Kb .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vjvewus5Kb .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vjvewus5Kb .list-wrapper .list .item-wrap:hover,
.cid-vjvewus5Kb .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vjvewus5Kb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjvewus5Kb .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vjvewus5Kb .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjvewus5Kb .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vjvewus5Kb .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vjvewus5Kb .mbr-copy {
  margin-bottom: 0;
  color: #f1f1f1;
}
.cid-vjvewus5Kb .mbr-desc {
  color: #f1f1f1;
}
.cid-vjvewus5Kb .mbr-text,
.cid-vjvewus5Kb .text-wrapper {
  color: #9aa0a6;
}
.cid-vjvewus5Kb .list {
  color: #9aa0a6;
}
.cid-vjvewus5Kb .mbr-text,
.cid-vjvewus5Kb .mbr-section-btn {
  color: #f1f1f1;
}
.cid-vjvewus5Kb .list,
.cid-vjvewus5Kb .item-wrap {
  color: #f1f1f1;
}
