.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 6.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 3.9rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #7e0000 !important;
}
.bg-success {
  background-color: #a78aff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9b39 !important;
}
.bg-danger {
  background-color: #ff4c39 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7e0000 !important;
  border-color: #7e0000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #7e0000 !important;
  border-color: #7e0000 !important;
  box-shadow: 0 0 33px 0 #7e0000;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b10000 !important;
  border-color: #b10000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff6ca8 !important;
  border-color: #ff6ca8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: 0 0 33px 0 #ffffff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #a78aff !important;
  border-color: #a78aff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a78aff !important;
  border-color: #a78aff !important;
  box-shadow: 0 0 33px 0 #a78aff;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #cdbdff !important;
  border-color: #cdbdff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
  box-shadow: 0 0 33px 0 #ff9b39;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb56c !important;
  border-color: #ffb56c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4c39 !important;
  border-color: #ff4c39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff4c39 !important;
  border-color: #ff4c39 !important;
  box-shadow: 0 0 33px 0 #ff4c39;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7a6c !important;
  border-color: #ff7a6c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  box-shadow: 0 0 33px 0 #eff0ec;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #7e0000;
  color: #7e0000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7e0000 !important;
  background-color: transparent !important;
  border-color: #7e0000 !important;
  box-shadow: 0 0 33px 0 #7e0000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e0000 !important;
  border-color: #7e0000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff398a;
  color: #ff398a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff398a !important;
  background-color: transparent !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #a78aff;
  color: #a78aff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a78aff !important;
  background-color: transparent !important;
  border-color: #a78aff !important;
  box-shadow: 0 0 33px 0 #a78aff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a78aff !important;
  border-color: #a78aff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9b39;
  color: #ff9b39;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff9b39 !important;
  background-color: transparent !important;
  border-color: #ff9b39 !important;
  box-shadow: 0 0 33px 0 #ff9b39;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff4c39;
  color: #ff4c39;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff4c39 !important;
  background-color: transparent !important;
  border-color: #ff4c39 !important;
  box-shadow: 0 0 33px 0 #ff4c39;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4c39 !important;
  border-color: #ff4c39 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323 !important;
  background-color: transparent !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent !important;
  border-color: #fafafa !important;
  box-shadow: 0 0 33px 0 #fafafa;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #7e0000 !important;
}
.text-secondary {
  color: #ff398a !important;
}
.text-success {
  color: #a78aff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9b39 !important;
}
.text-danger {
  color: #ff4c39 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #180000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d20056 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5a24ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d26800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d21400 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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: #7e0000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9b39;
}
.alert-danger {
  background-color: #ff4c39;
}
.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: #7e0000;
  border-color: #7e0000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7e0000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fe0000;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #7e0000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #7e0000;
}
/* 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: #7e0000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7e0000;
}
.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: #7e0000;
  border-bottom-color: #7e0000;
}
.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: #7e0000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff398a !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='%237e0000' %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,
.mbr-section-btn-item .btn {
  padding: 10px 44px;
  border-radius: 10px !important;
}
.item-wrap {
  border-radius: 10px !important;
}
ul.navbar-nav {
  border-radius: 10px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper {
  border-radius: 20px !important;
}
.cid-uE11Xa8Z8c {
  z-index: 1000;
  width: 100%;
}
.cid-uE11Xa8Z8c nav.navbar {
  position: fixed;
}
.cid-uE11Xa8Z8c .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uE11Xa8Z8c .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uE11Xa8Z8c .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uE11Xa8Z8c .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-uE11Xa8Z8c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uE11Xa8Z8c .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uE11Xa8Z8c .dropdown-item:hover,
.cid-uE11Xa8Z8c .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uE11Xa8Z8c .dropdown-item:hover span {
  color: white;
}
.cid-uE11Xa8Z8c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uE11Xa8Z8c .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uE11Xa8Z8c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uE11Xa8Z8c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uE11Xa8Z8c .nav-link {
  position: relative;
}
.cid-uE11Xa8Z8c .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uE11Xa8Z8c .container {
    flex-wrap: nowrap;
  }
}
.cid-uE11Xa8Z8c .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uE11Xa8Z8c .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-uE11Xa8Z8c .dropdown-menu,
.cid-uE11Xa8Z8c .navbar.opened {
  background: #2c2f35 !important;
}
.cid-uE11Xa8Z8c .nav-item:focus,
.cid-uE11Xa8Z8c .nav-link:focus {
  outline: none;
}
.cid-uE11Xa8Z8c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uE11Xa8Z8c .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uE11Xa8Z8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uE11Xa8Z8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE11Xa8Z8c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE11Xa8Z8c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE11Xa8Z8c .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(44, 47, 53, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uE11Xa8Z8c .navbar.opened {
  transition: all 0.3s;
}
.cid-uE11Xa8Z8c .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uE11Xa8Z8c .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uE11Xa8Z8c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uE11Xa8Z8c .navbar.collapsed {
  justify-content: center;
}
.cid-uE11Xa8Z8c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uE11Xa8Z8c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uE11Xa8Z8c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uE11Xa8Z8c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE11Xa8Z8c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE11Xa8Z8c .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-uE11Xa8Z8c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE11Xa8Z8c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uE11Xa8Z8c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uE11Xa8Z8c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uE11Xa8Z8c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE11Xa8Z8c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE11Xa8Z8c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE11Xa8Z8c .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-uE11Xa8Z8c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uE11Xa8Z8c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uE11Xa8Z8c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE11Xa8Z8c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uE11Xa8Z8c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uE11Xa8Z8c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uE11Xa8Z8c .navbar.navbar-short {
  min-height: 96px;
}
.cid-uE11Xa8Z8c .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uE11Xa8Z8c .navbar-brand {
  min-height: 96px;
  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-uE11Xa8Z8c .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE11Xa8Z8c .navbar-brand .navbar-caption:hover,
.cid-uE11Xa8Z8c .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uE11Xa8Z8c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE11Xa8Z8c .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uE11Xa8Z8c .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-uE11Xa8Z8c .dropdown-item.active,
.cid-uE11Xa8Z8c .dropdown-item:active {
  background-color: transparent;
}
.cid-uE11Xa8Z8c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE11Xa8Z8c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uE11Xa8Z8c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uE11Xa8Z8c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2f35;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uE11Xa8Z8c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uE11Xa8Z8c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uE11Xa8Z8c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE11Xa8Z8c ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uE11Xa8Z8c ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uE11Xa8Z8c .navbar-buttons {
  text-align: center;
}
.cid-uE11Xa8Z8c .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uE11Xa8Z8c .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uE11Xa8Z8c .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uE11Xa8Z8c button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2f35 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uE11Xa8Z8c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uE11Xa8Z8c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uE11Xa8Z8c button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uE11Xa8Z8c button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uE11Xa8Z8c button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uE11Xa8Z8c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE11Xa8Z8c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE11Xa8Z8c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE11Xa8Z8c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE11Xa8Z8c .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uE11Xa8Z8c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uE11Xa8Z8c .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-uE11Xa8Z8c .navbar {
    height: 70px;
  }
  .cid-uE11Xa8Z8c .navbar.opened {
    height: auto;
  }
  .cid-uE11Xa8Z8c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE11Xa8Z8c .navbar-nav {
  margin: 0 auto;
}
.cid-uE11Xa8Z8c .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uE11Xa8Z8c .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uE11Xa8Z8c .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uE11Xa8Z8c .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uE11Xa8Z8c .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uE11Xa8Z8c .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uE11Xa8Z8c .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uE11Xa8Z8c .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uE11Xa8Z8c .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uE11Xa8Z8c .navbar {
    justify-content: flex-start !important;
  }
  .cid-uE11Xa8Z8c .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uE11Xa8Z8c .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uE11Xa8Z8c .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uE11Xa8Z8c .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uE11Xa8Z8c .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uE11Xa8Z8c .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uE11Xa8Z8c .content-wrap {
  min-height: 90px;
}
.cid-uE11XkyT5B {
  background-image: url("../../../assets/images/image-47-1402x1122.png");
}
.cid-uE11XkyT5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE11XkyT5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE11XkyT5B .row {
  justify-content: center;
}
.cid-uE11XkyT5B .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uE11XkyT5B .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #f7510a, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE11XkyT5B .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uE11XkyT5B .mbr-section-title {
  color: #ffffff;
}
.cid-uE11XkyT5B .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uE11XkyT5B .mbr-section-title,
.cid-uE11XkyT5B .mbr-section-btn {
  text-align: center;
}
.cid-vmDfe4NVyo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: radial-gradient(circle farthest-side at -20% 20%, #7e0000, #000000 30%);
}
@media (max-width: 768px) {
  .cid-vmDfe4NVyo {
    background-image: radial-gradient(circle farthest-side at -20% 80%, #7e0000, #000000 30%);
  }
}
.cid-vmDfe4NVyo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vmDfe4NVyo .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vmDfe4NVyo .embla__slide .slide-content {
  width: 100%;
}
.cid-vmDfe4NVyo .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vmDfe4NVyo .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-vmDfe4NVyo .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vmDfe4NVyo .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-vmDfe4NVyo .embla__slide .slide-content .item-wrapper .item-content .label-wrapper .item-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #7e0000 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vmDfe4NVyo .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-vmDfe4NVyo .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
.cid-vmDfe4NVyo .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list {
  padding: 0;
  margin-bottom: 22px;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vmDfe4NVyo .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list .item-wrap {
  position: relative;
  margin: 0 8px 8px 0;
  background-color: #050049;
  border: 1px solid #a78aff;
  padding: 2px 8px;
}
.cid-vmDfe4NVyo .embla__slide .slide-content .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vmDfe4NVyo .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vmDfe4NVyo .embla__slide .slide-content .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vmDfe4NVyo .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vmDfe4NVyo .embla__button--next,
.cid-vmDfe4NVyo .embla__button--prev {
  display: flex;
}
.cid-vmDfe4NVyo .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #7e0000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-vmDfe4NVyo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vmDfe4NVyo .embla__button:hover {
  box-shadow: 0 0 33px 0 #7e0000;
}
.cid-vmDfe4NVyo .embla__button.embla__button--prev {
  right: 50px;
}
.cid-vmDfe4NVyo .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vmDfe4NVyo .embla__button.embla__button--next {
  right: 0;
}
.cid-vmDfe4NVyo .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vmDfe4NVyo .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vmDfe4NVyo .embla {
    padding-bottom: 32px;
  }
}
.cid-vmDfe4NVyo .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-vmDfe4NVyo .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vmDfe4NVyo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmDfe4NVyo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmDfe4NVyo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vmDfe4NVyo .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vmDfe4NVyo .item-label {
  color: #0047ff;
}
.cid-vmDfe4NVyo .item-title {
  color: #ffffff;
}
.cid-vmDfe4NVyo .item-text {
  color: #ffffff;
}
.cid-vmDfe4NVyo .list {
  color: #ffffff;
}
.cid-vmDfe4NVyo .item-label,
.cid-vmDfe4NVyo .label-wrapper {
  color: #bbbbbb;
}
.cid-vmDrCYhbPh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vmDrCYhbPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmDrCYhbPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmDrCYhbPh .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vmDrCYhbPh .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vmDrCYhbPh .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vmDrCYhbPh .title-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vmDrCYhbPh .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vmDrCYhbPh .items-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cid-vmDrCYhbPh .items-wrapper .item:hover .item-wrapper,
.cid-vmDrCYhbPh .items-wrapper .item:focus .item-wrapper {
  background-color: #2c2f35;
}
.cid-vmDrCYhbPh .items-wrapper .item:hover .item-wrapper .card-box .item-number,
.cid-vmDrCYhbPh .items-wrapper .item:focus .item-wrapper .card-box .item-number {
  color: #ffffff;
}
.cid-vmDrCYhbPh .items-wrapper .item:hover .item-wrapper .card-box .item-text,
.cid-vmDrCYhbPh .items-wrapper .item:focus .item-wrapper .card-box .item-text {
  color: #ffffff;
}
.cid-vmDrCYhbPh .items-wrapper .item:hover .item-wrapper .content-wrap .item-wrap,
.cid-vmDrCYhbPh .items-wrapper .item:focus .item-wrapper .content-wrap .item-wrap {
  background-color: #1f2329;
}
.cid-vmDrCYhbPh .items-wrapper .item:hover .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont,
.cid-vmDrCYhbPh .items-wrapper .item:focus .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-vmDrCYhbPh .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background-color: #1f2329;
  border: 1px solid #2c2f35;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vmDrCYhbPh .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-vmDrCYhbPh .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
.cid-vmDrCYhbPh .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vmDrCYhbPh .items-wrapper .item .item-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vmDrCYhbPh .items-wrapper .item .item-wrapper .content-wrap {
    margin-top: 22px;
  }
}
.cid-vmDrCYhbPh .items-wrapper .item .item-wrapper .content-wrap .item-wrap {
  position: relative;
  margin: 0 16px 0 0;
  background-color: #2c2f35;
  padding: 2px 8px;
}
.cid-vmDrCYhbPh .items-wrapper .item .item-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  opacity: .5;
}
.cid-vmDrCYhbPh .mbr-section-title {
  color: #ffffff;
}
.cid-vmDrCYhbPh .mbr-text {
  color: #ffffff;
}
.cid-vmDrCYhbPh .item-number {
  color: #ffffff;
}
.cid-vmDrCYhbPh .item-text {
  color: #ffffff;
}
.cid-vmDrCYhbPh .item-wrap {
  color: #ffffff;
}
.cid-uE127QZ2Bx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 70%, #7e0000 110%);
}
.cid-uE127QZ2Bx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE127QZ2Bx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE127QZ2Bx .row {
  justify-content: center;
}
.cid-uE127QZ2Bx .card-wrapper {
  display: flex;
  background-color: #1f2329;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uE127QZ2Bx .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uE127QZ2Bx .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uE127QZ2Bx .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uE127QZ2Bx .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uE127QZ2Bx .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uE127QZ2Bx .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #2c2f35;
  padding: 6px 10px;
}
.cid-uE127QZ2Bx .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uE127QZ2Bx .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE127QZ2Bx .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uE127QZ2Bx .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-uE127QZ2Bx .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uE127QZ2Bx .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uE127QZ2Bx .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uE127QZ2Bx .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uE127QZ2Bx .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uE127QZ2Bx .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uE127QZ2Bx .item-wrap {
  color: #ffffff;
}
.cid-uE127QZ2Bx .mbr-date {
  color: #ffffff;
}
.cid-uE127QZ2Bx .mbr-section-title {
  color: #ffffff;
}
.cid-uE127QZ2Bx .mbr-name {
  color: #ffffff;
}
.cid-vmDbOJG6Zf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vmDbOJG6Zf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmDbOJG6Zf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmDbOJG6Zf .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vmDbOJG6Zf .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vmDbOJG6Zf .items-wrapper {
  margin: 0 -10px;
}
.cid-vmDbOJG6Zf .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vmDbOJG6Zf .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vmDbOJG6Zf .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vmDbOJG6Zf .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.cid-vmDbOJG6Zf .items-wrapper .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-vmDbOJG6Zf .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-vmDbOJG6Zf .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vmDbOJG6Zf .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-vmDbOJG6Zf .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-vmDbOJG6Zf .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-vmDbOJG6Zf .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-vmDbOJG6Zf .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vmDbOJG6Zf .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #7e0000, #1f2329 50%);
}
.cid-vmDbOJG6Zf .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ebebeb, #1f2329 50%);
}
.cid-vmDbOJG6Zf .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #7e0000, #1f2329 50%);
}
.cid-vmDbOJG6Zf .mbr-section-title,
.cid-vmDbOJG6Zf .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vmDbOJG6Zf .item-title {
  color: #ffffff;
}
.cid-vmDbOJG6Zf .item-text {
  color: #ffffff;
}
.cid-uE128ePmPE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uE128ePmPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE128ePmPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE128ePmPE .card-wrapper {
  display: flex;
  background-color: #1f2329;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uE128ePmPE .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uE128ePmPE .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE128ePmPE .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #a78aff 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uE128ePmPE .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uE128ePmPE .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uE128ePmPE .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE128ePmPE .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE128ePmPE .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uE128ePmPE .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uE128ePmPE .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uE128ePmPE .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uE128ePmPE .mbr-section-title {
  color: #ffffff;
}
.cid-uE128ePmPE .mbr-text {
  color: #ffffff;
}
.cid-vmDjNnQnqI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7e0000;
  background-image: linear-gradient(45deg, #7e0000 -20%, #7e0000 40%);
}
@media (max-width: 768px) {
  .cid-vmDjNnQnqI {
    background-image: linear-gradient(45deg, #7e0000 -60%, #7e0000 40%);
  }
}
.cid-vmDjNnQnqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmDjNnQnqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmDjNnQnqI .row {
  justify-content: space-between;
}
.cid-vmDjNnQnqI .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vmDjNnQnqI .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-vmDjNnQnqI .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vmDjNnQnqI .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-vmDjNnQnqI .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #1f2329;
}
@media (max-width: 992px) {
  .cid-vmDjNnQnqI .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-vmDjNnQnqI .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vmDjNnQnqI .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-vmDjNnQnqI .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vmDjNnQnqI .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-vmDjNnQnqI .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-vmDjNnQnqI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vmDjNnQnqI .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vmDjNnQnqI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vmDjNnQnqI .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-vmDjNnQnqI .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vmDjNnQnqI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vmDjNnQnqI .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-vmDjNnQnqI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vmDjNnQnqI .mbr-section-title {
  color: #ffffff;
}
.cid-vmDjNnQnqI .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-vmDjNnQnqI .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-vmDjNnQnqI .panel-title-edit {
  color: #ffffff;
}
.cid-vmDjNnQnqI .panel-text {
  color: #ffffff;
}
.cid-vmlBpof9o3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7e0000;
  background-image: linear-gradient(135deg, #000000 10%, #7e0000 80%, #ffffff 130%);
}
.cid-vmlBpof9o3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmlBpof9o3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmlBpof9o3 .row {
  justify-content: center;
}
.cid-vmlBpof9o3 .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-vmlBpof9o3 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-vmlBpof9o3 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vmlBpof9o3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmlBpof9o3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmlBpof9o3 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-vmlBpof9o3 .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-vmlBpof9o3 .mbr-section-title {
  color: #ffffff;
}
.cid-vmlBpof9o3 .mbr-text,
.cid-vmlBpof9o3 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vmlBpof9o3 .mbr-section-title,
.cid-vmlBpof9o3 .mbr-section-btn,
.cid-vmlBpof9o3 .logo-wrapper {
  text-align: center;
}
.cid-vmlKWQosOc {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vmlKWQosOc .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-vmlKWQosOc .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vmlKWQosOc .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-vmlKWQosOc .btn-primary {
  border: 1px solid #7e0000 !important;
}
.cid-vmlKWQosOc .btn-primary:hover {
  border: 1px solid #7e0000 !important;
}
.cid-vmlKWQosOc .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vmlKWQosOc .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-vmlKWQosOc .input-group-btn {
  padding-left: 0;
}
.cid-vmlKWQosOc .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vmlKWQosOc .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-vmlKWQosOc .mbr-text {
  color: #444;
}
.cid-vmlKWQosOc h5 {
  margin-bottom: 0;
}
.cid-vmlKWQosOc .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vmlKWQosOc .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vmlKWQosOc .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vmlKWQosOc .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vmlKWQosOc .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vmlKWQosOc .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vmlKWQosOc .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vmlKWQosOc .social-list a:hover {
  opacity: 0.4;
}
.cid-vmlKWQosOc .media-container-row > div {
  padding: 0px;
}
.cid-vmlKWQosOc .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vmlKWQosOc .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vmlKWQosOc .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vmlKWQosOc .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vmlKWQosOc .social-list,
  .cid-vmlKWQosOc .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vmlKWQosOc h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vmlKWQosOc .form-group {
    max-width: 180px;
  }
}
.cid-vmlKWQosOc .links span {
  color: #9e9e9e;
}
.cid-vmlKWQosOc .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-vmlKWQosOc .logo-title {
  text-align: center;
}
.cid-vmlKWQosOc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmlKWQosOc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmOXFRa5ns {
  z-index: 1000;
  width: 100%;
}
.cid-vmOXFRa5ns nav.navbar {
  position: fixed;
}
.cid-vmOXFRa5ns .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-vmOXFRa5ns .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-vmOXFRa5ns .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vmOXFRa5ns .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-vmOXFRa5ns .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vmOXFRa5ns .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-vmOXFRa5ns .dropdown-item:hover,
.cid-vmOXFRa5ns .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-vmOXFRa5ns .dropdown-item:hover span {
  color: white;
}
.cid-vmOXFRa5ns .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vmOXFRa5ns .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vmOXFRa5ns .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vmOXFRa5ns .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vmOXFRa5ns .nav-link {
  position: relative;
}
.cid-vmOXFRa5ns .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vmOXFRa5ns .container {
    flex-wrap: nowrap;
  }
}
.cid-vmOXFRa5ns .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vmOXFRa5ns .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-vmOXFRa5ns .dropdown-menu,
.cid-vmOXFRa5ns .navbar.opened {
  background: #2c2f35 !important;
}
.cid-vmOXFRa5ns .nav-item:focus,
.cid-vmOXFRa5ns .nav-link:focus {
  outline: none;
}
.cid-vmOXFRa5ns .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vmOXFRa5ns .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vmOXFRa5ns .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vmOXFRa5ns .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmOXFRa5ns .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmOXFRa5ns .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmOXFRa5ns .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(44, 47, 53, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vmOXFRa5ns .navbar.opened {
  transition: all 0.3s;
}
.cid-vmOXFRa5ns .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-vmOXFRa5ns .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vmOXFRa5ns .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmOXFRa5ns .navbar.collapsed {
  justify-content: center;
}
.cid-vmOXFRa5ns .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmOXFRa5ns .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vmOXFRa5ns .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vmOXFRa5ns .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmOXFRa5ns .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmOXFRa5ns .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-vmOXFRa5ns .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmOXFRa5ns .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vmOXFRa5ns .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vmOXFRa5ns .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmOXFRa5ns .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmOXFRa5ns .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmOXFRa5ns .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vmOXFRa5ns .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-vmOXFRa5ns .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vmOXFRa5ns .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vmOXFRa5ns .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vmOXFRa5ns .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vmOXFRa5ns .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vmOXFRa5ns .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vmOXFRa5ns .navbar.navbar-short {
  min-height: 96px;
}
.cid-vmOXFRa5ns .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vmOXFRa5ns .navbar-brand {
  min-height: 96px;
  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-vmOXFRa5ns .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vmOXFRa5ns .navbar-brand .navbar-caption:hover,
.cid-vmOXFRa5ns .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vmOXFRa5ns .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmOXFRa5ns .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vmOXFRa5ns .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-vmOXFRa5ns .dropdown-item.active,
.cid-vmOXFRa5ns .dropdown-item:active {
  background-color: transparent;
}
.cid-vmOXFRa5ns .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vmOXFRa5ns .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmOXFRa5ns .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmOXFRa5ns .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2f35;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-vmOXFRa5ns .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vmOXFRa5ns .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vmOXFRa5ns .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmOXFRa5ns ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vmOXFRa5ns ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-vmOXFRa5ns .navbar-buttons {
  text-align: center;
}
.cid-vmOXFRa5ns .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-vmOXFRa5ns .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vmOXFRa5ns .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vmOXFRa5ns button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2f35 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vmOXFRa5ns button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vmOXFRa5ns button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vmOXFRa5ns button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vmOXFRa5ns button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vmOXFRa5ns button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vmOXFRa5ns nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmOXFRa5ns nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmOXFRa5ns nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmOXFRa5ns nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmOXFRa5ns .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vmOXFRa5ns a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmOXFRa5ns .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-vmOXFRa5ns .navbar {
    height: 70px;
  }
  .cid-vmOXFRa5ns .navbar.opened {
    height: auto;
  }
  .cid-vmOXFRa5ns .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmOXFRa5ns .navbar-nav {
  margin: 0 auto;
}
.cid-vmOXFRa5ns .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vmOXFRa5ns .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vmOXFRa5ns .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vmOXFRa5ns .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-vmOXFRa5ns .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vmOXFRa5ns .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vmOXFRa5ns .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vmOXFRa5ns .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vmOXFRa5ns .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vmOXFRa5ns .navbar {
    justify-content: flex-start !important;
  }
  .cid-vmOXFRa5ns .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vmOXFRa5ns .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vmOXFRa5ns .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vmOXFRa5ns .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vmOXFRa5ns .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vmOXFRa5ns .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vmOXFRa5ns .content-wrap {
  min-height: 90px;
}
.cid-vmOXFSsBHe {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/son-mariachi-1536x1024.png");
}
.cid-vmOXFSsBHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOXFSsBHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmOXFSsBHe .row {
  justify-content: center;
}
.cid-vmOXFSsBHe .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vmOXFSsBHe .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #f7510a, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vmOXFSsBHe .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vmOXFSsBHe .mbr-section-title {
  color: #ffffff;
}
.cid-vmOXFSsBHe .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vmOXFSsBHe .mbr-section-title,
.cid-vmOXFSsBHe .mbr-section-btn {
  text-align: center;
}
.cid-vmP1TIGIAK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vmP1TIGIAK .item:focus,
.cid-vmP1TIGIAK span:focus {
  outline: none;
}
.cid-vmP1TIGIAK .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vmP1TIGIAK .item {
  background-image: linear-gradient(90deg, #7e0000 -10%, #bbbbbb 60%, #7e0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vmP1TIGIAK .item {
    min-height: 45px;
  }
}
.cid-vmP1fpU30h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vmP1fpU30h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmP1fpU30h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmP1fpU30h .card-wrapper {
  display: flex;
  background-color: #1f2329;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vmP1fpU30h .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-vmP1fpU30h .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vmP1fpU30h .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #a78aff 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-vmP1fpU30h .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vmP1fpU30h .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vmP1fpU30h .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vmP1fpU30h .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vmP1fpU30h .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vmP1fpU30h .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vmP1fpU30h .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vmP1fpU30h .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-vmP1fpU30h .mbr-section-title {
  color: #ffffff;
}
.cid-vmP1fpU30h .mbr-text {
  color: #ffffff;
}
.cid-vmOXFTjVYC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: radial-gradient(circle farthest-side at -20% 20%, #7e0000, #000000 30%);
}
@media (max-width: 768px) {
  .cid-vmOXFTjVYC {
    background-image: radial-gradient(circle farthest-side at -20% 80%, #7e0000, #000000 30%);
  }
}
.cid-vmOXFTjVYC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-vmOXFTjVYC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vmOXFTjVYC .embla__slide .slide-content {
  width: 100%;
}
.cid-vmOXFTjVYC .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vmOXFTjVYC .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-vmOXFTjVYC .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vmOXFTjVYC .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-vmOXFTjVYC .embla__slide .slide-content .item-wrapper .item-content .label-wrapper .item-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #7e0000 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vmOXFTjVYC .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 22px;
}
.cid-vmOXFTjVYC .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
.cid-vmOXFTjVYC .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list {
  padding: 0;
  margin-bottom: 22px;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vmOXFTjVYC .embla__slide .slide-content .item-wrapper .item-content .tabs-wrapper .list .item-wrap {
  position: relative;
  margin: 0 8px 8px 0;
  background-color: #050049;
  border: 1px solid #a78aff;
  padding: 2px 8px;
}
.cid-vmOXFTjVYC .embla__slide .slide-content .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vmOXFTjVYC .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vmOXFTjVYC .embla__slide .slide-content .item-wrapper .item-img img {
  height: 370px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vmOXFTjVYC .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vmOXFTjVYC .embla__button--next,
.cid-vmOXFTjVYC .embla__button--prev {
  display: flex;
}
.cid-vmOXFTjVYC .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #7e0000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-vmOXFTjVYC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vmOXFTjVYC .embla__button:hover {
  box-shadow: 0 0 33px 0 #7e0000;
}
.cid-vmOXFTjVYC .embla__button.embla__button--prev {
  right: 50px;
}
.cid-vmOXFTjVYC .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vmOXFTjVYC .embla__button.embla__button--next {
  right: 0;
}
.cid-vmOXFTjVYC .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vmOXFTjVYC .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vmOXFTjVYC .embla {
    padding-bottom: 32px;
  }
}
.cid-vmOXFTjVYC .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-vmOXFTjVYC .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vmOXFTjVYC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmOXFTjVYC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmOXFTjVYC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vmOXFTjVYC .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vmOXFTjVYC .item-label {
  color: #0047ff;
}
.cid-vmOXFTjVYC .item-title {
  color: #ffffff;
}
.cid-vmOXFTjVYC .item-text {
  color: #ffffff;
}
.cid-vmOXFTjVYC .list {
  color: #ffffff;
}
.cid-vmOXFTjVYC .item-label,
.cid-vmOXFTjVYC .label-wrapper {
  color: #bbbbbb;
}
.cid-vmP32QXyoM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vmP32QXyoM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmP32QXyoM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmP32QXyoM .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vmP32QXyoM .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vmP32QXyoM .items-wrapper {
  margin: 0 -13px;
}
.cid-vmP32QXyoM .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-vmP32QXyoM .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vmP32QXyoM .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vmP32QXyoM .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.cid-vmP32QXyoM .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-vmP32QXyoM .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.cid-vmP32QXyoM .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-vmP32QXyoM .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-vmP32QXyoM .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vmP32QXyoM .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vmP32QXyoM .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.cid-vmP32QXyoM .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-vmP32QXyoM .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #7e0000, #454545 85%);
}
.cid-vmP32QXyoM .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #7e0000, #454545 85%);
}
.cid-vmP32QXyoM .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #7e0000, #454545 85%);
}
.cid-vmP32QXyoM .mbr-section-title,
.cid-vmP32QXyoM .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vmP32QXyoM .item-title {
  color: #ffffff;
}
.cid-vmP32QXyoM .item-text {
  color: #ffffff;
}
.cid-vmOXFVkFVb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 70%, #7e0000 110%);
}
.cid-vmOXFVkFVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOXFVkFVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmOXFVkFVb .row {
  justify-content: center;
}
.cid-vmOXFVkFVb .card-wrapper {
  display: flex;
  background-color: #1f2329;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vmOXFVkFVb .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-vmOXFVkFVb .card-wrapper .content-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-vmOXFVkFVb .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vmOXFVkFVb .card-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vmOXFVkFVb .card-wrapper .content-wrapper .tag-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vmOXFVkFVb .card-wrapper .content-wrapper .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #2c2f35;
  padding: 6px 10px;
}
.cid-vmOXFVkFVb .card-wrapper .content-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-vmOXFVkFVb .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vmOXFVkFVb .card-wrapper .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vmOXFVkFVb .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.cid-vmOXFVkFVb .card-wrapper .content-wrapper .logo-wrapper .logo-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-vmOXFVkFVb .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vmOXFVkFVb .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vmOXFVkFVb .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vmOXFVkFVb .card-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vmOXFVkFVb .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-vmOXFVkFVb .item-wrap {
  color: #ffffff;
}
.cid-vmOXFVkFVb .mbr-date {
  color: #ffffff;
}
.cid-vmOXFVkFVb .mbr-section-title {
  color: #ffffff;
}
.cid-vmOXFVkFVb .mbr-name {
  color: #ffffff;
}
.cid-vmPePTqEoi {
  background-color: #7e0000;
  background-image: linear-gradient(125deg, #000000 45%, #7e0000 120%);
}
.cid-vmPePTqEoi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmPePTqEoi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmPePTqEoi .row {
  position: relative;
  justify-content: center;
  padding-top: 220px;
  padding-bottom: 220px;
}
.cid-vmPePTqEoi .row .image-wrapper {
  position: absolute;
  height: 190px;
  width: 285px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vmPePTqEoi .row .image-wrapper {
    position: static;
    margin-top: 16px;
    width: 100%;
    padding: 0 16px;
  }
  .cid-vmPePTqEoi .row .image-wrapper:first-child {
    margin-top: 22px;
  }
}
.cid-vmPePTqEoi .row .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-vmPePTqEoi .row .image_1 {
  top: 0;
  left: 0;
}
.cid-vmPePTqEoi .row .image_2 {
  top: 0;
  right: 0;
}
.cid-vmPePTqEoi .row .image_3 {
  bottom: 0;
  left: 0;
}
.cid-vmPePTqEoi .row .image_4 {
  bottom: 0;
  right: 0;
}
.cid-vmPePTqEoi .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #bbbbbb 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vmPePTqEoi .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vmPePTqEoi .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vmPePTqEoi .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmPePTqEoi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmPePTqEoi .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vmPePTqEoi .mbr-label,
.cid-vmPePTqEoi .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vmPePTqEoi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vmPePTqEoi .mbr-text,
.cid-vmPePTqEoi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vmPePTqEoi .mbr-section-title,
.cid-vmPePTqEoi .mbr-section-btn {
  text-align: center;
}
.cid-vmPfzrReNF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
  background-image: linear-gradient(135deg, #000000 10%, #bbbbbb 80%, #ffffff 130%);
}
.cid-vmPfzrReNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmPfzrReNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmPfzrReNF .row {
  justify-content: center;
}
.cid-vmPfzrReNF .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-vmPfzrReNF .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-vmPfzrReNF .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vmPfzrReNF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmPfzrReNF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmPfzrReNF .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-vmPfzrReNF .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-vmPfzrReNF .mbr-section-title {
  color: #ffffff;
}
.cid-vmPfzrReNF .mbr-text,
.cid-vmPfzrReNF .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vmPfzrReNF .mbr-section-title,
.cid-vmPfzrReNF .mbr-section-btn,
.cid-vmPfzrReNF .logo-wrapper {
  text-align: center;
}
.cid-vmOXFZF0fE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7e0000;
  background-image: linear-gradient(135deg, #000000 10%, #7e0000 80%, #ffffff 130%);
}
.cid-vmOXFZF0fE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOXFZF0fE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmOXFZF0fE .row {
  justify-content: center;
}
.cid-vmOXFZF0fE .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-vmOXFZF0fE .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-vmOXFZF0fE .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vmOXFZF0fE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmOXFZF0fE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmOXFZF0fE .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-vmOXFZF0fE .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-vmOXFZF0fE .mbr-section-title {
  color: #ffffff;
}
.cid-vmOXFZF0fE .mbr-text,
.cid-vmOXFZF0fE .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vmOXFZF0fE .mbr-section-title,
.cid-vmOXFZF0fE .mbr-section-btn,
.cid-vmOXFZF0fE .logo-wrapper {
  text-align: center;
}
.cid-vmOXG0quvV {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vmOXG0quvV .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-vmOXG0quvV .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vmOXG0quvV .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-vmOXG0quvV .btn-primary {
  border: 1px solid #7e0000 !important;
}
.cid-vmOXG0quvV .btn-primary:hover {
  border: 1px solid #7e0000 !important;
}
.cid-vmOXG0quvV .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vmOXG0quvV .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-vmOXG0quvV .input-group-btn {
  padding-left: 0;
}
.cid-vmOXG0quvV .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vmOXG0quvV .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-vmOXG0quvV .mbr-text {
  color: #444;
}
.cid-vmOXG0quvV h5 {
  margin-bottom: 0;
}
.cid-vmOXG0quvV .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vmOXG0quvV .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vmOXG0quvV .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vmOXG0quvV .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vmOXG0quvV .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vmOXG0quvV .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vmOXG0quvV .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vmOXG0quvV .social-list a:hover {
  opacity: 0.4;
}
.cid-vmOXG0quvV .media-container-row > div {
  padding: 0px;
}
.cid-vmOXG0quvV .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vmOXG0quvV .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vmOXG0quvV .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vmOXG0quvV .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vmOXG0quvV .social-list,
  .cid-vmOXG0quvV .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vmOXG0quvV h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vmOXG0quvV .form-group {
    max-width: 180px;
  }
}
.cid-vmOXG0quvV .links span {
  color: #9e9e9e;
}
.cid-vmOXG0quvV .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-vmOXG0quvV .logo-title {
  text-align: center;
}
.cid-vmOXG0quvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOXG0quvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmPgPv9UNX {
  z-index: 1000;
  width: 100%;
}
.cid-vmPgPv9UNX nav.navbar {
  position: fixed;
}
.cid-vmPgPv9UNX .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-vmPgPv9UNX .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-vmPgPv9UNX .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vmPgPv9UNX .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-vmPgPv9UNX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vmPgPv9UNX .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-vmPgPv9UNX .dropdown-item:hover,
.cid-vmPgPv9UNX .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-vmPgPv9UNX .dropdown-item:hover span {
  color: white;
}
.cid-vmPgPv9UNX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vmPgPv9UNX .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vmPgPv9UNX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vmPgPv9UNX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vmPgPv9UNX .nav-link {
  position: relative;
}
.cid-vmPgPv9UNX .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-vmPgPv9UNX .container {
    flex-wrap: nowrap;
  }
}
.cid-vmPgPv9UNX .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vmPgPv9UNX .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-vmPgPv9UNX .dropdown-menu,
.cid-vmPgPv9UNX .navbar.opened {
  background: #2c2f35 !important;
}
.cid-vmPgPv9UNX .nav-item:focus,
.cid-vmPgPv9UNX .nav-link:focus {
  outline: none;
}
.cid-vmPgPv9UNX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vmPgPv9UNX .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vmPgPv9UNX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vmPgPv9UNX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmPgPv9UNX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmPgPv9UNX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmPgPv9UNX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(44, 47, 53, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vmPgPv9UNX .navbar.opened {
  transition: all 0.3s;
}
.cid-vmPgPv9UNX .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-vmPgPv9UNX .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vmPgPv9UNX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmPgPv9UNX .navbar.collapsed {
  justify-content: center;
}
.cid-vmPgPv9UNX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmPgPv9UNX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vmPgPv9UNX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vmPgPv9UNX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmPgPv9UNX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmPgPv9UNX .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-vmPgPv9UNX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmPgPv9UNX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vmPgPv9UNX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vmPgPv9UNX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmPgPv9UNX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmPgPv9UNX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmPgPv9UNX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vmPgPv9UNX .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-vmPgPv9UNX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vmPgPv9UNX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vmPgPv9UNX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vmPgPv9UNX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vmPgPv9UNX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vmPgPv9UNX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vmPgPv9UNX .navbar.navbar-short {
  min-height: 96px;
}
.cid-vmPgPv9UNX .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vmPgPv9UNX .navbar-brand {
  min-height: 96px;
  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-vmPgPv9UNX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vmPgPv9UNX .navbar-brand .navbar-caption:hover,
.cid-vmPgPv9UNX .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vmPgPv9UNX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmPgPv9UNX .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vmPgPv9UNX .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-vmPgPv9UNX .dropdown-item.active,
.cid-vmPgPv9UNX .dropdown-item:active {
  background-color: transparent;
}
.cid-vmPgPv9UNX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vmPgPv9UNX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmPgPv9UNX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmPgPv9UNX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2f35;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-vmPgPv9UNX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vmPgPv9UNX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vmPgPv9UNX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmPgPv9UNX ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vmPgPv9UNX ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-vmPgPv9UNX .navbar-buttons {
  text-align: center;
}
.cid-vmPgPv9UNX .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-vmPgPv9UNX .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vmPgPv9UNX .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vmPgPv9UNX button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2f35 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vmPgPv9UNX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vmPgPv9UNX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vmPgPv9UNX button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vmPgPv9UNX button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vmPgPv9UNX button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vmPgPv9UNX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmPgPv9UNX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmPgPv9UNX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmPgPv9UNX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmPgPv9UNX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vmPgPv9UNX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmPgPv9UNX .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-vmPgPv9UNX .navbar {
    height: 70px;
  }
  .cid-vmPgPv9UNX .navbar.opened {
    height: auto;
  }
  .cid-vmPgPv9UNX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmPgPv9UNX .navbar-nav {
  margin: 0 auto;
}
.cid-vmPgPv9UNX .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vmPgPv9UNX .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-vmPgPv9UNX .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vmPgPv9UNX .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-vmPgPv9UNX .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vmPgPv9UNX .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vmPgPv9UNX .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vmPgPv9UNX .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vmPgPv9UNX .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vmPgPv9UNX .navbar {
    justify-content: flex-start !important;
  }
  .cid-vmPgPv9UNX .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vmPgPv9UNX .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vmPgPv9UNX .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vmPgPv9UNX .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vmPgPv9UNX .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vmPgPv9UNX .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vmPgPv9UNX .content-wrap {
  min-height: 90px;
}
.cid-vmPgPxrbHC {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image-48-1536x1024.png");
}
.cid-vmPgPxrbHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmPgPxrbHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmPgPxrbHC .row {
  justify-content: center;
}
.cid-vmPgPxrbHC .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vmPgPxrbHC .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vmPgPxrbHC .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vmPgPxrbHC .mbr-section-title {
  color: #ffffff;
}
.cid-vmPgPxrbHC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vmPgPxrbHC .mbr-section-title,
.cid-vmPgPxrbHC .mbr-section-btn {
  text-align: center;
}
.cid-vmPgPyINN7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vmPgPyINN7 .item:focus,
.cid-vmPgPyINN7 span:focus {
  outline: none;
}
.cid-vmPgPyINN7 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vmPgPyINN7 .item {
  background-image: linear-gradient(90deg, #7e0000 -10%, #bbbbbb 60%, #7e0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vmPgPyINN7 .item {
    min-height: 45px;
  }
}
.cid-vmPgPzkIr4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vmPgPzkIr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmPgPzkIr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmPgPzkIr4 .card-wrapper {
  display: flex;
  background-color: #1f2329;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vmPgPzkIr4 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-vmPgPzkIr4 .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vmPgPzkIr4 .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #a78aff 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-vmPgPzkIr4 .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vmPgPzkIr4 .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-vmPgPzkIr4 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vmPgPzkIr4 .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vmPgPzkIr4 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vmPgPzkIr4 .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vmPgPzkIr4 .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vmPgPzkIr4 .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-vmPgPzkIr4 .mbr-section-title {
  color: #ffffff;
}
.cid-vmPgPzkIr4 .mbr-text {
  color: #ffffff;
}
.cid-vmPkYcxhZ8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/image-47-1402x1122.png");
  overflow: hidden;
}
.cid-vmPkYcxhZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmPkYcxhZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmPkYcxhZ8 .content-wrapper {
  position: relative;
  margin: 0;
}
.cid-vmPkYcxhZ8 .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
  justify-content: flex-end;
}
.cid-vmPkYcxhZ8 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #21242b;
  pointer-events: none;
  padding: 0;
  top: -100%;
}
.cid-vmPkYcxhZ8 .content-wrapper .border_1 {
  left: 0;
}
.cid-vmPkYcxhZ8 .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vmPkYcxhZ8 .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vmPkYcxhZ8 .content-wrapper .border_3 {
  left: 50%;
}
.cid-vmPkYcxhZ8 .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vmPkYcxhZ8 .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vmPkYcxhZ8 .content-wrapper .border_5 {
  left: 100%;
}
.cid-vmPkYcxhZ8 .content-wrap {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 750px;
  padding: 24px;
  margin-right: -1px;
  clip-path: polygon(38px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 38px);
}
@media (max-width: 1440px) {
  .cid-vmPkYcxhZ8 .content-wrap {
    min-height: 600px;
  }
}
@media (max-width: 1200px) {
  .cid-vmPkYcxhZ8 .content-wrap {
    min-height: 500px;
  }
}
.cid-vmPkYcxhZ8 .content-wrap .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vmPkYcxhZ8 .content-wrap .overlay-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #080a10;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}
.cid-vmPkYcxhZ8 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-vmPkYcxhZ8 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vmPkYcxhZ8 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vmPkYcxhZ8 .title-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vmPkYcxhZ8 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmPkYcxhZ8 .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vmPkYcxhZ8 .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vmPkYcxhZ8 .mbr-section-title {
  color: #ffffff;
}
.cid-vmPkYcxhZ8 .mbr-text,
.cid-vmPkYcxhZ8 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vmPkYcxhZ8 .mbr-section-title,
.cid-vmPkYcxhZ8 .mbr-section-btn {
  text-align: center;
}
.cid-vmPm1C7abL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-vmPm1C7abL .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 800;
}
.cid-vmPm1C7abL .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-vmPm1C7abL .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.cid-vmPm1C7abL .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-vmPm1C7abL .mbr-text {
  color: #ffffff;
  margin: 1.5rem 0;
}
.cid-vmPm1C7abL .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-vmPm1C7abL .card {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-vmPm1C7abL .card:hover .card-img {
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-vmPm1C7abL .card:hover .card-img .img-icon {
  max-width: 100%;
  border-color: #4f87fb;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-vmPm1C7abL .card .card-wrap {
  padding: 30px 40px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #7e0000;
  border-radius: 4px;
}
.cid-vmPm1C7abL .card .card-wrap .card-title {
  font-weight: 700;
  color: #130947;
}
.cid-vmPm1C7abL .card .card-wrap .card-title.display-7 {
  letter-spacing: -0.5px;
  line-height: 1.3;
  font-size: 20px;
}
.cid-vmPm1C7abL .card .card-wrap .user-desc {
  font-weight: 600;
  color: #6d7a8c;
}
.cid-vmPm1C7abL .card .card-wrap .user-desc.display-4 {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
}
.cid-vmPm1C7abL .card .card-wrap .social-list {
  margin-top: 20px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vmPm1C7abL .card .card-wrap .social-list .soc-item {
  width: 35px;
  height: 35px;
  background: #7e0000;
  border-radius: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-vmPm1C7abL .card .card-wrap .social-list .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-vmPm1C7abL .card .card-wrap .social-list .soc-item:hover {
  background-color: #130947 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-vmPm1C7abL .mbr-iconfont {
  color: #ffffff;
}
.cid-vmPm1C7abL .card-img {
  margin-bottom: 2rem;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-vmPm1C7abL .img-icon {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 10px solid #a78aff;
}
@media (min-width: 992px) {
  .cid-vmPm1C7abL .my-col {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .cid-vmPm1C7abL .card {
    margin-bottom: 30px;
  }
}
.cid-vmPm1C7abL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmPm1C7abL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmPm1C7abL .card .card-wrap .card-title {
  color: #ffffff;
}
.cid-vmPgPFoYm5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #7e0000;
  background-image: linear-gradient(135deg, #000000 10%, #7e0000 80%, #ffffff 130%);
}
.cid-vmPgPFoYm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmPgPFoYm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmPgPFoYm5 .row {
  justify-content: center;
}
.cid-vmPgPFoYm5 .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-vmPgPFoYm5 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-vmPgPFoYm5 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vmPgPFoYm5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmPgPFoYm5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmPgPFoYm5 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-vmPgPFoYm5 .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-vmPgPFoYm5 .mbr-section-title {
  color: #ffffff;
}
.cid-vmPgPFoYm5 .mbr-text,
.cid-vmPgPFoYm5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vmPgPFoYm5 .mbr-section-title,
.cid-vmPgPFoYm5 .mbr-section-btn,
.cid-vmPgPFoYm5 .logo-wrapper {
  text-align: center;
}
.cid-vmPgPFZP3X {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vmPgPFZP3X .listico {
  padding-right: 1rem;
  font-size: 1.6rem;
}
.cid-vmPgPFZP3X .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vmPgPFZP3X .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-vmPgPFZP3X .btn-primary {
  border: 1px solid #7e0000 !important;
}
.cid-vmPgPFZP3X .btn-primary:hover {
  border: 1px solid #7e0000 !important;
}
.cid-vmPgPFZP3X .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vmPgPFZP3X .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-vmPgPFZP3X .input-group-btn {
  padding-left: 0;
}
.cid-vmPgPFZP3X .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vmPgPFZP3X .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-vmPgPFZP3X .mbr-text {
  color: #444;
}
.cid-vmPgPFZP3X h5 {
  margin-bottom: 0;
}
.cid-vmPgPFZP3X .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vmPgPFZP3X .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vmPgPFZP3X .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vmPgPFZP3X .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vmPgPFZP3X .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vmPgPFZP3X .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vmPgPFZP3X .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vmPgPFZP3X .social-list a:hover {
  opacity: 0.4;
}
.cid-vmPgPFZP3X .media-container-row > div {
  padding: 0px;
}
.cid-vmPgPFZP3X .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vmPgPFZP3X .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vmPgPFZP3X .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vmPgPFZP3X .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vmPgPFZP3X .social-list,
  .cid-vmPgPFZP3X .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vmPgPFZP3X h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vmPgPFZP3X .form-group {
    max-width: 180px;
  }
}
.cid-vmPgPFZP3X .links span {
  color: #9e9e9e;
}
.cid-vmPgPFZP3X .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-vmPgPFZP3X .logo-title {
  text-align: center;
}
.cid-vmPgPFZP3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmPgPFZP3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
