.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: #0047ff !important;
}
.bg-success {
  background-color: #a78aff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #8b0e1e !important;
}
.bg-danger {
  background-color: #ff4c39 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0047ff !important;
  border-color: #0047ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0047ff !important;
  border-color: #0047ff !important;
  box-shadow: 0 0 33px 0 #0047ff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #336cff !important;
  border-color: #336cff !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: #8b0e1e !important;
  border-color: #8b0e1e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #8b0e1e !important;
  border-color: #8b0e1e !important;
  box-shadow: 0 0 33px 0 #8b0e1e;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b91328 !important;
  border-color: #b91328 !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: #0047ff;
  color: #0047ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0047ff !important;
  background-color: transparent !important;
  border-color: #0047ff !important;
  box-shadow: 0 0 33px 0 #0047ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0047ff !important;
  border-color: #0047ff !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: #8b0e1e;
  color: #8b0e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8b0e1e !important;
  background-color: transparent !important;
  border-color: #8b0e1e !important;
  box-shadow: 0 0 33px 0 #8b0e1e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8b0e1e !important;
  border-color: #8b0e1e !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: #0047ff !important;
}
.text-secondary {
  color: #ff398a !important;
}
.text-success {
  color: #a78aff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #8b0e1e !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: #002b99 !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: #2e050a !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: #0047ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #8b0e1e;
}
.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: #0047ff;
  border-color: #0047ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0047ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccdaff;
}
.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: #ea2f46;
}
.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: #0047ff !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: #0047ff;
}
/* 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: #0047ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0047ff;
}
.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: #0047ff;
  border-bottom-color: #0047ff;
}
.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: #0047ff !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='%230047ff' %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-uE0ZATlHGy .navbar-dropdown {
  position: relative !important;
}
.cid-uE0ZATlHGy .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-uE0ZATlHGy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uE0ZATlHGy .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uE0ZATlHGy .dropdown-item:hover,
.cid-uE0ZATlHGy .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uE0ZATlHGy .dropdown-item:hover span {
  color: white;
}
.cid-uE0ZATlHGy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uE0ZATlHGy .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uE0ZATlHGy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uE0ZATlHGy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uE0ZATlHGy .nav-link {
  position: relative;
}
.cid-uE0ZATlHGy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uE0ZATlHGy .container {
    flex-wrap: nowrap;
  }
}
.cid-uE0ZATlHGy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uE0ZATlHGy .iconfont-wrapper:hover {
  color: #8b0e1e !important;
}
.cid-uE0ZATlHGy .dropdown-menu,
.cid-uE0ZATlHGy .navbar.opened {
  background: #000000 !important;
}
.cid-uE0ZATlHGy .nav-item:focus,
.cid-uE0ZATlHGy .nav-link:focus {
  outline: none;
}
.cid-uE0ZATlHGy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uE0ZATlHGy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uE0ZATlHGy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uE0ZATlHGy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE0ZATlHGy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE0ZATlHGy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE0ZATlHGy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uE0ZATlHGy .navbar.opened {
  transition: all 0.3s;
}
.cid-uE0ZATlHGy .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uE0ZATlHGy .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uE0ZATlHGy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uE0ZATlHGy .navbar.collapsed {
  justify-content: center;
}
.cid-uE0ZATlHGy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uE0ZATlHGy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uE0ZATlHGy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uE0ZATlHGy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE0ZATlHGy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE0ZATlHGy .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-uE0ZATlHGy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE0ZATlHGy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uE0ZATlHGy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uE0ZATlHGy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uE0ZATlHGy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE0ZATlHGy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE0ZATlHGy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE0ZATlHGy .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-uE0ZATlHGy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uE0ZATlHGy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uE0ZATlHGy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE0ZATlHGy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uE0ZATlHGy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uE0ZATlHGy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uE0ZATlHGy .navbar.navbar-short {
  min-height: 96px;
}
.cid-uE0ZATlHGy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uE0ZATlHGy .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-uE0ZATlHGy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE0ZATlHGy .navbar-brand .navbar-caption:hover,
.cid-uE0ZATlHGy .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uE0ZATlHGy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE0ZATlHGy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uE0ZATlHGy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #8b0e1e !important;
}
.cid-uE0ZATlHGy .dropdown-item.active,
.cid-uE0ZATlHGy .dropdown-item:active {
  background-color: transparent;
}
.cid-uE0ZATlHGy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE0ZATlHGy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uE0ZATlHGy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uE0ZATlHGy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uE0ZATlHGy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uE0ZATlHGy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uE0ZATlHGy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE0ZATlHGy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uE0ZATlHGy ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uE0ZATlHGy .navbar-buttons {
  text-align: center;
}
.cid-uE0ZATlHGy .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uE0ZATlHGy .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-uE0ZATlHGy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uE0ZATlHGy 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: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uE0ZATlHGy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE0ZATlHGy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uE0ZATlHGy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uE0ZATlHGy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uE0ZATlHGy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uE0ZATlHGy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE0ZATlHGy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE0ZATlHGy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE0ZATlHGy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE0ZATlHGy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uE0ZATlHGy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uE0ZATlHGy .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-uE0ZATlHGy .navbar {
    height: 70px;
  }
  .cid-uE0ZATlHGy .navbar.opened {
    height: auto;
  }
  .cid-uE0ZATlHGy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE0ZATlHGy .navbar-nav {
  margin: 0 auto;
}
.cid-uE0ZATlHGy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uE0ZATlHGy .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-uE0ZATlHGy .nav-item .nav-link::after {
  color: #8b0e1e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uE0ZATlHGy .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #8b0e1e 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uE0ZATlHGy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uE0ZATlHGy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uE0ZATlHGy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uE0ZATlHGy .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uE0ZATlHGy .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uE0ZATlHGy .navbar {
    justify-content: flex-start !important;
  }
  .cid-uE0ZATlHGy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uE0ZATlHGy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uE0ZATlHGy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uE0ZATlHGy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uE0ZATlHGy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uE0ZATlHGy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uE0ZATlHGy .content-wrap {
  min-height: 90px;
}
.cid-uE0ZB7pOIo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1.jpg-1900x1200.jpg");
  position: relative;
}
.cid-uE0ZB7pOIo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uE0ZB7pOIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0ZB7pOIo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0ZB7pOIo .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uE0ZB7pOIo .content-wrapper {
    margin-top: 0;
  }
}
.cid-uE0ZB7pOIo .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE0ZB7pOIo .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uE0ZB7pOIo .mbr-section-title {
  color: #ffffff;
}
.cid-uE0ZB7pOIo .mbr-text {
  color: #ffffff;
}
.cid-uE0ZG0YIOh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uE0ZG0YIOh .item:focus,
.cid-uE0ZG0YIOh span:focus {
  outline: none;
}
.cid-uE0ZG0YIOh .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uE0ZG0YIOh .item {
  background-image: linear-gradient(90deg, #0047ff -10%, #a78aff 60%, #8b0e1e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uE0ZG0YIOh .item {
    min-height: 45px;
  }
}
.cid-uJ2L53EtIB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uJ2L53EtIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2L53EtIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uJ2L53EtIB .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uJ2L53EtIB .row {
    margin: 0;
  }
}
.cid-uJ2L53EtIB .row .card {
  border-top: 1px solid #000000;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJ2L53EtIB .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uJ2L53EtIB .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJ2L53EtIB .content-wrapper {
    padding: 24px;
  }
}
.cid-uJ2L53EtIB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uJ2L53EtIB .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uJ2L53EtIB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ2L53EtIB .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uJ2L53EtIB .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uJ2L53EtIB .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uJ2L53EtIB .items {
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uJ2L53EtIB .items {
    border-top: 1px solid #000000;
  }
}
.cid-uJ2L53EtIB .items .item {
  padding: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uJ2L53EtIB .items .item {
    padding: 24px;
  }
}
.cid-uJ2L53EtIB .items .item:last-child {
  border: none;
}
.cid-uJ2L53EtIB .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uJ2L53EtIB .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uJ2L53EtIB .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uJ2L53EtIB .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uJ2L53EtIB .mbr-section-title {
  color: #F9F6E0;
}
.cid-uJ2L53EtIB .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uJ2L53EtIB .card-title {
  color: #F9F6E0;
}
.cid-uJ2L53EtIB .card-number {
  color: #E0B548;
}
.cid-uJ2L53EtIB .card-text {
  color: #ffffff;
}
.cid-uJ2L53EtIB .mbr-section-title,
.cid-uJ2L53EtIB .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uJ2L53EtIB .card-title,
.cid-uJ2L53EtIB .title-wrapper {
  color: #ffffff;
}
.cid-uJ2AQwYgRS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2.jpg-1900x1200.jpg");
}
.cid-uJ2AQwYgRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2AQwYgRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2AQwYgRS .row {
  justify-content: center;
}
.cid-uJ2AQwYgRS .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ2AQwYgRS .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ2AQwYgRS .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ2AQwYgRS .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ2AQwYgRS .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ2AQwYgRS .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ2AQwYgRS .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ2AQwYgRS .mbr-section-title {
  color: #ffffff;
}
.cid-uJ2AQwYgRS .mbr-text {
  color: #ffffff;
}
.cid-uJ2AQwYgRS .mbr-desc {
  color: #ffffff;
}
.cid-uJ2I2ctpma {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
}
.cid-uJ2I2ctpma .row {
  justify-content: center;
}
.cid-uJ2I2ctpma .mbr-section-title {
  color: #FFFFFF;
  width: 100%;
}
.cid-uJ2I2ctpma .mbr-section-subtitle {
  color: #FFFFFF;
  width: 100%;
  margin-top: 24px;
}
.cid-uJ2I2ctpma .col-title {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 56px;
}
.cid-uJ2I2ctpma .cards-wrapper {
  position: relative;
  padding: 0 !important;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uJ2I2ctpma .number-line {
  position: absolute;
  left: 19px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJ2I2ctpma .number-line {
    display: none !important;
  }
}
.cid-uJ2I2ctpma .card {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uJ2I2ctpma .card:not(:nth-child(2)) {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .cid-uJ2I2ctpma .card:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: 19px;
    z-index: 9;
    width: 2px;
    height: 50%;
    background-color: #0a0a0a;
  }
  .cid-uJ2I2ctpma .card:nth-child(4)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 19px;
    z-index: 9;
    width: 2px;
    height: 50%;
    background-color: #0a0a0a;
  }
}
.cid-uJ2I2ctpma .card-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: visible;
}
.cid-uJ2I2ctpma .card-number-container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #0a0a0a;
}
@media (max-width: 991px) {
  .cid-uJ2I2ctpma .card-number-container {
    position: absolute;
    left: 24px;
    top: -19px;
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 50%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJ2I2ctpma .card-number-container {
    left: 16px;
  }
}
.cid-uJ2I2ctpma .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 2px solid #ffffff;
  font-size: 1rem;
  color: #ffffff;
  border-radius: 50%;
}
.cid-uJ2I2ctpma .card-box {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 24px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-uJ2I2ctpma .card-box {
    padding: 16px;
    flex-wrap: wrap;
  }
}
.cid-uJ2I2ctpma .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  padding: 40px;
  border-radius: 12px;
  margin-right: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uJ2I2ctpma .card-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uJ2I2ctpma .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-uJ2I2ctpma .img-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.cid-uJ2I2ctpma .card-text-container {
  width: 100%;
}
.cid-uJ2I2ctpma .card-title {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0;
}
.cid-uJ2I2ctpma .card-subtitle {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .cid-uJ2I2ctpma .card-subtitle {
    margin-top: 8px;
  }
}
.cid-uJ2I2ctpma .card-text {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uJ2I2ctpma .card-text {
    margin-top: 16px;
  }
}
.cid-uJEZy4JBbb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/4.jpg-1900x1200.jpg");
}
.cid-uJEZy4JBbb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJEZy4JBbb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJEZy4JBbb .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJEZy4JBbb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJEZy4JBbb .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uJEZy4JBbb .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uJEZy4JBbb .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  height: 100%;
  overflow: hidden;
  background-color: #292739;
  background-color: transparent;
}
.cid-uJEZy4JBbb .items-wrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-uJEZy4JBbb .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uJEZy4JBbb .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #323046;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJEZy4JBbb .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uJEZy4JBbb .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uJEZy4JBbb .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uJEZy4JBbb .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uJEZy4JBbb .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uJEZy4JBbb .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uJEZy4JBbb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJEZy4JBbb .item-number {
  color: #bcfe1e;
}
.cid-uJEZy4JBbb .item-title {
  color: #ffffff;
}
.cid-uJEZy4JBbb .item-text {
  color: #bbbbbb;
}
.cid-uE0ZLnzWry {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8b0e1e;
  background-image: linear-gradient(135deg, #8b0e1e 10%, #8b0e1e 80%, #8b0e1e 130%);
}
.cid-uE0ZLnzWry .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0ZLnzWry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0ZLnzWry .row {
  justify-content: center;
}
.cid-uE0ZLnzWry .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uE0ZLnzWry .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uE0ZLnzWry .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE0ZLnzWry .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE0ZLnzWry .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uE0ZLnzWry .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uE0ZLnzWry .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uE0ZLnzWry .mbr-section-title {
  color: #ffffff;
}
.cid-uE0ZLnzWry .mbr-text,
.cid-uE0ZLnzWry .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uE0ZLnzWry .mbr-section-title,
.cid-uE0ZLnzWry .mbr-section-btn,
.cid-uE0ZLnzWry .logo-wrapper {
  text-align: center;
}
.cid-uJF9ZTW8TF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJF9ZTW8TF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJF9ZTW8TF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJF9ZTW8TF .mbr-section-head {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .cid-uJF9ZTW8TF .mbr-section-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uJF9ZTW8TF .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uJF9ZTW8TF .mbr-section-title {
  color: #e3ebf3;
}
.cid-uJF9ZTW8TF .mbr-section-subtitle {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uJF9ZTW8TF .mbr-section-subtitle {
    margin-top: 12px;
  }
}
.cid-uJF9ZTW8TF .cards-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uJF9ZTW8TF .cards-wrap {
    gap: 12px;
  }
}
.cid-uJF9ZTW8TF .card {
  display: flex;
  width: calc(25% - 60px/4);
  padding: 50px;
  border-radius: 40px;
  background-color: #fafafa;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uJF9ZTW8TF .card {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cid-uJF9ZTW8TF .card {
    padding: 20px;
    border-radius: 12px;
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 767px) {
  .cid-uJF9ZTW8TF .card {
    padding: 12px;
    border-radius: 12px;
    width: calc(100%/2 - 10px);
  }
}
@media (max-width: 575px) {
  .cid-uJF9ZTW8TF .card {
    width: 100%;
  }
}
.cid-uJF9ZTW8TF .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  height: 100%;
}
.cid-uJF9ZTW8TF .img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uJF9ZTW8TF .img-wrapper img {
  height: 100px;
  width: auto;
}
@media (max-width: 1399px) {
  .cid-uJF9ZTW8TF .img-wrapper img {
    height: 80px;
  }
}
.cid-uJF9ZTW8TF .card-box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.cid-uJF9ZTW8TF .card-subtitle {
  color: #FA7E26;
  word-break: normal;
}
.cid-uJF9ZTW8TF .card-title {
  color: #1a1e21;
}
.cid-uJFibBX6Rn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uJFibBX6Rn .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uJFibBX6Rn .team-card:hover {
  transform: translateY(-10px);
}
.cid-uJFibBX6Rn .card-wrap {
  background: #212428;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .cid-uJFibBX6Rn .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uJFibBX6Rn .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uJFibBX6Rn .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJFibBX6Rn .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uJFibBX6Rn .card-text {
  padding-bottom: 1rem;
}
.cid-uJFibBX6Rn .social-row {
  text-align: center;
}
.cid-uJFibBX6Rn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #403f83;
  transition: all 0.3s;
}
.cid-uJFibBX6Rn .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uJFibBX6Rn .social-row .soc-item:hover {
  background: #ffffff;
}
.cid-uJFibBX6Rn .social-row .soc-item:hover .mbr-iconfont {
  color: #403f83;
}
.cid-uJFibBX6Rn .mbr-role,
.cid-uJFibBX6Rn .social-row {
  color: #ffffff;
}
.cid-uJFibBX6Rn .card-title,
.cid-uJFibBX6Rn .social-row {
  color: #e43f3f;
}
.cid-uJFibBX6Rn .card-text,
.cid-uJFibBX6Rn .mbr-section-btn,
.cid-uJFibBX6Rn .social-row {
  color: #bbbbbb;
}
.cid-uJFibBX6Rn .mbr-section-title {
  color: #ffffff;
}
.cid-uJFibBX6Rn .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uJFibBX6Rn .main-title {
  color: #ffffff;
}
.cid-uJFibBX6Rn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJFibBX6Rn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2P8pUQbI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJ2P8pUQbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2P8pUQbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2P8pUQbI .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJ2P8pUQbI .container-fluid {
    padding: 0 25px;
  }
}
.cid-uJ2P8pUQbI .container-fluid .row {
  padding: 0;
}
.cid-uJ2P8pUQbI .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJ2P8pUQbI .card {
    margin-bottom: 50px;
  }
}
.cid-uJ2P8pUQbI .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uJ2P8pUQbI .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uJ2P8pUQbI .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-uJ2P8pUQbI .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uJ2P8pUQbI .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uJ2P8pUQbI .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uJ2P8pUQbI .list li {
  margin-bottom: 10px;
}
.cid-uJ2P8pUQbI .list li:last-child {
  margin-bottom: 0;
}
.cid-uJ2P8pUQbI .list li:hover {
  color: #ffffff;
}
.cid-uJ2P8pUQbI .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uJ2P8pUQbI .mbr-section-btn {
  margin-top: 18px;
}
.cid-uJ2P8pUQbI .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uJFM0eAsnH .navbar-dropdown {
  position: relative !important;
}
.cid-uJFM0eAsnH .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-uJFM0eAsnH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJFM0eAsnH .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uJFM0eAsnH .dropdown-item:hover,
.cid-uJFM0eAsnH .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uJFM0eAsnH .dropdown-item:hover span {
  color: white;
}
.cid-uJFM0eAsnH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJFM0eAsnH .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJFM0eAsnH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJFM0eAsnH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJFM0eAsnH .nav-link {
  position: relative;
}
.cid-uJFM0eAsnH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uJFM0eAsnH .container {
    flex-wrap: nowrap;
  }
}
.cid-uJFM0eAsnH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJFM0eAsnH .iconfont-wrapper:hover {
  color: #8b0e1e !important;
}
.cid-uJFM0eAsnH .dropdown-menu,
.cid-uJFM0eAsnH .navbar.opened {
  background: #000000 !important;
}
.cid-uJFM0eAsnH .nav-item:focus,
.cid-uJFM0eAsnH .nav-link:focus {
  outline: none;
}
.cid-uJFM0eAsnH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJFM0eAsnH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJFM0eAsnH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJFM0eAsnH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJFM0eAsnH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJFM0eAsnH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJFM0eAsnH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJFM0eAsnH .navbar.opened {
  transition: all 0.3s;
}
.cid-uJFM0eAsnH .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uJFM0eAsnH .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uJFM0eAsnH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJFM0eAsnH .navbar.collapsed {
  justify-content: center;
}
.cid-uJFM0eAsnH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJFM0eAsnH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJFM0eAsnH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uJFM0eAsnH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJFM0eAsnH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJFM0eAsnH .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-uJFM0eAsnH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJFM0eAsnH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJFM0eAsnH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJFM0eAsnH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJFM0eAsnH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJFM0eAsnH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJFM0eAsnH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJFM0eAsnH .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-uJFM0eAsnH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJFM0eAsnH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJFM0eAsnH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJFM0eAsnH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJFM0eAsnH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJFM0eAsnH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJFM0eAsnH .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJFM0eAsnH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJFM0eAsnH .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-uJFM0eAsnH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJFM0eAsnH .navbar-brand .navbar-caption:hover,
.cid-uJFM0eAsnH .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uJFM0eAsnH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJFM0eAsnH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJFM0eAsnH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #8b0e1e !important;
}
.cid-uJFM0eAsnH .dropdown-item.active,
.cid-uJFM0eAsnH .dropdown-item:active {
  background-color: transparent;
}
.cid-uJFM0eAsnH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJFM0eAsnH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJFM0eAsnH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJFM0eAsnH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJFM0eAsnH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJFM0eAsnH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJFM0eAsnH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJFM0eAsnH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJFM0eAsnH ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uJFM0eAsnH .navbar-buttons {
  text-align: center;
}
.cid-uJFM0eAsnH .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uJFM0eAsnH .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-uJFM0eAsnH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJFM0eAsnH 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: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJFM0eAsnH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJFM0eAsnH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJFM0eAsnH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJFM0eAsnH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJFM0eAsnH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJFM0eAsnH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJFM0eAsnH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJFM0eAsnH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJFM0eAsnH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJFM0eAsnH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJFM0eAsnH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJFM0eAsnH .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-uJFM0eAsnH .navbar {
    height: 70px;
  }
  .cid-uJFM0eAsnH .navbar.opened {
    height: auto;
  }
  .cid-uJFM0eAsnH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJFM0eAsnH .navbar-nav {
  margin: 0 auto;
}
.cid-uJFM0eAsnH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJFM0eAsnH .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-uJFM0eAsnH .nav-item .nav-link::after {
  color: #8b0e1e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJFM0eAsnH .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #8b0e1e 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uJFM0eAsnH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJFM0eAsnH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJFM0eAsnH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uJFM0eAsnH .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uJFM0eAsnH .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uJFM0eAsnH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJFM0eAsnH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJFM0eAsnH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJFM0eAsnH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJFM0eAsnH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJFM0eAsnH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uJFM0eAsnH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uJFM0eAsnH .content-wrap {
  min-height: 90px;
}
.cid-uJFM0f3ouT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
  position: relative;
}
.cid-uJFM0f3ouT::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uJFM0f3ouT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJFM0f3ouT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJFM0f3ouT .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uJFM0f3ouT .content-wrapper {
    margin-top: 0;
  }
}
.cid-uJFM0f3ouT .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJFM0f3ouT .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJFM0f3ouT .mbr-section-title {
  color: #ffffff;
}
.cid-uJFM0f3ouT .mbr-text {
  color: #ffffff;
}
.cid-uJFM0fm43M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uJFM0fm43M .item:focus,
.cid-uJFM0fm43M span:focus {
  outline: none;
}
.cid-uJFM0fm43M .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uJFM0fm43M .item {
  background-image: linear-gradient(90deg, #0047ff -10%, #a78aff 60%, #8b0e1e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uJFM0fm43M .item {
    min-height: 45px;
  }
}
.cid-uJFM0fC4fn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-uJFM0fC4fn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJFM0fC4fn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uJFM0fC4fn .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uJFM0fC4fn .row {
    margin: 0;
  }
}
.cid-uJFM0fC4fn .row .card {
  border-top: 1px solid #000000;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJFM0fC4fn .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-uJFM0fC4fn .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJFM0fC4fn .content-wrapper {
    padding: 24px;
  }
}
.cid-uJFM0fC4fn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uJFM0fC4fn .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-uJFM0fC4fn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJFM0fC4fn .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uJFM0fC4fn .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uJFM0fC4fn .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-uJFM0fC4fn .items {
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uJFM0fC4fn .items {
    border-top: 1px solid #000000;
  }
}
.cid-uJFM0fC4fn .items .item {
  padding: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uJFM0fC4fn .items .item {
    padding: 24px;
  }
}
.cid-uJFM0fC4fn .items .item:last-child {
  border: none;
}
.cid-uJFM0fC4fn .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-uJFM0fC4fn .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-uJFM0fC4fn .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uJFM0fC4fn .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-uJFM0fC4fn .mbr-section-title {
  color: #F9F6E0;
}
.cid-uJFM0fC4fn .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uJFM0fC4fn .card-title {
  color: #F9F6E0;
}
.cid-uJFM0fC4fn .card-number {
  color: #E0B548;
}
.cid-uJFM0fC4fn .card-text {
  color: #ffffff;
}
.cid-uJFM0fC4fn .mbr-section-title,
.cid-uJFM0fC4fn .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uJFM0fC4fn .card-title,
.cid-uJFM0fC4fn .title-wrapper {
  color: #ffffff;
}
.cid-uJFM0fZsBT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1308.jpg");
}
.cid-uJFM0fZsBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJFM0fZsBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJFM0fZsBT .row {
  justify-content: center;
}
.cid-uJFM0fZsBT .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJFM0fZsBT .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJFM0fZsBT .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJFM0fZsBT .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJFM0fZsBT .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJFM0fZsBT .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJFM0fZsBT .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJFM0fZsBT .mbr-section-title {
  color: #ffffff;
}
.cid-uJFM0fZsBT .mbr-text {
  color: #ffffff;
}
.cid-uJFM0fZsBT .mbr-desc {
  color: #ffffff;
}
.cid-uJGxLIZdfk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uJGxLIZdfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGxLIZdfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGxLIZdfk .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJGxLIZdfk .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJGxLIZdfk .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJGxLIZdfk .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uJGxLIZdfk .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJGxLIZdfk .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJGxLIZdfk .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJGxLIZdfk .image-wrapper img {
    height: 350px;
  }
}
.cid-uJGxLIZdfk .mbr-section-title {
  color: #ffffff;
}
.cid-uJGxLIZdfk .mbr-text,
.cid-uJGxLIZdfk .text-wrapper {
  color: #9aa0a6;
}
.cid-uJJf3zjQCp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1308.jpg");
}
.cid-uJJf3zjQCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJJf3zjQCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJJf3zjQCp .row {
  justify-content: center;
}
.cid-uJJf3zjQCp .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJJf3zjQCp .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJJf3zjQCp .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJJf3zjQCp .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJJf3zjQCp .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJJf3zjQCp .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJJf3zjQCp .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJJf3zjQCp .mbr-section-title {
  color: #ffffff;
}
.cid-uJJf3zjQCp .mbr-text {
  color: #ffffff;
}
.cid-uJJf3zjQCp .mbr-desc {
  color: #ffffff;
}
.cid-uJFM0h60Y3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8b0e1e;
  background-image: linear-gradient(135deg, #8b0e1e 10%, #8b0e1e 80%, #8b0e1e 130%);
}
.cid-uJFM0h60Y3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJFM0h60Y3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJFM0h60Y3 .row {
  justify-content: center;
}
.cid-uJFM0h60Y3 .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uJFM0h60Y3 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uJFM0h60Y3 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJFM0h60Y3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJFM0h60Y3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJFM0h60Y3 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uJFM0h60Y3 .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uJFM0h60Y3 .mbr-section-title {
  color: #ffffff;
}
.cid-uJFM0h60Y3 .mbr-text,
.cid-uJFM0h60Y3 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJFM0h60Y3 .mbr-section-title,
.cid-uJFM0h60Y3 .mbr-section-btn,
.cid-uJFM0h60Y3 .logo-wrapper {
  text-align: center;
}
.cid-uJFM0ixvmL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJFM0ixvmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJFM0ixvmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJFM0ixvmL .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJFM0ixvmL .container-fluid {
    padding: 0 25px;
  }
}
.cid-uJFM0ixvmL .container-fluid .row {
  padding: 0;
}
.cid-uJFM0ixvmL .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJFM0ixvmL .card {
    margin-bottom: 50px;
  }
}
.cid-uJFM0ixvmL .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uJFM0ixvmL .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uJFM0ixvmL .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-uJFM0ixvmL .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uJFM0ixvmL .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uJFM0ixvmL .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uJFM0ixvmL .list li {
  margin-bottom: 10px;
}
.cid-uJFM0ixvmL .list li:last-child {
  margin-bottom: 0;
}
.cid-uJFM0ixvmL .list li:hover {
  color: #ffffff;
}
.cid-uJFM0ixvmL .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uJFM0ixvmL .mbr-section-btn {
  margin-top: 18px;
}
.cid-uJFM0ixvmL .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #8b0e1e 100%), radial-gradient(circle at 50% 50%, #8b0e1e 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uJLdiw4RDJ .navbar-dropdown {
  position: relative !important;
}
.cid-uJLdiw4RDJ .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-uJLdiw4RDJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJLdiw4RDJ .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uJLdiw4RDJ .dropdown-item:hover,
.cid-uJLdiw4RDJ .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uJLdiw4RDJ .dropdown-item:hover span {
  color: white;
}
.cid-uJLdiw4RDJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJLdiw4RDJ .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJLdiw4RDJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJLdiw4RDJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJLdiw4RDJ .nav-link {
  position: relative;
}
.cid-uJLdiw4RDJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uJLdiw4RDJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uJLdiw4RDJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJLdiw4RDJ .iconfont-wrapper:hover {
  color: #8b0e1e !important;
}
.cid-uJLdiw4RDJ .dropdown-menu,
.cid-uJLdiw4RDJ .navbar.opened {
  background: #000000 !important;
}
.cid-uJLdiw4RDJ .nav-item:focus,
.cid-uJLdiw4RDJ .nav-link:focus {
  outline: none;
}
.cid-uJLdiw4RDJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJLdiw4RDJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJLdiw4RDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJLdiw4RDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJLdiw4RDJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJLdiw4RDJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJLdiw4RDJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJLdiw4RDJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJLdiw4RDJ .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uJLdiw4RDJ .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uJLdiw4RDJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJLdiw4RDJ .navbar.collapsed {
  justify-content: center;
}
.cid-uJLdiw4RDJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJLdiw4RDJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJLdiw4RDJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uJLdiw4RDJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJLdiw4RDJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJLdiw4RDJ .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-uJLdiw4RDJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJLdiw4RDJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJLdiw4RDJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJLdiw4RDJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJLdiw4RDJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJLdiw4RDJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJLdiw4RDJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJLdiw4RDJ .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-uJLdiw4RDJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJLdiw4RDJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJLdiw4RDJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJLdiw4RDJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJLdiw4RDJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJLdiw4RDJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJLdiw4RDJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJLdiw4RDJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJLdiw4RDJ .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-uJLdiw4RDJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJLdiw4RDJ .navbar-brand .navbar-caption:hover,
.cid-uJLdiw4RDJ .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uJLdiw4RDJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJLdiw4RDJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJLdiw4RDJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #8b0e1e !important;
}
.cid-uJLdiw4RDJ .dropdown-item.active,
.cid-uJLdiw4RDJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJLdiw4RDJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJLdiw4RDJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJLdiw4RDJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJLdiw4RDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJLdiw4RDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJLdiw4RDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJLdiw4RDJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJLdiw4RDJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJLdiw4RDJ ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uJLdiw4RDJ .navbar-buttons {
  text-align: center;
}
.cid-uJLdiw4RDJ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uJLdiw4RDJ .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-uJLdiw4RDJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJLdiw4RDJ 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: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJLdiw4RDJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJLdiw4RDJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJLdiw4RDJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJLdiw4RDJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJLdiw4RDJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJLdiw4RDJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLdiw4RDJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJLdiw4RDJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJLdiw4RDJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLdiw4RDJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJLdiw4RDJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJLdiw4RDJ .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-uJLdiw4RDJ .navbar {
    height: 70px;
  }
  .cid-uJLdiw4RDJ .navbar.opened {
    height: auto;
  }
  .cid-uJLdiw4RDJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJLdiw4RDJ .navbar-nav {
  margin: 0 auto;
}
.cid-uJLdiw4RDJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJLdiw4RDJ .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-uJLdiw4RDJ .nav-item .nav-link::after {
  color: #8b0e1e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJLdiw4RDJ .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #8b0e1e 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uJLdiw4RDJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJLdiw4RDJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJLdiw4RDJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uJLdiw4RDJ .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uJLdiw4RDJ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uJLdiw4RDJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJLdiw4RDJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJLdiw4RDJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJLdiw4RDJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJLdiw4RDJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJLdiw4RDJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uJLdiw4RDJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uJLdiw4RDJ .content-wrap {
  min-height: 90px;
}
.cid-uJLdiwuAbf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
  position: relative;
}
.cid-uJLdiwuAbf::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uJLdiwuAbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLdiwuAbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLdiwuAbf .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uJLdiwuAbf .content-wrapper {
    margin-top: 0;
  }
}
.cid-uJLdiwuAbf .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJLdiwuAbf .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJLdiwuAbf .mbr-section-title {
  color: #ffffff;
}
.cid-uJLdiwuAbf .mbr-text {
  color: #ffffff;
}
.cid-uJLisoduU2 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/2.jpg-1900x1200.jpg");
}
.cid-uJLisoduU2 img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uJLisoduU2 img {
    width: 100%;
  }
}
.cid-uJLisoduU2 a {
  text-decoration: underline;
}
.cid-uJLisoduU2 .mbr-section-maintitle {
  color: #ffffff;
}
.cid-uJLisoduU2 .mbr-section-title {
  color: #ffffff;
}
.cid-uJLisoduU2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJLisoduU2 .mbr-text,
.cid-uJLisoduU2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uJLdiwL13k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uJLdiwL13k .item:focus,
.cid-uJLdiwL13k span:focus {
  outline: none;
}
.cid-uJLdiwL13k .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uJLdiwL13k .item {
  background-image: linear-gradient(90deg, #0047ff -10%, #a78aff 60%, #8b0e1e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uJLdiwL13k .item {
    min-height: 45px;
  }
}
.cid-uJLdizLm4I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJLdizLm4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLdizLm4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLdizLm4I .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJLdizLm4I .container-fluid {
    padding: 0 25px;
  }
}
.cid-uJLdizLm4I .container-fluid .row {
  padding: 0;
}
.cid-uJLdizLm4I .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJLdizLm4I .card {
    margin-bottom: 50px;
  }
}
.cid-uJLdizLm4I .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uJLdizLm4I .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uJLdizLm4I .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-uJLdizLm4I .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uJLdizLm4I .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uJLdizLm4I .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uJLdizLm4I .list li {
  margin-bottom: 10px;
}
.cid-uJLdizLm4I .list li:last-child {
  margin-bottom: 0;
}
.cid-uJLdizLm4I .list li:hover {
  color: #ffffff;
}
.cid-uJLdizLm4I .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uJLdizLm4I .mbr-section-btn {
  margin-top: 18px;
}
.cid-uJLdizLm4I .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uJN9zJd0TO .navbar-dropdown {
  position: relative !important;
}
.cid-uJN9zJd0TO .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-uJN9zJd0TO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJN9zJd0TO .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uJN9zJd0TO .dropdown-item:hover,
.cid-uJN9zJd0TO .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uJN9zJd0TO .dropdown-item:hover span {
  color: white;
}
.cid-uJN9zJd0TO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJN9zJd0TO .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJN9zJd0TO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJN9zJd0TO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJN9zJd0TO .nav-link {
  position: relative;
}
.cid-uJN9zJd0TO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uJN9zJd0TO .container {
    flex-wrap: nowrap;
  }
}
.cid-uJN9zJd0TO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJN9zJd0TO .iconfont-wrapper:hover {
  color: #8b0e1e !important;
}
.cid-uJN9zJd0TO .dropdown-menu,
.cid-uJN9zJd0TO .navbar.opened {
  background: #000000 !important;
}
.cid-uJN9zJd0TO .nav-item:focus,
.cid-uJN9zJd0TO .nav-link:focus {
  outline: none;
}
.cid-uJN9zJd0TO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJN9zJd0TO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJN9zJd0TO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJN9zJd0TO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJN9zJd0TO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJN9zJd0TO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJN9zJd0TO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJN9zJd0TO .navbar.opened {
  transition: all 0.3s;
}
.cid-uJN9zJd0TO .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uJN9zJd0TO .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uJN9zJd0TO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJN9zJd0TO .navbar.collapsed {
  justify-content: center;
}
.cid-uJN9zJd0TO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJN9zJd0TO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJN9zJd0TO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uJN9zJd0TO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJN9zJd0TO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJN9zJd0TO .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-uJN9zJd0TO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJN9zJd0TO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJN9zJd0TO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJN9zJd0TO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJN9zJd0TO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJN9zJd0TO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJN9zJd0TO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJN9zJd0TO .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-uJN9zJd0TO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJN9zJd0TO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJN9zJd0TO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJN9zJd0TO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJN9zJd0TO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJN9zJd0TO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJN9zJd0TO .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJN9zJd0TO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJN9zJd0TO .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-uJN9zJd0TO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJN9zJd0TO .navbar-brand .navbar-caption:hover,
.cid-uJN9zJd0TO .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uJN9zJd0TO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJN9zJd0TO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJN9zJd0TO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #8b0e1e !important;
}
.cid-uJN9zJd0TO .dropdown-item.active,
.cid-uJN9zJd0TO .dropdown-item:active {
  background-color: transparent;
}
.cid-uJN9zJd0TO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJN9zJd0TO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJN9zJd0TO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJN9zJd0TO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJN9zJd0TO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJN9zJd0TO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJN9zJd0TO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJN9zJd0TO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJN9zJd0TO ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uJN9zJd0TO .navbar-buttons {
  text-align: center;
}
.cid-uJN9zJd0TO .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uJN9zJd0TO .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-uJN9zJd0TO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJN9zJd0TO 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: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJN9zJd0TO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJN9zJd0TO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJN9zJd0TO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJN9zJd0TO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJN9zJd0TO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJN9zJd0TO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJN9zJd0TO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJN9zJd0TO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJN9zJd0TO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJN9zJd0TO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJN9zJd0TO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJN9zJd0TO .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-uJN9zJd0TO .navbar {
    height: 70px;
  }
  .cid-uJN9zJd0TO .navbar.opened {
    height: auto;
  }
  .cid-uJN9zJd0TO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJN9zJd0TO .navbar-nav {
  margin: 0 auto;
}
.cid-uJN9zJd0TO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJN9zJd0TO .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-uJN9zJd0TO .nav-item .nav-link::after {
  color: #8b0e1e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJN9zJd0TO .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #8b0e1e 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uJN9zJd0TO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJN9zJd0TO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJN9zJd0TO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uJN9zJd0TO .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uJN9zJd0TO .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uJN9zJd0TO .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJN9zJd0TO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJN9zJd0TO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJN9zJd0TO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJN9zJd0TO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJN9zJd0TO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uJN9zJd0TO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uJN9zJd0TO .content-wrap {
  min-height: 90px;
}
.cid-uJN9zJHENu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/it-news.jpg-1900x1200.jpg");
  position: relative;
}
.cid-uJN9zJHENu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uJN9zJHENu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJN9zJHENu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJN9zJHENu .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uJN9zJHENu .content-wrapper {
    margin-top: 0;
  }
}
.cid-uJN9zJHENu .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJN9zJHENu .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJN9zJHENu .mbr-section-title {
  color: #ffffff;
}
.cid-uJN9zJHENu .mbr-text {
  color: #ffffff;
}
.cid-uJN9zK1Ucs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uJN9zK1Ucs .item:focus,
.cid-uJN9zK1Ucs span:focus {
  outline: none;
}
.cid-uJN9zK1Ucs .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uJN9zK1Ucs .item {
  background-image: linear-gradient(90deg, #0047ff -10%, #a78aff 60%, #8b0e1e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uJN9zK1Ucs .item {
    min-height: 45px;
  }
}
.cid-uJNcXkEwN9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uJNcXkEwN9 .mbr-text {
  color: #000000;
}
.cid-uJNcXkEwN9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uJNcXkEwN9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJNcXkEwN9 .mbr-text,
.cid-uJNcXkEwN9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uJNcXkEwN9 .text-content {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uJNcXkEwN9 .text-content {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJNcXkEwN9 .text-content {
    padding: 2rem 1.5rem;
  }
}
.cid-uJNcXkEwN9 .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uJNcXkEwN9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJNcXkEwN9 .card-wrapper {
  background: #ffffff;
}
.cid-uJN9zNSpYg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJN9zNSpYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJN9zNSpYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJN9zNSpYg .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJN9zNSpYg .container-fluid {
    padding: 0 25px;
  }
}
.cid-uJN9zNSpYg .container-fluid .row {
  padding: 0;
}
.cid-uJN9zNSpYg .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJN9zNSpYg .card {
    margin-bottom: 50px;
  }
}
.cid-uJN9zNSpYg .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uJN9zNSpYg .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uJN9zNSpYg .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-uJN9zNSpYg .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uJN9zNSpYg .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uJN9zNSpYg .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uJN9zNSpYg .list li {
  margin-bottom: 10px;
}
.cid-uJN9zNSpYg .list li:last-child {
  margin-bottom: 0;
}
.cid-uJN9zNSpYg .list li:hover {
  color: #ffffff;
}
.cid-uJN9zNSpYg .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uJN9zNSpYg .mbr-section-btn {
  margin-top: 18px;
}
.cid-uJN9zNSpYg .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uJLptFHPkM .navbar-dropdown {
  position: relative !important;
}
.cid-uJLptFHPkM .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-uJLptFHPkM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJLptFHPkM .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uJLptFHPkM .dropdown-item:hover,
.cid-uJLptFHPkM .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uJLptFHPkM .dropdown-item:hover span {
  color: white;
}
.cid-uJLptFHPkM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJLptFHPkM .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJLptFHPkM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJLptFHPkM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJLptFHPkM .nav-link {
  position: relative;
}
.cid-uJLptFHPkM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uJLptFHPkM .container {
    flex-wrap: nowrap;
  }
}
.cid-uJLptFHPkM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJLptFHPkM .iconfont-wrapper:hover {
  color: #8b0e1e !important;
}
.cid-uJLptFHPkM .dropdown-menu,
.cid-uJLptFHPkM .navbar.opened {
  background: #000000 !important;
}
.cid-uJLptFHPkM .nav-item:focus,
.cid-uJLptFHPkM .nav-link:focus {
  outline: none;
}
.cid-uJLptFHPkM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJLptFHPkM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJLptFHPkM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJLptFHPkM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJLptFHPkM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJLptFHPkM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJLptFHPkM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJLptFHPkM .navbar.opened {
  transition: all 0.3s;
}
.cid-uJLptFHPkM .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uJLptFHPkM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uJLptFHPkM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJLptFHPkM .navbar.collapsed {
  justify-content: center;
}
.cid-uJLptFHPkM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJLptFHPkM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJLptFHPkM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uJLptFHPkM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJLptFHPkM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJLptFHPkM .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-uJLptFHPkM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJLptFHPkM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJLptFHPkM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJLptFHPkM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJLptFHPkM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJLptFHPkM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJLptFHPkM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJLptFHPkM .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-uJLptFHPkM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJLptFHPkM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJLptFHPkM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJLptFHPkM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJLptFHPkM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJLptFHPkM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJLptFHPkM .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJLptFHPkM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJLptFHPkM .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-uJLptFHPkM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJLptFHPkM .navbar-brand .navbar-caption:hover,
.cid-uJLptFHPkM .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uJLptFHPkM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJLptFHPkM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJLptFHPkM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #8b0e1e !important;
}
.cid-uJLptFHPkM .dropdown-item.active,
.cid-uJLptFHPkM .dropdown-item:active {
  background-color: transparent;
}
.cid-uJLptFHPkM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJLptFHPkM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJLptFHPkM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJLptFHPkM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJLptFHPkM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJLptFHPkM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJLptFHPkM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJLptFHPkM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJLptFHPkM ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uJLptFHPkM .navbar-buttons {
  text-align: center;
}
.cid-uJLptFHPkM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uJLptFHPkM .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-uJLptFHPkM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJLptFHPkM 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: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJLptFHPkM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJLptFHPkM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJLptFHPkM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJLptFHPkM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJLptFHPkM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJLptFHPkM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLptFHPkM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJLptFHPkM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJLptFHPkM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLptFHPkM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJLptFHPkM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJLptFHPkM .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-uJLptFHPkM .navbar {
    height: 70px;
  }
  .cid-uJLptFHPkM .navbar.opened {
    height: auto;
  }
  .cid-uJLptFHPkM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJLptFHPkM .navbar-nav {
  margin: 0 auto;
}
.cid-uJLptFHPkM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJLptFHPkM .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-uJLptFHPkM .nav-item .nav-link::after {
  color: #8b0e1e !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJLptFHPkM .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #8b0e1e 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uJLptFHPkM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJLptFHPkM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJLptFHPkM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uJLptFHPkM .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uJLptFHPkM .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uJLptFHPkM .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJLptFHPkM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJLptFHPkM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJLptFHPkM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJLptFHPkM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJLptFHPkM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uJLptFHPkM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uJLptFHPkM .content-wrap {
  min-height: 90px;
}
.cid-uJLptGa8jF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1281.jpg");
  position: relative;
}
.cid-uJLptGa8jF::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uJLptGa8jF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLptGa8jF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLptGa8jF .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uJLptGa8jF .content-wrapper {
    margin-top: 0;
  }
}
.cid-uJLptGa8jF .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJLptGa8jF .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJLptGa8jF .mbr-section-title {
  color: #ffffff;
}
.cid-uJLptGa8jF .mbr-text {
  color: #ffffff;
}
.cid-uJLptGuI5R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uJLptGuI5R .item:focus,
.cid-uJLptGuI5R span:focus {
  outline: none;
}
.cid-uJLptGuI5R .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uJLptGuI5R .item {
  background-image: linear-gradient(90deg, #0047ff -10%, #a78aff 60%, #8b0e1e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uJLptGuI5R .item {
    min-height: 45px;
  }
}
.cid-uJLptHa5L1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2.jpg-1900x1200.jpg");
}
.cid-uJLptHa5L1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLptHa5L1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLptHa5L1 .row {
  justify-content: center;
}
.cid-uJLptHa5L1 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJLptHa5L1 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJLptHa5L1 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJLptHa5L1 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJLptHa5L1 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJLptHa5L1 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJLptHa5L1 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJLptHa5L1 .mbr-section-title {
  color: #ffffff;
}
.cid-uJLptHa5L1 .mbr-text {
  color: #ffffff;
}
.cid-uJLptHa5L1 .mbr-desc {
  color: #ffffff;
}
.cid-uJLTItIR7g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uJLTItIR7g .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJLTItIR7g .row-element,
.cid-uJLTItIR7g .image-element {
  padding: 0;
}
.cid-uJLTItIR7g .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJLTItIR7g .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJLTItIR7g .text-content {
  padding: 3rem;
}
.cid-uJLTItIR7g .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJLTItIR7g .text-content {
    padding: 2rem 1rem;
  }
  .cid-uJLTItIR7g .mbr-title,
  .cid-uJLTItIR7g .underline,
  .cid-uJLTItIR7g .mbr-text,
  .cid-uJLTItIR7g .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uJLTItIR7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLTItIR7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLTItIR7g .mbr-title {
  color: #ffffff;
}
.cid-uJLTItIR7g .mbr-text,
.cid-uJLTItIR7g .mbr-section-btn {
  color: #ffffff;
}
.cid-uJM33QqyBd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #8b0e1e;
}
.cid-uJM33QqyBd .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJM33QqyBd .row-element,
.cid-uJM33QqyBd .image-element {
  padding: 0;
}
.cid-uJM33QqyBd .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJM33QqyBd .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJM33QqyBd .text-content {
  padding: 3rem;
}
.cid-uJM33QqyBd .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJM33QqyBd .text-content {
    padding: 2rem 1rem;
  }
  .cid-uJM33QqyBd .mbr-title,
  .cid-uJM33QqyBd .underline,
  .cid-uJM33QqyBd .mbr-text,
  .cid-uJM33QqyBd .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uJM33QqyBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJM33QqyBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJM33QqyBd .mbr-title {
  color: #ffffff;
}
.cid-uJM33QqyBd .mbr-text,
.cid-uJM33QqyBd .mbr-section-btn {
  color: #ffffff;
}
.cid-uJM6o9pVYd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uJM6o9pVYd .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJM6o9pVYd .row-element,
.cid-uJM6o9pVYd .image-element {
  padding: 0;
}
.cid-uJM6o9pVYd .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJM6o9pVYd .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJM6o9pVYd .text-content {
  padding: 3rem;
}
.cid-uJM6o9pVYd .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJM6o9pVYd .text-content {
    padding: 2rem 1rem;
  }
  .cid-uJM6o9pVYd .mbr-title,
  .cid-uJM6o9pVYd .underline,
  .cid-uJM6o9pVYd .mbr-text,
  .cid-uJM6o9pVYd .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uJM6o9pVYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJM6o9pVYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJM6o9pVYd .mbr-title {
  color: #ffffff;
}
.cid-uJM6o9pVYd .mbr-text,
.cid-uJM6o9pVYd .mbr-section-btn {
  color: #ffffff;
}
.cid-uJM6oBOU2z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #8b0e1e;
}
.cid-uJM6oBOU2z .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJM6oBOU2z .row-element,
.cid-uJM6oBOU2z .image-element {
  padding: 0;
}
.cid-uJM6oBOU2z .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJM6oBOU2z .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJM6oBOU2z .text-content {
  padding: 3rem;
}
.cid-uJM6oBOU2z .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJM6oBOU2z .text-content {
    padding: 2rem 1rem;
  }
  .cid-uJM6oBOU2z .mbr-title,
  .cid-uJM6oBOU2z .underline,
  .cid-uJM6oBOU2z .mbr-text,
  .cid-uJM6oBOU2z .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uJM6oBOU2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJM6oBOU2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJM6oBOU2z .mbr-title {
  color: #ffffff;
}
.cid-uJM6oBOU2z .mbr-text,
.cid-uJM6oBOU2z .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMwJEBRqE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uJMwJEBRqE .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJMwJEBRqE .row-element,
.cid-uJMwJEBRqE .image-element {
  padding: 0;
}
.cid-uJMwJEBRqE .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJMwJEBRqE .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJMwJEBRqE .text-content {
  padding: 3rem;
}
.cid-uJMwJEBRqE .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJMwJEBRqE .text-content {
    padding: 2rem 1rem;
  }
  .cid-uJMwJEBRqE .mbr-title,
  .cid-uJMwJEBRqE .underline,
  .cid-uJMwJEBRqE .mbr-text,
  .cid-uJMwJEBRqE .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uJMwJEBRqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMwJEBRqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMwJEBRqE .mbr-title {
  color: #ffffff;
}
.cid-uJMwJEBRqE .mbr-text,
.cid-uJMwJEBRqE .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMxu24lpn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #8b0e1e;
}
.cid-uJMxu24lpn .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJMxu24lpn .row-element,
.cid-uJMxu24lpn .image-element {
  padding: 0;
}
.cid-uJMxu24lpn .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJMxu24lpn .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJMxu24lpn .text-content {
  padding: 3rem;
}
.cid-uJMxu24lpn .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJMxu24lpn .text-content {
    padding: 2rem 1rem;
  }
  .cid-uJMxu24lpn .mbr-title,
  .cid-uJMxu24lpn .underline,
  .cid-uJMxu24lpn .mbr-text,
  .cid-uJMxu24lpn .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uJMxu24lpn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMxu24lpn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMxu24lpn .mbr-title {
  color: #ffffff;
}
.cid-uJMxu24lpn .mbr-text,
.cid-uJMxu24lpn .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMyE25lio {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uJMyE25lio .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJMyE25lio .row-element,
.cid-uJMyE25lio .image-element {
  padding: 0;
}
.cid-uJMyE25lio .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJMyE25lio .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJMyE25lio .text-content {
  padding: 3rem;
}
.cid-uJMyE25lio .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJMyE25lio .text-content {
    padding: 2rem 1rem;
  }
  .cid-uJMyE25lio .mbr-title,
  .cid-uJMyE25lio .underline,
  .cid-uJMyE25lio .mbr-text,
  .cid-uJMyE25lio .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uJMyE25lio .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMyE25lio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMyE25lio .mbr-title {
  color: #ffffff;
}
.cid-uJMyE25lio .mbr-text,
.cid-uJMyE25lio .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMzmBIWxr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #8b0e1e;
}
.cid-uJMzmBIWxr .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJMzmBIWxr .row-element,
.cid-uJMzmBIWxr .image-element {
  padding: 0;
}
.cid-uJMzmBIWxr .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJMzmBIWxr .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uJMzmBIWxr .text-content {
  padding: 3rem;
}
.cid-uJMzmBIWxr .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJMzmBIWxr .text-content {
    padding: 2rem 1rem;
  }
  .cid-uJMzmBIWxr .mbr-title,
  .cid-uJMzmBIWxr .underline,
  .cid-uJMzmBIWxr .mbr-text,
  .cid-uJMzmBIWxr .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uJMzmBIWxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMzmBIWxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMzmBIWxr .mbr-title {
  color: #ffffff;
}
.cid-uJMzmBIWxr .mbr-text,
.cid-uJMzmBIWxr .mbr-section-btn {
  color: #ffffff;
}
.cid-uJMCYDRqLF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2.jpg-1900x1200.jpg");
}
.cid-uJMCYDRqLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJMCYDRqLF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJMCYDRqLF .row {
  justify-content: center;
}
.cid-uJMCYDRqLF .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJMCYDRqLF .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJMCYDRqLF .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJMCYDRqLF .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJMCYDRqLF .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJMCYDRqLF .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJMCYDRqLF .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJMCYDRqLF .mbr-section-title {
  color: #ffffff;
}
.cid-uJMCYDRqLF .mbr-text {
  color: #ffffff;
}
.cid-uJMCYDRqLF .mbr-desc {
  color: #ffffff;
}
.cid-uJLptJRVUG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJLptJRVUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLptJRVUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLptJRVUG .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJLptJRVUG .container-fluid {
    padding: 0 25px;
  }
}
.cid-uJLptJRVUG .container-fluid .row {
  padding: 0;
}
.cid-uJLptJRVUG .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJLptJRVUG .card {
    margin-bottom: 50px;
  }
}
.cid-uJLptJRVUG .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uJLptJRVUG .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uJLptJRVUG .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
}
.cid-uJLptJRVUG .copyright {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uJLptJRVUG .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uJLptJRVUG .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uJLptJRVUG .list li {
  margin-bottom: 10px;
}
.cid-uJLptJRVUG .list li:last-child {
  margin-bottom: 0;
}
.cid-uJLptJRVUG .list li:hover {
  color: #ffffff;
}
.cid-uJLptJRVUG .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uJLptJRVUG .mbr-section-btn {
  margin-top: 18px;
}
.cid-uJLptJRVUG .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
