.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #dd0909 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffdc00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dd0909 !important;
  border-color: #dd0909 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f62323 !important;
  border-color: #f62323 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f62323 !important;
  border-color: #f62323 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffdc00 !important;
  border-color: #ffdc00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffe333 !important;
  border-color: #ffe333 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #ffe333 !important;
  border-color: #ffe333 !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: #dd0909;
  color: #dd0909;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8a0606 !important;
  background-color: transparent !important;
  border-color: #8a0606 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #dd0909 !important;
  border-color: #dd0909 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffdc00;
  color: #ffdc00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a89100 !important;
  background-color: transparent !important;
  border-color: #a89100 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffdc00 !important;
  border-color: #ffdc00 !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: #dd0909 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffdc00 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7b0505 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #998400 !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: #dd0909;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffdc00;
}
.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: #dd0909;
  border-color: #dd0909;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #dd0909;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcb6b6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff8cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #dd0909 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #dd0909;
}
/* 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: #dd0909;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #dd0909;
}
.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: #dd0909;
  border-bottom-color: #dd0909;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #dd0909 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23dd0909' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vjFYw1eZ07 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjFYw1eZ07 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjFYw1eZ07 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjFYw1eZ07 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjFYw1eZ07 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjFYw1eZ07 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjFYw1eZ07 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjFYw1eZ07 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjFYw1eZ07 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjFYw1eZ07 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjFYw1eZ07 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjFYw1eZ07 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjFYw1eZ07 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjFYw1eZ07 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjFYw1eZ07 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjFYw1eZ07 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjFYw1eZ07 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjFYw1eZ07 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjFYw1eZ07 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjFYw1eZ07 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjFYw1eZ07 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjFYw1eZ07 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjFYw1eZ07 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjFYw1eZ07 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjFYw1eZ07 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjFYw1eZ07 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjFYw1eZ07 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
}
.cid-vjFYw1eZ07 .nav-item:focus,
.cid-vjFYw1eZ07 .nav-link:focus {
  outline: none;
}
.cid-vjFYw1eZ07 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjFYw1eZ07 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjFYw1eZ07 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjFYw1eZ07 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjFYw1eZ07 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjFYw1eZ07 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjFYw1eZ07 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vjFYw1eZ07 .navbar.opened {
  transition: all 0.3s;
}
.cid-vjFYw1eZ07 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjFYw1eZ07 .navbar .navbar-logo img {
  width: auto;
}
.cid-vjFYw1eZ07 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjFYw1eZ07 .navbar.collapsed {
  justify-content: center;
}
.cid-vjFYw1eZ07 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjFYw1eZ07 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjFYw1eZ07 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjFYw1eZ07 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjFYw1eZ07 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjFYw1eZ07 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjFYw1eZ07 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjFYw1eZ07 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjFYw1eZ07 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjFYw1eZ07 .navbar {
    min-height: 72px;
  }
  .cid-vjFYw1eZ07 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjFYw1eZ07 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjFYw1eZ07 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjFYw1eZ07 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjFYw1eZ07 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjFYw1eZ07 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjFYw1eZ07 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjFYw1eZ07 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjFYw1eZ07 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjFYw1eZ07 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjFYw1eZ07 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjFYw1eZ07 .dropdown-item.active,
.cid-vjFYw1eZ07 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjFYw1eZ07 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjFYw1eZ07 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjFYw1eZ07 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjFYw1eZ07 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjFYw1eZ07 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjFYw1eZ07 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjFYw1eZ07 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjFYw1eZ07 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjFYw1eZ07 .navbar-buttons {
    text-align: left;
  }
}
.cid-vjFYw1eZ07 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjFYw1eZ07 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjFYw1eZ07 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjFYw1eZ07 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjFYw1eZ07 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjFYw1eZ07 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjFYw1eZ07 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjFYw1eZ07 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjFYw1eZ07 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjFYw1eZ07 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjFYw1eZ07 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjFYw1eZ07 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjFYw1eZ07 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjFYw1eZ07 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjFYw1eZ07 .navbar {
    height: 70px;
  }
  .cid-vjFYw1eZ07 .navbar.opened {
    height: auto;
  }
  .cid-vjFYw1eZ07 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjFYw1eZ07 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjFYw1eZ07 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjFYw1eZ07 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjFYw1eZ07 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vjFYw1eZ07 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjFYw1eZ07 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjFYw1eZ07 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjFYw1eZ07 .navbar-brand {
    margin-right: auto;
  }
  .cid-vjFYw1eZ07 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    backdrop-filter: blur(8px);
  }
  .cid-vjFYw1eZ07 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjFYw1eZ07 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjFYw1eZ07 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjFYw1eZ07 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjFYw1eZ07 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjFYw1eZ07 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjFYw1eZ07 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjFYw1eZ07 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjFYw1eZ07 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjFYw1eZ07 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjG3kxhDPm {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjG3kxhDPm .carousel {
    max-height: 500px;
  }
  .cid-vjG3kxhDPm .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjG3kxhDPm .carousel {
    min-height: 325px;
  }
  .cid-vjG3kxhDPm .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjG3kxhDPm .carousel {
    min-height: 275px;
  }
  .cid-vjG3kxhDPm .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjG3kxhDPm .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjG3kxhDPm .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjG3kxhDPm .carousel,
.cid-vjG3kxhDPm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjG3kxhDPm .item-wrapper {
  width: 100%;
}
.cid-vjG3kxhDPm .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjG3kxhDPm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjG3kxhDPm .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjG3kxhDPm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjG3kxhDPm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjG3kxhDPm .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjG3kxhDPm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjG3kxhDPm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjG3kxhDPm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjG3kxhDPm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjG3kxhDPm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjG3kxhDPm .carousel-indicators li.active,
.cid-vjG3kxhDPm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjG3kxhDPm .carousel-indicators li::after,
.cid-vjG3kxhDPm .carousel-indicators li::before {
  content: none;
}
.cid-vjG3kxhDPm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjG3kxhDPm .carousel-indicators {
    display: none !important;
  }
}
.cid-vjG8A4dsre {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjG8A4dsre .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjG8A4dsre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjG8A4dsre .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjG8A4dsre .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjG8A4dsre .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjG8A4dsre .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjG8A4dsre .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjG8A4dsre .header-menu li p {
  margin: 0;
}
.cid-vjG8A4dsre .content-head {
  max-width: 800px;
}
.cid-vjGe9q8sAK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjGe9q8sAK .mbr-text {
  color: #00d7ff;
  text-align: left;
}
.cid-vjGe9q8sAK .mbr-section-subtitle {
  color: #000000;
}
.cid-vjGe9q8sAK .mbr-section-title {
  color: #00d7ff;
}
.cid-vjGaOmcjwj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjGaOmcjwj h6 {
  line-height: 1.2;
}
.cid-vjGaOmcjwj img,
.cid-vjGaOmcjwj .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vjGaOmcjwj .item:focus,
.cid-vjGaOmcjwj span:focus {
  outline: none;
}
.cid-vjGaOmcjwj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjGaOmcjwj .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjGaOmcjwj .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vjGaOmcjwj .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjGaOmcjwj .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjGaOmcjwj .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjGaOmcjwj .mbr-text,
.cid-vjGaOmcjwj .mbr-section-btn {
  color: #000000;
}
.cid-vjGaOmcjwj .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjGaOmcjwj .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjGaOmcjwj .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjGaOmcjwj .content-head {
  max-width: 800px;
}
.cid-vjGeQwWYSF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjGeQwWYSF .mbr-text {
  color: #00d7ff;
  text-align: left;
}
.cid-vjGeQwWYSF .mbr-section-subtitle {
  color: #000000;
}
.cid-vjGeQwWYSF .mbr-section-title {
  color: #00d7ff;
}
.cid-vjGePDPyjh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjGePDPyjh h6 {
  line-height: 1.2;
}
.cid-vjGePDPyjh img,
.cid-vjGePDPyjh .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vjGePDPyjh .item:focus,
.cid-vjGePDPyjh span:focus {
  outline: none;
}
.cid-vjGePDPyjh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjGePDPyjh .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjGePDPyjh .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vjGePDPyjh .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjGePDPyjh .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjGePDPyjh .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjGePDPyjh .mbr-text,
.cid-vjGePDPyjh .mbr-section-btn {
  color: #000000;
}
.cid-vjGePDPyjh .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjGePDPyjh .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjGePDPyjh .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjGePDPyjh .content-head {
  max-width: 800px;
}
.cid-vjImrpg8gI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjImrpg8gI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjImrpg8gI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjImrpg8gI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjImrpg8gI .row {
  flex-direction: row-reverse;
}
.cid-vjImrpg8gI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjImrpg8gI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjImrpg8gI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjImrpg8gI .mbr-section-title {
  color: #00d7ff;
}
.cid-vjImrpg8gI .mbr-text,
.cid-vjImrpg8gI .mbr-section-btn {
  color: #ffffff;
}
.cid-vjInYsLjvT {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjInYsLjvT .mbr-text {
  color: #f7f7f7;
}
.cid-vjInYsLjvT .mbr-section-subtitle {
  color: #000000;
}
.cid-vjInYsLjvT .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjIpKo0D6T {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #14022d;
}
.cid-vjIpKo0D6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjIpKo0D6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjIpKo0D6T .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjIpKo0D6T .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vjIpKo0D6T .item-wrapper {
  background: #2b075a;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjIpKo0D6T .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vjIpKo0D6T .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vjIpKo0D6T .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #2b075a;
  height: 80px;
  border-radius: 50%;
}
.cid-vjIpKo0D6T .mbr-section-title {
  color: #9fe870;
}
.cid-vjIpKo0D6T .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjIpKo0D6T .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vjIpKo0D6T .card-box .item-footer {
  margin-top: auto;
}
.cid-vjIpKo0D6T .content-head {
  max-width: 800px;
}
.cid-vjIpKo0D6T .card-title,
.cid-vjIpKo0D6T .iconfont-wrapper {
  color: #00d7ff;
  text-align: center;
}
.cid-vjIpKo0D6T .card-text,
.cid-vjIpKo0D6T .item .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-vjIuY2uQSD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #14022d;
}
.cid-vjIuY2uQSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjIuY2uQSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjIuY2uQSD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjIuY2uQSD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjIuY2uQSD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjIuY2uQSD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjIuY2uQSD .mbr-section-title {
  color: #00d7ff;
  text-align: left;
}
.cid-vjIuY2uQSD .mbr-text,
.cid-vjIuY2uQSD .mbr-section-btn {
  color: #f7f7f7;
}
.cid-vjIwQZaluh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjIwQZaluh .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjIwQZaluh .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vjIwQZaluh .item-head {
  background: #2b075a;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjIwQZaluh .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjIwQZaluh .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vjIwQZaluh .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjIwQZaluh .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjIwQZaluh .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-vjIwQZaluh .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-vjIwQZaluh .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjIwQZaluh .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-vjIwQZaluh .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-vjIwQZaluh .btn {
  width: -webkit-fill-available;
}
.cid-vjIwQZaluh .item:focus,
.cid-vjIwQZaluh span:focus {
  outline: none;
}
.cid-vjIwQZaluh .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-vjIwQZaluh .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjIwQZaluh .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vjIwQZaluh .mbr-section-title {
  color: #ffffff;
}
.cid-vjIwQZaluh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjIwQZaluh .mbr-text,
.cid-vjIwQZaluh .mbr-section-btn {
  text-align: left;
}
.cid-vjIwQZaluh .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-vjIwQZaluh .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vjIwQZaluh .content-head {
  max-width: 800px;
}
.cid-vjIfn7yI6i {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
.cid-vjIfn7yI6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjIfn7yI6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjIfn7yI6i .card-wrapper {
  background: #2b075a;
}
@media (max-width: 767px) {
  .cid-vjIfn7yI6i .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjIfn7yI6i .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjIfn7yI6i .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjIfn7yI6i .mbr-text,
.cid-vjIfn7yI6i .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-vjIfn7yI6i .card-title,
.cid-vjIfn7yI6i .card-box {
  text-align: center;
  color: #00d7ff;
}
.cid-vjIGKx945G {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjIGKx945G .carousel {
    max-height: 400px;
  }
  .cid-vjIGKx945G .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjIGKx945G .carousel {
    min-height: 260px;
  }
  .cid-vjIGKx945G .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjIGKx945G .carousel {
    min-height: 220px;
  }
  .cid-vjIGKx945G .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjIGKx945G .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjIGKx945G .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjIGKx945G .carousel,
.cid-vjIGKx945G .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjIGKx945G .item-wrapper {
  width: 100%;
}
.cid-vjIGKx945G .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjIGKx945G .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjIGKx945G .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjIGKx945G .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjIGKx945G .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjIGKx945G .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjIGKx945G .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjIGKx945G .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjIGKx945G .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjIGKx945G .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjIGKx945G .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjIGKx945G .carousel-indicators li.active,
.cid-vjIGKx945G .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjIGKx945G .carousel-indicators li::after,
.cid-vjIGKx945G .carousel-indicators li::before {
  content: none;
}
.cid-vjIGKx945G .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjIGKx945G .carousel-indicators {
    display: none !important;
  }
}
.cid-vjIziYBavj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjIziYBavj .mbr-text {
  color: #000000;
}
.cid-vjIziYBavj .mbr-section-subtitle {
  color: #000000;
}
.cid-vjIziYBavj .mbr-section-title {
  color: #000000;
}
.cid-vjIziYBavj .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjIziYBavj .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-vjIziYBavj .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-vjIziYBavj .img-wrapper {
  display: flex;
}
.cid-vjIziYBavj .card-text {
  text-align: justify;
  color: #ffffff;
}
.cid-vjIziYBavj .card-title,
.cid-vjIziYBavj .img-wrapper {
  text-align: center;
}
.cid-vjIyMv2Sy1 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjIyMv2Sy1 .carousel {
    max-height: 400px;
  }
  .cid-vjIyMv2Sy1 .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjIyMv2Sy1 .carousel {
    min-height: 260px;
  }
  .cid-vjIyMv2Sy1 .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjIyMv2Sy1 .carousel {
    min-height: 220px;
  }
  .cid-vjIyMv2Sy1 .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjIyMv2Sy1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjIyMv2Sy1 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjIyMv2Sy1 .carousel,
.cid-vjIyMv2Sy1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjIyMv2Sy1 .item-wrapper {
  width: 100%;
}
.cid-vjIyMv2Sy1 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjIyMv2Sy1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjIyMv2Sy1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjIyMv2Sy1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjIyMv2Sy1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjIyMv2Sy1 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjIyMv2Sy1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjIyMv2Sy1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjIyMv2Sy1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjIyMv2Sy1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjIyMv2Sy1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjIyMv2Sy1 .carousel-indicators li.active,
.cid-vjIyMv2Sy1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjIyMv2Sy1 .carousel-indicators li::after,
.cid-vjIyMv2Sy1 .carousel-indicators li::before {
  content: none;
}
.cid-vjIyMv2Sy1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjIyMv2Sy1 .carousel-indicators {
    display: none !important;
  }
}
.cid-vjIzFu3YGN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjIzFu3YGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjIzFu3YGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjIzFu3YGN .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjIzFu3YGN .footer-col {
    flex-direction: column;
  }
}
.cid-vjIzFu3YGN .row {
  background: #2b075a;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjIzFu3YGN .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjIzFu3YGN .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjIzFu3YGN .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjIzFu3YGN .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjIzFu3YGN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjIzFu3YGN .soc-item {
  margin: 8px;
}
.cid-vjIzFu3YGN .soc-item a:hover .mbr-iconfont,
.cid-vjIzFu3YGN .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjIzFu3YGN .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjIzFu3YGN .row {
    text-align: center;
  }
  .cid-vjIzFu3YGN .social-row {
    justify-content: center;
  }
}
.cid-vjIzFu3YGN .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjIzFu3YGN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjIzFu3YGN .list {
    margin-bottom: 0rem;
  }
}
.cid-vjIzFu3YGN .mbr-text {
  color: #bbbbbb;
}
.cid-vjIzFu3YGN .mbr-section-subtitle {
  color: #00d7ff;
}
.cid-vjIzFu3YGN .list,
.cid-vjIzFu3YGN .item-wrap {
  color: #ffffff;
}
.cid-vjIzFu3YGN .copyright {
  color: #f7f7f7;
}
.cid-vjLc4NsYP3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjLc4NsYP3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjLc4NsYP3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjLc4NsYP3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjLc4NsYP3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjLc4NsYP3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjLc4NsYP3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjLc4NsYP3 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjLc4NsYP3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjLc4NsYP3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjLc4NsYP3 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjLc4NsYP3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjLc4NsYP3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjLc4NsYP3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjLc4NsYP3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjLc4NsYP3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjLc4NsYP3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjLc4NsYP3 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjLc4NsYP3 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjLc4NsYP3 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjLc4NsYP3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjLc4NsYP3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjLc4NsYP3 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjLc4NsYP3 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjLc4NsYP3 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjLc4NsYP3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjLc4NsYP3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
}
.cid-vjLc4NsYP3 .nav-item:focus,
.cid-vjLc4NsYP3 .nav-link:focus {
  outline: none;
}
.cid-vjLc4NsYP3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjLc4NsYP3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjLc4NsYP3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjLc4NsYP3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLc4NsYP3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjLc4NsYP3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjLc4NsYP3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vjLc4NsYP3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vjLc4NsYP3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjLc4NsYP3 .navbar .navbar-logo img {
  width: auto;
}
.cid-vjLc4NsYP3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjLc4NsYP3 .navbar.collapsed {
  justify-content: center;
}
.cid-vjLc4NsYP3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjLc4NsYP3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjLc4NsYP3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjLc4NsYP3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjLc4NsYP3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjLc4NsYP3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjLc4NsYP3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjLc4NsYP3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjLc4NsYP3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjLc4NsYP3 .navbar {
    min-height: 72px;
  }
  .cid-vjLc4NsYP3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjLc4NsYP3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjLc4NsYP3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjLc4NsYP3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjLc4NsYP3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjLc4NsYP3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjLc4NsYP3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjLc4NsYP3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjLc4NsYP3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjLc4NsYP3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjLc4NsYP3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjLc4NsYP3 .dropdown-item.active,
.cid-vjLc4NsYP3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjLc4NsYP3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjLc4NsYP3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjLc4NsYP3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjLc4NsYP3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjLc4NsYP3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjLc4NsYP3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjLc4NsYP3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjLc4NsYP3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjLc4NsYP3 .navbar-buttons {
    text-align: left;
  }
}
.cid-vjLc4NsYP3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjLc4NsYP3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjLc4NsYP3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjLc4NsYP3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLc4NsYP3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLc4NsYP3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjLc4NsYP3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLc4NsYP3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjLc4NsYP3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjLc4NsYP3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLc4NsYP3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjLc4NsYP3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjLc4NsYP3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjLc4NsYP3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjLc4NsYP3 .navbar {
    height: 70px;
  }
  .cid-vjLc4NsYP3 .navbar.opened {
    height: auto;
  }
  .cid-vjLc4NsYP3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjLc4NsYP3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjLc4NsYP3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjLc4NsYP3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjLc4NsYP3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vjLc4NsYP3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjLc4NsYP3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjLc4NsYP3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjLc4NsYP3 .navbar-brand {
    margin-right: auto;
  }
  .cid-vjLc4NsYP3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    backdrop-filter: blur(8px);
  }
  .cid-vjLc4NsYP3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjLc4NsYP3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjLc4NsYP3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjLc4NsYP3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjLc4NsYP3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjLc4NsYP3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjLc4NsYP3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjLc4NsYP3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjLc4NsYP3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjLc4NsYP3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjLc4NVf8z {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjLc4NVf8z .carousel {
    max-height: 500px;
  }
  .cid-vjLc4NVf8z .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjLc4NVf8z .carousel {
    min-height: 325px;
  }
  .cid-vjLc4NVf8z .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjLc4NVf8z .carousel {
    min-height: 275px;
  }
  .cid-vjLc4NVf8z .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjLc4NVf8z .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjLc4NVf8z .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjLc4NVf8z .carousel,
.cid-vjLc4NVf8z .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjLc4NVf8z .item-wrapper {
  width: 100%;
}
.cid-vjLc4NVf8z .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjLc4NVf8z .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjLc4NVf8z .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjLc4NVf8z .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjLc4NVf8z .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjLc4NVf8z .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjLc4NVf8z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjLc4NVf8z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjLc4NVf8z .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjLc4NVf8z .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjLc4NVf8z .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjLc4NVf8z .carousel-indicators li.active,
.cid-vjLc4NVf8z .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjLc4NVf8z .carousel-indicators li::after,
.cid-vjLc4NVf8z .carousel-indicators li::before {
  content: none;
}
.cid-vjLc4NVf8z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjLc4NVf8z .carousel-indicators {
    display: none !important;
  }
}
.cid-vjLc4OeBGd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjLc4OeBGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjLc4OeBGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjLc4OeBGd .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjLc4OeBGd .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjLc4OeBGd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjLc4OeBGd .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjLc4OeBGd .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjLc4OeBGd .header-menu li p {
  margin: 0;
}
.cid-vjLc4OeBGd .content-head {
  max-width: 800px;
}
.cid-vjLc4Ors9q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjLc4Ors9q .mbr-text {
  color: #00d7ff;
  text-align: left;
}
.cid-vjLc4Ors9q .mbr-section-subtitle {
  color: #000000;
}
.cid-vjLc4Ors9q .mbr-section-title {
  color: #00d7ff;
}
.cid-vjLc4OCVBL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjLc4OCVBL h6 {
  line-height: 1.2;
}
.cid-vjLc4OCVBL img,
.cid-vjLc4OCVBL .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vjLc4OCVBL .item:focus,
.cid-vjLc4OCVBL span:focus {
  outline: none;
}
.cid-vjLc4OCVBL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjLc4OCVBL .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjLc4OCVBL .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vjLc4OCVBL .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjLc4OCVBL .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjLc4OCVBL .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjLc4OCVBL .mbr-text,
.cid-vjLc4OCVBL .mbr-section-btn {
  color: #000000;
}
.cid-vjLc4OCVBL .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjLc4OCVBL .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjLc4OCVBL .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjLc4OCVBL .content-head {
  max-width: 800px;
}
.cid-vjLc4PtG5x {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjLc4PtG5x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjLc4PtG5x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjLc4PtG5x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjLc4PtG5x .row {
  flex-direction: row-reverse;
}
.cid-vjLc4PtG5x .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjLc4PtG5x .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjLc4PtG5x .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjLc4PtG5x .mbr-section-title {
  color: #00d7ff;
}
.cid-vjLc4PtG5x .mbr-text,
.cid-vjLc4PtG5x .mbr-section-btn {
  color: #ffffff;
}
.cid-vjLc4PFeCQ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjLc4PFeCQ .mbr-text {
  color: #f7f7f7;
}
.cid-vjLc4PFeCQ .mbr-section-subtitle {
  color: #000000;
}
.cid-vjLc4PFeCQ .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjLnnclSsK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjLnnclSsK .mbr-text {
  color: #00d7ff;
  text-align: left;
}
.cid-vjLnnclSsK .mbr-section-subtitle {
  color: #000000;
}
.cid-vjLnnclSsK .mbr-section-title {
  color: #00d7ff;
}
.cid-vjLlT6kGIS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjLlT6kGIS h6 {
  line-height: 1.2;
}
.cid-vjLlT6kGIS img,
.cid-vjLlT6kGIS .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vjLlT6kGIS .item:focus,
.cid-vjLlT6kGIS span:focus {
  outline: none;
}
.cid-vjLlT6kGIS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjLlT6kGIS .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjLlT6kGIS .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vjLlT6kGIS .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjLlT6kGIS .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjLlT6kGIS .mbr-section-title {
  color: #00d7ff;
  text-align: justify;
}
.cid-vjLlT6kGIS .mbr-text,
.cid-vjLlT6kGIS .mbr-section-btn {
  color: #000000;
}
.cid-vjLlT6kGIS .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjLlT6kGIS .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjLlT6kGIS .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjLlT6kGIS .content-head {
  max-width: 800px;
}
.cid-vjLohIugpF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #14022d;
}
.cid-vjLohIugpF .mbr-text {
  color: #f7f7f7;
}
.cid-vjLohIugpF .mbr-section-subtitle {
  color: #000000;
}
.cid-vjLohIugpF .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjLpnubwMh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjLpnubwMh h6 {
  line-height: 1.2;
}
.cid-vjLpnubwMh img,
.cid-vjLpnubwMh .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vjLpnubwMh .item:focus,
.cid-vjLpnubwMh span:focus {
  outline: none;
}
.cid-vjLpnubwMh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjLpnubwMh .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjLpnubwMh .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vjLpnubwMh .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjLpnubwMh .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjLpnubwMh .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjLpnubwMh .mbr-text,
.cid-vjLpnubwMh .mbr-section-btn {
  color: #000000;
}
.cid-vjLpnubwMh .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjLpnubwMh .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjLpnubwMh .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjLpnubwMh .content-head {
  max-width: 800px;
}
.cid-vjLrLQQYUf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #14022d;
}
.cid-vjLrLQQYUf .mbr-text {
  color: #f7f7f7;
  text-align: center;
}
.cid-vjLrLQQYUf .mbr-section-subtitle {
  color: #000000;
}
.cid-vjLrLQQYUf .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjLc4QyNrK {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
.cid-vjLc4QyNrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjLc4QyNrK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjLc4QyNrK .card-wrapper {
  background: #2b075a;
}
@media (max-width: 767px) {
  .cid-vjLc4QyNrK .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjLc4QyNrK .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjLc4QyNrK .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjLc4QyNrK .mbr-text,
.cid-vjLc4QyNrK .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-vjLc4QyNrK .card-title,
.cid-vjLc4QyNrK .card-box {
  text-align: center;
  color: #00d7ff;
}
.cid-vjLc4QSHk2 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjLc4QSHk2 .carousel {
    max-height: 400px;
  }
  .cid-vjLc4QSHk2 .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjLc4QSHk2 .carousel {
    min-height: 260px;
  }
  .cid-vjLc4QSHk2 .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjLc4QSHk2 .carousel {
    min-height: 220px;
  }
  .cid-vjLc4QSHk2 .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjLc4QSHk2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjLc4QSHk2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjLc4QSHk2 .carousel,
.cid-vjLc4QSHk2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjLc4QSHk2 .item-wrapper {
  width: 100%;
}
.cid-vjLc4QSHk2 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjLc4QSHk2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjLc4QSHk2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjLc4QSHk2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjLc4QSHk2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjLc4QSHk2 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjLc4QSHk2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjLc4QSHk2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjLc4QSHk2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjLc4QSHk2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjLc4QSHk2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjLc4QSHk2 .carousel-indicators li.active,
.cid-vjLc4QSHk2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjLc4QSHk2 .carousel-indicators li::after,
.cid-vjLc4QSHk2 .carousel-indicators li::before {
  content: none;
}
.cid-vjLc4QSHk2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjLc4QSHk2 .carousel-indicators {
    display: none !important;
  }
}
.cid-vjLc4R4hUI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjLc4R4hUI .mbr-text {
  color: #000000;
}
.cid-vjLc4R4hUI .mbr-section-subtitle {
  color: #000000;
}
.cid-vjLc4R4hUI .mbr-section-title {
  color: #000000;
}
.cid-vjLc4R4hUI .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjLc4R4hUI .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-vjLc4R4hUI .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-vjLc4R4hUI .img-wrapper {
  display: flex;
}
.cid-vjLc4R4hUI .card-text {
  text-align: justify;
  color: #ffffff;
}
.cid-vjLc4R4hUI .card-title,
.cid-vjLc4R4hUI .img-wrapper {
  text-align: center;
}
.cid-vjLc4RdTOT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjLc4RdTOT .carousel {
    max-height: 400px;
  }
  .cid-vjLc4RdTOT .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjLc4RdTOT .carousel {
    min-height: 260px;
  }
  .cid-vjLc4RdTOT .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjLc4RdTOT .carousel {
    min-height: 220px;
  }
  .cid-vjLc4RdTOT .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjLc4RdTOT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjLc4RdTOT .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjLc4RdTOT .carousel,
.cid-vjLc4RdTOT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjLc4RdTOT .item-wrapper {
  width: 100%;
}
.cid-vjLc4RdTOT .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjLc4RdTOT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjLc4RdTOT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjLc4RdTOT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjLc4RdTOT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjLc4RdTOT .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjLc4RdTOT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjLc4RdTOT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjLc4RdTOT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjLc4RdTOT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjLc4RdTOT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjLc4RdTOT .carousel-indicators li.active,
.cid-vjLc4RdTOT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjLc4RdTOT .carousel-indicators li::after,
.cid-vjLc4RdTOT .carousel-indicators li::before {
  content: none;
}
.cid-vjLc4RdTOT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjLc4RdTOT .carousel-indicators {
    display: none !important;
  }
}
.cid-vjLc4RoVIt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjLc4RoVIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjLc4RoVIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjLc4RoVIt .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjLc4RoVIt .footer-col {
    flex-direction: column;
  }
}
.cid-vjLc4RoVIt .row {
  background: #2b075a;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjLc4RoVIt .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjLc4RoVIt .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjLc4RoVIt .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjLc4RoVIt .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjLc4RoVIt .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjLc4RoVIt .soc-item {
  margin: 8px;
}
.cid-vjLc4RoVIt .soc-item a:hover .mbr-iconfont,
.cid-vjLc4RoVIt .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjLc4RoVIt .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjLc4RoVIt .row {
    text-align: center;
  }
  .cid-vjLc4RoVIt .social-row {
    justify-content: center;
  }
}
.cid-vjLc4RoVIt .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjLc4RoVIt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjLc4RoVIt .list {
    margin-bottom: 0rem;
  }
}
.cid-vjLc4RoVIt .mbr-text {
  color: #bbbbbb;
}
.cid-vjLc4RoVIt .mbr-section-subtitle {
  color: #00d7ff;
}
.cid-vjLc4RoVIt .list,
.cid-vjLc4RoVIt .item-wrap {
  color: #ffffff;
}
.cid-vjLc4RoVIt .copyright {
  color: #f7f7f7;
}
.cid-vjLt7RN4kX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjLt7RN4kX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjLt7RN4kX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjLt7RN4kX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjLt7RN4kX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjLt7RN4kX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjLt7RN4kX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjLt7RN4kX .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjLt7RN4kX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjLt7RN4kX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjLt7RN4kX .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjLt7RN4kX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjLt7RN4kX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjLt7RN4kX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjLt7RN4kX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjLt7RN4kX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjLt7RN4kX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjLt7RN4kX .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjLt7RN4kX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjLt7RN4kX .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjLt7RN4kX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjLt7RN4kX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjLt7RN4kX .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjLt7RN4kX .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjLt7RN4kX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjLt7RN4kX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjLt7RN4kX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
}
.cid-vjLt7RN4kX .nav-item:focus,
.cid-vjLt7RN4kX .nav-link:focus {
  outline: none;
}
.cid-vjLt7RN4kX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjLt7RN4kX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjLt7RN4kX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjLt7RN4kX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjLt7RN4kX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjLt7RN4kX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjLt7RN4kX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vjLt7RN4kX .navbar.opened {
  transition: all 0.3s;
}
.cid-vjLt7RN4kX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjLt7RN4kX .navbar .navbar-logo img {
  width: auto;
}
.cid-vjLt7RN4kX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjLt7RN4kX .navbar.collapsed {
  justify-content: center;
}
.cid-vjLt7RN4kX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjLt7RN4kX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjLt7RN4kX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjLt7RN4kX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjLt7RN4kX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjLt7RN4kX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjLt7RN4kX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjLt7RN4kX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjLt7RN4kX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjLt7RN4kX .navbar {
    min-height: 72px;
  }
  .cid-vjLt7RN4kX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjLt7RN4kX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjLt7RN4kX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjLt7RN4kX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjLt7RN4kX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjLt7RN4kX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjLt7RN4kX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjLt7RN4kX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjLt7RN4kX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjLt7RN4kX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjLt7RN4kX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjLt7RN4kX .dropdown-item.active,
.cid-vjLt7RN4kX .dropdown-item:active {
  background-color: transparent;
}
.cid-vjLt7RN4kX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjLt7RN4kX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjLt7RN4kX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjLt7RN4kX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjLt7RN4kX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjLt7RN4kX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjLt7RN4kX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjLt7RN4kX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjLt7RN4kX .navbar-buttons {
    text-align: left;
  }
}
.cid-vjLt7RN4kX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjLt7RN4kX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjLt7RN4kX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjLt7RN4kX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLt7RN4kX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjLt7RN4kX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjLt7RN4kX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLt7RN4kX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjLt7RN4kX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjLt7RN4kX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjLt7RN4kX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjLt7RN4kX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjLt7RN4kX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjLt7RN4kX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjLt7RN4kX .navbar {
    height: 70px;
  }
  .cid-vjLt7RN4kX .navbar.opened {
    height: auto;
  }
  .cid-vjLt7RN4kX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjLt7RN4kX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjLt7RN4kX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjLt7RN4kX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjLt7RN4kX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vjLt7RN4kX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjLt7RN4kX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjLt7RN4kX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjLt7RN4kX .navbar-brand {
    margin-right: auto;
  }
  .cid-vjLt7RN4kX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    backdrop-filter: blur(8px);
  }
  .cid-vjLt7RN4kX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjLt7RN4kX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjLt7RN4kX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjLt7RN4kX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjLt7RN4kX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjLt7RN4kX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjLt7RN4kX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjLt7RN4kX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjLt7RN4kX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjLt7RN4kX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjLt7S62AX {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjLt7S62AX .carousel {
    max-height: 500px;
  }
  .cid-vjLt7S62AX .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjLt7S62AX .carousel {
    min-height: 325px;
  }
  .cid-vjLt7S62AX .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjLt7S62AX .carousel {
    min-height: 275px;
  }
  .cid-vjLt7S62AX .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjLt7S62AX .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjLt7S62AX .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjLt7S62AX .carousel,
.cid-vjLt7S62AX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjLt7S62AX .item-wrapper {
  width: 100%;
}
.cid-vjLt7S62AX .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjLt7S62AX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjLt7S62AX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjLt7S62AX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjLt7S62AX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjLt7S62AX .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjLt7S62AX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjLt7S62AX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjLt7S62AX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjLt7S62AX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjLt7S62AX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjLt7S62AX .carousel-indicators li.active,
.cid-vjLt7S62AX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjLt7S62AX .carousel-indicators li::after,
.cid-vjLt7S62AX .carousel-indicators li::before {
  content: none;
}
.cid-vjLt7S62AX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjLt7S62AX .carousel-indicators {
    display: none !important;
  }
}
.cid-vjLt7SiyHu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjLt7SiyHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjLt7SiyHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjLt7SiyHu .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjLt7SiyHu .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjLt7SiyHu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjLt7SiyHu .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjLt7SiyHu .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjLt7SiyHu .header-menu li p {
  margin: 0;
}
.cid-vjLt7SiyHu .content-head {
  max-width: 800px;
}
.cid-vjLt7Sqh9Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjLt7Sqh9Y .mbr-text {
  color: #00d7ff;
  text-align: left;
}
.cid-vjLt7Sqh9Y .mbr-section-subtitle {
  color: #000000;
}
.cid-vjLt7Sqh9Y .mbr-section-title {
  color: #00d7ff;
}
.cid-vjLt7SAfel {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjLt7SAfel h6 {
  line-height: 1.2;
}
.cid-vjLt7SAfel img,
.cid-vjLt7SAfel .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vjLt7SAfel .item:focus,
.cid-vjLt7SAfel span:focus {
  outline: none;
}
.cid-vjLt7SAfel .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjLt7SAfel .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjLt7SAfel .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vjLt7SAfel .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjLt7SAfel .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjLt7SAfel .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjLt7SAfel .mbr-text,
.cid-vjLt7SAfel .mbr-section-btn {
  color: #000000;
}
.cid-vjLt7SAfel .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjLt7SAfel .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjLt7SAfel .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjLt7SAfel .content-head {
  max-width: 800px;
}
.cid-vjLt7SYdH8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjLt7SYdH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjLt7SYdH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjLt7SYdH8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjLt7SYdH8 .row {
  flex-direction: row-reverse;
}
.cid-vjLt7SYdH8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjLt7SYdH8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjLt7SYdH8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjLt7SYdH8 .mbr-section-title {
  color: #00d7ff;
}
.cid-vjLt7SYdH8 .mbr-text,
.cid-vjLt7SYdH8 .mbr-section-btn {
  color: #ffffff;
}
.cid-vjLt7TamYp {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjLt7TamYp .mbr-text {
  color: #f7f7f7;
}
.cid-vjLt7TamYp .mbr-section-subtitle {
  color: #000000;
}
.cid-vjLt7TamYp .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjLt7TiPNc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjLt7TiPNc .mbr-text {
  color: #00d7ff;
  text-align: left;
}
.cid-vjLt7TiPNc .mbr-section-subtitle {
  color: #000000;
}
.cid-vjLt7TiPNc .mbr-section-title {
  color: #00d7ff;
}
.cid-vjLt7Tqboz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjLt7Tqboz h6 {
  line-height: 1.2;
}
.cid-vjLt7Tqboz img,
.cid-vjLt7Tqboz .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vjLt7Tqboz .item:focus,
.cid-vjLt7Tqboz span:focus {
  outline: none;
}
.cid-vjLt7Tqboz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjLt7Tqboz .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjLt7Tqboz .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vjLt7Tqboz .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjLt7Tqboz .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjLt7Tqboz .mbr-section-title {
  color: #00d7ff;
  text-align: justify;
}
.cid-vjLt7Tqboz .mbr-text,
.cid-vjLt7Tqboz .mbr-section-btn {
  color: #000000;
}
.cid-vjLt7Tqboz .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjLt7Tqboz .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjLt7Tqboz .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjLt7Tqboz .content-head {
  max-width: 800px;
}
.cid-vjLt7TQNHm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #14022d;
}
.cid-vjLt7TQNHm .mbr-text {
  color: #f7f7f7;
}
.cid-vjLt7TQNHm .mbr-section-subtitle {
  color: #000000;
}
.cid-vjLt7TQNHm .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjMoWxtQF3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #14022d;
}
.cid-vjMoWxtQF3 h6 {
  line-height: 1.2;
}
.cid-vjMoWxtQF3 img,
.cid-vjMoWxtQF3 .item-img {
  width: 100%;
}
.cid-vjMoWxtQF3 .item:focus,
.cid-vjMoWxtQF3 span:focus {
  outline: none;
}
.cid-vjMoWxtQF3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjMoWxtQF3 .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjMoWxtQF3 .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vjMoWxtQF3 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjMoWxtQF3 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjMoWxtQF3 .mbr-section-title {
  color: #00d7ff;
}
.cid-vjMoWxtQF3 .mbr-text,
.cid-vjMoWxtQF3 .mbr-section-btn {
  color: #000000;
}
.cid-vjMoWxtQF3 .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjMoWxtQF3 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjMoWxtQF3 .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjMoWxtQF3 .content-head {
  max-width: 800px;
}
.cid-vjMoWxtQF3 .item-title,
.cid-vjMoWxtQF3 .mbr-section-btn {
  color: #ffffff;
}
.cid-vjLt7UhLQI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #14022d;
}
.cid-vjLt7UhLQI .mbr-text {
  color: #f7f7f7;
  text-align: left;
}
.cid-vjLt7UhLQI .mbr-section-subtitle {
  color: #000000;
}
.cid-vjLt7UhLQI .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjMrCMP0UW {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
.cid-vjMrCMP0UW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjMrCMP0UW .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vjMrCMP0UW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjMrCMP0UW .item-wrapper {
  background: #2b075a;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vjMrCMP0UW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjMrCMP0UW .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vjMrCMP0UW .card-title,
.cid-vjMrCMP0UW .iconfont-wrapper {
  color: #000000;
}
.cid-vjMrCMP0UW .card-text {
  color: #f7f7f7;
}
.cid-vjMrCMP0UW .content-head {
  max-width: 800px;
}
.cid-vjMrCMP0UW .mbr-section-title {
  color: #00d7ff;
}
.cid-vjMrCMP0UW .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjMrCMP0UW .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vjMrCMP0UW .card-title,
.cid-vjMrCMP0UW .img-wrapper {
  text-align: center;
  color: #00d7ff;
}
.cid-vjMrCMP0UW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vjLt7UCCre {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjLt7UCCre .carousel {
    max-height: 400px;
  }
  .cid-vjLt7UCCre .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjLt7UCCre .carousel {
    min-height: 260px;
  }
  .cid-vjLt7UCCre .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjLt7UCCre .carousel {
    min-height: 220px;
  }
  .cid-vjLt7UCCre .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjLt7UCCre .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjLt7UCCre .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjLt7UCCre .carousel,
.cid-vjLt7UCCre .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjLt7UCCre .item-wrapper {
  width: 100%;
}
.cid-vjLt7UCCre .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjLt7UCCre .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjLt7UCCre .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjLt7UCCre .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjLt7UCCre .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjLt7UCCre .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjLt7UCCre .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjLt7UCCre .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjLt7UCCre .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjLt7UCCre .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjLt7UCCre .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjLt7UCCre .carousel-indicators li.active,
.cid-vjLt7UCCre .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjLt7UCCre .carousel-indicators li::after,
.cid-vjLt7UCCre .carousel-indicators li::before {
  content: none;
}
.cid-vjLt7UCCre .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjLt7UCCre .carousel-indicators {
    display: none !important;
  }
}
.cid-vjLt7UQoro {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjLt7UQoro .mbr-text {
  color: #000000;
}
.cid-vjLt7UQoro .mbr-section-subtitle {
  color: #000000;
}
.cid-vjLt7UQoro .mbr-section-title {
  color: #000000;
}
.cid-vjLt7UQoro .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjLt7UQoro .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-vjLt7UQoro .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-vjLt7UQoro .img-wrapper {
  display: flex;
}
.cid-vjLt7UQoro .card-text {
  text-align: justify;
  color: #ffffff;
}
.cid-vjLt7UQoro .card-title,
.cid-vjLt7UQoro .img-wrapper {
  text-align: center;
}
.cid-vjLt7V2LtY {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjLt7V2LtY .carousel {
    max-height: 400px;
  }
  .cid-vjLt7V2LtY .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjLt7V2LtY .carousel {
    min-height: 260px;
  }
  .cid-vjLt7V2LtY .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjLt7V2LtY .carousel {
    min-height: 220px;
  }
  .cid-vjLt7V2LtY .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjLt7V2LtY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjLt7V2LtY .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjLt7V2LtY .carousel,
.cid-vjLt7V2LtY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjLt7V2LtY .item-wrapper {
  width: 100%;
}
.cid-vjLt7V2LtY .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjLt7V2LtY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjLt7V2LtY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjLt7V2LtY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjLt7V2LtY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjLt7V2LtY .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjLt7V2LtY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjLt7V2LtY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjLt7V2LtY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjLt7V2LtY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjLt7V2LtY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjLt7V2LtY .carousel-indicators li.active,
.cid-vjLt7V2LtY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjLt7V2LtY .carousel-indicators li::after,
.cid-vjLt7V2LtY .carousel-indicators li::before {
  content: none;
}
.cid-vjLt7V2LtY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjLt7V2LtY .carousel-indicators {
    display: none !important;
  }
}
.cid-vjLt7VcTMc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjLt7VcTMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjLt7VcTMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjLt7VcTMc .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjLt7VcTMc .footer-col {
    flex-direction: column;
  }
}
.cid-vjLt7VcTMc .row {
  background: #2b075a;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjLt7VcTMc .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjLt7VcTMc .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjLt7VcTMc .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjLt7VcTMc .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjLt7VcTMc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjLt7VcTMc .soc-item {
  margin: 8px;
}
.cid-vjLt7VcTMc .soc-item a:hover .mbr-iconfont,
.cid-vjLt7VcTMc .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjLt7VcTMc .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjLt7VcTMc .row {
    text-align: center;
  }
  .cid-vjLt7VcTMc .social-row {
    justify-content: center;
  }
}
.cid-vjLt7VcTMc .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjLt7VcTMc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjLt7VcTMc .list {
    margin-bottom: 0rem;
  }
}
.cid-vjLt7VcTMc .mbr-text {
  color: #bbbbbb;
}
.cid-vjLt7VcTMc .mbr-section-subtitle {
  color: #00d7ff;
}
.cid-vjLt7VcTMc .list,
.cid-vjLt7VcTMc .item-wrap {
  color: #ffffff;
}
.cid-vjLt7VcTMc .copyright {
  color: #f7f7f7;
}
.cid-vjMuUKL7Ze {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjMuUKL7Ze .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjMuUKL7Ze .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjMuUKL7Ze .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjMuUKL7Ze .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjMuUKL7Ze .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjMuUKL7Ze .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjMuUKL7Ze .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjMuUKL7Ze .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjMuUKL7Ze .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjMuUKL7Ze .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjMuUKL7Ze .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjMuUKL7Ze .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjMuUKL7Ze .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjMuUKL7Ze .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjMuUKL7Ze .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjMuUKL7Ze .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjMuUKL7Ze .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjMuUKL7Ze .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjMuUKL7Ze .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjMuUKL7Ze .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjMuUKL7Ze .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjMuUKL7Ze .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjMuUKL7Ze .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjMuUKL7Ze .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjMuUKL7Ze .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjMuUKL7Ze .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
}
.cid-vjMuUKL7Ze .nav-item:focus,
.cid-vjMuUKL7Ze .nav-link:focus {
  outline: none;
}
.cid-vjMuUKL7Ze .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjMuUKL7Ze .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjMuUKL7Ze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjMuUKL7Ze .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjMuUKL7Ze .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjMuUKL7Ze .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjMuUKL7Ze .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vjMuUKL7Ze .navbar.opened {
  transition: all 0.3s;
}
.cid-vjMuUKL7Ze .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjMuUKL7Ze .navbar .navbar-logo img {
  width: auto;
}
.cid-vjMuUKL7Ze .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjMuUKL7Ze .navbar.collapsed {
  justify-content: center;
}
.cid-vjMuUKL7Ze .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjMuUKL7Ze .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjMuUKL7Ze .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjMuUKL7Ze .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjMuUKL7Ze .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjMuUKL7Ze .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjMuUKL7Ze .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjMuUKL7Ze .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjMuUKL7Ze .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjMuUKL7Ze .navbar {
    min-height: 72px;
  }
  .cid-vjMuUKL7Ze .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjMuUKL7Ze .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjMuUKL7Ze .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjMuUKL7Ze .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjMuUKL7Ze .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjMuUKL7Ze .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjMuUKL7Ze .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjMuUKL7Ze .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjMuUKL7Ze .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjMuUKL7Ze .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjMuUKL7Ze .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjMuUKL7Ze .dropdown-item.active,
.cid-vjMuUKL7Ze .dropdown-item:active {
  background-color: transparent;
}
.cid-vjMuUKL7Ze .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjMuUKL7Ze .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjMuUKL7Ze .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjMuUKL7Ze .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjMuUKL7Ze .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjMuUKL7Ze .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjMuUKL7Ze ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjMuUKL7Ze .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjMuUKL7Ze .navbar-buttons {
    text-align: left;
  }
}
.cid-vjMuUKL7Ze button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjMuUKL7Ze button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjMuUKL7Ze button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjMuUKL7Ze button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjMuUKL7Ze button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjMuUKL7Ze button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjMuUKL7Ze nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjMuUKL7Ze nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjMuUKL7Ze nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjMuUKL7Ze nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjMuUKL7Ze .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjMuUKL7Ze a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjMuUKL7Ze .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjMuUKL7Ze .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjMuUKL7Ze .navbar {
    height: 70px;
  }
  .cid-vjMuUKL7Ze .navbar.opened {
    height: auto;
  }
  .cid-vjMuUKL7Ze .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjMuUKL7Ze .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjMuUKL7Ze .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjMuUKL7Ze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjMuUKL7Ze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vjMuUKL7Ze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjMuUKL7Ze .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjMuUKL7Ze .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjMuUKL7Ze .navbar-brand {
    margin-right: auto;
  }
  .cid-vjMuUKL7Ze .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    backdrop-filter: blur(8px);
  }
  .cid-vjMuUKL7Ze .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjMuUKL7Ze .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjMuUKL7Ze .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjMuUKL7Ze .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjMuUKL7Ze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjMuUKL7Ze .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjMuUKL7Ze .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjMuUKL7Ze .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjMuUKL7Ze .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjMuUKL7Ze .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjMuUL6wcT {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjMuUL6wcT .carousel {
    max-height: 500px;
  }
  .cid-vjMuUL6wcT .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjMuUL6wcT .carousel {
    min-height: 325px;
  }
  .cid-vjMuUL6wcT .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjMuUL6wcT .carousel {
    min-height: 275px;
  }
  .cid-vjMuUL6wcT .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjMuUL6wcT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjMuUL6wcT .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjMuUL6wcT .carousel,
.cid-vjMuUL6wcT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjMuUL6wcT .item-wrapper {
  width: 100%;
}
.cid-vjMuUL6wcT .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjMuUL6wcT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjMuUL6wcT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjMuUL6wcT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjMuUL6wcT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjMuUL6wcT .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjMuUL6wcT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjMuUL6wcT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjMuUL6wcT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjMuUL6wcT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjMuUL6wcT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjMuUL6wcT .carousel-indicators li.active,
.cid-vjMuUL6wcT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjMuUL6wcT .carousel-indicators li::after,
.cid-vjMuUL6wcT .carousel-indicators li::before {
  content: none;
}
.cid-vjMuUL6wcT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjMuUL6wcT .carousel-indicators {
    display: none !important;
  }
}
.cid-vjMuULjZaF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjMuULjZaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjMuULjZaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjMuULjZaF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjMuULjZaF .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjMuULjZaF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjMuULjZaF .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjMuULjZaF .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjMuULjZaF .header-menu li p {
  margin: 0;
}
.cid-vjMuULjZaF .content-head {
  max-width: 800px;
}
.cid-vjMuULwIgy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjMuULwIgy .mbr-text {
  color: #00d7ff;
  text-align: left;
}
.cid-vjMuULwIgy .mbr-section-subtitle {
  color: #000000;
}
.cid-vjMuULwIgy .mbr-section-title {
  color: #00d7ff;
}
.cid-vjMuULEedF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #14022d;
}
.cid-vjMuULEedF h6 {
  line-height: 1.2;
}
.cid-vjMuULEedF img,
.cid-vjMuULEedF .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vjMuULEedF .item:focus,
.cid-vjMuULEedF span:focus {
  outline: none;
}
.cid-vjMuULEedF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjMuULEedF .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjMuULEedF .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vjMuULEedF .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjMuULEedF .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjMuULEedF .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjMuULEedF .mbr-text,
.cid-vjMuULEedF .mbr-section-btn {
  color: #000000;
}
.cid-vjMuULEedF .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjMuULEedF .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjMuULEedF .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjMuULEedF .content-head {
  max-width: 800px;
}
.cid-vjMuUM9zjX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjMuUM9zjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjMuUM9zjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjMuUM9zjX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjMuUM9zjX .row {
  flex-direction: row-reverse;
}
.cid-vjMuUM9zjX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjMuUM9zjX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjMuUM9zjX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjMuUM9zjX .mbr-section-title {
  color: #00d7ff;
}
.cid-vjMuUM9zjX .mbr-text,
.cid-vjMuUM9zjX .mbr-section-btn {
  color: #ffffff;
}
.cid-vjMuUMnlJe {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjMuUMnlJe .mbr-text {
  color: #f7f7f7;
}
.cid-vjMuUMnlJe .mbr-section-subtitle {
  color: #000000;
}
.cid-vjMuUMnlJe .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjMuUMyN6H {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjMuUMyN6H .mbr-text {
  color: #00d7ff;
  text-align: left;
}
.cid-vjMuUMyN6H .mbr-section-subtitle {
  color: #000000;
}
.cid-vjMuUMyN6H .mbr-section-title {
  color: #00d7ff;
}
.cid-vjMuUMGXcR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjMuUMGXcR h6 {
  line-height: 1.2;
}
.cid-vjMuUMGXcR img,
.cid-vjMuUMGXcR .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vjMuUMGXcR .item:focus,
.cid-vjMuUMGXcR span:focus {
  outline: none;
}
.cid-vjMuUMGXcR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjMuUMGXcR .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjMuUMGXcR .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vjMuUMGXcR .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjMuUMGXcR .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjMuUMGXcR .mbr-section-title {
  color: #00d7ff;
  text-align: justify;
}
.cid-vjMuUMGXcR .mbr-text,
.cid-vjMuUMGXcR .mbr-section-btn {
  color: #000000;
}
.cid-vjMuUMGXcR .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjMuUMGXcR .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjMuUMGXcR .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjMuUMGXcR .content-head {
  max-width: 800px;
}
.cid-vjMuUMGXcR .item-title,
.cid-vjMuUMGXcR .mbr-section-btn {
  color: #00d7ff;
}
.cid-vjMuUNa3dS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #14022d;
}
.cid-vjMuUNa3dS .mbr-text {
  color: #f7f7f7;
}
.cid-vjMuUNa3dS .mbr-section-subtitle {
  color: #f7f7f7;
  text-align: left;
}
.cid-vjMuUNa3dS .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjNwkfUijp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjNwkfUijp .carousel {
    max-height: 200px;
  }
  .cid-vjNwkfUijp .carousel img {
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjNwkfUijp .carousel {
    min-height: 130px;
  }
  .cid-vjNwkfUijp .carousel img {
    height: 130px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjNwkfUijp .carousel {
    min-height: 110px;
  }
  .cid-vjNwkfUijp .carousel img {
    height: 110px;
    object-fit: cover;
  }
  .cid-vjNwkfUijp .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjNwkfUijp .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjNwkfUijp .carousel,
.cid-vjNwkfUijp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjNwkfUijp .item-wrapper {
  width: 100%;
}
.cid-vjNwkfUijp .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjNwkfUijp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjNwkfUijp .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjNwkfUijp .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjNwkfUijp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjNwkfUijp .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjNwkfUijp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjNwkfUijp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjNwkfUijp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjNwkfUijp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjNwkfUijp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjNwkfUijp .carousel-indicators li.active,
.cid-vjNwkfUijp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjNwkfUijp .carousel-indicators li::after,
.cid-vjNwkfUijp .carousel-indicators li::before {
  content: none;
}
.cid-vjNwkfUijp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjNwkfUijp .carousel-indicators {
    display: none !important;
  }
}
.cid-vjMuUNGSiW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #14022d;
}
.cid-vjMuUNGSiW .mbr-text {
  color: #f7f7f7;
  text-align: left;
}
.cid-vjMuUNGSiW .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-vjMuUNGSiW .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjMuUO5NDl {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjMuUO5NDl .carousel {
    max-height: 400px;
  }
  .cid-vjMuUO5NDl .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjMuUO5NDl .carousel {
    min-height: 260px;
  }
  .cid-vjMuUO5NDl .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjMuUO5NDl .carousel {
    min-height: 220px;
  }
  .cid-vjMuUO5NDl .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjMuUO5NDl .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjMuUO5NDl .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjMuUO5NDl .carousel,
.cid-vjMuUO5NDl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjMuUO5NDl .item-wrapper {
  width: 100%;
}
.cid-vjMuUO5NDl .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjMuUO5NDl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjMuUO5NDl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjMuUO5NDl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjMuUO5NDl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjMuUO5NDl .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjMuUO5NDl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjMuUO5NDl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjMuUO5NDl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjMuUO5NDl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjMuUO5NDl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjMuUO5NDl .carousel-indicators li.active,
.cid-vjMuUO5NDl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjMuUO5NDl .carousel-indicators li::after,
.cid-vjMuUO5NDl .carousel-indicators li::before {
  content: none;
}
.cid-vjMuUO5NDl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjMuUO5NDl .carousel-indicators {
    display: none !important;
  }
}
.cid-vjMuUOhO7H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjMuUOhO7H .mbr-text {
  color: #000000;
}
.cid-vjMuUOhO7H .mbr-section-subtitle {
  color: #000000;
}
.cid-vjMuUOhO7H .mbr-section-title {
  color: #000000;
}
.cid-vjMuUOhO7H .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjMuUOhO7H .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-vjMuUOhO7H .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-vjMuUOhO7H .img-wrapper {
  display: flex;
}
.cid-vjMuUOhO7H .card-text {
  text-align: justify;
  color: #ffffff;
}
.cid-vjMuUOhO7H .card-title,
.cid-vjMuUOhO7H .img-wrapper {
  text-align: center;
}
.cid-vjMuUOttbe {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjMuUOttbe .carousel {
    max-height: 400px;
  }
  .cid-vjMuUOttbe .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjMuUOttbe .carousel {
    min-height: 260px;
  }
  .cid-vjMuUOttbe .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjMuUOttbe .carousel {
    min-height: 220px;
  }
  .cid-vjMuUOttbe .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjMuUOttbe .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjMuUOttbe .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjMuUOttbe .carousel,
.cid-vjMuUOttbe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjMuUOttbe .item-wrapper {
  width: 100%;
}
.cid-vjMuUOttbe .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjMuUOttbe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjMuUOttbe .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjMuUOttbe .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjMuUOttbe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjMuUOttbe .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjMuUOttbe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjMuUOttbe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjMuUOttbe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjMuUOttbe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjMuUOttbe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjMuUOttbe .carousel-indicators li.active,
.cid-vjMuUOttbe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjMuUOttbe .carousel-indicators li::after,
.cid-vjMuUOttbe .carousel-indicators li::before {
  content: none;
}
.cid-vjMuUOttbe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjMuUOttbe .carousel-indicators {
    display: none !important;
  }
}
.cid-vjMuUOHR7B {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjMuUOHR7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjMuUOHR7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjMuUOHR7B .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjMuUOHR7B .footer-col {
    flex-direction: column;
  }
}
.cid-vjMuUOHR7B .row {
  background: #2b075a;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjMuUOHR7B .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjMuUOHR7B .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjMuUOHR7B .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjMuUOHR7B .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjMuUOHR7B .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjMuUOHR7B .soc-item {
  margin: 8px;
}
.cid-vjMuUOHR7B .soc-item a:hover .mbr-iconfont,
.cid-vjMuUOHR7B .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjMuUOHR7B .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjMuUOHR7B .row {
    text-align: center;
  }
  .cid-vjMuUOHR7B .social-row {
    justify-content: center;
  }
}
.cid-vjMuUOHR7B .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjMuUOHR7B .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjMuUOHR7B .list {
    margin-bottom: 0rem;
  }
}
.cid-vjMuUOHR7B .mbr-text {
  color: #bbbbbb;
}
.cid-vjMuUOHR7B .mbr-section-subtitle {
  color: #00d7ff;
}
.cid-vjMuUOHR7B .list,
.cid-vjMuUOHR7B .item-wrap {
  color: #ffffff;
}
.cid-vjMuUOHR7B .copyright {
  color: #f7f7f7;
}
.cid-vjNwNY117K {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjNwNY117K .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjNwNY117K .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjNwNY117K .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjNwNY117K .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjNwNY117K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjNwNY117K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjNwNY117K .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjNwNY117K .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjNwNY117K .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjNwNY117K .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjNwNY117K .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjNwNY117K .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjNwNY117K .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjNwNY117K .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjNwNY117K .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjNwNY117K .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjNwNY117K .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjNwNY117K .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjNwNY117K .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjNwNY117K .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjNwNY117K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjNwNY117K .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjNwNY117K .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjNwNY117K .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjNwNY117K .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjNwNY117K .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
}
.cid-vjNwNY117K .nav-item:focus,
.cid-vjNwNY117K .nav-link:focus {
  outline: none;
}
.cid-vjNwNY117K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjNwNY117K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjNwNY117K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjNwNY117K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjNwNY117K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjNwNY117K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjNwNY117K .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vjNwNY117K .navbar.opened {
  transition: all 0.3s;
}
.cid-vjNwNY117K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjNwNY117K .navbar .navbar-logo img {
  width: auto;
}
.cid-vjNwNY117K .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjNwNY117K .navbar.collapsed {
  justify-content: center;
}
.cid-vjNwNY117K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjNwNY117K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjNwNY117K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjNwNY117K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjNwNY117K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjNwNY117K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjNwNY117K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjNwNY117K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjNwNY117K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjNwNY117K .navbar {
    min-height: 72px;
  }
  .cid-vjNwNY117K .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjNwNY117K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjNwNY117K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjNwNY117K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjNwNY117K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjNwNY117K .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjNwNY117K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjNwNY117K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjNwNY117K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjNwNY117K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjNwNY117K .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjNwNY117K .dropdown-item.active,
.cid-vjNwNY117K .dropdown-item:active {
  background-color: transparent;
}
.cid-vjNwNY117K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjNwNY117K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjNwNY117K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjNwNY117K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjNwNY117K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjNwNY117K .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjNwNY117K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjNwNY117K .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjNwNY117K .navbar-buttons {
    text-align: left;
  }
}
.cid-vjNwNY117K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjNwNY117K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjNwNY117K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjNwNY117K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjNwNY117K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjNwNY117K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjNwNY117K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjNwNY117K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjNwNY117K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjNwNY117K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjNwNY117K .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjNwNY117K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjNwNY117K .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjNwNY117K .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjNwNY117K .navbar {
    height: 70px;
  }
  .cid-vjNwNY117K .navbar.opened {
    height: auto;
  }
  .cid-vjNwNY117K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjNwNY117K .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjNwNY117K .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjNwNY117K .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjNwNY117K .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vjNwNY117K .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjNwNY117K .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjNwNY117K .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjNwNY117K .navbar-brand {
    margin-right: auto;
  }
  .cid-vjNwNY117K .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    backdrop-filter: blur(8px);
  }
  .cid-vjNwNY117K .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjNwNY117K .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjNwNY117K .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjNwNY117K .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjNwNY117K .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjNwNY117K .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjNwNY117K .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjNwNY117K .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjNwNY117K .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjNwNY117K .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjNwNYIJAM {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjNwNYIJAM .carousel {
    max-height: 500px;
  }
  .cid-vjNwNYIJAM .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjNwNYIJAM .carousel {
    min-height: 325px;
  }
  .cid-vjNwNYIJAM .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjNwNYIJAM .carousel {
    min-height: 275px;
  }
  .cid-vjNwNYIJAM .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjNwNYIJAM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjNwNYIJAM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjNwNYIJAM .carousel,
.cid-vjNwNYIJAM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjNwNYIJAM .item-wrapper {
  width: 100%;
}
.cid-vjNwNYIJAM .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjNwNYIJAM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjNwNYIJAM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjNwNYIJAM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjNwNYIJAM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjNwNYIJAM .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjNwNYIJAM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjNwNYIJAM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjNwNYIJAM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjNwNYIJAM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjNwNYIJAM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjNwNYIJAM .carousel-indicators li.active,
.cid-vjNwNYIJAM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjNwNYIJAM .carousel-indicators li::after,
.cid-vjNwNYIJAM .carousel-indicators li::before {
  content: none;
}
.cid-vjNwNYIJAM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjNwNYIJAM .carousel-indicators {
    display: none !important;
  }
}
.cid-vjNwNZ6qQX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjNwNZ6qQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjNwNZ6qQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjNwNZ6qQX .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjNwNZ6qQX .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjNwNZ6qQX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjNwNZ6qQX .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjNwNZ6qQX .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjNwNZ6qQX .header-menu li p {
  margin: 0;
}
.cid-vjNwNZ6qQX .content-head {
  max-width: 800px;
}
.cid-vjO5fv4Uwp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjO5fv4Uwp .carousel {
    max-height: 200px;
  }
  .cid-vjO5fv4Uwp .carousel img {
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjO5fv4Uwp .carousel {
    min-height: 130px;
  }
  .cid-vjO5fv4Uwp .carousel img {
    height: 130px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjO5fv4Uwp .carousel {
    min-height: 110px;
  }
  .cid-vjO5fv4Uwp .carousel img {
    height: 110px;
    object-fit: cover;
  }
  .cid-vjO5fv4Uwp .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjO5fv4Uwp .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjO5fv4Uwp .carousel,
.cid-vjO5fv4Uwp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjO5fv4Uwp .item-wrapper {
  width: 100%;
}
.cid-vjO5fv4Uwp .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjO5fv4Uwp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjO5fv4Uwp .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjO5fv4Uwp .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjO5fv4Uwp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjO5fv4Uwp .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjO5fv4Uwp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjO5fv4Uwp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjO5fv4Uwp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjO5fv4Uwp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjO5fv4Uwp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjO5fv4Uwp .carousel-indicators li.active,
.cid-vjO5fv4Uwp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjO5fv4Uwp .carousel-indicators li::after,
.cid-vjO5fv4Uwp .carousel-indicators li::before {
  content: none;
}
.cid-vjO5fv4Uwp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjO5fv4Uwp .carousel-indicators {
    display: none !important;
  }
}
.cid-vjNwO0Df9o {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #14022d;
}
.cid-vjNwO0Df9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjNwO0Df9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjNwO0Df9o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjNwO0Df9o .row {
  flex-direction: row-reverse;
}
.cid-vjNwO0Df9o .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjNwO0Df9o .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjNwO0Df9o .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjNwO0Df9o .mbr-section-title {
  color: #00d7ff;
}
.cid-vjNwO0Df9o .mbr-text,
.cid-vjNwO0Df9o .mbr-section-btn {
  color: #ffffff;
}
.cid-vjNwO1I1dh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjNwO1I1dh .mbr-text {
  color: #f7f7f7;
}
.cid-vjNwO1I1dh .mbr-section-subtitle {
  color: #f7f7f7;
  text-align: left;
}
.cid-vjNwO1I1dh .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjNwO17gj7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjNwO17gj7 .mbr-text {
  color: #00d7ff;
  text-align: left;
}
.cid-vjNwO17gj7 .mbr-section-subtitle {
  color: #000000;
}
.cid-vjNwO17gj7 .mbr-section-title {
  color: #00d7ff;
}
.cid-vjNwO1g9wk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjNwO1g9wk h6 {
  line-height: 1.2;
}
.cid-vjNwO1g9wk img,
.cid-vjNwO1g9wk .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-vjNwO1g9wk .item:focus,
.cid-vjNwO1g9wk span:focus {
  outline: none;
}
.cid-vjNwO1g9wk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjNwO1g9wk .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjNwO1g9wk .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vjNwO1g9wk .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjNwO1g9wk .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjNwO1g9wk .mbr-section-title {
  color: #00d7ff;
  text-align: justify;
}
.cid-vjNwO1g9wk .mbr-text,
.cid-vjNwO1g9wk .mbr-section-btn {
  color: #000000;
}
.cid-vjNwO1g9wk .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjNwO1g9wk .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjNwO1g9wk .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjNwO1g9wk .content-head {
  max-width: 800px;
}
.cid-vjNwO1g9wk .item-title,
.cid-vjNwO1g9wk .mbr-section-btn {
  color: #00d7ff;
}
.cid-vjNwO1Ynlm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #14022d;
}
.cid-vjNwO1Ynlm .mbr-text {
  color: #f7f7f7;
  text-align: left;
}
.cid-vjNwO1Ynlm .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-vjNwO1Ynlm .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjNwO29MZN {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjNwO29MZN .carousel {
    max-height: 400px;
  }
  .cid-vjNwO29MZN .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjNwO29MZN .carousel {
    min-height: 260px;
  }
  .cid-vjNwO29MZN .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjNwO29MZN .carousel {
    min-height: 220px;
  }
  .cid-vjNwO29MZN .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjNwO29MZN .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjNwO29MZN .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjNwO29MZN .carousel,
.cid-vjNwO29MZN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjNwO29MZN .item-wrapper {
  width: 100%;
}
.cid-vjNwO29MZN .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjNwO29MZN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjNwO29MZN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjNwO29MZN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjNwO29MZN .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjNwO29MZN .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjNwO29MZN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjNwO29MZN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjNwO29MZN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjNwO29MZN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjNwO29MZN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjNwO29MZN .carousel-indicators li.active,
.cid-vjNwO29MZN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjNwO29MZN .carousel-indicators li::after,
.cid-vjNwO29MZN .carousel-indicators li::before {
  content: none;
}
.cid-vjNwO29MZN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjNwO29MZN .carousel-indicators {
    display: none !important;
  }
}
.cid-vjNwO2heeA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjNwO2heeA .mbr-text {
  color: #000000;
}
.cid-vjNwO2heeA .mbr-section-subtitle {
  color: #000000;
}
.cid-vjNwO2heeA .mbr-section-title {
  color: #000000;
}
.cid-vjNwO2heeA .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjNwO2heeA .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-vjNwO2heeA .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-vjNwO2heeA .img-wrapper {
  display: flex;
}
.cid-vjNwO2heeA .card-text {
  text-align: justify;
  color: #ffffff;
}
.cid-vjNwO2heeA .card-title,
.cid-vjNwO2heeA .img-wrapper {
  text-align: center;
}
.cid-vjNwO2r6rE {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjNwO2r6rE .carousel {
    max-height: 400px;
  }
  .cid-vjNwO2r6rE .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjNwO2r6rE .carousel {
    min-height: 260px;
  }
  .cid-vjNwO2r6rE .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjNwO2r6rE .carousel {
    min-height: 220px;
  }
  .cid-vjNwO2r6rE .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjNwO2r6rE .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjNwO2r6rE .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjNwO2r6rE .carousel,
.cid-vjNwO2r6rE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjNwO2r6rE .item-wrapper {
  width: 100%;
}
.cid-vjNwO2r6rE .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjNwO2r6rE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjNwO2r6rE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjNwO2r6rE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjNwO2r6rE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjNwO2r6rE .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjNwO2r6rE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjNwO2r6rE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjNwO2r6rE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjNwO2r6rE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjNwO2r6rE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjNwO2r6rE .carousel-indicators li.active,
.cid-vjNwO2r6rE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjNwO2r6rE .carousel-indicators li::after,
.cid-vjNwO2r6rE .carousel-indicators li::before {
  content: none;
}
.cid-vjNwO2r6rE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjNwO2r6rE .carousel-indicators {
    display: none !important;
  }
}
.cid-vjNwO2A8m3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjNwO2A8m3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjNwO2A8m3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjNwO2A8m3 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjNwO2A8m3 .footer-col {
    flex-direction: column;
  }
}
.cid-vjNwO2A8m3 .row {
  background: #2b075a;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjNwO2A8m3 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjNwO2A8m3 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjNwO2A8m3 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjNwO2A8m3 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjNwO2A8m3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjNwO2A8m3 .soc-item {
  margin: 8px;
}
.cid-vjNwO2A8m3 .soc-item a:hover .mbr-iconfont,
.cid-vjNwO2A8m3 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjNwO2A8m3 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjNwO2A8m3 .row {
    text-align: center;
  }
  .cid-vjNwO2A8m3 .social-row {
    justify-content: center;
  }
}
.cid-vjNwO2A8m3 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjNwO2A8m3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjNwO2A8m3 .list {
    margin-bottom: 0rem;
  }
}
.cid-vjNwO2A8m3 .mbr-text {
  color: #bbbbbb;
}
.cid-vjNwO2A8m3 .mbr-section-subtitle {
  color: #00d7ff;
}
.cid-vjNwO2A8m3 .list,
.cid-vjNwO2A8m3 .item-wrap {
  color: #ffffff;
}
.cid-vjNwO2A8m3 .copyright {
  color: #f7f7f7;
}
.cid-vjO7AsmEwz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjO7AsmEwz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjO7AsmEwz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjO7AsmEwz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjO7AsmEwz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjO7AsmEwz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjO7AsmEwz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjO7AsmEwz .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjO7AsmEwz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjO7AsmEwz .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjO7AsmEwz .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjO7AsmEwz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjO7AsmEwz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjO7AsmEwz .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjO7AsmEwz .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjO7AsmEwz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjO7AsmEwz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjO7AsmEwz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjO7AsmEwz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjO7AsmEwz .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjO7AsmEwz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjO7AsmEwz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjO7AsmEwz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjO7AsmEwz .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjO7AsmEwz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjO7AsmEwz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjO7AsmEwz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
}
.cid-vjO7AsmEwz .nav-item:focus,
.cid-vjO7AsmEwz .nav-link:focus {
  outline: none;
}
.cid-vjO7AsmEwz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjO7AsmEwz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjO7AsmEwz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjO7AsmEwz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjO7AsmEwz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjO7AsmEwz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjO7AsmEwz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vjO7AsmEwz .navbar.opened {
  transition: all 0.3s;
}
.cid-vjO7AsmEwz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjO7AsmEwz .navbar .navbar-logo img {
  width: auto;
}
.cid-vjO7AsmEwz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjO7AsmEwz .navbar.collapsed {
  justify-content: center;
}
.cid-vjO7AsmEwz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjO7AsmEwz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjO7AsmEwz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjO7AsmEwz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjO7AsmEwz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjO7AsmEwz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjO7AsmEwz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjO7AsmEwz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjO7AsmEwz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjO7AsmEwz .navbar {
    min-height: 72px;
  }
  .cid-vjO7AsmEwz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjO7AsmEwz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjO7AsmEwz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjO7AsmEwz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjO7AsmEwz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjO7AsmEwz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjO7AsmEwz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjO7AsmEwz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjO7AsmEwz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjO7AsmEwz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjO7AsmEwz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjO7AsmEwz .dropdown-item.active,
.cid-vjO7AsmEwz .dropdown-item:active {
  background-color: transparent;
}
.cid-vjO7AsmEwz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjO7AsmEwz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjO7AsmEwz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjO7AsmEwz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjO7AsmEwz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjO7AsmEwz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjO7AsmEwz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjO7AsmEwz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjO7AsmEwz .navbar-buttons {
    text-align: left;
  }
}
.cid-vjO7AsmEwz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjO7AsmEwz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjO7AsmEwz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjO7AsmEwz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjO7AsmEwz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjO7AsmEwz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjO7AsmEwz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjO7AsmEwz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjO7AsmEwz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjO7AsmEwz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjO7AsmEwz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjO7AsmEwz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjO7AsmEwz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjO7AsmEwz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjO7AsmEwz .navbar {
    height: 70px;
  }
  .cid-vjO7AsmEwz .navbar.opened {
    height: auto;
  }
  .cid-vjO7AsmEwz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjO7AsmEwz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjO7AsmEwz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjO7AsmEwz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjO7AsmEwz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vjO7AsmEwz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjO7AsmEwz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjO7AsmEwz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjO7AsmEwz .navbar-brand {
    margin-right: auto;
  }
  .cid-vjO7AsmEwz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    backdrop-filter: blur(8px);
  }
  .cid-vjO7AsmEwz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjO7AsmEwz .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjO7AsmEwz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjO7AsmEwz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjO7AsmEwz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjO7AsmEwz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjO7AsmEwz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjO7AsmEwz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjO7AsmEwz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjO7AsmEwz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjO7AsYRyv {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjO7AsYRyv .carousel {
    max-height: 500px;
  }
  .cid-vjO7AsYRyv .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjO7AsYRyv .carousel {
    min-height: 325px;
  }
  .cid-vjO7AsYRyv .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjO7AsYRyv .carousel {
    min-height: 275px;
  }
  .cid-vjO7AsYRyv .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjO7AsYRyv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjO7AsYRyv .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjO7AsYRyv .carousel,
.cid-vjO7AsYRyv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjO7AsYRyv .item-wrapper {
  width: 100%;
}
.cid-vjO7AsYRyv .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjO7AsYRyv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjO7AsYRyv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjO7AsYRyv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjO7AsYRyv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjO7AsYRyv .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjO7AsYRyv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjO7AsYRyv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjO7AsYRyv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjO7AsYRyv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjO7AsYRyv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjO7AsYRyv .carousel-indicators li.active,
.cid-vjO7AsYRyv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjO7AsYRyv .carousel-indicators li::after,
.cid-vjO7AsYRyv .carousel-indicators li::before {
  content: none;
}
.cid-vjO7AsYRyv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjO7AsYRyv .carousel-indicators {
    display: none !important;
  }
}
.cid-vjO7AtlrdP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjO7AtlrdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjO7AtlrdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjO7AtlrdP .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjO7AtlrdP .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjO7AtlrdP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjO7AtlrdP .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjO7AtlrdP .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjO7AtlrdP .header-menu li p {
  margin: 0;
}
.cid-vjO7AtlrdP .content-head {
  max-width: 800px;
}
.cid-vjQziDfAni {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #14022d;
}
.cid-vjQziDfAni .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjQziDfAni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vjQziDfAni .container-fluid {
    padding: 0;
  }
}
.cid-vjQziDfAni .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vjQziDfAni .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vjQziDfAni .embla__button--next,
.cid-vjQziDfAni .embla__button--prev {
  display: flex;
}
.cid-vjQziDfAni .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjQziDfAni .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjQziDfAni .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vjQziDfAni .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vjQziDfAni .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjQziDfAni .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjQziDfAni .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjQziDfAni .embla {
  position: relative;
  width: 100%;
}
.cid-vjQziDfAni .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vjQziDfAni .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vjQziDfAni .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vjQziDfAni .embla__slide a {
  cursor: grab;
}
.cid-vjQziDfAni .embla__slide a:active {
  cursor: grabbing;
}
.cid-vjQziDfAni .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vjQziDfAni .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjQziDfAni .mbr-section-title {
  color: #00d7ff;
}
.cid-vjQziDfAni .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjQziDfAni .mbr-box {
  color: #ffffff;
}
.cid-vjQziDfAni .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vjQziDfAni img,
.cid-vjQziDfAni .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vjQziDfAni .item-wrapper {
  position: relative;
}
.cid-vjQziDfAni .content-head {
  max-width: 800px;
}
.cid-vjO7Au3pAc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #14022d;
}
.cid-vjO7Au3pAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjO7Au3pAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjO7Au3pAc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjO7Au3pAc .row {
  flex-direction: row-reverse;
}
.cid-vjO7Au3pAc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjO7Au3pAc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjO7Au3pAc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjO7Au3pAc .mbr-section-title {
  color: #00d7ff;
}
.cid-vjO7Au3pAc .mbr-text,
.cid-vjO7Au3pAc .mbr-section-btn {
  color: #ffffff;
}
.cid-vjO7Aupfvk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjO7Aupfvk .mbr-text {
  color: #f7f7f7;
}
.cid-vjO7Aupfvk .mbr-section-subtitle {
  color: #f7f7f7;
  text-align: left;
}
.cid-vjO7Aupfvk .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjO7AuFsW0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjO7AuFsW0 .mbr-text {
  color: #00d7ff;
  text-align: left;
}
.cid-vjO7AuFsW0 .mbr-section-subtitle {
  color: #000000;
}
.cid-vjO7AuFsW0 .mbr-section-title {
  color: #00d7ff;
}
.cid-vjQz5QkwuO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjQz5QkwuO h6 {
  line-height: 1.2;
}
.cid-vjQz5QkwuO img,
.cid-vjQz5QkwuO .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-vjQz5QkwuO .item:focus,
.cid-vjQz5QkwuO span:focus {
  outline: none;
}
.cid-vjQz5QkwuO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjQz5QkwuO .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjQz5QkwuO .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vjQz5QkwuO .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjQz5QkwuO .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjQz5QkwuO .mbr-section-title {
  color: #00d7ff;
  text-align: justify;
}
.cid-vjQz5QkwuO .mbr-text,
.cid-vjQz5QkwuO .mbr-section-btn {
  color: #000000;
}
.cid-vjQz5QkwuO .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjQz5QkwuO .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjQz5QkwuO .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjQz5QkwuO .content-head {
  max-width: 800px;
}
.cid-vjQz5QkwuO .item-title,
.cid-vjQz5QkwuO .mbr-section-btn {
  color: #00d7ff;
}
.cid-vjQO69n1Kz {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #14022d;
}
.cid-vjQO69n1Kz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjQO69n1Kz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjQO69n1Kz .card-wrapper {
  background: #2b075a;
}
@media (max-width: 767px) {
  .cid-vjQO69n1Kz .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjQO69n1Kz .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjQO69n1Kz .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjQO69n1Kz .mbr-text,
.cid-vjQO69n1Kz .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-vjQO69n1Kz .card-title,
.cid-vjQO69n1Kz .card-box {
  text-align: center;
  color: #00d7ff;
}
.cid-vjO7AwNuL2 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjO7AwNuL2 .carousel {
    max-height: 400px;
  }
  .cid-vjO7AwNuL2 .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjO7AwNuL2 .carousel {
    min-height: 260px;
  }
  .cid-vjO7AwNuL2 .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjO7AwNuL2 .carousel {
    min-height: 220px;
  }
  .cid-vjO7AwNuL2 .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjO7AwNuL2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjO7AwNuL2 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjO7AwNuL2 .carousel,
.cid-vjO7AwNuL2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjO7AwNuL2 .item-wrapper {
  width: 100%;
}
.cid-vjO7AwNuL2 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjO7AwNuL2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjO7AwNuL2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjO7AwNuL2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjO7AwNuL2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjO7AwNuL2 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjO7AwNuL2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjO7AwNuL2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjO7AwNuL2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjO7AwNuL2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjO7AwNuL2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjO7AwNuL2 .carousel-indicators li.active,
.cid-vjO7AwNuL2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjO7AwNuL2 .carousel-indicators li::after,
.cid-vjO7AwNuL2 .carousel-indicators li::before {
  content: none;
}
.cid-vjO7AwNuL2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjO7AwNuL2 .carousel-indicators {
    display: none !important;
  }
}
.cid-vjO7AwWGdy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjO7AwWGdy .mbr-text {
  color: #000000;
}
.cid-vjO7AwWGdy .mbr-section-subtitle {
  color: #000000;
}
.cid-vjO7AwWGdy .mbr-section-title {
  color: #000000;
}
.cid-vjO7AwWGdy .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjO7AwWGdy .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-vjO7AwWGdy .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-vjO7AwWGdy .img-wrapper {
  display: flex;
}
.cid-vjO7AwWGdy .card-text {
  text-align: justify;
  color: #ffffff;
}
.cid-vjO7AwWGdy .card-title,
.cid-vjO7AwWGdy .img-wrapper {
  text-align: center;
}
.cid-vjO7Ax5VuY {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjO7Ax5VuY .carousel {
    max-height: 400px;
  }
  .cid-vjO7Ax5VuY .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjO7Ax5VuY .carousel {
    min-height: 260px;
  }
  .cid-vjO7Ax5VuY .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjO7Ax5VuY .carousel {
    min-height: 220px;
  }
  .cid-vjO7Ax5VuY .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjO7Ax5VuY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjO7Ax5VuY .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjO7Ax5VuY .carousel,
.cid-vjO7Ax5VuY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjO7Ax5VuY .item-wrapper {
  width: 100%;
}
.cid-vjO7Ax5VuY .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjO7Ax5VuY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjO7Ax5VuY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjO7Ax5VuY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjO7Ax5VuY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjO7Ax5VuY .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjO7Ax5VuY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjO7Ax5VuY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjO7Ax5VuY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjO7Ax5VuY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjO7Ax5VuY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjO7Ax5VuY .carousel-indicators li.active,
.cid-vjO7Ax5VuY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjO7Ax5VuY .carousel-indicators li::after,
.cid-vjO7Ax5VuY .carousel-indicators li::before {
  content: none;
}
.cid-vjO7Ax5VuY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjO7Ax5VuY .carousel-indicators {
    display: none !important;
  }
}
.cid-vjO7AxfcEp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjO7AxfcEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjO7AxfcEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjO7AxfcEp .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjO7AxfcEp .footer-col {
    flex-direction: column;
  }
}
.cid-vjO7AxfcEp .row {
  background: #2b075a;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjO7AxfcEp .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjO7AxfcEp .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjO7AxfcEp .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjO7AxfcEp .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjO7AxfcEp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjO7AxfcEp .soc-item {
  margin: 8px;
}
.cid-vjO7AxfcEp .soc-item a:hover .mbr-iconfont,
.cid-vjO7AxfcEp .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjO7AxfcEp .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjO7AxfcEp .row {
    text-align: center;
  }
  .cid-vjO7AxfcEp .social-row {
    justify-content: center;
  }
}
.cid-vjO7AxfcEp .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjO7AxfcEp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjO7AxfcEp .list {
    margin-bottom: 0rem;
  }
}
.cid-vjO7AxfcEp .mbr-text {
  color: #bbbbbb;
}
.cid-vjO7AxfcEp .mbr-section-subtitle {
  color: #00d7ff;
}
.cid-vjO7AxfcEp .list,
.cid-vjO7AxfcEp .item-wrap {
  color: #ffffff;
}
.cid-vjO7AxfcEp .copyright {
  color: #f7f7f7;
}
.cid-vjQRwjMx29 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjQRwjMx29 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjQRwjMx29 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjQRwjMx29 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjQRwjMx29 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjQRwjMx29 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjQRwjMx29 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjQRwjMx29 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjQRwjMx29 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjQRwjMx29 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjQRwjMx29 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjQRwjMx29 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjQRwjMx29 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjQRwjMx29 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjQRwjMx29 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjQRwjMx29 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjQRwjMx29 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjQRwjMx29 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjQRwjMx29 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjQRwjMx29 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjQRwjMx29 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjQRwjMx29 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjQRwjMx29 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjQRwjMx29 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjQRwjMx29 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjQRwjMx29 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjQRwjMx29 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
}
.cid-vjQRwjMx29 .nav-item:focus,
.cid-vjQRwjMx29 .nav-link:focus {
  outline: none;
}
.cid-vjQRwjMx29 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjQRwjMx29 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjQRwjMx29 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjQRwjMx29 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjQRwjMx29 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjQRwjMx29 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjQRwjMx29 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vjQRwjMx29 .navbar.opened {
  transition: all 0.3s;
}
.cid-vjQRwjMx29 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjQRwjMx29 .navbar .navbar-logo img {
  width: auto;
}
.cid-vjQRwjMx29 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjQRwjMx29 .navbar.collapsed {
  justify-content: center;
}
.cid-vjQRwjMx29 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjQRwjMx29 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjQRwjMx29 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjQRwjMx29 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjQRwjMx29 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjQRwjMx29 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjQRwjMx29 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjQRwjMx29 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjQRwjMx29 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjQRwjMx29 .navbar {
    min-height: 72px;
  }
  .cid-vjQRwjMx29 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjQRwjMx29 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjQRwjMx29 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjQRwjMx29 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjQRwjMx29 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjQRwjMx29 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjQRwjMx29 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjQRwjMx29 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjQRwjMx29 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjQRwjMx29 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjQRwjMx29 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjQRwjMx29 .dropdown-item.active,
.cid-vjQRwjMx29 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjQRwjMx29 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjQRwjMx29 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjQRwjMx29 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjQRwjMx29 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjQRwjMx29 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjQRwjMx29 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjQRwjMx29 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjQRwjMx29 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjQRwjMx29 .navbar-buttons {
    text-align: left;
  }
}
.cid-vjQRwjMx29 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjQRwjMx29 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjQRwjMx29 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjQRwjMx29 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjQRwjMx29 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjQRwjMx29 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjQRwjMx29 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjQRwjMx29 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjQRwjMx29 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjQRwjMx29 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjQRwjMx29 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjQRwjMx29 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjQRwjMx29 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjQRwjMx29 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjQRwjMx29 .navbar {
    height: 70px;
  }
  .cid-vjQRwjMx29 .navbar.opened {
    height: auto;
  }
  .cid-vjQRwjMx29 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjQRwjMx29 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjQRwjMx29 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjQRwjMx29 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjQRwjMx29 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vjQRwjMx29 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjQRwjMx29 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjQRwjMx29 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjQRwjMx29 .navbar-brand {
    margin-right: auto;
  }
  .cid-vjQRwjMx29 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    backdrop-filter: blur(8px);
  }
  .cid-vjQRwjMx29 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjQRwjMx29 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjQRwjMx29 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjQRwjMx29 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjQRwjMx29 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjQRwjMx29 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjQRwjMx29 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjQRwjMx29 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjQRwjMx29 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjQRwjMx29 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjQRwkx0So {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjQRwkx0So .carousel {
    max-height: 500px;
  }
  .cid-vjQRwkx0So .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjQRwkx0So .carousel {
    min-height: 325px;
  }
  .cid-vjQRwkx0So .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjQRwkx0So .carousel {
    min-height: 275px;
  }
  .cid-vjQRwkx0So .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjQRwkx0So .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjQRwkx0So .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjQRwkx0So .carousel,
.cid-vjQRwkx0So .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjQRwkx0So .item-wrapper {
  width: 100%;
}
.cid-vjQRwkx0So .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjQRwkx0So .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjQRwkx0So .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjQRwkx0So .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjQRwkx0So .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjQRwkx0So .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjQRwkx0So .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjQRwkx0So .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjQRwkx0So .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjQRwkx0So .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjQRwkx0So .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjQRwkx0So .carousel-indicators li.active,
.cid-vjQRwkx0So .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjQRwkx0So .carousel-indicators li::after,
.cid-vjQRwkx0So .carousel-indicators li::before {
  content: none;
}
.cid-vjQRwkx0So .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjQRwkx0So .carousel-indicators {
    display: none !important;
  }
}
.cid-vjQRwkYwCn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjQRwkYwCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjQRwkYwCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjQRwkYwCn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjQRwkYwCn .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjQRwkYwCn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjQRwkYwCn .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjQRwkYwCn .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjQRwkYwCn .header-menu li p {
  margin: 0;
}
.cid-vjQRwkYwCn .content-head {
  max-width: 800px;
}
.cid-vjQRwls5y0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #14022d;
}
.cid-vjQRwls5y0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjQRwls5y0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vjQRwls5y0 .container-fluid {
    padding: 0;
  }
}
.cid-vjQRwls5y0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vjQRwls5y0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vjQRwls5y0 .embla__button--next,
.cid-vjQRwls5y0 .embla__button--prev {
  display: flex;
}
.cid-vjQRwls5y0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjQRwls5y0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjQRwls5y0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vjQRwls5y0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vjQRwls5y0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjQRwls5y0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjQRwls5y0 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjQRwls5y0 .embla {
  position: relative;
  width: 100%;
}
.cid-vjQRwls5y0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vjQRwls5y0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vjQRwls5y0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vjQRwls5y0 .embla__slide a {
  cursor: grab;
}
.cid-vjQRwls5y0 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vjQRwls5y0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vjQRwls5y0 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjQRwls5y0 .mbr-section-title {
  color: #00d7ff;
}
.cid-vjQRwls5y0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjQRwls5y0 .mbr-box {
  color: #ffffff;
}
.cid-vjQRwls5y0 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vjQRwls5y0 img,
.cid-vjQRwls5y0 .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vjQRwls5y0 .item-wrapper {
  position: relative;
}
.cid-vjQRwls5y0 .content-head {
  max-width: 800px;
}
.cid-vjQRwn4g5D {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #14022d;
}
.cid-vjQRwn4g5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjQRwn4g5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjQRwn4g5D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjQRwn4g5D .row {
  flex-direction: row-reverse;
}
.cid-vjQRwn4g5D .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjQRwn4g5D .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjQRwn4g5D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjQRwn4g5D .mbr-section-title {
  color: #00d7ff;
}
.cid-vjQRwn4g5D .mbr-text,
.cid-vjQRwn4g5D .mbr-section-btn {
  color: #ffffff;
}
.cid-vjQRwnlo8o {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjQRwnlo8o .mbr-text {
  color: #f7f7f7;
}
.cid-vjQRwnlo8o .mbr-section-subtitle {
  color: #f7f7f7;
  text-align: left;
}
.cid-vjQRwnlo8o .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjQRwnySQb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjQRwnySQb .mbr-text {
  color: #00d7ff;
  text-align: left;
}
.cid-vjQRwnySQb .mbr-section-subtitle {
  color: #000000;
}
.cid-vjQRwnySQb .mbr-section-title {
  color: #00d7ff;
}
.cid-vjQRwnJ2Yl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjQRwnJ2Yl h6 {
  line-height: 1.2;
}
.cid-vjQRwnJ2Yl img,
.cid-vjQRwnJ2Yl .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vjQRwnJ2Yl .item:focus,
.cid-vjQRwnJ2Yl span:focus {
  outline: none;
}
.cid-vjQRwnJ2Yl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjQRwnJ2Yl .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjQRwnJ2Yl .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vjQRwnJ2Yl .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjQRwnJ2Yl .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjQRwnJ2Yl .mbr-section-title {
  color: #00d7ff;
  text-align: justify;
}
.cid-vjQRwnJ2Yl .mbr-text,
.cid-vjQRwnJ2Yl .mbr-section-btn {
  color: #000000;
}
.cid-vjQRwnJ2Yl .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjQRwnJ2Yl .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjQRwnJ2Yl .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjQRwnJ2Yl .content-head {
  max-width: 800px;
}
.cid-vjQRwnJ2Yl .item-title,
.cid-vjQRwnJ2Yl .mbr-section-btn {
  color: #00d7ff;
}
.cid-vjQRwobVVh {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #14022d;
}
.cid-vjQRwobVVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjQRwobVVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjQRwobVVh .card-wrapper {
  background: #2b075a;
}
@media (max-width: 767px) {
  .cid-vjQRwobVVh .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjQRwobVVh .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjQRwobVVh .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjQRwobVVh .mbr-text,
.cid-vjQRwobVVh .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-vjQRwobVVh .card-title,
.cid-vjQRwobVVh .card-box {
  text-align: center;
  color: #00d7ff;
}
.cid-vjQRwobVVh .mbr-section-subtitle {
  text-align: left;
}
.cid-vjQRwotYSn {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjQRwotYSn .carousel {
    max-height: 400px;
  }
  .cid-vjQRwotYSn .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjQRwotYSn .carousel {
    min-height: 260px;
  }
  .cid-vjQRwotYSn .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjQRwotYSn .carousel {
    min-height: 220px;
  }
  .cid-vjQRwotYSn .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjQRwotYSn .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjQRwotYSn .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjQRwotYSn .carousel,
.cid-vjQRwotYSn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjQRwotYSn .item-wrapper {
  width: 100%;
}
.cid-vjQRwotYSn .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjQRwotYSn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjQRwotYSn .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjQRwotYSn .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjQRwotYSn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjQRwotYSn .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjQRwotYSn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjQRwotYSn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjQRwotYSn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjQRwotYSn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjQRwotYSn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjQRwotYSn .carousel-indicators li.active,
.cid-vjQRwotYSn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjQRwotYSn .carousel-indicators li::after,
.cid-vjQRwotYSn .carousel-indicators li::before {
  content: none;
}
.cid-vjQRwotYSn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjQRwotYSn .carousel-indicators {
    display: none !important;
  }
}
.cid-vjQRwoEy9c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjQRwoEy9c .mbr-text {
  color: #000000;
}
.cid-vjQRwoEy9c .mbr-section-subtitle {
  color: #000000;
}
.cid-vjQRwoEy9c .mbr-section-title {
  color: #000000;
}
.cid-vjQRwoEy9c .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjQRwoEy9c .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-vjQRwoEy9c .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-vjQRwoEy9c .img-wrapper {
  display: flex;
}
.cid-vjQRwoEy9c .card-text {
  text-align: justify;
  color: #ffffff;
}
.cid-vjQRwoEy9c .card-title,
.cid-vjQRwoEy9c .img-wrapper {
  text-align: center;
}
.cid-vjQRwoNd3O {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjQRwoNd3O .carousel {
    max-height: 400px;
  }
  .cid-vjQRwoNd3O .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjQRwoNd3O .carousel {
    min-height: 260px;
  }
  .cid-vjQRwoNd3O .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjQRwoNd3O .carousel {
    min-height: 220px;
  }
  .cid-vjQRwoNd3O .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjQRwoNd3O .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjQRwoNd3O .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjQRwoNd3O .carousel,
.cid-vjQRwoNd3O .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjQRwoNd3O .item-wrapper {
  width: 100%;
}
.cid-vjQRwoNd3O .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjQRwoNd3O .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjQRwoNd3O .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjQRwoNd3O .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjQRwoNd3O .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjQRwoNd3O .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjQRwoNd3O .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjQRwoNd3O .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjQRwoNd3O .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjQRwoNd3O .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjQRwoNd3O .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjQRwoNd3O .carousel-indicators li.active,
.cid-vjQRwoNd3O .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjQRwoNd3O .carousel-indicators li::after,
.cid-vjQRwoNd3O .carousel-indicators li::before {
  content: none;
}
.cid-vjQRwoNd3O .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjQRwoNd3O .carousel-indicators {
    display: none !important;
  }
}
.cid-vjQRwoX2Y9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjQRwoX2Y9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjQRwoX2Y9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjQRwoX2Y9 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjQRwoX2Y9 .footer-col {
    flex-direction: column;
  }
}
.cid-vjQRwoX2Y9 .row {
  background: #2b075a;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjQRwoX2Y9 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjQRwoX2Y9 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjQRwoX2Y9 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjQRwoX2Y9 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjQRwoX2Y9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjQRwoX2Y9 .soc-item {
  margin: 8px;
}
.cid-vjQRwoX2Y9 .soc-item a:hover .mbr-iconfont,
.cid-vjQRwoX2Y9 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjQRwoX2Y9 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjQRwoX2Y9 .row {
    text-align: center;
  }
  .cid-vjQRwoX2Y9 .social-row {
    justify-content: center;
  }
}
.cid-vjQRwoX2Y9 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjQRwoX2Y9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjQRwoX2Y9 .list {
    margin-bottom: 0rem;
  }
}
.cid-vjQRwoX2Y9 .mbr-text {
  color: #bbbbbb;
}
.cid-vjQRwoX2Y9 .mbr-section-subtitle {
  color: #00d7ff;
}
.cid-vjQRwoX2Y9 .list,
.cid-vjQRwoX2Y9 .item-wrap {
  color: #ffffff;
}
.cid-vjQRwoX2Y9 .copyright {
  color: #f7f7f7;
}
.cid-vjWGCGz43m {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjWGCGz43m .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjWGCGz43m .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjWGCGz43m .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjWGCGz43m .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjWGCGz43m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjWGCGz43m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjWGCGz43m .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjWGCGz43m .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjWGCGz43m .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjWGCGz43m .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjWGCGz43m .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjWGCGz43m .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjWGCGz43m .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjWGCGz43m .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjWGCGz43m .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjWGCGz43m .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjWGCGz43m .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjWGCGz43m .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjWGCGz43m .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjWGCGz43m .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjWGCGz43m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjWGCGz43m .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjWGCGz43m .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjWGCGz43m .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjWGCGz43m .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjWGCGz43m .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
}
.cid-vjWGCGz43m .nav-item:focus,
.cid-vjWGCGz43m .nav-link:focus {
  outline: none;
}
.cid-vjWGCGz43m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjWGCGz43m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjWGCGz43m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjWGCGz43m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjWGCGz43m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjWGCGz43m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjWGCGz43m .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vjWGCGz43m .navbar.opened {
  transition: all 0.3s;
}
.cid-vjWGCGz43m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjWGCGz43m .navbar .navbar-logo img {
  width: auto;
}
.cid-vjWGCGz43m .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjWGCGz43m .navbar.collapsed {
  justify-content: center;
}
.cid-vjWGCGz43m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjWGCGz43m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjWGCGz43m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjWGCGz43m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjWGCGz43m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjWGCGz43m .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjWGCGz43m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjWGCGz43m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjWGCGz43m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjWGCGz43m .navbar {
    min-height: 72px;
  }
  .cid-vjWGCGz43m .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjWGCGz43m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjWGCGz43m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjWGCGz43m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjWGCGz43m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjWGCGz43m .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjWGCGz43m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjWGCGz43m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjWGCGz43m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjWGCGz43m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjWGCGz43m .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjWGCGz43m .dropdown-item.active,
.cid-vjWGCGz43m .dropdown-item:active {
  background-color: transparent;
}
.cid-vjWGCGz43m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjWGCGz43m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjWGCGz43m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjWGCGz43m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjWGCGz43m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjWGCGz43m .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjWGCGz43m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjWGCGz43m .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjWGCGz43m .navbar-buttons {
    text-align: left;
  }
}
.cid-vjWGCGz43m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjWGCGz43m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjWGCGz43m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjWGCGz43m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjWGCGz43m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjWGCGz43m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjWGCGz43m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjWGCGz43m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjWGCGz43m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjWGCGz43m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjWGCGz43m .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjWGCGz43m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjWGCGz43m .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjWGCGz43m .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjWGCGz43m .navbar {
    height: 70px;
  }
  .cid-vjWGCGz43m .navbar.opened {
    height: auto;
  }
  .cid-vjWGCGz43m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjWGCGz43m .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjWGCGz43m .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjWGCGz43m .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjWGCGz43m .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vjWGCGz43m .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjWGCGz43m .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjWGCGz43m .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjWGCGz43m .navbar-brand {
    margin-right: auto;
  }
  .cid-vjWGCGz43m .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    backdrop-filter: blur(8px);
  }
  .cid-vjWGCGz43m .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjWGCGz43m .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjWGCGz43m .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjWGCGz43m .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjWGCGz43m .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjWGCGz43m .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjWGCGz43m .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjWGCGz43m .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjWGCGz43m .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjWGCGz43m .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjWGCH4PS3 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjWGCH4PS3 .carousel {
    max-height: 500px;
  }
  .cid-vjWGCH4PS3 .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjWGCH4PS3 .carousel {
    min-height: 325px;
  }
  .cid-vjWGCH4PS3 .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjWGCH4PS3 .carousel {
    min-height: 275px;
  }
  .cid-vjWGCH4PS3 .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjWGCH4PS3 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjWGCH4PS3 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjWGCH4PS3 .carousel,
.cid-vjWGCH4PS3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjWGCH4PS3 .item-wrapper {
  width: 100%;
}
.cid-vjWGCH4PS3 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjWGCH4PS3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjWGCH4PS3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjWGCH4PS3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjWGCH4PS3 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjWGCH4PS3 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjWGCH4PS3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjWGCH4PS3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjWGCH4PS3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjWGCH4PS3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjWGCH4PS3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjWGCH4PS3 .carousel-indicators li.active,
.cid-vjWGCH4PS3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjWGCH4PS3 .carousel-indicators li::after,
.cid-vjWGCH4PS3 .carousel-indicators li::before {
  content: none;
}
.cid-vjWGCH4PS3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjWGCH4PS3 .carousel-indicators {
    display: none !important;
  }
}
.cid-vjWGCHo1rJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjWGCHo1rJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjWGCHo1rJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjWGCHo1rJ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjWGCHo1rJ .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjWGCHo1rJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjWGCHo1rJ .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjWGCHo1rJ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjWGCHo1rJ .header-menu li p {
  margin: 0;
}
.cid-vjWGCHo1rJ .content-head {
  max-width: 800px;
}
.cid-vjWKVGSrxU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #14022d;
}
.cid-vjWKVGSrxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjWKVGSrxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vjWKVGSrxU .container-fluid {
    padding: 0;
  }
}
.cid-vjWKVGSrxU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vjWKVGSrxU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vjWKVGSrxU .embla__button--next,
.cid-vjWKVGSrxU .embla__button--prev {
  display: flex;
}
.cid-vjWKVGSrxU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjWKVGSrxU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjWKVGSrxU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vjWKVGSrxU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vjWKVGSrxU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjWKVGSrxU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjWKVGSrxU .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjWKVGSrxU .embla {
  position: relative;
  width: 100%;
}
.cid-vjWKVGSrxU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vjWKVGSrxU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vjWKVGSrxU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vjWKVGSrxU .embla__slide a {
  cursor: grab;
}
.cid-vjWKVGSrxU .embla__slide a:active {
  cursor: grabbing;
}
.cid-vjWKVGSrxU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vjWKVGSrxU .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjWKVGSrxU .mbr-section-title {
  color: #00d7ff;
}
.cid-vjWKVGSrxU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjWKVGSrxU .mbr-box {
  color: #ffffff;
}
.cid-vjWKVGSrxU .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vjWKVGSrxU img,
.cid-vjWKVGSrxU .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vjWKVGSrxU .item-wrapper {
  position: relative;
}
.cid-vjWKVGSrxU .content-head {
  max-width: 800px;
}
.cid-vjWGX3nx8E {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #14022d;
}
.cid-vjWGX3nx8E img,
.cid-vjWGX3nx8E .item-img {
  width: 100%;
}
.cid-vjWGX3nx8E .item:focus,
.cid-vjWGX3nx8E span:focus {
  outline: none;
}
.cid-vjWGX3nx8E .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjWGX3nx8E .item {
    margin-bottom: 1rem;
  }
}
.cid-vjWGX3nx8E .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjWGX3nx8E .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjWGX3nx8E .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vjWGX3nx8E .item-wrapper {
  position: relative;
  background: #2b075a;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjWGX3nx8E .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vjWGX3nx8E .mbr-section-title {
  color: #00d7ff;
}
.cid-vjWGX3nx8E .item-title {
  text-align: center;
  color: #00d7ff;
}
.cid-vjWGX3nx8E .item-subtitle {
  text-align: left;
}
.cid-vjWGX3nx8E .mbr-text,
.cid-vjWGX3nx8E .item .mbr-section-btn {
  text-align: left;
  color: #f7f7f7;
}
.cid-vjWGX3nx8E .content-head {
  max-width: 800px;
}
.cid-vjWGCIXKuw {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #14022d;
}
.cid-vjWGCIXKuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjWGCIXKuw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjWGCIXKuw .card-wrapper {
  background: #2b075a;
}
@media (max-width: 767px) {
  .cid-vjWGCIXKuw .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjWGCIXKuw .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjWGCIXKuw .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjWGCIXKuw .mbr-text,
.cid-vjWGCIXKuw .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-vjWGCIXKuw .card-title,
.cid-vjWGCIXKuw .card-box {
  text-align: center;
  color: #00d7ff;
}
.cid-vjWGCIXKuw .mbr-section-subtitle {
  text-align: center;
}
.cid-vjWGCJh0V3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjWGCJh0V3 .carousel {
    max-height: 400px;
  }
  .cid-vjWGCJh0V3 .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjWGCJh0V3 .carousel {
    min-height: 260px;
  }
  .cid-vjWGCJh0V3 .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjWGCJh0V3 .carousel {
    min-height: 220px;
  }
  .cid-vjWGCJh0V3 .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjWGCJh0V3 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjWGCJh0V3 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjWGCJh0V3 .carousel,
.cid-vjWGCJh0V3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjWGCJh0V3 .item-wrapper {
  width: 100%;
}
.cid-vjWGCJh0V3 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjWGCJh0V3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjWGCJh0V3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjWGCJh0V3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjWGCJh0V3 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjWGCJh0V3 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjWGCJh0V3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjWGCJh0V3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjWGCJh0V3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjWGCJh0V3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjWGCJh0V3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjWGCJh0V3 .carousel-indicators li.active,
.cid-vjWGCJh0V3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjWGCJh0V3 .carousel-indicators li::after,
.cid-vjWGCJh0V3 .carousel-indicators li::before {
  content: none;
}
.cid-vjWGCJh0V3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjWGCJh0V3 .carousel-indicators {
    display: none !important;
  }
}
.cid-vjWGCJrFfY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjWGCJrFfY .mbr-text {
  color: #000000;
}
.cid-vjWGCJrFfY .mbr-section-subtitle {
  color: #000000;
}
.cid-vjWGCJrFfY .mbr-section-title {
  color: #000000;
}
.cid-vjWGCJrFfY .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjWGCJrFfY .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-vjWGCJrFfY .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-vjWGCJrFfY .img-wrapper {
  display: flex;
}
.cid-vjWGCJrFfY .card-text {
  text-align: justify;
  color: #ffffff;
}
.cid-vjWGCJrFfY .card-title,
.cid-vjWGCJrFfY .img-wrapper {
  text-align: center;
}
.cid-vjWGCJypna {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjWGCJypna .carousel {
    max-height: 400px;
  }
  .cid-vjWGCJypna .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjWGCJypna .carousel {
    min-height: 260px;
  }
  .cid-vjWGCJypna .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjWGCJypna .carousel {
    min-height: 220px;
  }
  .cid-vjWGCJypna .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjWGCJypna .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjWGCJypna .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjWGCJypna .carousel,
.cid-vjWGCJypna .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjWGCJypna .item-wrapper {
  width: 100%;
}
.cid-vjWGCJypna .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjWGCJypna .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjWGCJypna .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjWGCJypna .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjWGCJypna .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjWGCJypna .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjWGCJypna .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjWGCJypna .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjWGCJypna .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjWGCJypna .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjWGCJypna .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjWGCJypna .carousel-indicators li.active,
.cid-vjWGCJypna .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjWGCJypna .carousel-indicators li::after,
.cid-vjWGCJypna .carousel-indicators li::before {
  content: none;
}
.cid-vjWGCJypna .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjWGCJypna .carousel-indicators {
    display: none !important;
  }
}
.cid-vjWGCJIax1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjWGCJIax1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjWGCJIax1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjWGCJIax1 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjWGCJIax1 .footer-col {
    flex-direction: column;
  }
}
.cid-vjWGCJIax1 .row {
  background: #2b075a;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjWGCJIax1 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjWGCJIax1 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjWGCJIax1 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjWGCJIax1 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjWGCJIax1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjWGCJIax1 .soc-item {
  margin: 8px;
}
.cid-vjWGCJIax1 .soc-item a:hover .mbr-iconfont,
.cid-vjWGCJIax1 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjWGCJIax1 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjWGCJIax1 .row {
    text-align: center;
  }
  .cid-vjWGCJIax1 .social-row {
    justify-content: center;
  }
}
.cid-vjWGCJIax1 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjWGCJIax1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjWGCJIax1 .list {
    margin-bottom: 0rem;
  }
}
.cid-vjWGCJIax1 .mbr-text {
  color: #bbbbbb;
}
.cid-vjWGCJIax1 .mbr-section-subtitle {
  color: #00d7ff;
}
.cid-vjWGCJIax1 .list,
.cid-vjWGCJIax1 .item-wrap {
  color: #ffffff;
}
.cid-vjWGCJIax1 .copyright {
  color: #f7f7f7;
}
.cid-vjXpeNkhQb {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjXpeNkhQb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjXpeNkhQb .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjXpeNkhQb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjXpeNkhQb .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjXpeNkhQb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjXpeNkhQb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjXpeNkhQb .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjXpeNkhQb .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjXpeNkhQb .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjXpeNkhQb .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjXpeNkhQb .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjXpeNkhQb .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjXpeNkhQb .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjXpeNkhQb .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjXpeNkhQb .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjXpeNkhQb .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjXpeNkhQb .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjXpeNkhQb .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjXpeNkhQb .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjXpeNkhQb .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjXpeNkhQb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjXpeNkhQb .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjXpeNkhQb .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjXpeNkhQb .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjXpeNkhQb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjXpeNkhQb .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
}
.cid-vjXpeNkhQb .nav-item:focus,
.cid-vjXpeNkhQb .nav-link:focus {
  outline: none;
}
.cid-vjXpeNkhQb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjXpeNkhQb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjXpeNkhQb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjXpeNkhQb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjXpeNkhQb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjXpeNkhQb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjXpeNkhQb .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vjXpeNkhQb .navbar.opened {
  transition: all 0.3s;
}
.cid-vjXpeNkhQb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjXpeNkhQb .navbar .navbar-logo img {
  width: auto;
}
.cid-vjXpeNkhQb .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjXpeNkhQb .navbar.collapsed {
  justify-content: center;
}
.cid-vjXpeNkhQb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjXpeNkhQb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjXpeNkhQb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjXpeNkhQb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjXpeNkhQb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjXpeNkhQb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjXpeNkhQb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjXpeNkhQb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjXpeNkhQb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjXpeNkhQb .navbar {
    min-height: 72px;
  }
  .cid-vjXpeNkhQb .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjXpeNkhQb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjXpeNkhQb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjXpeNkhQb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjXpeNkhQb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjXpeNkhQb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjXpeNkhQb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjXpeNkhQb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjXpeNkhQb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjXpeNkhQb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjXpeNkhQb .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjXpeNkhQb .dropdown-item.active,
.cid-vjXpeNkhQb .dropdown-item:active {
  background-color: transparent;
}
.cid-vjXpeNkhQb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjXpeNkhQb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjXpeNkhQb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjXpeNkhQb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjXpeNkhQb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjXpeNkhQb .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjXpeNkhQb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjXpeNkhQb .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjXpeNkhQb .navbar-buttons {
    text-align: left;
  }
}
.cid-vjXpeNkhQb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjXpeNkhQb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjXpeNkhQb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjXpeNkhQb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjXpeNkhQb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjXpeNkhQb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjXpeNkhQb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjXpeNkhQb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjXpeNkhQb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjXpeNkhQb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjXpeNkhQb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjXpeNkhQb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjXpeNkhQb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjXpeNkhQb .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjXpeNkhQb .navbar {
    height: 70px;
  }
  .cid-vjXpeNkhQb .navbar.opened {
    height: auto;
  }
  .cid-vjXpeNkhQb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjXpeNkhQb .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjXpeNkhQb .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjXpeNkhQb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjXpeNkhQb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vjXpeNkhQb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjXpeNkhQb .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjXpeNkhQb .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjXpeNkhQb .navbar-brand {
    margin-right: auto;
  }
  .cid-vjXpeNkhQb .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    backdrop-filter: blur(8px);
  }
  .cid-vjXpeNkhQb .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjXpeNkhQb .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjXpeNkhQb .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjXpeNkhQb .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjXpeNkhQb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjXpeNkhQb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjXpeNkhQb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjXpeNkhQb .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjXpeNkhQb .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjXpeNkhQb .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjXpeNA8yA {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjXpeNA8yA .carousel {
    max-height: 500px;
  }
  .cid-vjXpeNA8yA .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjXpeNA8yA .carousel {
    min-height: 325px;
  }
  .cid-vjXpeNA8yA .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjXpeNA8yA .carousel {
    min-height: 275px;
  }
  .cid-vjXpeNA8yA .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjXpeNA8yA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjXpeNA8yA .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjXpeNA8yA .carousel,
.cid-vjXpeNA8yA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjXpeNA8yA .item-wrapper {
  width: 100%;
}
.cid-vjXpeNA8yA .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjXpeNA8yA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjXpeNA8yA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjXpeNA8yA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjXpeNA8yA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjXpeNA8yA .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjXpeNA8yA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjXpeNA8yA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjXpeNA8yA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjXpeNA8yA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjXpeNA8yA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjXpeNA8yA .carousel-indicators li.active,
.cid-vjXpeNA8yA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjXpeNA8yA .carousel-indicators li::after,
.cid-vjXpeNA8yA .carousel-indicators li::before {
  content: none;
}
.cid-vjXpeNA8yA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjXpeNA8yA .carousel-indicators {
    display: none !important;
  }
}
.cid-vjXpeNLv1L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjXpeNLv1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXpeNLv1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXpeNLv1L .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjXpeNLv1L .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjXpeNLv1L .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXpeNLv1L .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjXpeNLv1L .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjXpeNLv1L .header-menu li p {
  margin: 0;
}
.cid-vjXpeNLv1L .content-head {
  max-width: 800px;
}
.cid-vjXxCdm56z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #14022d;
}
.cid-vjXxCdm56z .mbr-text {
  color: #f7f7f7;
  text-align: center;
}
.cid-vjXxCdm56z .mbr-section-subtitle {
  color: #000000;
}
.cid-vjXxCdm56z .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjXvJduwCP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #14022d;
}
.cid-vjXvJduwCP h6 {
  line-height: 1.2;
}
.cid-vjXvJduwCP img,
.cid-vjXvJduwCP .item-img {
  width: 100%;
}
.cid-vjXvJduwCP .item:focus,
.cid-vjXvJduwCP span:focus {
  outline: none;
}
.cid-vjXvJduwCP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjXvJduwCP .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjXvJduwCP .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vjXvJduwCP .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjXvJduwCP .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjXvJduwCP .mbr-section-title {
  color: #000000;
}
.cid-vjXvJduwCP .mbr-text,
.cid-vjXvJduwCP .mbr-section-btn {
  color: #000000;
}
.cid-vjXvJduwCP .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjXvJduwCP .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjXvJduwCP .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjXvJduwCP .content-head {
  max-width: 800px;
}
.cid-vjXvJduwCP .item-title,
.cid-vjXvJduwCP .mbr-section-btn {
  color: #ffffff;
}
.cid-vjXsO1ygNM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #14022d;
}
.cid-vjXsO1ygNM .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjXsO1ygNM .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vjXsO1ygNM .item-head {
  background: #2b075a;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjXsO1ygNM .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjXsO1ygNM .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vjXsO1ygNM .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjXsO1ygNM .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjXsO1ygNM .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-vjXsO1ygNM .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-vjXsO1ygNM .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjXsO1ygNM .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-vjXsO1ygNM .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-vjXsO1ygNM .btn {
  width: -webkit-fill-available;
}
.cid-vjXsO1ygNM .item:focus,
.cid-vjXsO1ygNM span:focus {
  outline: none;
}
.cid-vjXsO1ygNM .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-vjXsO1ygNM .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjXsO1ygNM .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vjXsO1ygNM .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjXsO1ygNM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vjXsO1ygNM .mbr-text,
.cid-vjXsO1ygNM .mbr-section-btn {
  text-align: left;
}
.cid-vjXsO1ygNM .item-title {
  text-align: center;
  color: #00d7ff;
}
.cid-vjXsO1ygNM .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-vjXsO1ygNM .content-head {
  max-width: 800px;
}
.cid-vjXpeOQ5iF {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #14022d;
}
.cid-vjXpeOQ5iF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXpeOQ5iF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXpeOQ5iF .card-wrapper {
  background: #2b075a;
}
@media (max-width: 767px) {
  .cid-vjXpeOQ5iF .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjXpeOQ5iF .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjXpeOQ5iF .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjXpeOQ5iF .mbr-text,
.cid-vjXpeOQ5iF .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-vjXpeOQ5iF .card-title,
.cid-vjXpeOQ5iF .card-box {
  text-align: center;
  color: #00d7ff;
}
.cid-vjXpeOQ5iF .mbr-section-subtitle {
  text-align: center;
}
.cid-vjXpeP3fVv {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjXpeP3fVv .carousel {
    max-height: 400px;
  }
  .cid-vjXpeP3fVv .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjXpeP3fVv .carousel {
    min-height: 260px;
  }
  .cid-vjXpeP3fVv .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjXpeP3fVv .carousel {
    min-height: 220px;
  }
  .cid-vjXpeP3fVv .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjXpeP3fVv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjXpeP3fVv .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjXpeP3fVv .carousel,
.cid-vjXpeP3fVv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjXpeP3fVv .item-wrapper {
  width: 100%;
}
.cid-vjXpeP3fVv .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjXpeP3fVv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjXpeP3fVv .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjXpeP3fVv .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjXpeP3fVv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjXpeP3fVv .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjXpeP3fVv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjXpeP3fVv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjXpeP3fVv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjXpeP3fVv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjXpeP3fVv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjXpeP3fVv .carousel-indicators li.active,
.cid-vjXpeP3fVv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjXpeP3fVv .carousel-indicators li::after,
.cid-vjXpeP3fVv .carousel-indicators li::before {
  content: none;
}
.cid-vjXpeP3fVv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjXpeP3fVv .carousel-indicators {
    display: none !important;
  }
}
.cid-vjXpePcb8m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjXpePcb8m .mbr-text {
  color: #000000;
}
.cid-vjXpePcb8m .mbr-section-subtitle {
  color: #000000;
}
.cid-vjXpePcb8m .mbr-section-title {
  color: #000000;
}
.cid-vjXpePcb8m .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjXpePcb8m .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-vjXpePcb8m .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-vjXpePcb8m .img-wrapper {
  display: flex;
}
.cid-vjXpePcb8m .card-text {
  text-align: justify;
  color: #ffffff;
}
.cid-vjXpePcb8m .card-title,
.cid-vjXpePcb8m .img-wrapper {
  text-align: center;
}
.cid-vjXpePpyvE {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjXpePpyvE .carousel {
    max-height: 400px;
  }
  .cid-vjXpePpyvE .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjXpePpyvE .carousel {
    min-height: 260px;
  }
  .cid-vjXpePpyvE .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjXpePpyvE .carousel {
    min-height: 220px;
  }
  .cid-vjXpePpyvE .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjXpePpyvE .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjXpePpyvE .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjXpePpyvE .carousel,
.cid-vjXpePpyvE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjXpePpyvE .item-wrapper {
  width: 100%;
}
.cid-vjXpePpyvE .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjXpePpyvE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjXpePpyvE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjXpePpyvE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjXpePpyvE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjXpePpyvE .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjXpePpyvE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjXpePpyvE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjXpePpyvE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjXpePpyvE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjXpePpyvE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjXpePpyvE .carousel-indicators li.active,
.cid-vjXpePpyvE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjXpePpyvE .carousel-indicators li::after,
.cid-vjXpePpyvE .carousel-indicators li::before {
  content: none;
}
.cid-vjXpePpyvE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjXpePpyvE .carousel-indicators {
    display: none !important;
  }
}
.cid-vjXpePxk2d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjXpePxk2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXpePxk2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXpePxk2d .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjXpePxk2d .footer-col {
    flex-direction: column;
  }
}
.cid-vjXpePxk2d .row {
  background: #2b075a;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjXpePxk2d .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjXpePxk2d .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjXpePxk2d .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjXpePxk2d .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjXpePxk2d .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjXpePxk2d .soc-item {
  margin: 8px;
}
.cid-vjXpePxk2d .soc-item a:hover .mbr-iconfont,
.cid-vjXpePxk2d .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXpePxk2d .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjXpePxk2d .row {
    text-align: center;
  }
  .cid-vjXpePxk2d .social-row {
    justify-content: center;
  }
}
.cid-vjXpePxk2d .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjXpePxk2d .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjXpePxk2d .list {
    margin-bottom: 0rem;
  }
}
.cid-vjXpePxk2d .mbr-text {
  color: #bbbbbb;
}
.cid-vjXpePxk2d .mbr-section-subtitle {
  color: #00d7ff;
}
.cid-vjXpePxk2d .list,
.cid-vjXpePxk2d .item-wrap {
  color: #ffffff;
}
.cid-vjXpePxk2d .copyright {
  color: #f7f7f7;
}
.cid-vjXyQuc9Wf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjXyQuc9Wf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjXyQuc9Wf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjXyQuc9Wf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjXyQuc9Wf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjXyQuc9Wf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjXyQuc9Wf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjXyQuc9Wf .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjXyQuc9Wf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjXyQuc9Wf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjXyQuc9Wf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjXyQuc9Wf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjXyQuc9Wf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjXyQuc9Wf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjXyQuc9Wf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjXyQuc9Wf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjXyQuc9Wf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjXyQuc9Wf .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjXyQuc9Wf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjXyQuc9Wf .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjXyQuc9Wf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjXyQuc9Wf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjXyQuc9Wf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjXyQuc9Wf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjXyQuc9Wf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjXyQuc9Wf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjXyQuc9Wf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
}
.cid-vjXyQuc9Wf .nav-item:focus,
.cid-vjXyQuc9Wf .nav-link:focus {
  outline: none;
}
.cid-vjXyQuc9Wf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjXyQuc9Wf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjXyQuc9Wf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjXyQuc9Wf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjXyQuc9Wf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjXyQuc9Wf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjXyQuc9Wf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vjXyQuc9Wf .navbar.opened {
  transition: all 0.3s;
}
.cid-vjXyQuc9Wf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjXyQuc9Wf .navbar .navbar-logo img {
  width: auto;
}
.cid-vjXyQuc9Wf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjXyQuc9Wf .navbar.collapsed {
  justify-content: center;
}
.cid-vjXyQuc9Wf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjXyQuc9Wf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjXyQuc9Wf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjXyQuc9Wf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjXyQuc9Wf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjXyQuc9Wf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjXyQuc9Wf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjXyQuc9Wf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjXyQuc9Wf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjXyQuc9Wf .navbar {
    min-height: 72px;
  }
  .cid-vjXyQuc9Wf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjXyQuc9Wf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjXyQuc9Wf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjXyQuc9Wf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjXyQuc9Wf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjXyQuc9Wf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjXyQuc9Wf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjXyQuc9Wf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjXyQuc9Wf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjXyQuc9Wf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjXyQuc9Wf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjXyQuc9Wf .dropdown-item.active,
.cid-vjXyQuc9Wf .dropdown-item:active {
  background-color: transparent;
}
.cid-vjXyQuc9Wf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjXyQuc9Wf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjXyQuc9Wf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjXyQuc9Wf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjXyQuc9Wf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjXyQuc9Wf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjXyQuc9Wf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjXyQuc9Wf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjXyQuc9Wf .navbar-buttons {
    text-align: left;
  }
}
.cid-vjXyQuc9Wf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjXyQuc9Wf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjXyQuc9Wf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjXyQuc9Wf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjXyQuc9Wf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjXyQuc9Wf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjXyQuc9Wf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjXyQuc9Wf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjXyQuc9Wf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjXyQuc9Wf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjXyQuc9Wf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjXyQuc9Wf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjXyQuc9Wf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjXyQuc9Wf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjXyQuc9Wf .navbar {
    height: 70px;
  }
  .cid-vjXyQuc9Wf .navbar.opened {
    height: auto;
  }
  .cid-vjXyQuc9Wf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjXyQuc9Wf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjXyQuc9Wf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjXyQuc9Wf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjXyQuc9Wf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vjXyQuc9Wf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjXyQuc9Wf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjXyQuc9Wf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjXyQuc9Wf .navbar-brand {
    margin-right: auto;
  }
  .cid-vjXyQuc9Wf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    backdrop-filter: blur(8px);
  }
  .cid-vjXyQuc9Wf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjXyQuc9Wf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjXyQuc9Wf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjXyQuc9Wf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjXyQuc9Wf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjXyQuc9Wf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjXyQuc9Wf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjXyQuc9Wf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjXyQuc9Wf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjXyQuc9Wf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjXyQut62e {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjXyQut62e .carousel {
    max-height: 500px;
  }
  .cid-vjXyQut62e .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjXyQut62e .carousel {
    min-height: 325px;
  }
  .cid-vjXyQut62e .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjXyQut62e .carousel {
    min-height: 275px;
  }
  .cid-vjXyQut62e .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjXyQut62e .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjXyQut62e .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjXyQut62e .carousel,
.cid-vjXyQut62e .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjXyQut62e .item-wrapper {
  width: 100%;
}
.cid-vjXyQut62e .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjXyQut62e .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjXyQut62e .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjXyQut62e .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjXyQut62e .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjXyQut62e .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjXyQut62e .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjXyQut62e .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjXyQut62e .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjXyQut62e .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjXyQut62e .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjXyQut62e .carousel-indicators li.active,
.cid-vjXyQut62e .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjXyQut62e .carousel-indicators li::after,
.cid-vjXyQut62e .carousel-indicators li::before {
  content: none;
}
.cid-vjXyQut62e .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjXyQut62e .carousel-indicators {
    display: none !important;
  }
}
.cid-vjXyQuDuqm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjXyQuDuqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXyQuDuqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXyQuDuqm .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjXyQuDuqm .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjXyQuDuqm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXyQuDuqm .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjXyQuDuqm .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjXyQuDuqm .header-menu li p {
  margin: 0;
}
.cid-vjXyQuDuqm .content-head {
  max-width: 800px;
}
.cid-vjXyQuPNY6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #14022d;
}
.cid-vjXyQuPNY6 .mbr-text {
  color: #f7f7f7;
  text-align: center;
}
.cid-vjXyQuPNY6 .mbr-section-subtitle {
  color: #000000;
}
.cid-vjXyQuPNY6 .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjXyQv0Qra {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #14022d;
}
.cid-vjXyQv0Qra h6 {
  line-height: 1.2;
}
.cid-vjXyQv0Qra img,
.cid-vjXyQv0Qra .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vjXyQv0Qra .item:focus,
.cid-vjXyQv0Qra span:focus {
  outline: none;
}
.cid-vjXyQv0Qra .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjXyQv0Qra .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjXyQv0Qra .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vjXyQv0Qra .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vjXyQv0Qra .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vjXyQv0Qra .mbr-section-title {
  color: #000000;
}
.cid-vjXyQv0Qra .mbr-text,
.cid-vjXyQv0Qra .mbr-section-btn {
  color: #000000;
}
.cid-vjXyQv0Qra .item-title {
  color: #000000;
  text-align: center;
}
.cid-vjXyQv0Qra .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vjXyQv0Qra .item-text {
  color: #000000;
  text-align: center;
}
.cid-vjXyQv0Qra .content-head {
  max-width: 800px;
}
.cid-vjXyQv0Qra .item-title,
.cid-vjXyQv0Qra .mbr-section-btn {
  color: #ffffff;
}
.cid-vjXyQvPEdq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjXyQvPEdq .carousel {
    max-height: 400px;
  }
  .cid-vjXyQvPEdq .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjXyQvPEdq .carousel {
    min-height: 260px;
  }
  .cid-vjXyQvPEdq .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjXyQvPEdq .carousel {
    min-height: 220px;
  }
  .cid-vjXyQvPEdq .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjXyQvPEdq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjXyQvPEdq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjXyQvPEdq .carousel,
.cid-vjXyQvPEdq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjXyQvPEdq .item-wrapper {
  width: 100%;
}
.cid-vjXyQvPEdq .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjXyQvPEdq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjXyQvPEdq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjXyQvPEdq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjXyQvPEdq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjXyQvPEdq .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjXyQvPEdq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjXyQvPEdq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjXyQvPEdq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjXyQvPEdq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjXyQvPEdq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjXyQvPEdq .carousel-indicators li.active,
.cid-vjXyQvPEdq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjXyQvPEdq .carousel-indicators li::after,
.cid-vjXyQvPEdq .carousel-indicators li::before {
  content: none;
}
.cid-vjXyQvPEdq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjXyQvPEdq .carousel-indicators {
    display: none !important;
  }
}
.cid-vjXyQvZ7Aw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjXyQvZ7Aw .mbr-text {
  color: #000000;
}
.cid-vjXyQvZ7Aw .mbr-section-subtitle {
  color: #000000;
}
.cid-vjXyQvZ7Aw .mbr-section-title {
  color: #000000;
}
.cid-vjXyQvZ7Aw .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjXyQvZ7Aw .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-vjXyQvZ7Aw .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-vjXyQvZ7Aw .img-wrapper {
  display: flex;
}
.cid-vjXyQvZ7Aw .card-text {
  text-align: justify;
  color: #ffffff;
}
.cid-vjXyQvZ7Aw .card-title,
.cid-vjXyQvZ7Aw .img-wrapper {
  text-align: center;
}
.cid-vjXyQw7CDq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjXyQw7CDq .carousel {
    max-height: 400px;
  }
  .cid-vjXyQw7CDq .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjXyQw7CDq .carousel {
    min-height: 260px;
  }
  .cid-vjXyQw7CDq .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjXyQw7CDq .carousel {
    min-height: 220px;
  }
  .cid-vjXyQw7CDq .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjXyQw7CDq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjXyQw7CDq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjXyQw7CDq .carousel,
.cid-vjXyQw7CDq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjXyQw7CDq .item-wrapper {
  width: 100%;
}
.cid-vjXyQw7CDq .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjXyQw7CDq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjXyQw7CDq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjXyQw7CDq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjXyQw7CDq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjXyQw7CDq .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjXyQw7CDq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjXyQw7CDq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjXyQw7CDq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjXyQw7CDq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjXyQw7CDq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjXyQw7CDq .carousel-indicators li.active,
.cid-vjXyQw7CDq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjXyQw7CDq .carousel-indicators li::after,
.cid-vjXyQw7CDq .carousel-indicators li::before {
  content: none;
}
.cid-vjXyQw7CDq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjXyQw7CDq .carousel-indicators {
    display: none !important;
  }
}
.cid-vjXyQwk4fA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjXyQwk4fA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXyQwk4fA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXyQwk4fA .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjXyQwk4fA .footer-col {
    flex-direction: column;
  }
}
.cid-vjXyQwk4fA .row {
  background: #2b075a;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjXyQwk4fA .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjXyQwk4fA .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjXyQwk4fA .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjXyQwk4fA .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjXyQwk4fA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjXyQwk4fA .soc-item {
  margin: 8px;
}
.cid-vjXyQwk4fA .soc-item a:hover .mbr-iconfont,
.cid-vjXyQwk4fA .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXyQwk4fA .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjXyQwk4fA .row {
    text-align: center;
  }
  .cid-vjXyQwk4fA .social-row {
    justify-content: center;
  }
}
.cid-vjXyQwk4fA .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjXyQwk4fA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjXyQwk4fA .list {
    margin-bottom: 0rem;
  }
}
.cid-vjXyQwk4fA .mbr-text {
  color: #bbbbbb;
}
.cid-vjXyQwk4fA .mbr-section-subtitle {
  color: #00d7ff;
}
.cid-vjXyQwk4fA .list,
.cid-vjXyQwk4fA .item-wrap {
  color: #ffffff;
}
.cid-vjXyQwk4fA .copyright {
  color: #f7f7f7;
}
.cid-vjXAQVlKZL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vjXAQVlKZL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjXAQVlKZL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjXAQVlKZL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjXAQVlKZL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjXAQVlKZL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjXAQVlKZL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjXAQVlKZL .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-vjXAQVlKZL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjXAQVlKZL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjXAQVlKZL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjXAQVlKZL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjXAQVlKZL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjXAQVlKZL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjXAQVlKZL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjXAQVlKZL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjXAQVlKZL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjXAQVlKZL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vjXAQVlKZL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjXAQVlKZL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjXAQVlKZL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjXAQVlKZL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjXAQVlKZL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #2b075a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjXAQVlKZL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjXAQVlKZL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjXAQVlKZL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjXAQVlKZL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #2b075a;
}
.cid-vjXAQVlKZL .nav-item:focus,
.cid-vjXAQVlKZL .nav-link:focus {
  outline: none;
}
.cid-vjXAQVlKZL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjXAQVlKZL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjXAQVlKZL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjXAQVlKZL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjXAQVlKZL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjXAQVlKZL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjXAQVlKZL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vjXAQVlKZL .navbar.opened {
  transition: all 0.3s;
}
.cid-vjXAQVlKZL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjXAQVlKZL .navbar .navbar-logo img {
  width: auto;
}
.cid-vjXAQVlKZL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vjXAQVlKZL .navbar.collapsed {
  justify-content: center;
}
.cid-vjXAQVlKZL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjXAQVlKZL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjXAQVlKZL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vjXAQVlKZL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjXAQVlKZL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjXAQVlKZL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjXAQVlKZL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjXAQVlKZL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjXAQVlKZL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjXAQVlKZL .navbar {
    min-height: 72px;
  }
  .cid-vjXAQVlKZL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjXAQVlKZL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjXAQVlKZL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjXAQVlKZL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjXAQVlKZL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjXAQVlKZL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjXAQVlKZL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjXAQVlKZL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjXAQVlKZL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjXAQVlKZL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjXAQVlKZL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjXAQVlKZL .dropdown-item.active,
.cid-vjXAQVlKZL .dropdown-item:active {
  background-color: transparent;
}
.cid-vjXAQVlKZL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjXAQVlKZL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjXAQVlKZL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjXAQVlKZL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b075a;
}
.cid-vjXAQVlKZL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjXAQVlKZL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjXAQVlKZL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjXAQVlKZL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjXAQVlKZL .navbar-buttons {
    text-align: left;
  }
}
.cid-vjXAQVlKZL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjXAQVlKZL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjXAQVlKZL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjXAQVlKZL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjXAQVlKZL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjXAQVlKZL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjXAQVlKZL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjXAQVlKZL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjXAQVlKZL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjXAQVlKZL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjXAQVlKZL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjXAQVlKZL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjXAQVlKZL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjXAQVlKZL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjXAQVlKZL .navbar {
    height: 70px;
  }
  .cid-vjXAQVlKZL .navbar.opened {
    height: auto;
  }
  .cid-vjXAQVlKZL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjXAQVlKZL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjXAQVlKZL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjXAQVlKZL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjXAQVlKZL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vjXAQVlKZL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjXAQVlKZL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjXAQVlKZL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjXAQVlKZL .navbar-brand {
    margin-right: auto;
  }
  .cid-vjXAQVlKZL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2b075a;
    backdrop-filter: blur(8px);
  }
  .cid-vjXAQVlKZL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjXAQVlKZL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjXAQVlKZL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjXAQVlKZL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjXAQVlKZL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjXAQVlKZL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjXAQVlKZL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjXAQVlKZL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjXAQVlKZL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjXAQVlKZL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjXAQVCaIL {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjXAQVCaIL .carousel {
    max-height: 500px;
  }
  .cid-vjXAQVCaIL .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjXAQVCaIL .carousel {
    min-height: 325px;
  }
  .cid-vjXAQVCaIL .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjXAQVCaIL .carousel {
    min-height: 275px;
  }
  .cid-vjXAQVCaIL .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-vjXAQVCaIL .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjXAQVCaIL .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjXAQVCaIL .carousel,
.cid-vjXAQVCaIL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjXAQVCaIL .item-wrapper {
  width: 100%;
}
.cid-vjXAQVCaIL .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjXAQVCaIL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjXAQVCaIL .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjXAQVCaIL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjXAQVCaIL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjXAQVCaIL .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjXAQVCaIL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjXAQVCaIL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjXAQVCaIL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjXAQVCaIL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjXAQVCaIL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjXAQVCaIL .carousel-indicators li.active,
.cid-vjXAQVCaIL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjXAQVCaIL .carousel-indicators li::after,
.cid-vjXAQVCaIL .carousel-indicators li::before {
  content: none;
}
.cid-vjXAQVCaIL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjXAQVCaIL .carousel-indicators {
    display: none !important;
  }
}
.cid-vjXAQVOZVG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjXAQVOZVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXAQVOZVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXAQVOZVG .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjXAQVOZVG .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjXAQVOZVG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjXAQVOZVG .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjXAQVOZVG .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjXAQVOZVG .header-menu li p {
  margin: 0;
}
.cid-vjXAQVOZVG .content-head {
  max-width: 800px;
}
.cid-vjXAQVZoMC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #14022d;
}
.cid-vjXAQVZoMC .mbr-text {
  color: #f7f7f7;
  text-align: center;
}
.cid-vjXAQVZoMC .mbr-section-subtitle {
  color: #000000;
}
.cid-vjXAQVZoMC .mbr-section-title {
  color: #00d7ff;
  text-align: center;
}
.cid-vjXEFi1uun {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #14022d;
}
.cid-vjXEFi1uun .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXEFi1uun .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vjXEFi1uun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXEFi1uun .item-wrapper {
  background: #2b075a;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vjXEFi1uun .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjXEFi1uun .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vjXEFi1uun .card-title,
.cid-vjXEFi1uun .iconfont-wrapper {
  color: #000000;
}
.cid-vjXEFi1uun .card-text {
  color: #f7f7f7;
  text-align: center;
}
.cid-vjXEFi1uun .content-head {
  max-width: 800px;
}
.cid-vjXEFi1uun .mbr-section-title {
  color: #000000;
}
.cid-vjXEFi1uun .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjXEFi1uun .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vjXEFi1uun .card-title,
.cid-vjXEFi1uun .img-wrapper {
  text-align: center;
  color: #00d7ff;
}
.cid-vjXAQWqsXg {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjXAQWqsXg .carousel {
    max-height: 400px;
  }
  .cid-vjXAQWqsXg .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjXAQWqsXg .carousel {
    min-height: 260px;
  }
  .cid-vjXAQWqsXg .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjXAQWqsXg .carousel {
    min-height: 220px;
  }
  .cid-vjXAQWqsXg .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjXAQWqsXg .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjXAQWqsXg .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjXAQWqsXg .carousel,
.cid-vjXAQWqsXg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjXAQWqsXg .item-wrapper {
  width: 100%;
}
.cid-vjXAQWqsXg .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjXAQWqsXg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjXAQWqsXg .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjXAQWqsXg .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjXAQWqsXg .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjXAQWqsXg .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjXAQWqsXg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjXAQWqsXg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjXAQWqsXg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjXAQWqsXg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjXAQWqsXg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjXAQWqsXg .carousel-indicators li.active,
.cid-vjXAQWqsXg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjXAQWqsXg .carousel-indicators li::after,
.cid-vjXAQWqsXg .carousel-indicators li::before {
  content: none;
}
.cid-vjXAQWqsXg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjXAQWqsXg .carousel-indicators {
    display: none !important;
  }
}
.cid-vjXAQWyQKP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #14022d;
}
.cid-vjXAQWyQKP .mbr-text {
  color: #000000;
}
.cid-vjXAQWyQKP .mbr-section-subtitle {
  color: #000000;
}
.cid-vjXAQWyQKP .mbr-section-title {
  color: #000000;
}
.cid-vjXAQWyQKP .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjXAQWyQKP .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-vjXAQWyQKP .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-vjXAQWyQKP .img-wrapper {
  display: flex;
}
.cid-vjXAQWyQKP .card-text {
  text-align: justify;
  color: #ffffff;
}
.cid-vjXAQWyQKP .card-title,
.cid-vjXAQWyQKP .img-wrapper {
  text-align: center;
}
.cid-vjXAQWH7AD {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #14022d;
}
@media (min-width: 992px) {
  .cid-vjXAQWH7AD .carousel {
    max-height: 400px;
  }
  .cid-vjXAQWH7AD .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjXAQWH7AD .carousel {
    min-height: 260px;
  }
  .cid-vjXAQWH7AD .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vjXAQWH7AD .carousel {
    min-height: 220px;
  }
  .cid-vjXAQWH7AD .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-vjXAQWH7AD .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjXAQWH7AD .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjXAQWH7AD .carousel,
.cid-vjXAQWH7AD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjXAQWH7AD .item-wrapper {
  width: 100%;
}
.cid-vjXAQWH7AD .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vjXAQWH7AD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjXAQWH7AD .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjXAQWH7AD .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjXAQWH7AD .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjXAQWH7AD .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjXAQWH7AD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjXAQWH7AD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjXAQWH7AD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjXAQWH7AD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjXAQWH7AD .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjXAQWH7AD .carousel-indicators li.active,
.cid-vjXAQWH7AD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjXAQWH7AD .carousel-indicators li::after,
.cid-vjXAQWH7AD .carousel-indicators li::before {
  content: none;
}
.cid-vjXAQWH7AD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjXAQWH7AD .carousel-indicators {
    display: none !important;
  }
}
.cid-vjXAQWPYs4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #2b075a;
}
.cid-vjXAQWPYs4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjXAQWPYs4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjXAQWPYs4 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vjXAQWPYs4 .footer-col {
    flex-direction: column;
  }
}
.cid-vjXAQWPYs4 .row {
  background: #2b075a;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vjXAQWPYs4 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjXAQWPYs4 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vjXAQWPYs4 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vjXAQWPYs4 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vjXAQWPYs4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjXAQWPYs4 .soc-item {
  margin: 8px;
}
.cid-vjXAQWPYs4 .soc-item a:hover .mbr-iconfont,
.cid-vjXAQWPYs4 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vjXAQWPYs4 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjXAQWPYs4 .row {
    text-align: center;
  }
  .cid-vjXAQWPYs4 .social-row {
    justify-content: center;
  }
}
.cid-vjXAQWPYs4 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vjXAQWPYs4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjXAQWPYs4 .list {
    margin-bottom: 0rem;
  }
}
.cid-vjXAQWPYs4 .mbr-text {
  color: #bbbbbb;
}
.cid-vjXAQWPYs4 .mbr-section-subtitle {
  color: #00d7ff;
}
.cid-vjXAQWPYs4 .list,
.cid-vjXAQWPYs4 .item-wrap {
  color: #ffffff;
}
.cid-vjXAQWPYs4 .copyright {
  color: #f7f7f7;
}
