.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 5.25rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5625rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.7rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- 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: 4.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.675rem;
    font-size: calc( 2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #0e594a !important;
}
.bg-info {
  background-color: #f1f1f1 !important;
}
.bg-warning {
  background-color: #a94e85 !important;
}
.bg-danger {
  background-color: #6d1149 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #010026 !important;
  border-color: #010026 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #020059 !important;
  border-color: #020059 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #020059 !important;
  border-color: #020059 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
  color: #727272 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #727272 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #0e594a !important;
  border-color: #0e594a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #15856f !important;
  border-color: #15856f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #15856f !important;
  border-color: #15856f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a94e85 !important;
  border-color: #a94e85 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #bc6e9d !important;
  border-color: #bc6e9d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bc6e9d !important;
  border-color: #bc6e9d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6d1149 !important;
  border-color: #6d1149 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #991867 !important;
  border-color: #991867 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #991867 !important;
  border-color: #991867 !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: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.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: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #010026;
  color: #010026;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #010026 !important;
  border-color: #010026 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f1f1f1;
  color: #f1f1f1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c6c6c6 !important;
  background-color: transparent !important;
  border-color: #c6c6c6 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #727272 !important;
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0e594a;
  color: #0e594a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #020e0c !important;
  background-color: transparent !important;
  border-color: #020e0c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0e594a !important;
  border-color: #0e594a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a94e85;
  color: #a94e85;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6e3356 !important;
  background-color: transparent !important;
  border-color: #6e3356 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a94e85 !important;
  border-color: #a94e85 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6d1149;
  color: #6d1149;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #220517 !important;
  background-color: transparent !important;
  border-color: #220517 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6d1149 !important;
  border-color: #6d1149 !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: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.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: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #010026 !important;
}
.text-success {
  color: #0e594a !important;
}
.text-info {
  color: #f1f1f1 !important;
}
.text-warning {
  color: #a94e85 !important;
}
.text-danger {
  color: #6d1149 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000101 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bebebe !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #632e4e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #15030e !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f1f1f1;
}
.alert-warning {
  background-color: #a94e85;
}
.alert-danger {
  background-color: #6d1149;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #1fc7a6;
}
.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: #d4a2c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #db2293;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #ffffff;
}
/* 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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !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: #010026 !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='%23ffffff' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  flex-direction: row-reverse;
  padding: 8px 20px;
  border-radius: 30px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 10px 0 0;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  border: none;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  margin: 0 16px 0 0;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vgtEAtwMLj .navbar {
  padding: 0;
  background: #454545;
  transition: none;
  min-height: 50px;
}
.cid-vgtEAtwMLj .navbar-fixed-top {
  padding-top: 0;
}
.cid-vgtEAtwMLj .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vgtEAtwMLj .dropdown-item {
  padding: 0;
}
.cid-vgtEAtwMLj .dropdown-menu {
  border: 0px solid lightgray;
  background: #04018b !important;
}
.cid-vgtEAtwMLj .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-vgtEAtwMLj .menu-content-top {
    display: block;
  }
  .cid-vgtEAtwMLj .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-vgtEAtwMLj .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-vgtEAtwMLj nav.opened .menu-content-top {
  display: none;
}
.cid-vgtEAtwMLj .menu-bottom {
  margin: auto;
  width: 100%;
  background: #04018b;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgtEAtwMLj .navbar-dropdown.bg-color.transparent.opened {
  background: #454545;
}
.cid-vgtEAtwMLj a {
  font-style: normal;
}
.cid-vgtEAtwMLj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vgtEAtwMLj .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vgtEAtwMLj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .content-text {
  margin-bottom: 0;
}
.cid-vgtEAtwMLj .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vgtEAtwMLj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vgtEAtwMLj .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vgtEAtwMLj .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vgtEAtwMLj .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vgtEAtwMLj .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vgtEAtwMLj .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.45rem;
  margin-left: auto;
  flex-shrink: 0;
}
.cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  white-space: nowrap;
  word-break: normal;
  min-width: auto;
  height: 32px;
  padding: 0 0.7rem;
  border-radius: 0 !important;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  font-size: 0.95rem;
}
.cid-vgtEAtwMLj .widget-icon {
  display: inline-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  padding-right: 0.7rem;
  font-size: 1.45rem;
  flex: 0 0 auto;
  line-height: 1;
}
.cid-vgtEAtwMLj .info-widget {
  padding-left: 1.2rem;
  padding-top: 0.35rem;
  padding-right: 1.2rem;
  border-left: 1px solid #e0e0e0;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-width: 0;
  max-width: 260px;
}
.cid-vgtEAtwMLj .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.35rem;
  min-width: 0;
}
.cid-vgtEAtwMLj .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vgtEAtwMLj .widget-title,
.cid-vgtEAtwMLj .widget-icon {
  color: #ffffff;
}
.cid-vgtEAtwMLj .widget-text {
  color: #ffffff;
}
.cid-vgtEAtwMLj .widget-content {
  display: block;
  vertical-align: top;
  text-align: left;
  min-width: 0;
  line-height: 1.2;
}
.cid-vgtEAtwMLj .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 0.15rem;
  display: block;
  white-space: nowrap;
}
.cid-vgtEAtwMLj .widget-content .widget-text {
  margin-bottom: 0;
  display: block;
  white-space: normal;
  word-break: keep-all;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vgtEAtwMLj .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgtEAtwMLj .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-vgtEAtwMLj .navbar {
    display: block;
    padding: 0;
  }
  .cid-vgtEAtwMLj .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgtEAtwMLj .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.2rem - 4.5rem);
  }
  .cid-vgtEAtwMLj .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vgtEAtwMLj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vgtEAtwMLj .navbar-toggler {
    display: none;
  }
  .cid-vgtEAtwMLj .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vgtEAtwMLj .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vgtEAtwMLj .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgtEAtwMLj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vgtEAtwMLj .menu-logo {
  margin-right: auto;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu {
  background: #454545;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vgtEAtwMLj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vgtEAtwMLj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vgtEAtwMLj .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vgtEAtwMLj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-vgtEAtwMLj button.navbar-toggler:focus {
  outline: none;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgtEAtwMLj .collapsed .btn {
  display: flex;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vgtEAtwMLj .collapsed button.navbar-toggler {
  display: block;
}
.cid-vgtEAtwMLj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vgtEAtwMLj .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vgtEAtwMLj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vgtEAtwMLj .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgtEAtwMLj .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing,
  .cid-vgtEAtwMLj .navbar-collapse.show {
    display: block !important;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-nav,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-buttons,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vgtEAtwMLj .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgtEAtwMLj img {
    height: 2.2rem !important;
  }
  .cid-vgtEAtwMLj .btn {
    display: flex;
  }
  .cid-vgtEAtwMLj button.navbar-toggler {
    display: block;
  }
  .cid-vgtEAtwMLj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vgtEAtwMLj .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vgtEAtwMLj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn {
    width: 100%;
    margin-left: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn .btn {
    min-width: 0;
    width: auto;
    height: 48px;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vgtEAtwMLj .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vgtEAtwMLj .nav-link:focus {
  outline: none;
}
.cid-vgtEAtwMLj .navbar-toggler {
  position: relative;
}
.cid-vgtEAtwMLj .dropdown-item.active,
.cid-vgtEAtwMLj .dropdown-item:active {
  background: #04018b;
  color: initial;
}
.cid-vgn4QEOP3W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/immagnine20home-1600x1068.jpg");
}
.cid-vgn4QEOP3W .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #171719 -30%, transparent 100%);
}
.cid-vgn4QEOP3W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgn4QEOP3W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgn4QEOP3W .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vgn4QEOP3W .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vgn4QEOP3W .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgn4QEOP3W .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgn4QEOP3W .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vgn4QEOP3W .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgn4QEOP3W .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vgn4QEOP3W .mbr-section-title {
  color: #ffffff;
}
.cid-vgn4QEOP3W .mbr-text,
.cid-vgn4QEOP3W .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgn4QEOP3W .mbr-section-title,
.cid-vgn4QEOP3W .mbr-section-btn {
  text-align: center;
}
.cid-vgoypF9wgS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgoypF9wgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgoypF9wgS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgoypF9wgS .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-vgoypF9wgS .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-vgoypF9wgS .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-vgoypF9wgS .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-vgoypF9wgS .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vgoypF9wgS .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-vgoypF9wgS .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-vgoypF9wgS .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-vgoypF9wgS .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-vgoypF9wgS .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-vgoypF9wgS .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-vgoypF9wgS .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-vgoypF9wgS .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-vgoypF9wgS .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-vgoypF9wgS .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-vgoypF9wgS .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-vgoypF9wgS .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-vgoypF9wgS .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-vgoypF9wgS .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-vgoypF9wgS .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #010026;
}
.cid-vgoypF9wgS .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vgoypF9wgS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgoypF9wgS .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-vgoypF9wgS .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-vgoypF9wgS .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-vgoypF9wgS .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-vgoypF9wgS .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vgoypF9wgS .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-vgoypF9wgS .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-vgoypF9wgS .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-vgoypF9wgS .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #010026;
  border-radius: 100%;
}
.cid-vgoypF9wgS .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgoypF9wgS .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vgoypF9wgS .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgoypF9wgS .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-vgoypF9wgS .mbr-label,
.cid-vgoypF9wgS .label-wrapper {
  color: #000000;
}
.cid-vgoypF9wgS .mbr-section-title {
  color: #000000;
}
.cid-vgoypF9wgS .mbr-text {
  color: #8a8a8a;
}
.cid-vgoypF9wgS .card-title {
  color: #000000;
}
.cid-vgoypF9wgS .card-text {
  color: #8a8a8a;
}
.cid-vgoypF9wgS .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-vgoypF9wgS .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgoypF9wgS .item-star,
.cid-vgoypF9wgS .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-vgoypF9wgS .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-vgojBL5m3Y {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgojBL5m3Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgojBL5m3Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgojBL5m3Y .items-wrapper {
  margin: 0 -17px;
}
.cid-vgojBL5m3Y .items-wrapper .item {
  padding: 0 17px;
}
.cid-vgojBL5m3Y .item {
  margin-bottom: 34px;
}
@media (max-width: 992px) {
  .cid-vgojBL5m3Y .item {
    margin-bottom: 20px;
  }
  .cid-vgojBL5m3Y .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgojBL5m3Y .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vgojBL5m3Y .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vgojBL5m3Y .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 15px;
}
.cid-vgojBL5m3Y .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vgojBL5m3Y .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vgojBL5m3Y .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgojBL5m3Y .item-wrapper {
  padding: 45px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vgojBL5m3Y .item-wrapper {
    padding: 20px;
  }
}
.cid-vgojBL5m3Y .item-wrapper .card-box .title-wrap {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vgojBL5m3Y .item-wrapper .card-box .title-wrap {
    display: block;
  }
}
.cid-vgojBL5m3Y .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-vgojBL5m3Y .item-wrapper .card-box .title-wrap .item-number_1,
.cid-vgojBL5m3Y .item-wrapper .card-box .title-wrap .item-number_2,
.cid-vgojBL5m3Y .item-wrapper .card-box .title-wrap .item-number_3,
.cid-vgojBL5m3Y .item-wrapper .card-box .title-wrap .item-number_4 {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgojBL5m3Y .item-wrapper .card-box .title-wrap .item-number_1,
  .cid-vgojBL5m3Y .item-wrapper .card-box .title-wrap .item-number_2,
  .cid-vgojBL5m3Y .item-wrapper .card-box .title-wrap .item-number_3,
  .cid-vgojBL5m3Y .item-wrapper .card-box .title-wrap .item-number_4 {
    margin-bottom: 10px;
  }
}
.cid-vgojBL5m3Y .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgojBL5m3Y .item-wrapper .card-box .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-vgojBL5m3Y .item-wrapper .card-box .item-btn {
    margin-top: 10px;
  }
}
.cid-vgojBL5m3Y .card_1 {
  background-color: #f1f1f1;
}
.cid-vgojBL5m3Y .card_2 {
  background-color: #f1f1f1;
}
.cid-vgojBL5m3Y .card_3 {
  background-color: #f1f1f1;
}
.cid-vgojBL5m3Y .card_4 {
  background-color: #f1f1f1;
}
.cid-vgojBL5m3Y .main-btn {
  width: 100%;
}
.cid-vgojBL5m3Y .main-btn .btn {
  padding: 60px 90px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgojBL5m3Y .main-btn .btn {
    padding: 30px;
  }
}
.cid-vgojBL5m3Y .main-btn .btn:hover,
.cid-vgojBL5m3Y .main-btn .btn:focus {
  transform: none !important;
}
.cid-vgojBL5m3Y .mbr-label {
  color: #3a353e;
}
.cid-vgojBL5m3Y .mbr-section-title {
  color: #3a353e;
}
.cid-vgojBL5m3Y .mbr-text {
  color: #3a353e;
}
.cid-vgojBL5m3Y .item-number_1 {
  color: #010026;
}
.cid-vgojBL5m3Y .item-number_2 {
  color: #010026;
}
.cid-vgojBL5m3Y .item-number_3 {
  color: #010026;
}
.cid-vgojBL5m3Y .item-number_4 {
  color: #010026;
}
.cid-vgojBL5m3Y .item-title {
  color: #3a353e;
}
.cid-vgojBL5m3Y .item-text {
  color: #3a353e;
}
.cid-vgoULOONdK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.cid-vgoULOONdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgoULOONdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgoULOONdK .content-wrap {
  margin: 0 -50px 50px;
}
.cid-vgoULOONdK .content-wrap .card {
  padding: 0 50px;
}
.cid-vgoULOONdK .content-wrap .card:last-child {
  justify-content: flex-end;
}
.cid-vgoULOONdK .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vgoULOONdK .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vgoULOONdK .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vgoULOONdK .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vgoULOONdK .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgoULOONdK .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgoULOONdK .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vgoULOONdK .items-wrapper {
  margin: 0 -10px;
}
.cid-vgoULOONdK .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgoULOONdK .items-wrapper .item {
    margin-bottom: 30px;
  }
  .cid-vgoULOONdK .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgoULOONdK .items-wrapper .item .item-wrapper {
  height: 100%;
  animation: none !important;
}
.cid-vgoULOONdK .items-wrapper .item .item-wrapper:hover .item-img img,
.cid-vgoULOONdK .items-wrapper .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
.cid-vgoULOONdK .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
.cid-vgoULOONdK .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 635px;
  object-fit: cover;
  object-position: center top;
  transform: scale(1);
  transition: all .5s ease;
}
@media (max-width: 1440px) {
  .cid-vgoULOONdK .items-wrapper .item .item-wrapper .item-img img {
    height: 455px;
  }
}
@media (max-width: 992px) {
  .cid-vgoULOONdK .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
    object-position: center top;
  }
}
.cid-vgoULOONdK .items-wrapper .item .item-wrapper .card-box .item-name {
  margin-bottom: 5px;
}
.cid-vgoULOONdK .items-wrapper .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vgoULOONdK .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 10px;
  margin-bottom: 0;
}
.cid-vgoULOONdK .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vgoULOONdK .mbr-label {
  color: #1f1f1f;
}
.cid-vgoULOONdK .mbr-section-title {
  color: #1f1f1f;
}
.cid-vgoULOONdK .item-name {
  color: #1f1f1f;
}
.cid-vgoULOONdK .item-role {
  color: #5a5a5a;
}
.cid-tTSG4wm1A6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-tTSG4wm1A6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTSG4wm1A6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTSG4wm1A6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tTSG4wm1A6 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tTSG4wm1A6 .container {
    padding: 0 14px;
  }
}
.cid-tTSG4wm1A6 .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-tTSG4wm1A6 .google-map iframe {
    height: 300px;
  }
}
.cid-vgtqTRxxTL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #010026;
}
.cid-vgtqTRxxTL .media-wrap {
  padding: 0;
  max-width: 100%;
}
.cid-vgtqTRxxTL .media-wrap img {
  width: 320px;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-vgtqTRxxTL .media-wrap {
    margin: 0 auto 25px;
  }
  .cid-vgtqTRxxTL .media-wrap img {
    width: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vgtqTRxxTL .row {
    text-align: center;
  }
  .cid-vgtqTRxxTL .row > div {
    margin: auto;
  }
  .cid-vgtqTRxxTL .social-row {
    justify-content: center;
  }
}
.cid-vgtqTRxxTL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgtqTRxxTL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgtqTRxxTL .list {
    margin-bottom: 0rem;
  }
}
.cid-vgtqTRxxTL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgtqTRxxTL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgtqTRxxTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtqTRxxTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtEAtwMLj .navbar {
  padding: 0;
  background: #454545;
  transition: none;
  min-height: 50px;
}
.cid-vgtEAtwMLj .navbar-fixed-top {
  padding-top: 0;
}
.cid-vgtEAtwMLj .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vgtEAtwMLj .dropdown-item {
  padding: 0;
}
.cid-vgtEAtwMLj .dropdown-menu {
  border: 0px solid lightgray;
  background: #04018b !important;
}
.cid-vgtEAtwMLj .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-vgtEAtwMLj .menu-content-top {
    display: block;
  }
  .cid-vgtEAtwMLj .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-vgtEAtwMLj .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-vgtEAtwMLj nav.opened .menu-content-top {
  display: none;
}
.cid-vgtEAtwMLj .menu-bottom {
  margin: auto;
  width: 100%;
  background: #04018b;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgtEAtwMLj .navbar-dropdown.bg-color.transparent.opened {
  background: #454545;
}
.cid-vgtEAtwMLj a {
  font-style: normal;
}
.cid-vgtEAtwMLj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vgtEAtwMLj .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vgtEAtwMLj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .content-text {
  margin-bottom: 0;
}
.cid-vgtEAtwMLj .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vgtEAtwMLj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vgtEAtwMLj .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vgtEAtwMLj .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vgtEAtwMLj .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vgtEAtwMLj .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vgtEAtwMLj .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.45rem;
  margin-left: auto;
  flex-shrink: 0;
}
.cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  white-space: nowrap;
  word-break: normal;
  min-width: auto;
  height: 32px;
  padding: 0 0.7rem;
  border-radius: 0 !important;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  font-size: 0.95rem;
}
.cid-vgtEAtwMLj .widget-icon {
  display: inline-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  padding-right: 0.7rem;
  font-size: 1.45rem;
  flex: 0 0 auto;
  line-height: 1;
}
.cid-vgtEAtwMLj .info-widget {
  padding-left: 1.2rem;
  padding-top: 0.35rem;
  padding-right: 1.2rem;
  border-left: 1px solid #e0e0e0;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-width: 0;
  max-width: 260px;
}
.cid-vgtEAtwMLj .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.35rem;
  min-width: 0;
}
.cid-vgtEAtwMLj .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vgtEAtwMLj .widget-title,
.cid-vgtEAtwMLj .widget-icon {
  color: #ffffff;
}
.cid-vgtEAtwMLj .widget-text {
  color: #ffffff;
}
.cid-vgtEAtwMLj .widget-content {
  display: block;
  vertical-align: top;
  text-align: left;
  min-width: 0;
  line-height: 1.2;
}
.cid-vgtEAtwMLj .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 0.15rem;
  display: block;
  white-space: nowrap;
}
.cid-vgtEAtwMLj .widget-content .widget-text {
  margin-bottom: 0;
  display: block;
  white-space: normal;
  word-break: keep-all;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vgtEAtwMLj .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgtEAtwMLj .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-vgtEAtwMLj .navbar {
    display: block;
    padding: 0;
  }
  .cid-vgtEAtwMLj .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgtEAtwMLj .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.2rem - 4.5rem);
  }
  .cid-vgtEAtwMLj .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vgtEAtwMLj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vgtEAtwMLj .navbar-toggler {
    display: none;
  }
  .cid-vgtEAtwMLj .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vgtEAtwMLj .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vgtEAtwMLj .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgtEAtwMLj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vgtEAtwMLj .menu-logo {
  margin-right: auto;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu {
  background: #454545;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vgtEAtwMLj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vgtEAtwMLj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vgtEAtwMLj .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vgtEAtwMLj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-vgtEAtwMLj button.navbar-toggler:focus {
  outline: none;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgtEAtwMLj .collapsed .btn {
  display: flex;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vgtEAtwMLj .collapsed button.navbar-toggler {
  display: block;
}
.cid-vgtEAtwMLj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vgtEAtwMLj .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vgtEAtwMLj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vgtEAtwMLj .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgtEAtwMLj .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing,
  .cid-vgtEAtwMLj .navbar-collapse.show {
    display: block !important;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-nav,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-buttons,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vgtEAtwMLj .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgtEAtwMLj img {
    height: 2.2rem !important;
  }
  .cid-vgtEAtwMLj .btn {
    display: flex;
  }
  .cid-vgtEAtwMLj button.navbar-toggler {
    display: block;
  }
  .cid-vgtEAtwMLj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vgtEAtwMLj .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vgtEAtwMLj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn {
    width: 100%;
    margin-left: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn .btn {
    min-width: 0;
    width: auto;
    height: 48px;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vgtEAtwMLj .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vgtEAtwMLj .nav-link:focus {
  outline: none;
}
.cid-vgtEAtwMLj .navbar-toggler {
  position: relative;
}
.cid-vgtEAtwMLj .dropdown-item.active,
.cid-vgtEAtwMLj .dropdown-item:active {
  background: #04018b;
  color: initial;
}
.cid-vgpvCJBxkL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/immagine20team-1600x1067.jpg");
}
.cid-vgpvCJBxkL .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #454545 -30%, transparent 100%);
}
.cid-vgpvCJBxkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpvCJBxkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpvCJBxkL .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vgpvCJBxkL .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vgpvCJBxkL .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgpvCJBxkL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgpvCJBxkL .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vgpvCJBxkL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgpvCJBxkL .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vgpvCJBxkL .mbr-section-title {
  color: #ffffff;
}
.cid-vgpvCJBxkL .mbr-text,
.cid-vgpvCJBxkL .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgpvCJBxkL .mbr-section-title,
.cid-vgpvCJBxkL .mbr-section-btn {
  text-align: center;
}
.cid-vgte5R2kkL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-vgte5R2kkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgte5R2kkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgte5R2kkL .content-wrap {
  margin: 0 -25px;
}
.cid-vgte5R2kkL .content-wrap .card {
  padding: 0 25px;
}
.cid-vgte5R2kkL .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vgte5R2kkL .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vgte5R2kkL .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vgte5R2kkL .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vgte5R2kkL .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-vgte5R2kkL .image-wrapper img {
    object-fit: cover;
    object-position: center top;
  }
}
.cid-vgte5R2kkL .title-wrapper {
  margin-bottom: 25px;
}
.cid-vgte5R2kkL .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vgte5R2kkL .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vgte5R2kkL .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vgte5R2kkL .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgte5R2kkL .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgte5R2kkL .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgte5R2kkL .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vgte5R2kkL .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vgte5R2kkL .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vgte5R2kkL .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vgte5R2kkL .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgte5R2kkL .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vgte5R2kkL .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #010026;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vgte5R2kkL .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vgte5R2kkL .mbr-label {
  color: #000000;
}
.cid-vgte5R2kkL .mbr-section-title {
  color: #000000;
}
.cid-vgte5R2kkL .mbr-text {
  color: #000000;
}
.cid-vgte5R2kkL .list {
  color: #000000;
}
.cid-vgte5R2kkL .list,
.cid-vgte5R2kkL .item-wrap,
.cid-vgte5R2kkL .list-wrapper {
  color: #454545;
}
.cid-vgtifHGBhU {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgtifHGBhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtifHGBhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtifHGBhU .row {
  margin: 0 -8px;
}
.cid-vgtifHGBhU .row .card {
  padding: 0 8px;
}
.cid-vgtifHGBhU .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #e5e5e5;
}
@media (max-width: 1440px) {
  .cid-vgtifHGBhU .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgtifHGBhU .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-vgtifHGBhU .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vgtifHGBhU .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vgtifHGBhU .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vgtifHGBhU .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgtifHGBhU .image-wrapper {
  height: 100%;
}
.cid-vgtifHGBhU .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vgtifHGBhU .image-wrapper img {
    height: 300px;
  }
}
.cid-vgtifHGBhU .mbr-section-title {
  color: #2c2c26;
}
.cid-vgtifHGBhU .mbr-text,
.cid-vgtifHGBhU .text-wrapper {
  color: #63635d;
}
.cid-vgtifHGBhU .mbr-section-title,
.cid-vgtifHGBhU .mbr-section-btn {
  color: #010026;
}
.cid-vgtqTRxxTL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #010026;
}
.cid-vgtqTRxxTL .media-wrap {
  padding: 0;
  max-width: 100%;
}
.cid-vgtqTRxxTL .media-wrap img {
  width: 320px;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-vgtqTRxxTL .media-wrap {
    margin: 0 auto 25px;
  }
  .cid-vgtqTRxxTL .media-wrap img {
    width: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vgtqTRxxTL .row {
    text-align: center;
  }
  .cid-vgtqTRxxTL .row > div {
    margin: auto;
  }
  .cid-vgtqTRxxTL .social-row {
    justify-content: center;
  }
}
.cid-vgtqTRxxTL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgtqTRxxTL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgtqTRxxTL .list {
    margin-bottom: 0rem;
  }
}
.cid-vgtqTRxxTL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgtqTRxxTL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgtqTRxxTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtqTRxxTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtEAtwMLj .navbar {
  padding: 0;
  background: #454545;
  transition: none;
  min-height: 50px;
}
.cid-vgtEAtwMLj .navbar-fixed-top {
  padding-top: 0;
}
.cid-vgtEAtwMLj .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vgtEAtwMLj .dropdown-item {
  padding: 0;
}
.cid-vgtEAtwMLj .dropdown-menu {
  border: 0px solid lightgray;
  background: #04018b !important;
}
.cid-vgtEAtwMLj .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-vgtEAtwMLj .menu-content-top {
    display: block;
  }
  .cid-vgtEAtwMLj .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-vgtEAtwMLj .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-vgtEAtwMLj nav.opened .menu-content-top {
  display: none;
}
.cid-vgtEAtwMLj .menu-bottom {
  margin: auto;
  width: 100%;
  background: #04018b;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgtEAtwMLj .navbar-dropdown.bg-color.transparent.opened {
  background: #454545;
}
.cid-vgtEAtwMLj a {
  font-style: normal;
}
.cid-vgtEAtwMLj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vgtEAtwMLj .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vgtEAtwMLj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .content-text {
  margin-bottom: 0;
}
.cid-vgtEAtwMLj .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vgtEAtwMLj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vgtEAtwMLj .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vgtEAtwMLj .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vgtEAtwMLj .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vgtEAtwMLj .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vgtEAtwMLj .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.45rem;
  margin-left: auto;
  flex-shrink: 0;
}
.cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  white-space: nowrap;
  word-break: normal;
  min-width: auto;
  height: 32px;
  padding: 0 0.7rem;
  border-radius: 0 !important;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  font-size: 0.95rem;
}
.cid-vgtEAtwMLj .widget-icon {
  display: inline-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  padding-right: 0.7rem;
  font-size: 1.45rem;
  flex: 0 0 auto;
  line-height: 1;
}
.cid-vgtEAtwMLj .info-widget {
  padding-left: 1.2rem;
  padding-top: 0.35rem;
  padding-right: 1.2rem;
  border-left: 1px solid #e0e0e0;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-width: 0;
  max-width: 260px;
}
.cid-vgtEAtwMLj .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.35rem;
  min-width: 0;
}
.cid-vgtEAtwMLj .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vgtEAtwMLj .widget-title,
.cid-vgtEAtwMLj .widget-icon {
  color: #ffffff;
}
.cid-vgtEAtwMLj .widget-text {
  color: #ffffff;
}
.cid-vgtEAtwMLj .widget-content {
  display: block;
  vertical-align: top;
  text-align: left;
  min-width: 0;
  line-height: 1.2;
}
.cid-vgtEAtwMLj .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 0.15rem;
  display: block;
  white-space: nowrap;
}
.cid-vgtEAtwMLj .widget-content .widget-text {
  margin-bottom: 0;
  display: block;
  white-space: normal;
  word-break: keep-all;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vgtEAtwMLj .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgtEAtwMLj .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-vgtEAtwMLj .navbar {
    display: block;
    padding: 0;
  }
  .cid-vgtEAtwMLj .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgtEAtwMLj .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.2rem - 4.5rem);
  }
  .cid-vgtEAtwMLj .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vgtEAtwMLj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vgtEAtwMLj .navbar-toggler {
    display: none;
  }
  .cid-vgtEAtwMLj .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vgtEAtwMLj .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vgtEAtwMLj .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgtEAtwMLj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vgtEAtwMLj .menu-logo {
  margin-right: auto;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu {
  background: #454545;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vgtEAtwMLj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vgtEAtwMLj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vgtEAtwMLj .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vgtEAtwMLj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-vgtEAtwMLj button.navbar-toggler:focus {
  outline: none;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgtEAtwMLj .collapsed .btn {
  display: flex;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vgtEAtwMLj .collapsed button.navbar-toggler {
  display: block;
}
.cid-vgtEAtwMLj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vgtEAtwMLj .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vgtEAtwMLj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vgtEAtwMLj .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgtEAtwMLj .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing,
  .cid-vgtEAtwMLj .navbar-collapse.show {
    display: block !important;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-nav,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-buttons,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vgtEAtwMLj .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgtEAtwMLj img {
    height: 2.2rem !important;
  }
  .cid-vgtEAtwMLj .btn {
    display: flex;
  }
  .cid-vgtEAtwMLj button.navbar-toggler {
    display: block;
  }
  .cid-vgtEAtwMLj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vgtEAtwMLj .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vgtEAtwMLj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn {
    width: 100%;
    margin-left: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn .btn {
    min-width: 0;
    width: auto;
    height: 48px;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vgtEAtwMLj .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vgtEAtwMLj .nav-link:focus {
  outline: none;
}
.cid-vgtEAtwMLj .navbar-toggler {
  position: relative;
}
.cid-vgtEAtwMLj .dropdown-item.active,
.cid-vgtEAtwMLj .dropdown-item:active {
  background: #04018b;
  color: initial;
}
.cid-vgpg8ONrPJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/whatsapp20image202026-04-1020at2018.01.57203-980x831.jpg");
}
.cid-vgpg8ONrPJ .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #454545 -30%, transparent 100%);
}
.cid-vgpg8ONrPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpg8ONrPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpg8ONrPJ .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vgpg8ONrPJ .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vgpg8ONrPJ .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgpg8ONrPJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgpg8ONrPJ .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vgpg8ONrPJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgpg8ONrPJ .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vgpg8ONrPJ .mbr-section-title {
  color: #ffffff;
}
.cid-vgpg8ONrPJ .mbr-text,
.cid-vgpg8ONrPJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgpg8ONrPJ .mbr-section-title,
.cid-vgpg8ONrPJ .mbr-section-btn {
  text-align: center;
}
.cid-vgpkfYux35 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #454545, #ffffff);
}
.cid-vgpkfYux35 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpkfYux35 .card-link {
  position: relative;
  width: fit-content;
}
.cid-vgpkfYux35 .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-vgpkfYux35 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-vgpkfYux35 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-vgpkfYux35 .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-vgpkfYux35 .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-vgpkfYux35 .item-wrapper:hover {
  background: #010026;
  transform: translateY(-5px);
}
.cid-vgpkfYux35 .item-wrapper:hover .card-title,
.cid-vgpkfYux35 .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-vgpkfYux35 .item-wrapper:hover span,
.cid-vgpkfYux35 .item-wrapper:hover .card-link,
.cid-vgpkfYux35 .item-wrapper:hover .card-link a {
  color: #ffffff !important;
}
.cid-vgpkfYux35 .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-vgpkfYux35 .card-title,
.cid-vgpkfYux35 .card-text,
.cid-vgpkfYux35 .card-link,
.cid-vgpkfYux35 .card-link a {
  transition: all 0.3s;
}
.cid-vgpkfYux35 .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-vgpkfYux35 .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-vgpkfYux35 .link-wrapper:hover {
  cursor: pointer;
}
.cid-vgpkfYux35 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #010026;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vgpkfYux35 .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-vgpkfYux35 .card-title,
.cid-vgpkfYux35 .iconfont-wrapper {
  color: #000000;
}
.cid-vgpkfYux35 .card-text {
  color: #232323;
}
.cid-vgpkfYux35 .mbr-section-title {
  color: #010026;
  text-align: center;
}
.cid-vgpkfYux35 .card-link,
.cid-vgpkfYux35 .link-icon,
.cid-vgpkfYux35 .link-align {
  color: #232323;
}
.cid-vgpkfYux35 .mbr-section-subtitle {
  text-align: left;
}
.cid-vgpkfYux35 .mbr-section-subtitle,
.cid-vgpkfYux35 .align {
  color: #232323;
}
.cid-vgphlrJ3Vp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgphlrJ3Vp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgphlrJ3Vp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgphlrJ3Vp .content-wrap {
  margin: 0 -50px 50px;
}
.cid-vgphlrJ3Vp .content-wrap .card {
  padding: 0 50px;
}
.cid-vgphlrJ3Vp .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vgphlrJ3Vp .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vgphlrJ3Vp .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vgphlrJ3Vp .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vgphlrJ3Vp .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgphlrJ3Vp .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgphlrJ3Vp .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vgphlrJ3Vp .image-wrapper {
    margin-bottom: 15px;
  }
}
.cid-vgphlrJ3Vp .image-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 1640px) {
  .cid-vgphlrJ3Vp .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 1440px) {
  .cid-vgphlrJ3Vp .image-wrapper img {
    height: 250px;
  }
}
@media (max-width: 1200px) {
  .cid-vgphlrJ3Vp .image-wrapper img {
    height: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vgphlrJ3Vp .image-wrapper img {
    height: 300px;
  }
}
.cid-vgphlrJ3Vp .form-wrap {
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vgphlrJ3Vp .form-wrap {
    padding: 15px;
  }
}
.cid-vgphlrJ3Vp .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vgphlrJ3Vp .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vgphlrJ3Vp .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vgphlrJ3Vp .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px;
  background-color: #f1f1f1;
  border: 1px solid transparent !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #1f1f1f;
  transition: all .3s ease;
}
.cid-vgphlrJ3Vp .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #5a5a5a;
}
.cid-vgphlrJ3Vp .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vgphlrJ3Vp .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #1f1f1f !important;
  background-color: #ffffff;
}
.cid-vgphlrJ3Vp .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vgphlrJ3Vp .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vgphlrJ3Vp .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #5a5a5a;
  border-color: #5a5a5a;
}
.cid-vgphlrJ3Vp .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 0;
}
.cid-vgphlrJ3Vp .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-vgphlrJ3Vp .image-wrap {
  margin: 0 -50px 0;
}
.cid-vgphlrJ3Vp .image-wrap .card {
  padding: 0 50px;
}
.cid-vgphlrJ3Vp .mbr-label {
  color: #1f1f1f;
}
.cid-vgphlrJ3Vp .mbr-section-title {
  color: #1f1f1f;
}
.cid-vgphlrJ3Vp label {
  color: #1f1f1f;
}
.cid-vgpg9gxyaK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-vgpg9gxyaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpg9gxyaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpg9gxyaK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgpg9gxyaK .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vgpg9gxyaK .container {
    padding: 0 14px;
  }
}
.cid-vgpg9gxyaK .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-vgpg9gxyaK .google-map iframe {
    height: 300px;
  }
}
.cid-vgtqTRxxTL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #010026;
}
.cid-vgtqTRxxTL .media-wrap {
  padding: 0;
  max-width: 100%;
}
.cid-vgtqTRxxTL .media-wrap img {
  width: 320px;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-vgtqTRxxTL .media-wrap {
    margin: 0 auto 25px;
  }
  .cid-vgtqTRxxTL .media-wrap img {
    width: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vgtqTRxxTL .row {
    text-align: center;
  }
  .cid-vgtqTRxxTL .row > div {
    margin: auto;
  }
  .cid-vgtqTRxxTL .social-row {
    justify-content: center;
  }
}
.cid-vgtqTRxxTL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgtqTRxxTL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgtqTRxxTL .list {
    margin-bottom: 0rem;
  }
}
.cid-vgtqTRxxTL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgtqTRxxTL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgtqTRxxTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtqTRxxTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtEAtwMLj .navbar {
  padding: 0;
  background: #454545;
  transition: none;
  min-height: 50px;
}
.cid-vgtEAtwMLj .navbar-fixed-top {
  padding-top: 0;
}
.cid-vgtEAtwMLj .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vgtEAtwMLj .dropdown-item {
  padding: 0;
}
.cid-vgtEAtwMLj .dropdown-menu {
  border: 0px solid lightgray;
  background: #04018b !important;
}
.cid-vgtEAtwMLj .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-vgtEAtwMLj .menu-content-top {
    display: block;
  }
  .cid-vgtEAtwMLj .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-vgtEAtwMLj .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-vgtEAtwMLj nav.opened .menu-content-top {
  display: none;
}
.cid-vgtEAtwMLj .menu-bottom {
  margin: auto;
  width: 100%;
  background: #04018b;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgtEAtwMLj .navbar-dropdown.bg-color.transparent.opened {
  background: #454545;
}
.cid-vgtEAtwMLj a {
  font-style: normal;
}
.cid-vgtEAtwMLj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vgtEAtwMLj .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vgtEAtwMLj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .content-text {
  margin-bottom: 0;
}
.cid-vgtEAtwMLj .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vgtEAtwMLj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vgtEAtwMLj .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vgtEAtwMLj .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vgtEAtwMLj .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vgtEAtwMLj .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vgtEAtwMLj .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.45rem;
  margin-left: auto;
  flex-shrink: 0;
}
.cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  white-space: nowrap;
  word-break: normal;
  min-width: auto;
  height: 32px;
  padding: 0 0.7rem;
  border-radius: 0 !important;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  font-size: 0.95rem;
}
.cid-vgtEAtwMLj .widget-icon {
  display: inline-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  padding-right: 0.7rem;
  font-size: 1.45rem;
  flex: 0 0 auto;
  line-height: 1;
}
.cid-vgtEAtwMLj .info-widget {
  padding-left: 1.2rem;
  padding-top: 0.35rem;
  padding-right: 1.2rem;
  border-left: 1px solid #e0e0e0;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-width: 0;
  max-width: 260px;
}
.cid-vgtEAtwMLj .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.35rem;
  min-width: 0;
}
.cid-vgtEAtwMLj .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vgtEAtwMLj .widget-title,
.cid-vgtEAtwMLj .widget-icon {
  color: #ffffff;
}
.cid-vgtEAtwMLj .widget-text {
  color: #ffffff;
}
.cid-vgtEAtwMLj .widget-content {
  display: block;
  vertical-align: top;
  text-align: left;
  min-width: 0;
  line-height: 1.2;
}
.cid-vgtEAtwMLj .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 0.15rem;
  display: block;
  white-space: nowrap;
}
.cid-vgtEAtwMLj .widget-content .widget-text {
  margin-bottom: 0;
  display: block;
  white-space: normal;
  word-break: keep-all;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vgtEAtwMLj .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgtEAtwMLj .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-vgtEAtwMLj .navbar {
    display: block;
    padding: 0;
  }
  .cid-vgtEAtwMLj .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgtEAtwMLj .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.2rem - 4.5rem);
  }
  .cid-vgtEAtwMLj .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vgtEAtwMLj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vgtEAtwMLj .navbar-toggler {
    display: none;
  }
  .cid-vgtEAtwMLj .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vgtEAtwMLj .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vgtEAtwMLj .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgtEAtwMLj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vgtEAtwMLj .menu-logo {
  margin-right: auto;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu {
  background: #454545;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vgtEAtwMLj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vgtEAtwMLj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vgtEAtwMLj .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vgtEAtwMLj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-vgtEAtwMLj button.navbar-toggler:focus {
  outline: none;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgtEAtwMLj .collapsed .btn {
  display: flex;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vgtEAtwMLj .collapsed button.navbar-toggler {
  display: block;
}
.cid-vgtEAtwMLj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vgtEAtwMLj .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vgtEAtwMLj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vgtEAtwMLj .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgtEAtwMLj .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing,
  .cid-vgtEAtwMLj .navbar-collapse.show {
    display: block !important;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-nav,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-buttons,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vgtEAtwMLj .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgtEAtwMLj img {
    height: 2.2rem !important;
  }
  .cid-vgtEAtwMLj .btn {
    display: flex;
  }
  .cid-vgtEAtwMLj button.navbar-toggler {
    display: block;
  }
  .cid-vgtEAtwMLj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vgtEAtwMLj .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vgtEAtwMLj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn {
    width: 100%;
    margin-left: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn .btn {
    min-width: 0;
    width: auto;
    height: 48px;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vgtEAtwMLj .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vgtEAtwMLj .nav-link:focus {
  outline: none;
}
.cid-vgtEAtwMLj .navbar-toggler {
  position: relative;
}
.cid-vgtEAtwMLj .dropdown-item.active,
.cid-vgtEAtwMLj .dropdown-item:active {
  background: #04018b;
  color: initial;
}
.cid-vgpFxFlVEh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-vgpFxFlVEh .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #454545 -30%, transparent 100%);
}
.cid-vgpFxFlVEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgpFxFlVEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgpFxFlVEh .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vgpFxFlVEh .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vgpFxFlVEh .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgpFxFlVEh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgpFxFlVEh .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vgpFxFlVEh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgpFxFlVEh .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vgpFxFlVEh .mbr-section-title {
  color: #ffffff;
}
.cid-vgpFxFlVEh .mbr-text,
.cid-vgpFxFlVEh .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgpFxFlVEh .mbr-section-title,
.cid-vgpFxFlVEh .mbr-section-btn {
  text-align: center;
}
.cid-vgtkca50Cm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-vgtkca50Cm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtkca50Cm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtkca50Cm .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-vgtkca50Cm .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-vgtkca50Cm .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vgtkca50Cm .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vgtkca50Cm .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-vgtkca50Cm .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vgtkca50Cm .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vgtkca50Cm .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vgtkca50Cm .decoration_1 {
    left: -380px;
  }
}
.cid-vgtkca50Cm .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-vgtkca50Cm .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vgtkca50Cm .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vgtkca50Cm .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vgtkca50Cm .decoration_2 {
    right: -380px;
  }
}
.cid-vgtkca50Cm .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .cid-vgtkca50Cm .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vgtkca50Cm .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vgtkca50Cm .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vgtkca50Cm .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vgtkca50Cm .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-vgtkca50Cm .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vgtkca50Cm .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgtkca50Cm .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vgtkca50Cm .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vgtkca50Cm .mbr-label {
  color: #010026;
  text-align: center;
}
.cid-vgtkca50Cm .mbr-section-title {
  color: #181824;
}
.cid-vgtkca50Cm .mbr-section-title,
.cid-vgtkca50Cm .mbr-section-btn,
.cid-vgtkca50Cm .icon-wrapper {
  text-align: center;
}
.cid-vgtqTRxxTL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #010026;
}
.cid-vgtqTRxxTL .media-wrap {
  padding: 0;
  max-width: 100%;
}
.cid-vgtqTRxxTL .media-wrap img {
  width: 320px;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-vgtqTRxxTL .media-wrap {
    margin: 0 auto 25px;
  }
  .cid-vgtqTRxxTL .media-wrap img {
    width: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vgtqTRxxTL .row {
    text-align: center;
  }
  .cid-vgtqTRxxTL .row > div {
    margin: auto;
  }
  .cid-vgtqTRxxTL .social-row {
    justify-content: center;
  }
}
.cid-vgtqTRxxTL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgtqTRxxTL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgtqTRxxTL .list {
    margin-bottom: 0rem;
  }
}
.cid-vgtqTRxxTL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgtqTRxxTL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgtqTRxxTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtqTRxxTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtEAtwMLj .navbar {
  padding: 0;
  background: #454545;
  transition: none;
  min-height: 50px;
}
.cid-vgtEAtwMLj .navbar-fixed-top {
  padding-top: 0;
}
.cid-vgtEAtwMLj .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vgtEAtwMLj .dropdown-item {
  padding: 0;
}
.cid-vgtEAtwMLj .dropdown-menu {
  border: 0px solid lightgray;
  background: #04018b !important;
}
.cid-vgtEAtwMLj .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-vgtEAtwMLj .menu-content-top {
    display: block;
  }
  .cid-vgtEAtwMLj .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-vgtEAtwMLj .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-vgtEAtwMLj nav.opened .menu-content-top {
  display: none;
}
.cid-vgtEAtwMLj .menu-bottom {
  margin: auto;
  width: 100%;
  background: #04018b;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgtEAtwMLj .navbar-dropdown.bg-color.transparent.opened {
  background: #454545;
}
.cid-vgtEAtwMLj a {
  font-style: normal;
}
.cid-vgtEAtwMLj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vgtEAtwMLj .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vgtEAtwMLj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .content-text {
  margin-bottom: 0;
}
.cid-vgtEAtwMLj .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vgtEAtwMLj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vgtEAtwMLj .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vgtEAtwMLj .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vgtEAtwMLj .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vgtEAtwMLj .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vgtEAtwMLj .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.45rem;
  margin-left: auto;
  flex-shrink: 0;
}
.cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  white-space: nowrap;
  word-break: normal;
  min-width: auto;
  height: 32px;
  padding: 0 0.7rem;
  border-radius: 0 !important;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  font-size: 0.95rem;
}
.cid-vgtEAtwMLj .widget-icon {
  display: inline-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  padding-right: 0.7rem;
  font-size: 1.45rem;
  flex: 0 0 auto;
  line-height: 1;
}
.cid-vgtEAtwMLj .info-widget {
  padding-left: 1.2rem;
  padding-top: 0.35rem;
  padding-right: 1.2rem;
  border-left: 1px solid #e0e0e0;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-width: 0;
  max-width: 260px;
}
.cid-vgtEAtwMLj .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.35rem;
  min-width: 0;
}
.cid-vgtEAtwMLj .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vgtEAtwMLj .widget-title,
.cid-vgtEAtwMLj .widget-icon {
  color: #ffffff;
}
.cid-vgtEAtwMLj .widget-text {
  color: #ffffff;
}
.cid-vgtEAtwMLj .widget-content {
  display: block;
  vertical-align: top;
  text-align: left;
  min-width: 0;
  line-height: 1.2;
}
.cid-vgtEAtwMLj .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 0.15rem;
  display: block;
  white-space: nowrap;
}
.cid-vgtEAtwMLj .widget-content .widget-text {
  margin-bottom: 0;
  display: block;
  white-space: normal;
  word-break: keep-all;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vgtEAtwMLj .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgtEAtwMLj .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-vgtEAtwMLj .navbar {
    display: block;
    padding: 0;
  }
  .cid-vgtEAtwMLj .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgtEAtwMLj .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.2rem - 4.5rem);
  }
  .cid-vgtEAtwMLj .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vgtEAtwMLj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vgtEAtwMLj .navbar-toggler {
    display: none;
  }
  .cid-vgtEAtwMLj .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vgtEAtwMLj .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vgtEAtwMLj .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgtEAtwMLj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vgtEAtwMLj .menu-logo {
  margin-right: auto;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu {
  background: #454545;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vgtEAtwMLj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vgtEAtwMLj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vgtEAtwMLj .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vgtEAtwMLj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-vgtEAtwMLj button.navbar-toggler:focus {
  outline: none;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgtEAtwMLj .collapsed .btn {
  display: flex;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vgtEAtwMLj .collapsed button.navbar-toggler {
  display: block;
}
.cid-vgtEAtwMLj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vgtEAtwMLj .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vgtEAtwMLj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vgtEAtwMLj .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgtEAtwMLj .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing,
  .cid-vgtEAtwMLj .navbar-collapse.show {
    display: block !important;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-nav,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-buttons,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vgtEAtwMLj .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgtEAtwMLj img {
    height: 2.2rem !important;
  }
  .cid-vgtEAtwMLj .btn {
    display: flex;
  }
  .cid-vgtEAtwMLj button.navbar-toggler {
    display: block;
  }
  .cid-vgtEAtwMLj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vgtEAtwMLj .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vgtEAtwMLj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn {
    width: 100%;
    margin-left: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn .btn {
    min-width: 0;
    width: auto;
    height: 48px;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vgtEAtwMLj .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vgtEAtwMLj .nav-link:focus {
  outline: none;
}
.cid-vgtEAtwMLj .navbar-toggler {
  position: relative;
}
.cid-vgtEAtwMLj .dropdown-item.active,
.cid-vgtEAtwMLj .dropdown-item:active {
  background: #04018b;
  color: initial;
}
.cid-vgsIhEz7l5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-vgsIhEz7l5 .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #454545 -30%, transparent 100%);
}
.cid-vgsIhEz7l5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgsIhEz7l5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgsIhEz7l5 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vgsIhEz7l5 .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vgsIhEz7l5 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgsIhEz7l5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgsIhEz7l5 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vgsIhEz7l5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgsIhEz7l5 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vgsIhEz7l5 .mbr-section-title {
  color: #ffffff;
}
.cid-vgsIhEz7l5 .mbr-text,
.cid-vgsIhEz7l5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgsIhEz7l5 .mbr-section-title,
.cid-vgsIhEz7l5 .mbr-section-btn {
  text-align: center;
}
.cid-vgsKjfk2Uy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vgsKjfk2Uy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgsKjfk2Uy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgsKjfk2Uy .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgsKjfk2Uy .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgsKjfk2Uy .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgsKjfk2Uy .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vgsKjfk2Uy .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vgsKjfk2Uy .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgsKjfk2Uy .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vgsKjfk2Uy .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgsKjfk2Uy .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgsKjfk2Uy .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgsKjfk2Uy .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vgsKjfk2Uy .items-wrapper {
  margin: 0 -6px;
}
.cid-vgsKjfk2Uy .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgsKjfk2Uy .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgsKjfk2Uy .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgsKjfk2Uy .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgsKjfk2Uy .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vgsKjfk2Uy .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgsKjfk2Uy .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vgsKjfk2Uy .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
.cid-vgsKjfk2Uy .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgsKjfk2Uy .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgsKjfk2Uy .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vgsKjfk2Uy .mbr-label {
  color: #707070;
}
.cid-vgsKjfk2Uy .mbr-section-title {
  color: #000000;
}
.cid-vgsKjfk2Uy .mbr-section-subtitle {
  color: #707070;
}
.cid-vgsKjfk2Uy .item-title {
  color: #000000;
}
.cid-vgsKjfk2Uy .item-text {
  color: #707070;
}
.cid-vgsNN4SuNI {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vgsNN4SuNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgsNN4SuNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgsNN4SuNI .row {
  justify-content: left;
}
.cid-vgsNN4SuNI .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #f4f8fa;
  border: 2px solid #5f000b;
  position: relative;
}
@media (max-width: 991px) {
  .cid-vgsNN4SuNI .content-container {
    flex-wrap: wrap;
  }
}
.cid-vgsNN4SuNI .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vgsNN4SuNI .text-item {
    width: 100%;
  }
}
.cid-vgsNN4SuNI .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-vgsNN4SuNI .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-vgsNN4SuNI .mbr-section-title {
  color: #5f000b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vgsNN4SuNI .mbr-section-title {
    text-align: center !important;
  }
}
.cid-vgsNN4SuNI .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-vgsNN4SuNI .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vgsNN4SuNI .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-vgsNN4SuNI .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vgsNN4SuNI .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #353535, #5f000b);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-vgsNN4SuNI .circle-blur {
    display: none !important;
  }
}
.cid-vgtqTRxxTL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #010026;
}
.cid-vgtqTRxxTL .media-wrap {
  padding: 0;
  max-width: 100%;
}
.cid-vgtqTRxxTL .media-wrap img {
  width: 320px;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-vgtqTRxxTL .media-wrap {
    margin: 0 auto 25px;
  }
  .cid-vgtqTRxxTL .media-wrap img {
    width: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vgtqTRxxTL .row {
    text-align: center;
  }
  .cid-vgtqTRxxTL .row > div {
    margin: auto;
  }
  .cid-vgtqTRxxTL .social-row {
    justify-content: center;
  }
}
.cid-vgtqTRxxTL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgtqTRxxTL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgtqTRxxTL .list {
    margin-bottom: 0rem;
  }
}
.cid-vgtqTRxxTL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgtqTRxxTL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgtqTRxxTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtqTRxxTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtEAtwMLj .navbar {
  padding: 0;
  background: #454545;
  transition: none;
  min-height: 50px;
}
.cid-vgtEAtwMLj .navbar-fixed-top {
  padding-top: 0;
}
.cid-vgtEAtwMLj .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vgtEAtwMLj .dropdown-item {
  padding: 0;
}
.cid-vgtEAtwMLj .dropdown-menu {
  border: 0px solid lightgray;
  background: #04018b !important;
}
.cid-vgtEAtwMLj .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-vgtEAtwMLj .menu-content-top {
    display: block;
  }
  .cid-vgtEAtwMLj .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-vgtEAtwMLj .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-vgtEAtwMLj nav.opened .menu-content-top {
  display: none;
}
.cid-vgtEAtwMLj .menu-bottom {
  margin: auto;
  width: 100%;
  background: #04018b;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgtEAtwMLj .navbar-dropdown.bg-color.transparent.opened {
  background: #454545;
}
.cid-vgtEAtwMLj a {
  font-style: normal;
}
.cid-vgtEAtwMLj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vgtEAtwMLj .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vgtEAtwMLj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .content-text {
  margin-bottom: 0;
}
.cid-vgtEAtwMLj .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vgtEAtwMLj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vgtEAtwMLj .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vgtEAtwMLj .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vgtEAtwMLj .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vgtEAtwMLj .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vgtEAtwMLj .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.45rem;
  margin-left: auto;
  flex-shrink: 0;
}
.cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  white-space: nowrap;
  word-break: normal;
  min-width: auto;
  height: 32px;
  padding: 0 0.7rem;
  border-radius: 0 !important;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  font-size: 0.95rem;
}
.cid-vgtEAtwMLj .widget-icon {
  display: inline-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  padding-right: 0.7rem;
  font-size: 1.45rem;
  flex: 0 0 auto;
  line-height: 1;
}
.cid-vgtEAtwMLj .info-widget {
  padding-left: 1.2rem;
  padding-top: 0.35rem;
  padding-right: 1.2rem;
  border-left: 1px solid #e0e0e0;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-width: 0;
  max-width: 260px;
}
.cid-vgtEAtwMLj .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.35rem;
  min-width: 0;
}
.cid-vgtEAtwMLj .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vgtEAtwMLj .widget-title,
.cid-vgtEAtwMLj .widget-icon {
  color: #ffffff;
}
.cid-vgtEAtwMLj .widget-text {
  color: #ffffff;
}
.cid-vgtEAtwMLj .widget-content {
  display: block;
  vertical-align: top;
  text-align: left;
  min-width: 0;
  line-height: 1.2;
}
.cid-vgtEAtwMLj .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 0.15rem;
  display: block;
  white-space: nowrap;
}
.cid-vgtEAtwMLj .widget-content .widget-text {
  margin-bottom: 0;
  display: block;
  white-space: normal;
  word-break: keep-all;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vgtEAtwMLj .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgtEAtwMLj .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-vgtEAtwMLj .navbar {
    display: block;
    padding: 0;
  }
  .cid-vgtEAtwMLj .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgtEAtwMLj .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.2rem - 4.5rem);
  }
  .cid-vgtEAtwMLj .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vgtEAtwMLj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vgtEAtwMLj .navbar-toggler {
    display: none;
  }
  .cid-vgtEAtwMLj .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vgtEAtwMLj .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vgtEAtwMLj .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgtEAtwMLj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vgtEAtwMLj .menu-logo {
  margin-right: auto;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu {
  background: #454545;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vgtEAtwMLj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vgtEAtwMLj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vgtEAtwMLj .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vgtEAtwMLj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-vgtEAtwMLj button.navbar-toggler:focus {
  outline: none;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgtEAtwMLj .collapsed .btn {
  display: flex;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vgtEAtwMLj .collapsed button.navbar-toggler {
  display: block;
}
.cid-vgtEAtwMLj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vgtEAtwMLj .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vgtEAtwMLj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vgtEAtwMLj .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgtEAtwMLj .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing,
  .cid-vgtEAtwMLj .navbar-collapse.show {
    display: block !important;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-nav,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-buttons,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vgtEAtwMLj .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgtEAtwMLj img {
    height: 2.2rem !important;
  }
  .cid-vgtEAtwMLj .btn {
    display: flex;
  }
  .cid-vgtEAtwMLj button.navbar-toggler {
    display: block;
  }
  .cid-vgtEAtwMLj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vgtEAtwMLj .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vgtEAtwMLj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn {
    width: 100%;
    margin-left: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn .btn {
    min-width: 0;
    width: auto;
    height: 48px;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vgtEAtwMLj .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vgtEAtwMLj .nav-link:focus {
  outline: none;
}
.cid-vgtEAtwMLj .navbar-toggler {
  position: relative;
}
.cid-vgtEAtwMLj .dropdown-item.active,
.cid-vgtEAtwMLj .dropdown-item:active {
  background: #04018b;
  color: initial;
}
.cid-vgsPzvIRSB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-vgsPzvIRSB .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #454545 -30%, transparent 100%);
}
.cid-vgsPzvIRSB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgsPzvIRSB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgsPzvIRSB .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vgsPzvIRSB .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vgsPzvIRSB .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgsPzvIRSB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgsPzvIRSB .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vgsPzvIRSB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgsPzvIRSB .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vgsPzvIRSB .mbr-section-title {
  color: #ffffff;
}
.cid-vgsPzvIRSB .mbr-text,
.cid-vgsPzvIRSB .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgsPzvIRSB .mbr-section-title,
.cid-vgsPzvIRSB .mbr-section-btn {
  text-align: center;
}
.cid-vgsPzxjP7U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vgsPzxjP7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgsPzxjP7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgsPzxjP7U .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgsPzxjP7U .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgsPzxjP7U .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgsPzxjP7U .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vgsPzxjP7U .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vgsPzxjP7U .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgsPzxjP7U .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vgsPzxjP7U .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgsPzxjP7U .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgsPzxjP7U .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgsPzxjP7U .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vgsPzxjP7U .items-wrapper {
  margin: 0 -6px;
}
.cid-vgsPzxjP7U .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgsPzxjP7U .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgsPzxjP7U .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgsPzxjP7U .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgsPzxjP7U .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vgsPzxjP7U .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgsPzxjP7U .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vgsPzxjP7U .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
.cid-vgsPzxjP7U .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgsPzxjP7U .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgsPzxjP7U .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vgsPzxjP7U .mbr-label {
  color: #707070;
}
.cid-vgsPzxjP7U .mbr-section-title {
  color: #000000;
}
.cid-vgsPzxjP7U .mbr-section-subtitle {
  color: #707070;
}
.cid-vgsPzxjP7U .item-title {
  color: #000000;
}
.cid-vgsPzxjP7U .item-text {
  color: #707070;
}
.cid-vgsPzyWTBi {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vgsPzyWTBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgsPzyWTBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgsPzyWTBi .row {
  justify-content: left;
}
.cid-vgsPzyWTBi .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #f4f8fa;
  border: 2px solid #5f000b;
  position: relative;
}
@media (max-width: 991px) {
  .cid-vgsPzyWTBi .content-container {
    flex-wrap: wrap;
  }
}
.cid-vgsPzyWTBi .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vgsPzyWTBi .text-item {
    width: 100%;
  }
}
.cid-vgsPzyWTBi .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-vgsPzyWTBi .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-vgsPzyWTBi .mbr-section-title {
  color: #5f000b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vgsPzyWTBi .mbr-section-title {
    text-align: center !important;
  }
}
.cid-vgsPzyWTBi .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-vgsPzyWTBi .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vgsPzyWTBi .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-vgsPzyWTBi .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vgsPzyWTBi .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #353535, #5f000b);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-vgsPzyWTBi .circle-blur {
    display: none !important;
  }
}
.cid-vgtqTRxxTL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #010026;
}
.cid-vgtqTRxxTL .media-wrap {
  padding: 0;
  max-width: 100%;
}
.cid-vgtqTRxxTL .media-wrap img {
  width: 320px;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-vgtqTRxxTL .media-wrap {
    margin: 0 auto 25px;
  }
  .cid-vgtqTRxxTL .media-wrap img {
    width: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vgtqTRxxTL .row {
    text-align: center;
  }
  .cid-vgtqTRxxTL .row > div {
    margin: auto;
  }
  .cid-vgtqTRxxTL .social-row {
    justify-content: center;
  }
}
.cid-vgtqTRxxTL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgtqTRxxTL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgtqTRxxTL .list {
    margin-bottom: 0rem;
  }
}
.cid-vgtqTRxxTL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgtqTRxxTL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgtqTRxxTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtqTRxxTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtEAtwMLj .navbar {
  padding: 0;
  background: #454545;
  transition: none;
  min-height: 50px;
}
.cid-vgtEAtwMLj .navbar-fixed-top {
  padding-top: 0;
}
.cid-vgtEAtwMLj .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vgtEAtwMLj .dropdown-item {
  padding: 0;
}
.cid-vgtEAtwMLj .dropdown-menu {
  border: 0px solid lightgray;
  background: #04018b !important;
}
.cid-vgtEAtwMLj .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-vgtEAtwMLj .menu-content-top {
    display: block;
  }
  .cid-vgtEAtwMLj .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-vgtEAtwMLj .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-vgtEAtwMLj nav.opened .menu-content-top {
  display: none;
}
.cid-vgtEAtwMLj .menu-bottom {
  margin: auto;
  width: 100%;
  background: #04018b;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgtEAtwMLj .navbar-dropdown.bg-color.transparent.opened {
  background: #454545;
}
.cid-vgtEAtwMLj a {
  font-style: normal;
}
.cid-vgtEAtwMLj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vgtEAtwMLj .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vgtEAtwMLj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .content-text {
  margin-bottom: 0;
}
.cid-vgtEAtwMLj .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vgtEAtwMLj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vgtEAtwMLj .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vgtEAtwMLj .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vgtEAtwMLj .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vgtEAtwMLj .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vgtEAtwMLj .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.45rem;
  margin-left: auto;
  flex-shrink: 0;
}
.cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  white-space: nowrap;
  word-break: normal;
  min-width: auto;
  height: 32px;
  padding: 0 0.7rem;
  border-radius: 0 !important;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  font-size: 0.95rem;
}
.cid-vgtEAtwMLj .widget-icon {
  display: inline-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  padding-right: 0.7rem;
  font-size: 1.45rem;
  flex: 0 0 auto;
  line-height: 1;
}
.cid-vgtEAtwMLj .info-widget {
  padding-left: 1.2rem;
  padding-top: 0.35rem;
  padding-right: 1.2rem;
  border-left: 1px solid #e0e0e0;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-width: 0;
  max-width: 260px;
}
.cid-vgtEAtwMLj .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.35rem;
  min-width: 0;
}
.cid-vgtEAtwMLj .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vgtEAtwMLj .widget-title,
.cid-vgtEAtwMLj .widget-icon {
  color: #ffffff;
}
.cid-vgtEAtwMLj .widget-text {
  color: #ffffff;
}
.cid-vgtEAtwMLj .widget-content {
  display: block;
  vertical-align: top;
  text-align: left;
  min-width: 0;
  line-height: 1.2;
}
.cid-vgtEAtwMLj .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 0.15rem;
  display: block;
  white-space: nowrap;
}
.cid-vgtEAtwMLj .widget-content .widget-text {
  margin-bottom: 0;
  display: block;
  white-space: normal;
  word-break: keep-all;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vgtEAtwMLj .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgtEAtwMLj .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-vgtEAtwMLj .navbar {
    display: block;
    padding: 0;
  }
  .cid-vgtEAtwMLj .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgtEAtwMLj .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.2rem - 4.5rem);
  }
  .cid-vgtEAtwMLj .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vgtEAtwMLj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vgtEAtwMLj .navbar-toggler {
    display: none;
  }
  .cid-vgtEAtwMLj .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vgtEAtwMLj .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vgtEAtwMLj .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgtEAtwMLj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vgtEAtwMLj .menu-logo {
  margin-right: auto;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu {
  background: #454545;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vgtEAtwMLj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vgtEAtwMLj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vgtEAtwMLj .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vgtEAtwMLj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-vgtEAtwMLj button.navbar-toggler:focus {
  outline: none;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgtEAtwMLj .collapsed .btn {
  display: flex;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vgtEAtwMLj .collapsed button.navbar-toggler {
  display: block;
}
.cid-vgtEAtwMLj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vgtEAtwMLj .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vgtEAtwMLj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vgtEAtwMLj .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgtEAtwMLj .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing,
  .cid-vgtEAtwMLj .navbar-collapse.show {
    display: block !important;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-nav,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-buttons,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vgtEAtwMLj .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgtEAtwMLj img {
    height: 2.2rem !important;
  }
  .cid-vgtEAtwMLj .btn {
    display: flex;
  }
  .cid-vgtEAtwMLj button.navbar-toggler {
    display: block;
  }
  .cid-vgtEAtwMLj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vgtEAtwMLj .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vgtEAtwMLj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn {
    width: 100%;
    margin-left: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn .btn {
    min-width: 0;
    width: auto;
    height: 48px;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vgtEAtwMLj .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vgtEAtwMLj .nav-link:focus {
  outline: none;
}
.cid-vgtEAtwMLj .navbar-toggler {
  position: relative;
}
.cid-vgtEAtwMLj .dropdown-item.active,
.cid-vgtEAtwMLj .dropdown-item:active {
  background: #04018b;
  color: initial;
}
.cid-vgsSlEDJGj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/mbr-1920x1276.jpg");
}
.cid-vgsSlEDJGj .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #454545 -30%, transparent 100%);
}
.cid-vgsSlEDJGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgsSlEDJGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgsSlEDJGj .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vgsSlEDJGj .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vgsSlEDJGj .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgsSlEDJGj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgsSlEDJGj .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vgsSlEDJGj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgsSlEDJGj .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vgsSlEDJGj .mbr-section-title {
  color: #ffffff;
}
.cid-vgsSlEDJGj .mbr-text,
.cid-vgsSlEDJGj .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgsSlEDJGj .mbr-section-title,
.cid-vgsSlEDJGj .mbr-section-btn {
  text-align: center;
}
.cid-vgsSlFX1uQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vgsSlFX1uQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgsSlFX1uQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgsSlFX1uQ .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgsSlFX1uQ .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgsSlFX1uQ .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgsSlFX1uQ .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vgsSlFX1uQ .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vgsSlFX1uQ .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgsSlFX1uQ .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vgsSlFX1uQ .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgsSlFX1uQ .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgsSlFX1uQ .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgsSlFX1uQ .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vgsSlFX1uQ .items-wrapper {
  margin: 0 -6px;
}
.cid-vgsSlFX1uQ .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgsSlFX1uQ .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgsSlFX1uQ .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgsSlFX1uQ .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgsSlFX1uQ .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vgsSlFX1uQ .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgsSlFX1uQ .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vgsSlFX1uQ .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
.cid-vgsSlFX1uQ .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgsSlFX1uQ .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgsSlFX1uQ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vgsSlFX1uQ .mbr-label {
  color: #707070;
}
.cid-vgsSlFX1uQ .mbr-section-title {
  color: #000000;
}
.cid-vgsSlFX1uQ .mbr-section-subtitle {
  color: #707070;
}
.cid-vgsSlFX1uQ .item-title {
  color: #000000;
}
.cid-vgsSlFX1uQ .item-text {
  color: #707070;
}
.cid-vgsSlHHDJ0 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vgsSlHHDJ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgsSlHHDJ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgsSlHHDJ0 .row {
  justify-content: left;
}
.cid-vgsSlHHDJ0 .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #f4f8fa;
  border: 2px solid #5f000b;
  position: relative;
}
@media (max-width: 991px) {
  .cid-vgsSlHHDJ0 .content-container {
    flex-wrap: wrap;
  }
}
.cid-vgsSlHHDJ0 .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vgsSlHHDJ0 .text-item {
    width: 100%;
  }
}
.cid-vgsSlHHDJ0 .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-vgsSlHHDJ0 .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-vgsSlHHDJ0 .mbr-section-title {
  color: #5f000b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vgsSlHHDJ0 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-vgsSlHHDJ0 .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-vgsSlHHDJ0 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vgsSlHHDJ0 .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-vgsSlHHDJ0 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vgsSlHHDJ0 .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #353535, #5f000b);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-vgsSlHHDJ0 .circle-blur {
    display: none !important;
  }
}
.cid-vgtqTRxxTL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #010026;
}
.cid-vgtqTRxxTL .media-wrap {
  padding: 0;
  max-width: 100%;
}
.cid-vgtqTRxxTL .media-wrap img {
  width: 320px;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-vgtqTRxxTL .media-wrap {
    margin: 0 auto 25px;
  }
  .cid-vgtqTRxxTL .media-wrap img {
    width: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vgtqTRxxTL .row {
    text-align: center;
  }
  .cid-vgtqTRxxTL .row > div {
    margin: auto;
  }
  .cid-vgtqTRxxTL .social-row {
    justify-content: center;
  }
}
.cid-vgtqTRxxTL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgtqTRxxTL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgtqTRxxTL .list {
    margin-bottom: 0rem;
  }
}
.cid-vgtqTRxxTL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgtqTRxxTL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgtqTRxxTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtqTRxxTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtEAtwMLj .navbar {
  padding: 0;
  background: #454545;
  transition: none;
  min-height: 50px;
}
.cid-vgtEAtwMLj .navbar-fixed-top {
  padding-top: 0;
}
.cid-vgtEAtwMLj .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vgtEAtwMLj .dropdown-item {
  padding: 0;
}
.cid-vgtEAtwMLj .dropdown-menu {
  border: 0px solid lightgray;
  background: #04018b !important;
}
.cid-vgtEAtwMLj .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-vgtEAtwMLj .menu-content-top {
    display: block;
  }
  .cid-vgtEAtwMLj .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-vgtEAtwMLj .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-vgtEAtwMLj nav.opened .menu-content-top {
  display: none;
}
.cid-vgtEAtwMLj .menu-bottom {
  margin: auto;
  width: 100%;
  background: #04018b;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgtEAtwMLj .navbar-dropdown.bg-color.transparent.opened {
  background: #454545;
}
.cid-vgtEAtwMLj a {
  font-style: normal;
}
.cid-vgtEAtwMLj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vgtEAtwMLj .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vgtEAtwMLj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .content-text {
  margin-bottom: 0;
}
.cid-vgtEAtwMLj .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vgtEAtwMLj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vgtEAtwMLj .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vgtEAtwMLj .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vgtEAtwMLj .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vgtEAtwMLj .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vgtEAtwMLj .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.45rem;
  margin-left: auto;
  flex-shrink: 0;
}
.cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  white-space: nowrap;
  word-break: normal;
  min-width: auto;
  height: 32px;
  padding: 0 0.7rem;
  border-radius: 0 !important;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  font-size: 0.95rem;
}
.cid-vgtEAtwMLj .widget-icon {
  display: inline-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  padding-right: 0.7rem;
  font-size: 1.45rem;
  flex: 0 0 auto;
  line-height: 1;
}
.cid-vgtEAtwMLj .info-widget {
  padding-left: 1.2rem;
  padding-top: 0.35rem;
  padding-right: 1.2rem;
  border-left: 1px solid #e0e0e0;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-width: 0;
  max-width: 260px;
}
.cid-vgtEAtwMLj .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.35rem;
  min-width: 0;
}
.cid-vgtEAtwMLj .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vgtEAtwMLj .widget-title,
.cid-vgtEAtwMLj .widget-icon {
  color: #ffffff;
}
.cid-vgtEAtwMLj .widget-text {
  color: #ffffff;
}
.cid-vgtEAtwMLj .widget-content {
  display: block;
  vertical-align: top;
  text-align: left;
  min-width: 0;
  line-height: 1.2;
}
.cid-vgtEAtwMLj .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 0.15rem;
  display: block;
  white-space: nowrap;
}
.cid-vgtEAtwMLj .widget-content .widget-text {
  margin-bottom: 0;
  display: block;
  white-space: normal;
  word-break: keep-all;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vgtEAtwMLj .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgtEAtwMLj .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-vgtEAtwMLj .navbar {
    display: block;
    padding: 0;
  }
  .cid-vgtEAtwMLj .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgtEAtwMLj .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.2rem - 4.5rem);
  }
  .cid-vgtEAtwMLj .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vgtEAtwMLj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vgtEAtwMLj .navbar-toggler {
    display: none;
  }
  .cid-vgtEAtwMLj .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vgtEAtwMLj .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vgtEAtwMLj .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgtEAtwMLj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vgtEAtwMLj .menu-logo {
  margin-right: auto;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu {
  background: #454545;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vgtEAtwMLj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vgtEAtwMLj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vgtEAtwMLj .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vgtEAtwMLj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-vgtEAtwMLj button.navbar-toggler:focus {
  outline: none;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgtEAtwMLj .collapsed .btn {
  display: flex;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vgtEAtwMLj .collapsed button.navbar-toggler {
  display: block;
}
.cid-vgtEAtwMLj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vgtEAtwMLj .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vgtEAtwMLj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vgtEAtwMLj .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgtEAtwMLj .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing,
  .cid-vgtEAtwMLj .navbar-collapse.show {
    display: block !important;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-nav,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-buttons,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vgtEAtwMLj .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgtEAtwMLj img {
    height: 2.2rem !important;
  }
  .cid-vgtEAtwMLj .btn {
    display: flex;
  }
  .cid-vgtEAtwMLj button.navbar-toggler {
    display: block;
  }
  .cid-vgtEAtwMLj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vgtEAtwMLj .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vgtEAtwMLj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn {
    width: 100%;
    margin-left: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn .btn {
    min-width: 0;
    width: auto;
    height: 48px;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vgtEAtwMLj .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vgtEAtwMLj .nav-link:focus {
  outline: none;
}
.cid-vgtEAtwMLj .navbar-toggler {
  position: relative;
}
.cid-vgtEAtwMLj .dropdown-item.active,
.cid-vgtEAtwMLj .dropdown-item:active {
  background: #04018b;
  color: initial;
}
.cid-vgsWegv1Na {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-vgsWegv1Na .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #454545 -30%, transparent 100%);
}
.cid-vgsWegv1Na .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgsWegv1Na .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgsWegv1Na .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vgsWegv1Na .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vgsWegv1Na .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgsWegv1Na .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgsWegv1Na .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vgsWegv1Na .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgsWegv1Na .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vgsWegv1Na .mbr-section-title {
  color: #ffffff;
}
.cid-vgsWegv1Na .mbr-text,
.cid-vgsWegv1Na .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgsWegv1Na .mbr-section-title,
.cid-vgsWegv1Na .mbr-section-btn {
  text-align: center;
}
.cid-vgsWehYrUc {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-vgsWehYrUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgsWehYrUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgsWehYrUc .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgsWehYrUc .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgsWehYrUc .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgsWehYrUc .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vgsWehYrUc .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vgsWehYrUc .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgsWehYrUc .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vgsWehYrUc .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgsWehYrUc .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgsWehYrUc .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgsWehYrUc .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vgsWehYrUc .items-wrapper {
  margin: 0 -6px;
}
.cid-vgsWehYrUc .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgsWehYrUc .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgsWehYrUc .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgsWehYrUc .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgsWehYrUc .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vgsWehYrUc .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgsWehYrUc .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vgsWehYrUc .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
.cid-vgsWehYrUc .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgsWehYrUc .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgsWehYrUc .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vgsWehYrUc .mbr-label {
  color: #707070;
}
.cid-vgsWehYrUc .mbr-section-title {
  color: #000000;
}
.cid-vgsWehYrUc .mbr-section-subtitle {
  color: #707070;
}
.cid-vgsWehYrUc .item-title {
  color: #000000;
}
.cid-vgsWehYrUc .item-text {
  color: #707070;
}
.cid-vgsWejwRcT {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vgsWejwRcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgsWejwRcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgsWejwRcT .row {
  justify-content: left;
}
.cid-vgsWejwRcT .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #f4f8fa;
  border: 2px solid #5f000b;
  position: relative;
}
@media (max-width: 991px) {
  .cid-vgsWejwRcT .content-container {
    flex-wrap: wrap;
  }
}
.cid-vgsWejwRcT .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vgsWejwRcT .text-item {
    width: 100%;
  }
}
.cid-vgsWejwRcT .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-vgsWejwRcT .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-vgsWejwRcT .mbr-section-title {
  color: #5f000b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vgsWejwRcT .mbr-section-title {
    text-align: center !important;
  }
}
.cid-vgsWejwRcT .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-vgsWejwRcT .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vgsWejwRcT .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-vgsWejwRcT .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vgsWejwRcT .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #353535, #5f000b);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-vgsWejwRcT .circle-blur {
    display: none !important;
  }
}
.cid-vgtqTRxxTL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #010026;
}
.cid-vgtqTRxxTL .media-wrap {
  padding: 0;
  max-width: 100%;
}
.cid-vgtqTRxxTL .media-wrap img {
  width: 320px;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-vgtqTRxxTL .media-wrap {
    margin: 0 auto 25px;
  }
  .cid-vgtqTRxxTL .media-wrap img {
    width: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vgtqTRxxTL .row {
    text-align: center;
  }
  .cid-vgtqTRxxTL .row > div {
    margin: auto;
  }
  .cid-vgtqTRxxTL .social-row {
    justify-content: center;
  }
}
.cid-vgtqTRxxTL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgtqTRxxTL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgtqTRxxTL .list {
    margin-bottom: 0rem;
  }
}
.cid-vgtqTRxxTL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgtqTRxxTL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgtqTRxxTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtqTRxxTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtEAtwMLj .navbar {
  padding: 0;
  background: #454545;
  transition: none;
  min-height: 50px;
}
.cid-vgtEAtwMLj .navbar-fixed-top {
  padding-top: 0;
}
.cid-vgtEAtwMLj .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vgtEAtwMLj .dropdown-item {
  padding: 0;
}
.cid-vgtEAtwMLj .dropdown-menu {
  border: 0px solid lightgray;
  background: #04018b !important;
}
.cid-vgtEAtwMLj .menu-content-top {
  max-width: 1250px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cid-vgtEAtwMLj .menu-content-top {
    display: block;
  }
  .cid-vgtEAtwMLj .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-vgtEAtwMLj .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-vgtEAtwMLj nav.opened .menu-content-top {
  display: none;
}
.cid-vgtEAtwMLj .menu-bottom {
  margin: auto;
  width: 100%;
  background: #04018b;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgtEAtwMLj .navbar-dropdown.bg-color.transparent.opened {
  background: #454545;
}
.cid-vgtEAtwMLj a {
  font-style: normal;
}
.cid-vgtEAtwMLj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vgtEAtwMLj .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vgtEAtwMLj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .content-text {
  margin-bottom: 0;
}
.cid-vgtEAtwMLj .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vgtEAtwMLj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vgtEAtwMLj .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vgtEAtwMLj .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vgtEAtwMLj .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vgtEAtwMLj .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vgtEAtwMLj .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.45rem;
  margin-left: auto;
  flex-shrink: 0;
}
.cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  white-space: nowrap;
  word-break: normal;
  min-width: auto;
  height: 32px;
  padding: 0 0.7rem;
  border-radius: 0 !important;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
  font-size: 0.95rem;
}
.cid-vgtEAtwMLj .widget-icon {
  display: inline-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  padding-right: 0.7rem;
  font-size: 1.45rem;
  flex: 0 0 auto;
  line-height: 1;
}
.cid-vgtEAtwMLj .info-widget {
  padding-left: 1.2rem;
  padding-top: 0.35rem;
  padding-right: 1.2rem;
  border-left: 1px solid #e0e0e0;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-width: 0;
  max-width: 260px;
}
.cid-vgtEAtwMLj .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.35rem;
  min-width: 0;
}
.cid-vgtEAtwMLj .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vgtEAtwMLj .widget-title,
.cid-vgtEAtwMLj .widget-icon {
  color: #ffffff;
}
.cid-vgtEAtwMLj .widget-text {
  color: #ffffff;
}
.cid-vgtEAtwMLj .widget-content {
  display: block;
  vertical-align: top;
  text-align: left;
  min-width: 0;
  line-height: 1.2;
}
.cid-vgtEAtwMLj .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 0.15rem;
  display: block;
  white-space: nowrap;
}
.cid-vgtEAtwMLj .widget-content .widget-text {
  margin-bottom: 0;
  display: block;
  white-space: normal;
  word-break: keep-all;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-vgtEAtwMLj .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgtEAtwMLj .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-vgtEAtwMLj .navbar {
    display: block;
    padding: 0;
  }
  .cid-vgtEAtwMLj .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vgtEAtwMLj .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6.2rem - 4.5rem);
  }
  .cid-vgtEAtwMLj .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vgtEAtwMLj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-vgtEAtwMLj .navbar-toggler {
    display: none;
  }
  .cid-vgtEAtwMLj .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vgtEAtwMLj .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vgtEAtwMLj .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgtEAtwMLj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vgtEAtwMLj .menu-logo {
  margin-right: auto;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vgtEAtwMLj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu {
  background: #454545;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vgtEAtwMLj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vgtEAtwMLj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgtEAtwMLj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vgtEAtwMLj .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vgtEAtwMLj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vgtEAtwMLj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-vgtEAtwMLj button.navbar-toggler:focus {
  outline: none;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgtEAtwMLj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgtEAtwMLj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgtEAtwMLj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgtEAtwMLj .collapsed .btn {
  display: flex;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vgtEAtwMLj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vgtEAtwMLj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vgtEAtwMLj .collapsed button.navbar-toggler {
  display: block;
}
.cid-vgtEAtwMLj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vgtEAtwMLj .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vgtEAtwMLj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vgtEAtwMLj .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vgtEAtwMLj .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vgtEAtwMLj .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing,
  .cid-vgtEAtwMLj .navbar-collapse.show {
    display: block !important;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-nav,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-buttons,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vgtEAtwMLj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vgtEAtwMLj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vgtEAtwMLj .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgtEAtwMLj img {
    height: 2.2rem !important;
  }
  .cid-vgtEAtwMLj .btn {
    display: flex;
  }
  .cid-vgtEAtwMLj button.navbar-toggler {
    display: block;
  }
  .cid-vgtEAtwMLj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vgtEAtwMLj .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vgtEAtwMLj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn {
    width: 100%;
    margin-left: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-vgtEAtwMLj .navbar-buttons.mbr-section-btn .btn {
    min-width: 0;
    width: auto;
    height: 48px;
  }
  .cid-vgtEAtwMLj .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vgtEAtwMLj .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vgtEAtwMLj .nav-link:focus {
  outline: none;
}
.cid-vgtEAtwMLj .navbar-toggler {
  position: relative;
}
.cid-vgtEAtwMLj .dropdown-item.active,
.cid-vgtEAtwMLj .dropdown-item:active {
  background: #04018b;
  color: initial;
}
.cid-vgsZqvVykL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/mbr-1920x1313.jpg");
}
.cid-vgsZqvVykL .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #454545 -30%, transparent 100%);
}
.cid-vgsZqvVykL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgsZqvVykL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgsZqvVykL .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vgsZqvVykL .content-wrapper {
    padding: 50px 0;
  }
}
.cid-vgsZqvVykL .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vgsZqvVykL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgsZqvVykL .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vgsZqvVykL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgsZqvVykL .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vgsZqvVykL .mbr-section-title {
  color: #ffffff;
}
.cid-vgsZqvVykL .mbr-text,
.cid-vgsZqvVykL .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgsZqvVykL .mbr-section-title,
.cid-vgsZqvVykL .mbr-section-btn {
  text-align: center;
}
.cid-vgsZqxmJw4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgsZqxmJw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgsZqxmJw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgsZqxmJw4 .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgsZqxmJw4 .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgsZqxmJw4 .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgsZqxmJw4 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vgsZqxmJw4 .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vgsZqxmJw4 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgsZqxmJw4 .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vgsZqxmJw4 .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgsZqxmJw4 .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgsZqxmJw4 .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgsZqxmJw4 .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vgsZqxmJw4 .items-wrapper {
  margin: 0 -6px;
}
.cid-vgsZqxmJw4 .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgsZqxmJw4 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgsZqxmJw4 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgsZqxmJw4 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgsZqxmJw4 .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vgsZqxmJw4 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgsZqxmJw4 .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vgsZqxmJw4 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
.cid-vgsZqxmJw4 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgsZqxmJw4 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgsZqxmJw4 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vgsZqxmJw4 .mbr-label {
  color: #707070;
}
.cid-vgsZqxmJw4 .mbr-section-title {
  color: #000000;
}
.cid-vgsZqxmJw4 .mbr-section-subtitle {
  color: #707070;
}
.cid-vgsZqxmJw4 .item-title {
  color: #000000;
}
.cid-vgsZqxmJw4 .item-text {
  color: #707070;
}
.cid-vgt30o2UYW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vgt30o2UYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgt30o2UYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgt30o2UYW .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgt30o2UYW .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgt30o2UYW .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgt30o2UYW .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vgt30o2UYW .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vgt30o2UYW .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgt30o2UYW .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vgt30o2UYW .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgt30o2UYW .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgt30o2UYW .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgt30o2UYW .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vgt30o2UYW .items-wrapper {
  margin: 0 -6px;
}
.cid-vgt30o2UYW .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgt30o2UYW .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgt30o2UYW .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgt30o2UYW .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgt30o2UYW .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vgt30o2UYW .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgt30o2UYW .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vgt30o2UYW .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
.cid-vgt30o2UYW .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgt30o2UYW .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgt30o2UYW .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vgt30o2UYW .mbr-label {
  color: #707070;
}
.cid-vgt30o2UYW .mbr-section-title {
  color: #000000;
}
.cid-vgt30o2UYW .mbr-section-subtitle {
  color: #707070;
}
.cid-vgt30o2UYW .item-title {
  color: #000000;
}
.cid-vgt30o2UYW .item-text {
  color: #707070;
}
.cid-vgt30o2UYW .mbr-label,
.cid-vgt30o2UYW .label-wrapper {
  color: #010026;
  text-align: justify;
}
.cid-vgt4v7Tdl8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgt4v7Tdl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgt4v7Tdl8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgt4v7Tdl8 .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgt4v7Tdl8 .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgt4v7Tdl8 .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgt4v7Tdl8 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vgt4v7Tdl8 .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vgt4v7Tdl8 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgt4v7Tdl8 .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vgt4v7Tdl8 .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgt4v7Tdl8 .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgt4v7Tdl8 .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgt4v7Tdl8 .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vgt4v7Tdl8 .items-wrapper {
  margin: 0 -6px;
}
.cid-vgt4v7Tdl8 .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgt4v7Tdl8 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgt4v7Tdl8 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgt4v7Tdl8 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgt4v7Tdl8 .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vgt4v7Tdl8 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgt4v7Tdl8 .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vgt4v7Tdl8 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
.cid-vgt4v7Tdl8 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgt4v7Tdl8 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgt4v7Tdl8 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vgt4v7Tdl8 .mbr-label {
  color: #707070;
}
.cid-vgt4v7Tdl8 .mbr-section-title {
  color: #000000;
}
.cid-vgt4v7Tdl8 .mbr-section-subtitle {
  color: #707070;
}
.cid-vgt4v7Tdl8 .item-title {
  color: #000000;
}
.cid-vgt4v7Tdl8 .item-text {
  color: #707070;
}
.cid-vgt4v7Tdl8 .mbr-label,
.cid-vgt4v7Tdl8 .label-wrapper {
  color: #010026;
  text-align: justify;
}
.cid-vgt5yadpEm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgt5yadpEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgt5yadpEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgt5yadpEm .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgt5yadpEm .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgt5yadpEm .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgt5yadpEm .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vgt5yadpEm .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vgt5yadpEm .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgt5yadpEm .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vgt5yadpEm .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgt5yadpEm .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgt5yadpEm .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgt5yadpEm .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vgt5yadpEm .items-wrapper {
  margin: 0 -6px;
}
.cid-vgt5yadpEm .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgt5yadpEm .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgt5yadpEm .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgt5yadpEm .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgt5yadpEm .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vgt5yadpEm .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgt5yadpEm .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vgt5yadpEm .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
.cid-vgt5yadpEm .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgt5yadpEm .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgt5yadpEm .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vgt5yadpEm .mbr-label {
  color: #707070;
}
.cid-vgt5yadpEm .mbr-section-title {
  color: #000000;
}
.cid-vgt5yadpEm .mbr-section-subtitle {
  color: #707070;
}
.cid-vgt5yadpEm .item-title {
  color: #000000;
}
.cid-vgt5yadpEm .item-text {
  color: #707070;
}
.cid-vgt5yadpEm .mbr-label,
.cid-vgt5yadpEm .label-wrapper {
  color: #010026;
  text-align: justify;
}
.cid-vgt5zbX4lg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgt5zbX4lg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgt5zbX4lg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgt5zbX4lg .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgt5zbX4lg .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgt5zbX4lg .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgt5zbX4lg .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vgt5zbX4lg .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vgt5zbX4lg .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgt5zbX4lg .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vgt5zbX4lg .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgt5zbX4lg .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgt5zbX4lg .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgt5zbX4lg .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vgt5zbX4lg .items-wrapper {
  margin: 0 -6px;
}
.cid-vgt5zbX4lg .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgt5zbX4lg .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgt5zbX4lg .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgt5zbX4lg .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgt5zbX4lg .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vgt5zbX4lg .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgt5zbX4lg .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vgt5zbX4lg .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
.cid-vgt5zbX4lg .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgt5zbX4lg .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgt5zbX4lg .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vgt5zbX4lg .mbr-label {
  color: #707070;
}
.cid-vgt5zbX4lg .mbr-section-title {
  color: #000000;
}
.cid-vgt5zbX4lg .mbr-section-subtitle {
  color: #707070;
}
.cid-vgt5zbX4lg .item-title {
  color: #000000;
}
.cid-vgt5zbX4lg .item-text {
  color: #707070;
}
.cid-vgt5zbX4lg .mbr-label,
.cid-vgt5zbX4lg .label-wrapper {
  color: #010026;
  text-align: justify;
}
.cid-vgt5AhSx78 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-vgt5AhSx78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgt5AhSx78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgt5AhSx78 .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vgt5AhSx78 .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vgt5AhSx78 .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vgt5AhSx78 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vgt5AhSx78 .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vgt5AhSx78 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgt5AhSx78 .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vgt5AhSx78 .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgt5AhSx78 .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vgt5AhSx78 .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgt5AhSx78 .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vgt5AhSx78 .items-wrapper {
  margin: 0 -6px;
}
.cid-vgt5AhSx78 .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vgt5AhSx78 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vgt5AhSx78 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgt5AhSx78 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vgt5AhSx78 .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vgt5AhSx78 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgt5AhSx78 .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vgt5AhSx78 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
.cid-vgt5AhSx78 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vgt5AhSx78 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vgt5AhSx78 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vgt5AhSx78 .mbr-label {
  color: #707070;
}
.cid-vgt5AhSx78 .mbr-section-title {
  color: #000000;
}
.cid-vgt5AhSx78 .mbr-section-subtitle {
  color: #707070;
}
.cid-vgt5AhSx78 .item-title {
  color: #000000;
}
.cid-vgt5AhSx78 .item-text {
  color: #707070;
}
.cid-vgt5AhSx78 .mbr-label,
.cid-vgt5AhSx78 .label-wrapper {
  color: #010026;
  text-align: justify;
}
.cid-vgsZqzloCe {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vgsZqzloCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgsZqzloCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgsZqzloCe .row {
  justify-content: left;
}
.cid-vgsZqzloCe .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #f4f8fa;
  border: 2px solid #5f000b;
  position: relative;
}
@media (max-width: 991px) {
  .cid-vgsZqzloCe .content-container {
    flex-wrap: wrap;
  }
}
.cid-vgsZqzloCe .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-vgsZqzloCe .text-item {
    width: 100%;
  }
}
.cid-vgsZqzloCe .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-vgsZqzloCe .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-vgsZqzloCe .mbr-section-title {
  color: #5f000b;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-vgsZqzloCe .mbr-section-title {
    text-align: center !important;
  }
}
.cid-vgsZqzloCe .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-vgsZqzloCe .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-vgsZqzloCe .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-vgsZqzloCe .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vgsZqzloCe .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #353535, #5f000b);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-vgsZqzloCe .circle-blur {
    display: none !important;
  }
}
.cid-vgtqTRxxTL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #010026;
}
.cid-vgtqTRxxTL .media-wrap {
  padding: 0;
  max-width: 100%;
}
.cid-vgtqTRxxTL .media-wrap img {
  width: 320px;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-vgtqTRxxTL .media-wrap {
    margin: 0 auto 25px;
  }
  .cid-vgtqTRxxTL .media-wrap img {
    width: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vgtqTRxxTL .row {
    text-align: center;
  }
  .cid-vgtqTRxxTL .row > div {
    margin: auto;
  }
  .cid-vgtqTRxxTL .social-row {
    justify-content: center;
  }
}
.cid-vgtqTRxxTL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgtqTRxxTL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgtqTRxxTL .list {
    margin-bottom: 0rem;
  }
}
.cid-vgtqTRxxTL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgtqTRxxTL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgtqTRxxTL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgtqTRxxTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtqTRxxTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
