.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 5.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3f00fe !important;
}
.bg-success {
  background-color: #01cb82 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3f00fe !important;
  border-color: #3f00fe !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #6532ff !important;
  border-color: #6532ff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6532ff !important;
  border-color: #6532ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !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: #01cb82 !important;
  border-color: #01cb82 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #01fea3 !important;
  border-color: #01fea3 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #01fea3 !important;
  border-color: #01fea3 !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: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #3f00fe;
  color: #3f00fe;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2900a7 !important;
  background-color: transparent !important;
  border-color: #2900a7 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3f00fe !important;
  border-color: #3f00fe !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #01cb82;
  color: #01cb82;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #01754b !important;
  background-color: transparent !important;
  border-color: #01754b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #01cb82 !important;
  border-color: #01cb82 !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: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #3f00fe !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #01cb82 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #260098 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #006541 !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: #fddb00 !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: #3f00fe;
}
.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: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3f00fe;
  border-color: #3f00fe;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3f00fe;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d8cbff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9affda;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #3f00fe !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #3f00fe;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3f00fe;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3f00fe;
}
.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: #3f00fe;
  border-bottom-color: #3f00fe;
}
.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: #3f00fe !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: #ffffff !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='%233f00fe' %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;
  }
}
.cid-uK8Kz1fAbA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uK8Kz1fAbA .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-uK8Kz1fAbA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uK8Kz1fAbA .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-uK8Kz1fAbA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 1px !important;
}
.cid-uK8Kz1fAbA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uK8Kz1fAbA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK8Kz1fAbA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uK8Kz1fAbA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uK8Kz1fAbA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 1px !important;
}
.cid-uK8Kz1fAbA .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uK8Kz1fAbA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uK8Kz1fAbA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uK8Kz1fAbA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 1px !important;
}
.cid-uK8Kz1fAbA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uK8Kz1fAbA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uK8Kz1fAbA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uK8Kz1fAbA .nav-link:hover {
  color: #025fff !important;
}
.cid-uK8Kz1fAbA .nav-link:hover::before {
  width: 100%;
}
.cid-uK8Kz1fAbA .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #025fff;
  transition: all 0.3s ease-in-out;
}
.cid-uK8Kz1fAbA .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uK8Kz1fAbA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uK8Kz1fAbA .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uK8Kz1fAbA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uK8Kz1fAbA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uK8Kz1fAbA .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 29, 0.5) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #00001d;
  box-shadow: none;
  border: 1px solid #025fff;
  position: relative;
  border-radius: 1px !important;
}
.cid-uK8Kz1fAbA .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 0px;
}
@media (max-width: 992px) {
  .cid-uK8Kz1fAbA .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uK8Kz1fAbA .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uK8Kz1fAbA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uK8Kz1fAbA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 0rem;
  transition: .3s all !important;
  min-width: auto;
  background: #00001d;
  background: rgba(0, 0, 29, 0.5) !important;
  border-radius: 0px !important;
}
.cid-uK8Kz1fAbA .nav-item:focus,
.cid-uK8Kz1fAbA .nav-link:focus {
  outline: none;
}
.cid-uK8Kz1fAbA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK8Kz1fAbA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK8Kz1fAbA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK8Kz1fAbA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK8Kz1fAbA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK8Kz1fAbA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK8Kz1fAbA .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-uK8Kz1fAbA .navbar.opened {
  transition: all 0.3s;
}
.cid-uK8Kz1fAbA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uK8Kz1fAbA .navbar .navbar-logo img {
  width: auto;
}
.cid-uK8Kz1fAbA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uK8Kz1fAbA .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uK8Kz1fAbA .navbar.collapsed {
  justify-content: center;
}
.cid-uK8Kz1fAbA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK8Kz1fAbA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK8Kz1fAbA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uK8Kz1fAbA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK8Kz1fAbA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK8Kz1fAbA .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-uK8Kz1fAbA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK8Kz1fAbA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uK8Kz1fAbA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uK8Kz1fAbA .navbar {
    min-height: 72px;
  }
  .cid-uK8Kz1fAbA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uK8Kz1fAbA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK8Kz1fAbA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK8Kz1fAbA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK8Kz1fAbA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK8Kz1fAbA .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-uK8Kz1fAbA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uK8Kz1fAbA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uK8Kz1fAbA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK8Kz1fAbA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uK8Kz1fAbA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uK8Kz1fAbA .dropdown-item.active,
.cid-uK8Kz1fAbA .dropdown-item:active {
  background-color: transparent;
}
.cid-uK8Kz1fAbA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK8Kz1fAbA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK8Kz1fAbA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK8Kz1fAbA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00001d;
}
.cid-uK8Kz1fAbA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uK8Kz1fAbA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uK8Kz1fAbA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uK8Kz1fAbA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uK8Kz1fAbA .navbar-buttons {
    text-align: left;
  }
}
.cid-uK8Kz1fAbA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uK8Kz1fAbA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uK8Kz1fAbA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK8Kz1fAbA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK8Kz1fAbA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK8Kz1fAbA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK8Kz1fAbA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK8Kz1fAbA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK8Kz1fAbA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK8Kz1fAbA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK8Kz1fAbA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uK8Kz1fAbA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uK8Kz1fAbA .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-uK8Kz1fAbA .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK8Kz1fAbA .navbar {
    height: 70px;
  }
  .cid-uK8Kz1fAbA .navbar.opened {
    height: auto;
  }
  .cid-uK8Kz1fAbA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK8Kz1fAbA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uK8Kz1fAbA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uK8Kz1fAbA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uK8Kz1fAbA .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-uK8Kz1fAbA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uK8Kz1fAbA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uK8Kz1fAbA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uK8Kz1fAbA .navbar-brand {
    margin-right: auto;
  }
  .cid-uK8Kz1fAbA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #00001d;
    opacity: 1;
    border-color: rgba(0, 0, 29, 0.5) !important;
    background: rgba(0, 0, 29, 0.5) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uK8Kz1fAbA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uK8Kz1fAbA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uK8Kz1fAbA .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-uK8Kz1fAbA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uK8Kz1fAbA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uK8Kz1fAbA .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-uK8Kz1fAbA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uK8Kz1fAbA .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-uK8Kz1fAbA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uK8Kz1fAbA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uK8Kz1fAbA .navbar-brand,
.cid-uK8Kz1fAbA .navbar-toggler,
.cid-uK8Kz1fAbA .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uK8zXrooqs {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bg-1.jpeg");
}
.cid-uK8zXrooqs .position {
  z-index: 10;
}
.cid-uK8zXrooqs .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
  text-align: center;
  color: #ffffff;
}
.cid-uK8zXrooqs .mbr-section-title {
  margin-bottom: 0;
}
.cid-uK8zXrooqs .mbr-text {
  text-align: center;
  margin-top: 100px;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uK8zXrooqs .mbr-section-btn {
  margin-top: 30px;
}
.cid-uK8zXrooqs .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-uK8zXrooqs .divider {
  background-color: #01cb82;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-uK8zXrooqs .info__block-item {
  width: 300px;
  padding-top: 0px;
  margin-right: 25px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .cid-uK8zXrooqs .info__block-item {
    margin-right: 10px;
  }
}
.cid-uK8zXrooqs .title__item,
.cid-uK8zXrooqs .text__item {
  margin-bottom: 0;
}
.cid-uK8zXrooqs .text__item {
  line-height: 1.35;
  text-align: center;
  color: #ffffff;
}
.cid-uK8zXrooqs .animated-element {
  color: #1b8dfe;
}
.cid-uK8zXrooqs .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #1b8dfe;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uK8zXrooqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8zXrooqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK8zXrooqs .mbr-section-title,
.cid-uK8zXrooqs .typed-text {
  text-align: center;
  color: #ffffff;
}
.cid-uK8zXrooqs .title__item {
  text-align: center;
  color: #01cb82;
}
.cid-uKXZsQUQeD {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #00001d;
}
.cid-uKXZsQUQeD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXZsQUQeD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKXZsQUQeD .mbr-section-title {
  color: #ffffff;
}
.cid-uKXZsQUQeD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uK8DHewcXZ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #00001d;
}
.cid-uK8DHewcXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8DHewcXZ .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-uK8DHewcXZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uK8DHewcXZ .row {
  flex-direction: row-reverse;
}
.cid-uK8DHewcXZ img {
  width: 100%;
}
.cid-uKY3XMmvpx {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #00001d;
}
.cid-uKY3XMmvpx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKY3XMmvpx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKY3XMmvpx .mbr-section-title {
  color: #1b8dfe;
}
.cid-uKY1plhjne {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #00001d;
}
.cid-uKY1plhjne .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKY1plhjne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKY1plhjne .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uKY1plhjne .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKY1plhjne .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uKY1plhjne .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKY1plhjne .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKY1plhjne .mbr-section-title {
  color: #1b8dfe;
  text-align: center;
}
.cid-uKY1plhjne .mbr-text,
.cid-uKY1plhjne .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uKY1plhjne img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-uKY1plhjne img {
    height: 15rem;
  }
}
.cid-uKY4uSwtWN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #00001d;
}
.cid-uKY4uSwtWN .item:focus,
.cid-uKY4uSwtWN span:focus {
  outline: none;
}
.cid-uKY4uSwtWN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKY4uSwtWN .item {
    margin-bottom: 1rem;
  }
}
.cid-uKY4uSwtWN .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-uKY4uSwtWN .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uKY4uSwtWN .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uKY4uSwtWN .item-wrapper {
  position: relative;
  background: #002040;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uKY4uSwtWN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uKY4uSwtWN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKY4uSwtWN .mbr-text,
.cid-uKY4uSwtWN .item .mbr-section-btn {
  text-align: center;
}
.cid-uKY4uSwtWN .content-head {
  max-width: 800px;
}
.cid-uKY4uSwtWN .mbr-number {
  color: #1b8dfe;
  text-align: center;
}
.cid-uKY4uSwtWN .mbr-section-subtitle,
.cid-uKY4uSwtWN .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uKY4uSwtWN .mbr-text {
  text-align: left;
}
.cid-uKY4uSwtWN .mbr-text,
.cid-uKY4uSwtWN .mbr-card-btn {
  text-align: left;
}
.cid-uKY4uSwtWN .mbr-text,
.cid-uKY4uSwtWN .mbr-section-btn {
  text-align: left;
}
.cid-uKY4uSwtWN .mbr-text,
.cid-uKY4uSwtWN .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uKY4uSwtWN .card-text,
.cid-uKY4uSwtWN .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uKY4uSwtWN .card-title {
  text-align: left;
}
.cid-uKY6RywGfk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00001d;
}
.cid-uKY6RywGfk .item:focus,
.cid-uKY6RywGfk span:focus {
  outline: none;
}
.cid-uKY6RywGfk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKY6RywGfk .item {
    margin-bottom: 1rem;
  }
}
.cid-uKY6RywGfk .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-uKY6RywGfk .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uKY6RywGfk .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uKY6RywGfk .item-wrapper {
  position: relative;
  background: #00001d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uKY6RywGfk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uKY6RywGfk .mbr-section-title {
  color: #1b8dfe;
  text-align: center;
}
.cid-uKY6RywGfk .mbr-text,
.cid-uKY6RywGfk .item .mbr-section-btn {
  text-align: center;
}
.cid-uKY6RywGfk .content-head {
  max-width: 800px;
}
.cid-uKY6RywGfk .mbr-number {
  color: #1b8dfe;
  text-align: center;
}
.cid-uKY6RywGfk .mbr-section-subtitle,
.cid-uKY6RywGfk .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uKY6RywGfk .mbr-text {
  text-align: left;
}
.cid-uKY6RywGfk .mbr-text,
.cid-uKY6RywGfk .mbr-card-btn {
  text-align: left;
}
.cid-uKY6RywGfk .mbr-text,
.cid-uKY6RywGfk .mbr-section-btn {
  text-align: left;
}
.cid-uKY6RywGfk .mbr-text,
.cid-uKY6RywGfk .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uKY6RywGfk .card-text,
.cid-uKY6RywGfk .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uKY6RywGfk .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uKY7myZYeP {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #00001d;
}
.cid-uKY7myZYeP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKY7myZYeP .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-uKY7myZYeP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKY7myZYeP .row {
  flex-direction: row-reverse;
}
.cid-uKY7myZYeP img {
  width: 100%;
}
.cid-uKY8lgymQG {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/12199.jpg-1500x1124.jpg");
}
.cid-uKY8lgymQG .mbr-overlay {
  background: #00001d;
  opacity: 0.7;
}
.cid-uKY8lgymQG .item:focus,
.cid-uKY8lgymQG span:focus {
  outline: none;
}
.cid-uKY8lgymQG .item {
  cursor: pointer;
}
.cid-uKY8lgymQG .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uKY8lgymQG .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uKY8lgymQG .grid-container-1,
.cid-uKY8lgymQG .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uKY8lgymQG .grid-container-1,
  .cid-uKY8lgymQG .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uKY8lgymQG .mbr-section-title {
  color: #1b8dfe;
  text-transform: uppercase;
}
.cid-uKY8lgymQG .mbr-text,
.cid-uKY8lgymQG .mbr-section-btn {
  color: #000000;
}
.cid-uKY8lgymQG .content-head {
  max-width: 800px;
}
.cid-uKY8lgymQG .container,
.cid-uKY8lgymQG .container-fluid {
  overflow: hidden;
}
.cid-uKY8lgymQG .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uKY8lgymQG .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKY8lgymQG .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uKY8lgymQG .grid-item img {
    min-width: 35vw;
  }
}
.cid-uKY8lgymQG .grid-container-1,
.cid-uKY8lgymQG .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uKY8lgymQG .grid-container-1 {
  align-items: flex-end;
}
.cid-uKY8lgymQG .grid-container-2 {
  align-items: flex-start;
}
.cid-uKYc5Oyusb {
  display: flex;
  background-image: url("../../../assets/images/dscf9379.jpg-2000x1333.jpg");
}
.cid-uKYc5Oyusb .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uKYc5Oyusb {
    align-items: flex-end;
  }
  .cid-uKYc5Oyusb .row {
    justify-content: center;
  }
  .cid-uKYc5Oyusb .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKYc5Oyusb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uKYc5Oyusb {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uKYc5Oyusb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uKYc5Oyusb .content-wrap {
    width: 100%;
  }
}
.cid-uKYc5Oyusb .mbr-section-title,
.cid-uKYc5Oyusb .mbr-section-subtitle {
  text-align: center;
}
.cid-uKYc5Oyusb .mbr-text,
.cid-uKYc5Oyusb .mbr-section-btn {
  text-align: center;
}
.cid-uKm6bPOhep {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/12199.jpg-1500x1124.jpg");
}
.cid-uKm6bPOhep .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKm6bPOhep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uKm6bPOhep .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #00001d;
}
.cid-uKm6bPOhep .mbr-section-title {
  color: #1b8dfe;
}
.cid-uKm6bPOhep .mbr-text,
.cid-uKm6bPOhep .mbr-section-btn {
  color: #ffffff;
}
.cid-uKm6bPOhep .media-content,
.cid-uKm6bPOhep .mbr-figure {
  align-self: center;
}
.cid-uKm6bPOhep .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-uKm6bPOhep .app-video-wrapper {
  background: transparent;
}
.cid-uKm6bPOhep .content-head {
  max-width: 1000px;
}
.cid-uKYbiYsReB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3f00fe;
}
.cid-uKYbiYsReB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYbiYsReB .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-uKYbiYsReB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKYbiYsReB .row {
  flex-direction: row-reverse;
}
.cid-uKYbiYsReB img {
  width: 100%;
}
.cid-uKBPJK3qo6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3f00fe;
}
.cid-uKBPJK3qo6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBPJK3qo6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBPJK3qo6 .title .num {
  width: 100%;
  display: block;
}
.cid-uKBPJK3qo6 .title .card-title {
  z-index: 1;
}
.cid-uKBPJK3qo6 .num {
  color: #87c3ff;
  text-align: center;
}
.cid-uKBPJK3qo6 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKBPJK3qo6 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uKBPJK3qo6 * {
    text-align: center !important;
  }
  .cid-uKBPJK3qo6 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uKBPJK3qo6 .content-head {
  max-width: 800px;
}
.cid-uKBPJK3qo6 .card-title,
.cid-uKBPJK3qo6 .card-img {
  text-align: center;
  color: #ffffff;
}
.cid-uKBPJK3qo6 .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-uKBPJK3qo6 .mbr-section-title,
.cid-uKBPJK3qo6 .card-box {
  color: #ffffff;
}
.cid-uKYo6c3Yx5 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #3f00fe;
}
.cid-uK8MxNUhYj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3f00fe;
}
.cid-uK8MxNUhYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK8MxNUhYj .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-uK8MxNUhYj .image-wrapper {
    margin-bottom: 0rem;
  }
}
.cid-uK8MxNUhYj .row {
  flex-direction: row-reverse;
}
.cid-uK8MxNUhYj img {
  width: 100%;
}
.cid-uKoCuOjArq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00001d;
}
.cid-uKoCuOjArq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKoCuOjArq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKoCuOjArq .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKoCuOjArq .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-uKoCuOjArq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKoCuOjArq .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uKoCuOjArq .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKoCuOjArq .header-menu li p {
  margin: 0;
}
.cid-uKoCuOjArq .content-head {
  max-width: 1000px;
}
.cid-uKoCuOjArq .mbr-section-title {
  color: #1b8dfe;
  text-transform: uppercase;
}
.cid-uKoCuOjArq .mbr-text,
.cid-uKoCuOjArq .mbr-section-btn {
  color: #ffffff;
}
.cid-uKenCPzvTZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00001d;
}
.cid-uKenCPzvTZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKenCPzvTZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKenCPzvTZ .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uKenCPzvTZ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uKenCPzvTZ .container {
    padding: 0 26px;
  }
}
.cid-uKenCPzvTZ .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKenCPzvTZ .row {
    margin: 0 -12px;
  }
}
.cid-uKenCPzvTZ .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.cid-uKenCPzvTZ .card:first-child {
  border-right: 1px solid #025fff;
}
@media (max-width: 992px) {
  .cid-uKenCPzvTZ .card:first-child {
    border: none;
  }
}
.cid-uKenCPzvTZ .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #025fff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uKenCPzvTZ .card:first-child::before {
    display: none;
  }
}
.cid-uKenCPzvTZ .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uKenCPzvTZ .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uKenCPzvTZ .card {
    padding: 0 12px;
  }
}
.cid-uKenCPzvTZ .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uKenCPzvTZ .card:last-child {
    padding: 0 12px;
  }
}
.cid-uKenCPzvTZ .card:first-child {
  border-right: none;
  border-left: 1px solid #025fff;
}
@media (max-width: 992px) {
  .cid-uKenCPzvTZ .card:first-child {
    border: none;
  }
}
.cid-uKenCPzvTZ .card:first-child::before {
  right: auto;
  left: -8px;
}
@media (max-width: 992px) {
  .cid-uKenCPzvTZ .card:first-child::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-uKenCPzvTZ .card {
    padding: 0 12px;
  }
}
.cid-uKenCPzvTZ .image-wrapper {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uKenCPzvTZ .image-wrapper {
    padding: 0 0 20px 0;
  }
}
.cid-uKenCPzvTZ .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKenCPzvTZ .image-wrapper img {
    height: 300px;
  }
}
.cid-uKenCPzvTZ .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uKenCPzvTZ .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uKenCPzvTZ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uKenCPzvTZ .title-wrapper .title-wrap .mbr-text2 {
  margin-bottom: 50px;
}
.cid-uKenCPzvTZ .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0px;
}
.cid-uKenCPzvTZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKenCPzvTZ .mbr-text {
  color: #ffffff;
  line-height: 1.2em;
  text-align: center;
}
.cid-uKYrhhyQWM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00001d;
}
.cid-uKYrhhyQWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYrhhyQWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYrhhyQWM .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uKYrhhyQWM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uKYrhhyQWM .container {
    padding: 0 26px;
  }
}
.cid-uKYrhhyQWM .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKYrhhyQWM .row {
    margin: 0 -12px;
  }
}
.cid-uKYrhhyQWM .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.cid-uKYrhhyQWM .card:first-child {
  border-right: 1px solid #025fff;
}
@media (max-width: 992px) {
  .cid-uKYrhhyQWM .card:first-child {
    border: none;
  }
}
.cid-uKYrhhyQWM .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #025fff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uKYrhhyQWM .card:first-child::before {
    display: none;
  }
}
.cid-uKYrhhyQWM .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uKYrhhyQWM .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uKYrhhyQWM .card {
    padding: 0 12px;
  }
}
.cid-uKYrhhyQWM .image-wrapper {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uKYrhhyQWM .image-wrapper {
    padding: 0 0 20px 0;
  }
}
.cid-uKYrhhyQWM .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKYrhhyQWM .image-wrapper img {
    height: 300px;
  }
}
.cid-uKYrhhyQWM .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uKYrhhyQWM .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uKYrhhyQWM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uKYrhhyQWM .title-wrapper .title-wrap .mbr-text2 {
  margin-bottom: 50px;
}
.cid-uKYrhhyQWM .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0px;
}
.cid-uKYrhhyQWM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKYrhhyQWM .mbr-text {
  color: #ffffff;
  line-height: 1.2em;
  text-align: center;
}
.cid-uKeu8dOh7H {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #00001d;
}
.cid-uKeu8dOh7H .content-head {
  max-width: 800px;
}
.cid-uKeu8dOh7H .mbr-section-title {
  color: #025fff;
}
.cid-uKeu8dOh7H .mbr-text,
.cid-uKeu8dOh7H .mbr-section-btn {
  color: #ffffff;
}
.cid-uKguRt5Hlt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00001d;
}
.cid-uKguRt5Hlt .content-head {
  max-width: 800px;
}
.cid-uKguRt5Hlt .mbr-section-title {
  color: #1b8dfe;
}
.cid-uKguRt5Hlt .mbr-text,
.cid-uKguRt5Hlt .mbr-section-btn {
  color: #ffffff;
}
.cid-uKet9OnOyx {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/10.jpg-1500x844.jpg");
}
.cid-uKet9OnOyx .position {
  z-index: 10;
}
.cid-uKet9OnOyx .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
  text-align: center;
}
.cid-uKet9OnOyx .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKet9OnOyx .mbr-text {
  text-align: center;
  margin-top: 100px;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uKet9OnOyx .mbr-section-btn {
  margin-top: 30px;
}
.cid-uKet9OnOyx .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-uKet9OnOyx .divider {
  background-color: #01cb82;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-uKet9OnOyx .info__block-item {
  width: 300px;
  padding-top: 0px;
  margin-right: 25px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .cid-uKet9OnOyx .info__block-item {
    margin-right: 10px;
  }
}
.cid-uKet9OnOyx .title__item,
.cid-uKet9OnOyx .text__item {
  margin-bottom: 0;
}
.cid-uKet9OnOyx .text__item {
  line-height: 1.35;
  text-align: center;
  color: #ffffff;
}
.cid-uKet9OnOyx .animated-element {
  color: #1b8dfe;
}
.cid-uKet9OnOyx .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #1b8dfe;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uKet9OnOyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKet9OnOyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKet9OnOyx .mbr-section-title,
.cid-uKet9OnOyx .typed-text {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uKet9OnOyx .title__item {
  text-align: center;
  color: #01cb82;
}
.cid-uKYuuxHGFF {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #00001d;
}
.cid-uKYuuxHGFF .mbr-text {
  color: #000000;
}
.cid-uKYuuxHGFF .mbr-section-subtitle {
  color: #000000;
}
.cid-uKYuuxHGFF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKYuuxHGFF .mbr-text,
.cid-uKYuuxHGFF .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uKYuuxHGFF .item-wrapper {
  background: #002040;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKYuuxHGFF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKYuuxHGFF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uKYuuxHGFF .mbr-card-title {
  color: #025fff;
}
.cid-uKenxydSmj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00001d;
}
.cid-uKenxydSmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKenxydSmj .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-uKenxydSmj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKenxydSmj .row {
  flex-direction: row-reverse;
}
.cid-uKenxydSmj img {
  width: 100%;
}
.cid-uKj08Ubyn0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #00001d;
}
.cid-uKj08Ubyn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKj08Ubyn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKj08Ubyn0 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKj08Ubyn0 .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-uKj08Ubyn0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKj08Ubyn0 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uKj08Ubyn0 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKj08Ubyn0 .header-menu li p {
  margin: 0;
}
.cid-uKj08Ubyn0 .content-head {
  max-width: 800px;
}
.cid-uKj08Ubyn0 .mbr-section-title {
  color: #1b8dfe;
  text-transform: uppercase;
}
.cid-uKj08Ubyn0 .mbr-text,
.cid-uKj08Ubyn0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uKeAGLWK5D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00001d;
}
.cid-uKeAGLWK5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeAGLWK5D .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-uKeAGLWK5D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKeAGLWK5D .row {
  flex-direction: row-reverse;
}
.cid-uKeAGLWK5D img {
  width: 100%;
}
.cid-uKYvGZVPM2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #00001d;
}
.cid-uKYvGZVPM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYvGZVPM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYvGZVPM2 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uKYvGZVPM2 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKYvGZVPM2 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uKYvGZVPM2 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uKYvGZVPM2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKYvGZVPM2 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uKYvGZVPM2 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uKYvGZVPM2 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uKYvGZVPM2 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uKYvGZVPM2 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uKYvGZVPM2 .copyright {
    text-align: center;
  }
}
.cid-uKvNn5YZcJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKvNn5YZcJ .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-uKvNn5YZcJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKvNn5YZcJ .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-uKvNn5YZcJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 1px !important;
}
.cid-uKvNn5YZcJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKvNn5YZcJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKvNn5YZcJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uKvNn5YZcJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKvNn5YZcJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 1px !important;
}
.cid-uKvNn5YZcJ .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uKvNn5YZcJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKvNn5YZcJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKvNn5YZcJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 1px !important;
}
.cid-uKvNn5YZcJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKvNn5YZcJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKvNn5YZcJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKvNn5YZcJ .nav-link:hover {
  color: #025fff !important;
}
.cid-uKvNn5YZcJ .nav-link:hover::before {
  width: 100%;
}
.cid-uKvNn5YZcJ .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #025fff;
  transition: all 0.3s ease-in-out;
}
.cid-uKvNn5YZcJ .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKvNn5YZcJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKvNn5YZcJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uKvNn5YZcJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKvNn5YZcJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKvNn5YZcJ .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 29, 0.5) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #00001d;
  box-shadow: none;
  border: 1px solid #025fff;
  position: relative;
  border-radius: 1px !important;
}
.cid-uKvNn5YZcJ .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 0px;
}
@media (max-width: 992px) {
  .cid-uKvNn5YZcJ .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uKvNn5YZcJ .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uKvNn5YZcJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKvNn5YZcJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 0rem;
  transition: .3s all !important;
  min-width: auto;
  background: #00001d;
  background: rgba(0, 0, 29, 0.5) !important;
  border-radius: 0px !important;
}
.cid-uKvNn5YZcJ .nav-item:focus,
.cid-uKvNn5YZcJ .nav-link:focus {
  outline: none;
}
.cid-uKvNn5YZcJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKvNn5YZcJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKvNn5YZcJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKvNn5YZcJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKvNn5YZcJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKvNn5YZcJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKvNn5YZcJ .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-uKvNn5YZcJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uKvNn5YZcJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKvNn5YZcJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uKvNn5YZcJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKvNn5YZcJ .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uKvNn5YZcJ .navbar.collapsed {
  justify-content: center;
}
.cid-uKvNn5YZcJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKvNn5YZcJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKvNn5YZcJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uKvNn5YZcJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKvNn5YZcJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKvNn5YZcJ .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-uKvNn5YZcJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKvNn5YZcJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKvNn5YZcJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKvNn5YZcJ .navbar {
    min-height: 72px;
  }
  .cid-uKvNn5YZcJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKvNn5YZcJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKvNn5YZcJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKvNn5YZcJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKvNn5YZcJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKvNn5YZcJ .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-uKvNn5YZcJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKvNn5YZcJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKvNn5YZcJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKvNn5YZcJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKvNn5YZcJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKvNn5YZcJ .dropdown-item.active,
.cid-uKvNn5YZcJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uKvNn5YZcJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKvNn5YZcJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKvNn5YZcJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKvNn5YZcJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00001d;
}
.cid-uKvNn5YZcJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKvNn5YZcJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKvNn5YZcJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKvNn5YZcJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKvNn5YZcJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uKvNn5YZcJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKvNn5YZcJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKvNn5YZcJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKvNn5YZcJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKvNn5YZcJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKvNn5YZcJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKvNn5YZcJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKvNn5YZcJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKvNn5YZcJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKvNn5YZcJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKvNn5YZcJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKvNn5YZcJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKvNn5YZcJ .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-uKvNn5YZcJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKvNn5YZcJ .navbar {
    height: 70px;
  }
  .cid-uKvNn5YZcJ .navbar.opened {
    height: auto;
  }
  .cid-uKvNn5YZcJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKvNn5YZcJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKvNn5YZcJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKvNn5YZcJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKvNn5YZcJ .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-uKvNn5YZcJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKvNn5YZcJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKvNn5YZcJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKvNn5YZcJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uKvNn5YZcJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #00001d;
    opacity: 1;
    border-color: rgba(0, 0, 29, 0.5) !important;
    background: rgba(0, 0, 29, 0.5) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uKvNn5YZcJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKvNn5YZcJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKvNn5YZcJ .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-uKvNn5YZcJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKvNn5YZcJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKvNn5YZcJ .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-uKvNn5YZcJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKvNn5YZcJ .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-uKvNn5YZcJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKvNn5YZcJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKvNn5YZcJ .navbar-brand,
.cid-uKvNn5YZcJ .navbar-toggler,
.cid-uKvNn5YZcJ .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uKvNn6A3h6 {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bg-1.jpeg");
}
.cid-uKvNn6A3h6 .position {
  z-index: 10;
}
.cid-uKvNn6A3h6 .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
  text-align: center;
}
.cid-uKvNn6A3h6 .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKvNn6A3h6 .mbr-text {
  text-align: center;
  margin-top: 100px;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uKvNn6A3h6 .mbr-section-btn {
  margin-top: 30px;
}
.cid-uKvNn6A3h6 .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-uKvNn6A3h6 .divider {
  background-color: #01cb82;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-uKvNn6A3h6 .info__block-item {
  width: 300px;
  padding-top: 0px;
  margin-right: 25px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .cid-uKvNn6A3h6 .info__block-item {
    margin-right: 10px;
  }
}
.cid-uKvNn6A3h6 .title__item,
.cid-uKvNn6A3h6 .text__item {
  margin-bottom: 0;
}
.cid-uKvNn6A3h6 .text__item {
  line-height: 1.35;
  text-align: center;
  color: #ffffff;
}
.cid-uKvNn6A3h6 .animated-element {
  color: #1b8dfe;
}
.cid-uKvNn6A3h6 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #1b8dfe;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uKvNn6A3h6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvNn6A3h6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKvNn6A3h6 .mbr-section-title,
.cid-uKvNn6A3h6 .typed-text {
  text-align: center;
  color: #ffffff;
}
.cid-uKvNn6A3h6 .title__item {
  text-align: center;
  color: #01cb82;
}
.cid-uKvNn9qWsp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00001d;
}
.cid-uKvNn9qWsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvNn9qWsp .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-uKvNn9qWsp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKvNn9qWsp .row {
  flex-direction: row-reverse;
}
.cid-uKvNn9qWsp img {
  width: 100%;
}
.cid-uKvNXOdmGX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #00001d;
}
.cid-uKvNXOdmGX img {
  width: auto;
}
.cid-uKvO5iaBoS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00001d;
}
.cid-uKvO5iaBoS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvO5iaBoS .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-uKvO5iaBoS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKvO5iaBoS .row {
  flex-direction: row-reverse;
}
.cid-uKvO5iaBoS img {
  width: 100%;
}
.cid-uKvNncEBAv {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #00001d;
}
.cid-uKvNncEBAv .content-head {
  max-width: 800px;
}
.cid-uKvNncEBAv .mbr-section-title {
  color: #025fff;
}
.cid-uKvNncEBAv .mbr-text,
.cid-uKvNncEBAv .mbr-section-btn {
  color: #ffffff;
}
.cid-uKvNncVrdK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00001d;
}
.cid-uKvNncVrdK .content-head {
  max-width: 800px;
}
.cid-uKvNncVrdK .mbr-section-title {
  color: #1b8dfe;
}
.cid-uKvNncVrdK .mbr-text,
.cid-uKvNncVrdK .mbr-section-btn {
  color: #ffffff;
}
.cid-uKvNnfhfhM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00001d;
}
.cid-uKvNnfhfhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKvNnfhfhM .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-uKvNnfhfhM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKvNnfhfhM .row {
  flex-direction: row-reverse;
}
.cid-uKvNnfhfhM img {
  width: 100%;
}
.cid-uKYvGZVPM2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #00001d;
}
.cid-uKYvGZVPM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYvGZVPM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYvGZVPM2 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uKYvGZVPM2 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKYvGZVPM2 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uKYvGZVPM2 .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uKYvGZVPM2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKYvGZVPM2 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uKYvGZVPM2 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uKYvGZVPM2 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uKYvGZVPM2 .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uKYvGZVPM2 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uKYvGZVPM2 .copyright {
    text-align: center;
  }
}
.cid-uKXWfIPz0e {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKXWfIPz0e .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-uKXWfIPz0e .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKXWfIPz0e .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-uKXWfIPz0e .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 1px !important;
}
.cid-uKXWfIPz0e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKXWfIPz0e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKXWfIPz0e .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uKXWfIPz0e .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKXWfIPz0e .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 1px !important;
}
.cid-uKXWfIPz0e .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uKXWfIPz0e .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKXWfIPz0e .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKXWfIPz0e .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 1px !important;
}
.cid-uKXWfIPz0e .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKXWfIPz0e .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKXWfIPz0e .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKXWfIPz0e .nav-link:hover {
  color: #025fff !important;
}
.cid-uKXWfIPz0e .nav-link:hover::before {
  width: 100%;
}
.cid-uKXWfIPz0e .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #025fff;
  transition: all 0.3s ease-in-out;
}
.cid-uKXWfIPz0e .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKXWfIPz0e .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKXWfIPz0e .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uKXWfIPz0e .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKXWfIPz0e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKXWfIPz0e .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(0, 0, 29, 0.5) !important;
  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: 16px;
  margin-top: 1rem;
  background-color: #00001d;
  box-shadow: none;
  border: 1px solid #025fff;
  position: relative;
  border-radius: 1px !important;
}
.cid-uKXWfIPz0e .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 0px;
}
@media (max-width: 992px) {
  .cid-uKXWfIPz0e .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uKXWfIPz0e .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-uKXWfIPz0e .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKXWfIPz0e .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 0rem;
  transition: .3s all !important;
  min-width: auto;
  background: #00001d;
  background: rgba(0, 0, 29, 0.5) !important;
  border-radius: 0px !important;
}
.cid-uKXWfIPz0e .nav-item:focus,
.cid-uKXWfIPz0e .nav-link:focus {
  outline: none;
}
.cid-uKXWfIPz0e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKXWfIPz0e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKXWfIPz0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKXWfIPz0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKXWfIPz0e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKXWfIPz0e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKXWfIPz0e .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-uKXWfIPz0e .navbar.opened {
  transition: all 0.3s;
}
.cid-uKXWfIPz0e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKXWfIPz0e .navbar .navbar-logo img {
  width: auto;
}
.cid-uKXWfIPz0e .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKXWfIPz0e .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uKXWfIPz0e .navbar.collapsed {
  justify-content: center;
}
.cid-uKXWfIPz0e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKXWfIPz0e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKXWfIPz0e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uKXWfIPz0e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKXWfIPz0e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKXWfIPz0e .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-uKXWfIPz0e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKXWfIPz0e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKXWfIPz0e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKXWfIPz0e .navbar {
    min-height: 72px;
  }
  .cid-uKXWfIPz0e .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKXWfIPz0e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKXWfIPz0e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKXWfIPz0e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKXWfIPz0e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKXWfIPz0e .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-uKXWfIPz0e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKXWfIPz0e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKXWfIPz0e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKXWfIPz0e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKXWfIPz0e .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKXWfIPz0e .dropdown-item.active,
.cid-uKXWfIPz0e .dropdown-item:active {
  background-color: transparent;
}
.cid-uKXWfIPz0e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKXWfIPz0e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKXWfIPz0e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKXWfIPz0e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00001d;
}
.cid-uKXWfIPz0e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKXWfIPz0e .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKXWfIPz0e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKXWfIPz0e .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKXWfIPz0e .navbar-buttons {
    text-align: left;
  }
}
.cid-uKXWfIPz0e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKXWfIPz0e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKXWfIPz0e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKXWfIPz0e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKXWfIPz0e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKXWfIPz0e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKXWfIPz0e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKXWfIPz0e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKXWfIPz0e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKXWfIPz0e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKXWfIPz0e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKXWfIPz0e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKXWfIPz0e .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-uKXWfIPz0e .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKXWfIPz0e .navbar {
    height: 70px;
  }
  .cid-uKXWfIPz0e .navbar.opened {
    height: auto;
  }
  .cid-uKXWfIPz0e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKXWfIPz0e .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKXWfIPz0e .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKXWfIPz0e .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKXWfIPz0e .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-uKXWfIPz0e .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKXWfIPz0e .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKXWfIPz0e .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKXWfIPz0e .navbar-brand {
    margin-right: auto;
  }
  .cid-uKXWfIPz0e .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #00001d;
    opacity: 1;
    border-color: rgba(0, 0, 29, 0.5) !important;
    background: rgba(0, 0, 29, 0.5) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uKXWfIPz0e .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKXWfIPz0e .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKXWfIPz0e .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-uKXWfIPz0e .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKXWfIPz0e .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKXWfIPz0e .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-uKXWfIPz0e .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKXWfIPz0e .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-uKXWfIPz0e .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKXWfIPz0e .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKXWfIPz0e .navbar-brand,
.cid-uKXWfIPz0e .navbar-toggler,
.cid-uKXWfIPz0e .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uKXWfJ1NwH {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bg-1.jpeg");
}
.cid-uKXWfJ1NwH .position {
  z-index: 10;
}
.cid-uKXWfJ1NwH .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
  text-align: center;
}
.cid-uKXWfJ1NwH .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKXWfJ1NwH .mbr-text {
  text-align: center;
  margin-top: 100px;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uKXWfJ1NwH .mbr-section-btn {
  margin-top: 30px;
}
.cid-uKXWfJ1NwH .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-uKXWfJ1NwH .divider {
  background-color: #01cb82;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-uKXWfJ1NwH .info__block-item {
  width: 300px;
  padding-top: 0px;
  margin-right: 25px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .cid-uKXWfJ1NwH .info__block-item {
    margin-right: 10px;
  }
}
.cid-uKXWfJ1NwH .title__item,
.cid-uKXWfJ1NwH .text__item {
  margin-bottom: 0;
}
.cid-uKXWfJ1NwH .text__item {
  line-height: 1.35;
  text-align: center;
  color: #ffffff;
}
.cid-uKXWfJ1NwH .animated-element {
  color: #1b8dfe;
}
.cid-uKXWfJ1NwH .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #1b8dfe;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uKXWfJ1NwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfJ1NwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKXWfJ1NwH .mbr-section-title,
.cid-uKXWfJ1NwH .typed-text {
  text-align: center;
  color: #ffffff;
}
.cid-uKXWfJ1NwH .title__item {
  text-align: center;
  color: #01cb82;
}
.cid-uKXWfJlcE7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00001d;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uKXWfJlcE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfJlcE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKXWfJlcE7 .section-border-item {
  background-color: #025fff;
}
.cid-uKXWfJlcE7 .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-uKXWfJlcE7 .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uKXWfJlcE7 .main-container {
    padding: 3rem 0;
  }
}
.cid-uKXWfJlcE7 .title-wrap {
  width: 100%;
}
.cid-uKXWfJlcE7 .title-box {
  width: 100%;
}
.cid-uKXWfJlcE7 .mbr-title {
  color: #025fff;
  text-align: center;
}
.cid-uKXWfJlcE7 .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uKXWfJlcE7 .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uKXWfJlcE7 .card-row {
  display: flex;
  align-items: stretch;
  margin: 1px 0;
  border-top: 1px solid #025fff;
  border-bottom: 1px solid #025fff;
}
@media (max-width: 991px) {
  .cid-uKXWfJlcE7 .card-row {
    flex-wrap: wrap;
  }
}
.cid-uKXWfJlcE7 .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uKXWfJlcE7 .card {
    width: 100%;
  }
}
.cid-uKXWfJlcE7 .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #025fff;
}
@media (max-width: 991px) {
  .cid-uKXWfJlcE7 .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
.cid-uKXWfJlcE7 .card-wrap {
  position: relative;
  display: flex;
  align-items: start;
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
}
@media (max-width: 991px) {
  .cid-uKXWfJlcE7 .card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
  }
}
.cid-uKXWfJlcE7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .cid-uKXWfJlcE7 .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uKXWfJlcE7 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 48px;
  color: #0597ff;
  margin-right: 0;
}
.cid-uKXWfJlcE7 .card-text-wrap {
  width: 100%;
  flex-grow: 1;
}
.cid-uKXWfJlcE7 .card-title {
  color: #025fff;
  text-align: center;
}
.cid-uKXWfJlcE7 .card-text {
  color: #FFF;
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uKXWfJlcE7 .card-text {
    margin-top: 0.75rem;
  }
}
.cid-uKXWfJEzB1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/12199.jpg-1500x1124.jpg");
}
.cid-uKXWfJEzB1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfJEzB1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uKXWfJEzB1 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #00001d;
}
.cid-uKXWfJEzB1 .mbr-section-title {
  color: #1b8dfe;
}
.cid-uKXWfJEzB1 .mbr-text,
.cid-uKXWfJEzB1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uKXWfJEzB1 .media-content,
.cid-uKXWfJEzB1 .mbr-figure {
  align-self: center;
}
.cid-uKXWfJEzB1 .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-uKXWfJEzB1 .app-video-wrapper {
  background: transparent;
}
.cid-uKXWfJEzB1 .content-head {
  max-width: 1000px;
}
.cid-uKXWfJTous {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #00001d;
}
.cid-uKXWfJTous .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfJTous .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-uKXWfJTous .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKXWfJTous .row {
  flex-direction: row-reverse;
}
.cid-uKXWfJTous img {
  width: 100%;
}
.cid-uKXWfK5rLN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00001d;
}
.cid-uKXWfK5rLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfK5rLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKXWfK5rLN .title .num {
  width: 100%;
  display: block;
}
.cid-uKXWfK5rLN .title .card-title {
  z-index: 1;
}
.cid-uKXWfK5rLN .num {
  color: #1b8dfe;
  text-align: center;
}
.cid-uKXWfK5rLN .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKXWfK5rLN .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uKXWfK5rLN * {
    text-align: center !important;
  }
  .cid-uKXWfK5rLN .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uKXWfK5rLN .content-head {
  max-width: 800px;
}
.cid-uKXWfK5rLN .card-title,
.cid-uKXWfK5rLN .card-img {
  text-align: center;
  color: #ffffff;
}
.cid-uKXWfK5rLN .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-uKXWfK5rLN .mbr-section-title,
.cid-uKXWfK5rLN .card-box {
  color: #1b8dfe;
}
.cid-uKXWfKpIeR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00001d;
}
.cid-uKXWfKpIeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfKpIeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKXWfKpIeR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKXWfKpIeR .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-uKXWfKpIeR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKXWfKpIeR .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uKXWfKpIeR .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKXWfKpIeR .header-menu li p {
  margin: 0;
}
.cid-uKXWfKpIeR .content-head {
  max-width: 1000px;
}
.cid-uKXWfKpIeR .mbr-section-title {
  color: #1b8dfe;
}
.cid-uKXWfKpIeR .mbr-text,
.cid-uKXWfKpIeR .mbr-section-btn {
  color: #ffffff;
}
.cid-uKXWfKHJvD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #00001d;
}
.cid-uKXWfKHJvD .item {
  padding-top: 0rem;
  border-bottom: 1px solid #3f00fe;
}
.cid-uKXWfKHJvD .row {
  justify-content: space-between;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uKXWfKHJvD .row div {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKXWfKHJvD .top-row {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uKXWfKHJvD .col-sm-6 {
    width: 50%;
  }
}
.cid-uKXWfKHJvD .mbr-text1 {
  color: #1b8dfe;
  text-align: left;
}
.cid-uKXWfKHJvD .mbr-text2 {
  color: #1b8dfe;
}
.cid-uKXWfKHJvD .mbr-text3 {
  color: #ffffff;
  text-align: left;
}
.cid-uKXWfKHJvD .mbr-text4 {
  color: #ffffff;
  text-align: right;
}
.cid-uKXWfKHJvD .mbr-text5 {
  text-align: right;
  color: #1b8dfe;
}
.cid-uKXWfL9xRt {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #00001d;
}
.cid-uKXWfLkXYx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3f00fe;
}
.cid-uKXWfLkXYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfLkXYx .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-uKXWfLkXYx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKXWfLkXYx .row {
  flex-direction: row-reverse;
}
.cid-uKXWfLkXYx img {
  width: 100%;
}
.cid-uKXWfLzH4n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3f00fe;
}
.cid-uKXWfLzH4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfLzH4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKXWfLzH4n .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uKXWfLzH4n .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uKXWfLzH4n .container {
    padding: 0 26px;
  }
}
.cid-uKXWfLzH4n .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKXWfLzH4n .row {
    margin: 0 -12px;
  }
}
.cid-uKXWfLzH4n .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.cid-uKXWfLzH4n .card:first-child {
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uKXWfLzH4n .card:first-child {
    border: none;
  }
}
.cid-uKXWfLzH4n .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uKXWfLzH4n .card:first-child::before {
    display: none;
  }
}
.cid-uKXWfLzH4n .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uKXWfLzH4n .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uKXWfLzH4n .card {
    padding: 0 12px;
  }
}
.cid-uKXWfLzH4n .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uKXWfLzH4n .card:last-child {
    padding: 0 12px;
  }
}
.cid-uKXWfLzH4n .card:first-child {
  border-right: none;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uKXWfLzH4n .card:first-child {
    border: none;
  }
}
.cid-uKXWfLzH4n .card:first-child::before {
  right: auto;
  left: -8px;
}
@media (max-width: 992px) {
  .cid-uKXWfLzH4n .card:first-child::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-uKXWfLzH4n .card {
    padding: 0 12px;
  }
}
.cid-uKXWfLzH4n .image-wrapper {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uKXWfLzH4n .image-wrapper {
    padding: 0 0 20px 0;
  }
}
.cid-uKXWfLzH4n .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKXWfLzH4n .image-wrapper img {
    height: 300px;
  }
}
.cid-uKXWfLzH4n .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uKXWfLzH4n .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uKXWfLzH4n .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uKXWfLzH4n .title-wrapper .title-wrap .mbr-text2 {
  margin-bottom: 50px;
}
.cid-uKXWfLzH4n .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0px;
}
.cid-uKXWfLzH4n .mbr-section-title {
  color: #ffffff;
}
.cid-uKXWfLzH4n .mbr-text {
  color: #ffffff;
}
.cid-uKXWfLzH4n .mbr-text2 {
  color: #ffffff;
}
.cid-uKXWfLNJoq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3f00fe;
}
.cid-uKXWfLNJoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfLNJoq .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-uKXWfLNJoq .image-wrapper {
    margin-bottom: 0rem;
  }
}
.cid-uKXWfLNJoq .row {
  flex-direction: row-reverse;
}
.cid-uKXWfLNJoq img {
  width: 100%;
}
.cid-uKXWfM0fUl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #00001d;
}
.cid-uKXWfM0fUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfM0fUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKXWfM0fUl .card-wrapper {
  background: #00001d;
}
@media (max-width: 767px) {
  .cid-uKXWfM0fUl .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKXWfM0fUl .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uKXWfM0fUl .card-wrapper {
    padding: 4rem;
  }
}
.cid-uKXWfM0fUl .mbr-text,
.cid-uKXWfM0fUl .mbr-section-btn {
  text-align: center;
  color: #f7f7f7;
  line-height: 1.2em;
}
.cid-uKXWfM0fUl .card-title {
  color: #025fff;
}
.cid-uKXWfMdI4C {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/10.jpg-1500x844.jpg");
}
.cid-uKXWfMdI4C .position {
  z-index: 10;
}
.cid-uKXWfMdI4C .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
  text-align: center;
}
.cid-uKXWfMdI4C .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKXWfMdI4C .mbr-text {
  text-align: center;
  margin-top: 100px;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uKXWfMdI4C .mbr-section-btn {
  margin-top: 30px;
}
.cid-uKXWfMdI4C .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-uKXWfMdI4C .divider {
  background-color: #01cb82;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-uKXWfMdI4C .info__block-item {
  width: 300px;
  padding-top: 0px;
  margin-right: 25px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .cid-uKXWfMdI4C .info__block-item {
    margin-right: 10px;
  }
}
.cid-uKXWfMdI4C .title__item,
.cid-uKXWfMdI4C .text__item {
  margin-bottom: 0;
}
.cid-uKXWfMdI4C .text__item {
  line-height: 1.35;
  text-align: center;
  color: #ffffff;
}
.cid-uKXWfMdI4C .animated-element {
  color: #1b8dfe;
}
.cid-uKXWfMdI4C .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #1b8dfe;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uKXWfMdI4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfMdI4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKXWfMdI4C .mbr-section-title,
.cid-uKXWfMdI4C .typed-text {
  text-align: center;
  color: #ffffff;
}
.cid-uKXWfMdI4C .title__item {
  text-align: center;
  color: #01cb82;
}
.cid-uKXWfMw5Bb {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #00001d;
}
.cid-uKXWfMw5Bb .card-wrapper {
  width: 100%;
  min-height: 180px;
  transition: all 0.3s;
  border-radius: 0;
  padding: 2rem;
  background: #3f00fe;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -100px;
}
.cid-uKXWfMw5Bb .bottom,
.cid-uKXWfMw5Bb .card-title {
  color: #ffffff;
}
@media (max-width: 1150px) {
  .cid-uKXWfMw5Bb .card-wrapper {
    top: -10px;
  }
}
@media (max-width: 990px) {
  .cid-uKXWfMw5Bb {
    padding-bottom: 0;
  }
  .cid-uKXWfMw5Bb .card-wrapper {
    position: initial;
  }
  .cid-uKXWfMw5Bb .card-box {
    padding: 10%;
  }
}
.cid-uKXWfMw5Bb .bottom {
  color: #ffffff;
}
.cid-uKXWfMw5Bb .card-title {
  color: #ffffff;
}
.cid-uKXWfMNquA {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/12199.jpg-1500x1124.jpg");
}
.cid-uKXWfMNquA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfMNquA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uKXWfMNquA .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: #00001d;
}
.cid-uKXWfMNquA .mbr-section-title {
  color: #025fff;
}
.cid-uKXWfMNquA .mbr-text,
.cid-uKXWfMNquA .mbr-section-btn {
  color: #ffffff;
}
.cid-uKXWfMNquA .content-head {
  max-width: 800px;
}
.cid-uKXWfN1IXL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00001d;
}
.cid-uKXWfN1IXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfN1IXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKXWfN1IXL .card-wrapper {
  background: #00001d;
}
@media (max-width: 767px) {
  .cid-uKXWfN1IXL .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKXWfN1IXL .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uKXWfN1IXL .card-wrapper {
    padding: 4rem;
  }
}
.cid-uKXWfN1IXL .mbr-text,
.cid-uKXWfN1IXL .mbr-section-btn {
  text-align: center;
  color: #f7f7f7;
  line-height: 1.2em;
}
.cid-uKXWfN1IXL .card-title {
  color: #025fff;
}
.cid-uKXWfNfNPq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3f00fe;
}
.cid-uKXWfNfNPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfNfNPq .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-uKXWfNfNPq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKXWfNfNPq .row {
  flex-direction: row-reverse;
}
.cid-uKXWfNfNPq img {
  width: 100%;
}
.cid-uKXWfO6787 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3f00fe;
}
.cid-uKXWfO6787 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfO6787 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKXWfO6787 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uKXWfO6787 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uKXWfO6787 .container {
    padding: 0 26px;
  }
}
.cid-uKXWfO6787 .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKXWfO6787 .row {
    margin: 0 -12px;
  }
}
.cid-uKXWfO6787 .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.cid-uKXWfO6787 .card:first-child {
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uKXWfO6787 .card:first-child {
    border: none;
  }
}
.cid-uKXWfO6787 .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uKXWfO6787 .card:first-child::before {
    display: none;
  }
}
.cid-uKXWfO6787 .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uKXWfO6787 .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uKXWfO6787 .card {
    padding: 0 12px;
  }
}
.cid-uKXWfO6787 .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uKXWfO6787 .card:last-child {
    padding: 0 12px;
  }
}
.cid-uKXWfO6787 .card:first-child {
  border-right: none;
  border-left: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uKXWfO6787 .card:first-child {
    border: none;
  }
}
.cid-uKXWfO6787 .card:first-child::before {
  right: auto;
  left: -8px;
}
@media (max-width: 992px) {
  .cid-uKXWfO6787 .card:first-child::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-uKXWfO6787 .card {
    padding: 0 12px;
  }
}
.cid-uKXWfO6787 .image-wrapper {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uKXWfO6787 .image-wrapper {
    padding: 0 0 20px 0;
  }
}
.cid-uKXWfO6787 .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKXWfO6787 .image-wrapper img {
    height: 300px;
  }
}
.cid-uKXWfO6787 .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uKXWfO6787 .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-uKXWfO6787 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uKXWfO6787 .title-wrapper .title-wrap .mbr-text2 {
  margin-bottom: 50px;
}
.cid-uKXWfO6787 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0px;
}
.cid-uKXWfO6787 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKXWfO6787 .mbr-text {
  color: #ffffff;
  line-height: 1.2em;
  text-align: center;
}
.cid-uKXWfOw0CM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3f00fe;
}
.cid-uKXWfOw0CM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfOw0CM .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-uKXWfOw0CM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKXWfOw0CM .row {
  flex-direction: row-reverse;
}
.cid-uKXWfOw0CM img {
  width: 100%;
}
.cid-uKXWfOZm8C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00001d;
}
.cid-uKXWfOZm8C .mbr-section-title {
  margin-bottom: 50px;
  color: #025fff;
  text-align: center;
}
.cid-uKXWfOZm8C .line {
  width: 100%;
  background-color: #e9e9e9;
  height: 1px;
  margin: 36px 0;
  padding: 0;
}
.cid-uKXWfOZm8C .date {
  color: #ffffff;
  font-weight: 600;
}
.cid-uKXWfOZm8C .workplace {
  color: #ffffff;
  padding-left: 50px;
  text-align: left;
}
.cid-uKXWfOZm8C .inline {
  align-items: center;
}
.cid-uKXWfOZm8C .button {
  text-align: end;
}
.cid-uKXWfOZm8C .btn {
  font-weight: 500;
}
.cid-uKXWfOZm8C .btn:hover {
  transform: translateY(-5px);
}
.cid-uKXWfOZm8C .container {
  max-width: 500px;
}
@media (max-width: 575px) {
  .cid-uKXWfOZm8C .workplace {
    padding-left: 0px;
    text-align: center;
    margin: 0px auto;
  }
  .cid-uKXWfOZm8C .button {
    text-align: center;
  }
  .cid-uKXWfOZm8C .date {
    text-align: center;
  }
}
.cid-uKXWfPyi3h {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/10.jpg-1500x844.jpg");
}
.cid-uKXWfPyi3h .position {
  z-index: 10;
}
.cid-uKXWfPyi3h .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
  text-align: center;
}
.cid-uKXWfPyi3h .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKXWfPyi3h .mbr-text {
  text-align: center;
  margin-top: 100px;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-uKXWfPyi3h .mbr-section-btn {
  margin-top: 30px;
}
.cid-uKXWfPyi3h .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-uKXWfPyi3h .divider {
  background-color: #01cb82;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-uKXWfPyi3h .info__block-item {
  width: 300px;
  padding-top: 0px;
  margin-right: 25px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .cid-uKXWfPyi3h .info__block-item {
    margin-right: 10px;
  }
}
.cid-uKXWfPyi3h .title__item,
.cid-uKXWfPyi3h .text__item {
  margin-bottom: 0;
}
.cid-uKXWfPyi3h .text__item {
  line-height: 1.35;
  text-align: center;
  color: #ffffff;
}
.cid-uKXWfPyi3h .animated-element {
  color: #1b8dfe;
}
.cid-uKXWfPyi3h .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #1b8dfe;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uKXWfPyi3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfPyi3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKXWfPyi3h .mbr-section-title,
.cid-uKXWfPyi3h .typed-text {
  text-align: center;
  color: #ffffff;
}
.cid-uKXWfPyi3h .title__item {
  text-align: center;
  color: #01cb82;
}
.cid-uKXWfQgbuz {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #00001d;
}
.cid-uKXWfQgbuz .content-head {
  max-width: 800px;
}
.cid-uKXWfQgbuz .mbr-section-title {
  color: #025fff;
}
.cid-uKXWfQgbuz .mbr-text,
.cid-uKXWfQgbuz .mbr-section-btn {
  color: #ffffff;
}
.cid-uKXWfQCHFl {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00001d;
}
.cid-uKXWfQCHFl .content-head {
  max-width: 800px;
}
.cid-uKXWfQCHFl .mbr-section-title {
  color: #1b8dfe;
}
.cid-uKXWfQCHFl .mbr-text,
.cid-uKXWfQCHFl .mbr-section-btn {
  color: #ffffff;
}
.cid-uKXWfQLfI4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #00001d;
}
.cid-uKXWfQLfI4 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #1b8dfe;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uKXWfQLfI4 .panel-group {
  border: none;
}
.cid-uKXWfQLfI4 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uKXWfQLfI4 .card-header {
    padding: 0rem;
  }
}
.cid-uKXWfQLfI4 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uKXWfQLfI4 .img-col {
  padding: 0;
}
.cid-uKXWfQLfI4 .img-item {
  height: 100%;
}
.cid-uKXWfQLfI4 img {
  height: 100%;
  object-fit: cover;
}
.cid-uKXWfQLfI4 .collapsed span {
  transform: rotate(0deg);
}
.cid-uKXWfQLfI4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKXWfQLfI4 p {
  margin-bottom: 0.3rem;
}
.cid-uKXWfQLfI4 .panel-title-edit {
  color: #ffffff;
}
.cid-uKXWfQLfI4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uKXWfQLfI4 .card {
  background: #002040;
  padding: 1rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-uKXWfQLfI4 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKXWfQLfI4 .card {
    margin-bottom: 0rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uKXWfQLfI4 .panel-text {
  color: #edefeb;
}
.cid-uKXWfQLfI4 .mbr-section-title {
  text-align: center;
  color: #1b8dfe;
}
.cid-uKXWfQLfI4 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKXWfQW0n0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00001d;
}
.cid-uKXWfQW0n0 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #1b8dfe;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uKXWfQW0n0 .panel-group {
  border: none;
}
.cid-uKXWfQW0n0 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uKXWfQW0n0 .card-header {
    padding: 0rem;
  }
}
.cid-uKXWfQW0n0 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uKXWfQW0n0 .img-col {
  padding: 0;
}
.cid-uKXWfQW0n0 .img-item {
  height: 100%;
}
.cid-uKXWfQW0n0 img {
  height: 100%;
  object-fit: cover;
}
.cid-uKXWfQW0n0 .collapsed span {
  transform: rotate(0deg);
}
.cid-uKXWfQW0n0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKXWfQW0n0 p {
  margin-bottom: 0.3rem;
}
.cid-uKXWfQW0n0 .panel-title-edit {
  color: #ffffff;
}
.cid-uKXWfQW0n0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uKXWfQW0n0 .card {
  background: #002040;
  padding: 1rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-uKXWfQW0n0 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKXWfQW0n0 .card {
    margin-bottom: 0rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uKXWfQW0n0 .panel-text {
  color: #edefeb;
}
.cid-uKXWfQW0n0 .mbr-section-title {
  text-align: center;
  color: #1b8dfe;
}
.cid-uKXWfQW0n0 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKXWfRc7WE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #00001d;
}
.cid-uKXWfRc7WE .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #1b8dfe;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uKXWfRc7WE .panel-group {
  border: none;
}
.cid-uKXWfRc7WE .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uKXWfRc7WE .card-header {
    padding: 0rem;
  }
}
.cid-uKXWfRc7WE .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uKXWfRc7WE .img-col {
  padding: 0;
}
.cid-uKXWfRc7WE .img-item {
  height: 100%;
}
.cid-uKXWfRc7WE img {
  height: 100%;
  object-fit: cover;
}
.cid-uKXWfRc7WE .collapsed span {
  transform: rotate(0deg);
}
.cid-uKXWfRc7WE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKXWfRc7WE p {
  margin-bottom: 0.3rem;
}
.cid-uKXWfRc7WE .panel-title-edit {
  color: #ffffff;
}
.cid-uKXWfRc7WE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uKXWfRc7WE .card {
  background: #002040;
  padding: 1rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-uKXWfRc7WE .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKXWfRc7WE .card {
    margin-bottom: 0rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uKXWfRc7WE .panel-text {
  color: #edefeb;
}
.cid-uKXWfRc7WE .mbr-section-title {
  text-align: center;
  color: #1b8dfe;
}
.cid-uKXWfRc7WE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKXWfRszOP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #00001d;
}
.cid-uKXWfRszOP .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: #1b8dfe;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uKXWfRszOP .panel-group {
  border: none;
}
.cid-uKXWfRszOP .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uKXWfRszOP .card-header {
    padding: 0rem;
  }
}
.cid-uKXWfRszOP .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uKXWfRszOP .img-col {
  padding: 0;
}
.cid-uKXWfRszOP .img-item {
  height: 100%;
}
.cid-uKXWfRszOP img {
  height: 100%;
  object-fit: cover;
}
.cid-uKXWfRszOP .collapsed span {
  transform: rotate(0deg);
}
.cid-uKXWfRszOP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKXWfRszOP p {
  margin-bottom: 0.3rem;
}
.cid-uKXWfRszOP .panel-title-edit {
  color: #ffffff;
}
.cid-uKXWfRszOP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uKXWfRszOP .card {
  background: #002040;
  padding: 1rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-uKXWfRszOP .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKXWfRszOP .card {
    margin-bottom: 0rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uKXWfRszOP .panel-text {
  color: #edefeb;
}
.cid-uKXWfRszOP .mbr-section-title {
  text-align: center;
  color: #1b8dfe;
}
.cid-uKXWfRszOP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKXWfRH1Cw {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #00001d;
}
.cid-uKXWfRH1Cw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfRH1Cw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKXWfRH1Cw .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKXWfRH1Cw .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-uKXWfRH1Cw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKXWfRH1Cw .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uKXWfRH1Cw .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKXWfRH1Cw .header-menu li p {
  margin: 0;
}
.cid-uKXWfRH1Cw .content-head {
  max-width: 800px;
}
.cid-uKXWfRH1Cw .mbr-section-title {
  color: #1b8dfe;
}
.cid-uKXWfRH1Cw .mbr-text,
.cid-uKXWfRH1Cw .mbr-section-btn {
  color: #ffffff;
}
.cid-uKXWfS1m3F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00001d;
}
.cid-uKXWfS1m3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfS1m3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKXWfS1m3F .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKXWfS1m3F .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-uKXWfS1m3F .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKXWfS1m3F .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uKXWfS1m3F .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKXWfS1m3F .header-menu li p {
  margin: 0;
}
.cid-uKXWfS1m3F .content-head {
  max-width: 800px;
}
.cid-uKXWfS1m3F .mbr-section-title {
  color: #1b8dfe;
}
.cid-uKXWfS1m3F .mbr-text,
.cid-uKXWfS1m3F .mbr-section-btn {
  color: #ffffff;
}
.cid-uKXWfSdpFK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00001d;
}
.cid-uKXWfSdpFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKXWfSdpFK .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-uKXWfSdpFK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKXWfSdpFK .row {
  flex-direction: row-reverse;
}
.cid-uKXWfSdpFK img {
  width: 100%;
}
.cid-uKYvGZVPM2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #00001d;
}
.cid-uKYvGZVPM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYvGZVPM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYvGZVPM2 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uKYvGZVPM2 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKYvGZVPM2 .row {
    flex-direction: column-reverse !important;
  }
  .cid-uKYvGZVPM2 .row .copyright {
    margin: 0rem 0 0 0;
  }
}
.cid-uKYvGZVPM2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKYvGZVPM2 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uKYvGZVPM2 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uKYvGZVPM2 .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uKYvGZVPM2 .row-links .row-links-soc li {
    padding: 0 1rem;
  }
}
.cid-uKYvGZVPM2 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uKYvGZVPM2 .copyright {
    text-align: center;
  }
}


/* new css */
.nav-logo-wrapper{
  position: relative;
  z-index: 6;
  width: 100%;
  padding: 12px 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-logo-wrapper img{
  height: 10vh;
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
}
.h-90vh{
  height: 90vh;
}
.banner-content-wrapper{
  padding-top: 150px;
}
.banner-content-wrapper .mbr-section-title{
  line-height: 1.2;
  font-size: 4.5rem;
}

.mission-sec{
  background: #090e41 url('../../../assets/images/misson-header.png') no-repeat top center;
  background-size: 100%;
  padding: 100px 0;
    height: 90vh;
    padding-top: 40vh;
}

.mission-sec h1{
  color:#fff;
  font-size: 3.5rem;
  margin-bottom: 40px;
    
}
.mission-sec h3{
  color:#fff;
  font-size: 2.8rem;
  line-height: 1.2;
   
}

.competition-sec{
  padding: 100px 0 0;
  background-color: #000000;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.competition-sec .container{
  position: relative;
  z-index: 2;
}

.competition-sec .competition-content h1{
  color: #fff;
  font-size: 3.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.competition-sec .competition-content p{
  color: #fff;
  margin-bottom: 40px;
}

.competition-sec .competition-steps{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.competition-sec .step-item{
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.competition-sec .step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: transparent;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: 'Orbitron', sans-serif;
  flex-shrink: 0;
  line-height: 1;
}

.competition-sec .step-content-box{
  flex: 1;
  background-color: #090e41;
  color: #fff;
  padding: 18px 25px;
  border-radius: 8px 0 0 8px;
  font-size: 1rem;
  line-height: 1.6;
  font-family: 'IBM Plex Mono', monospace;
  clip-path: polygon(0% 0%, 98% 0, 100% 50%, 100% 100%, 0% 100%);
  position: relative;
  min-height: 60px;
  
}
.competition-sec .step-content-box.one{max-width: 70%;}
.competition-sec .step-content-box.two{max-width: 75%;}
.competition-sec .step-content-box.three{max-width: 80%;}
.competition-sec .step-content-box.four{max-width: 85%;}
.competition-sec .step-content-box.five{max-width: 90%;}


.competition-sec .step-content-box strong{
  color: #fff;
  font-weight: 600;
}

.competition-sec .competition-left{
  position: relative;
  z-index: 3;
}

.competition-sec .competition-right{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.competition-sec .competition-image-wrapper{
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
}

.competition-sec .competition-image-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}


.criteria-sec{
  background: url('../../../assets/images/10.jpg-1500x844.jpg') no-repeat top center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: auto !important;
  min-height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 160px !important;
}

.bg-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.criteria-sec .container{
  position: relative;
  z-index: 2;
}

.criteria-sec h1{
  color:#fff;
  font-size: 3.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.criteria-box{
  
  border-radius: 8px;
  padding: 30px 25px;
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.criteria-box:hover{
  transform: translateY(-5px);
  /* box-shadow: 0 10px 30px rgba(9, 14, 65, 0.5); */
}

.criteria-title{
  background-color: #090e41;
  padding: 10px 15px;
  border-radius: 100px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: center;
  font-family: 'Orbitron', sans-serif;
}

.criteria-desc{
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 80%;
    margin: 0 auto;
  font-family: sans-serif;
    opacity: 0.9;
    text-align: center;
}


.benefits-sec{
  background: url('../../../assets/images/bg-1.jpeg') no-repeat top center;
  background-size: cover;
  padding: 100px 0;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}

.benefits-sec .container-fluid{
  position: relative;
  z-index: 2;
}

.benefits-sec h1{
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 60px;
}

.benefits-panel{
  background-color: #00001d;
  padding: 40px 35px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  border-radius: 0;
  clip-path: polygon(0% 0%, calc(100% - 50px) 0%, 100% 50px, 100% 100%, 0% 100%);
  position: relative;
}

.benefits-panel-title{
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 2px;
}

.benefits-list{
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 1;
}

.benefit-item{
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.benefit-number{
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Orbitron', sans-serif;
  flex-shrink: 0;
  line-height: 1.2;
}

.benefit-content{
  flex: 1;
}

.benefit-title{
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
  font-family: 'Orbitron', sans-serif;
}

.benefit-desc{
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
  font-family: sans-serif;
}

@media (max-width: 992px) {
  .benefits-sec{
    padding: 60px 0;
    min-height: auto;
  }
  
  .benefits-sec h1{
    font-size: 2.5rem;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .benefits-panel{
    padding: 30px 25px;
    min-height: auto;
    margin-bottom: 30px;
  }
  
  .benefits-panel-title{
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  
  .benefits-list{
    gap: 20px;
  }
  
  .benefit-number{
    font-size: 1.3rem;
  }
  
  .benefit-title{
    font-size: 1.1rem;
  }
  
  .benefit-desc{
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .benefits-sec h1{
    font-size: 2rem;
    margin-bottom: 30px;
  }
  
  .benefits-panel{
    padding: 25px 20px;
  }
  
  .benefits-panel-title{
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
  
  .benefits-list{
    gap: 18px;
  }
  
  .benefit-item{
    gap: 12px;
  }
  
  .benefit-number{
    font-size: 1.2rem;
  }
  
  .benefit-title{
    font-size: 1rem;
    margin-bottom: 6px;
  }
  
  .benefit-desc{
    font-size: 0.85rem;
  }
}

.next-steps-sec{
  background-color: #000000;
  padding: 100px 0;
  position: relative;
}

.next-steps-sec h1{
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 50px;
}

.next-steps-table-wrapper{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.next-steps-table{
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  font-family: sans-serif;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.next-steps-table thead{
  background-color: transparent;
}

.next-steps-table th{
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.next-steps-table th:last-child{
  border-right: none;
}

.next-steps-table td{
  color: #fff;
  font-size: 1rem;
  padding: 18px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  vertical-align: middle;
  line-height: 1.6;
  font-family: 'Orbitron';
}

.next-steps-table td:last-child{
  border-right: none;
}

.next-steps-table tbody tr:hover{
  background-color: rgba(255, 255, 255, 0.04);
  transition: background-color 0.3s ease;
}

.next-steps-table td:first-child{
  font-weight: bold;
  font-family: 'Orbitron', sans-serif;
  width: 60px;
  text-align: center;
}

.next-steps-table td:nth-child(2){
  width: 50%;
}

.next-steps-table td:nth-child(3){
  width: 20%;
  font-weight: 500;
}

.next-steps-table td:nth-child(4){
  width: 20%;
}


.timeline-content {

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
}

.timeline-desc-wrapper {
  height: 120px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}

/* ── Apply button animations ── */
@keyframes tl-btn-shimmer {
  0%   { left: -100%; }
  100% { left: 200%; }
}
@keyframes tl-btn-corner-h {
  0%,40%  { width: 0; }
  70%,100%{ width: 16px; }
}
@keyframes tl-btn-corner-v {
  0%,55%  { height: 0; }
  85%,100%{ height: 16px; }
}
@keyframes tl-btn-text-glow {
  0%,100% { text-shadow: 0 0 6px rgba(0,200,255,0.4); }
  50%     { text-shadow: 0 0 16px rgba(0,220,255,0.85), 0 0 30px rgba(0,180,255,0.3); }
}
@keyframes tl-btn-ripple {
  0%   { transform: scale(0); opacity: 0.5; }
  100% { transform: scale(4); opacity: 0; }
}

.timeline-btn {
  background: transparent;
  color: rgba(0,210,255,0.92);
  border: 1px solid rgba(0,180,255,0.25);
  padding: 15px 54px;
  margin-top: 40px;
  cursor: pointer;
  border-radius: 2px;
  font-weight: 700;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block !important;
  width: auto !important;
  min-width: fit-content;
  max-width: none !important;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: auto;
  align-self: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  animation: tl-btn-text-glow 3.5s ease-in-out infinite;
  transition: background 0.4s ease, color 0.35s ease, border-color 0.4s ease, transform 0.3s ease;
}

/* shimmer sweep */
.timeline-btn::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(100deg, transparent 20%, rgba(0,210,255,0.12) 50%, transparent 80%);
  animation: tl-btn-shimmer 3.5s ease-in-out infinite;
  pointer-events: none;
}

/* corner brackets drawn via box-shadow on pseudo – use outline spans in HTML */
/* top-left corner */
.timeline-btn .tl-btn-c { display: none; }

/* corners via outline with clip */
.timeline-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  border-radius: 2px;
  background:
    linear-gradient(#000,#000) padding-box,
    linear-gradient(90deg, rgba(0,200,255,0.85) 0%, transparent 40%, transparent 60%, rgba(0,200,255,0.85) 100%) border-box;
  mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  animation: tl-btn-text-glow 3.5s ease-in-out infinite;
  pointer-events: none;
}

.timeline-btn:hover {
  background: rgba(0,190,255,0.07);
  color: #fff;
  border-color: rgba(0,210,255,0.6);
  transform: translateY(-4px);
  letter-spacing: 0.28em;
}
.timeline-btn:hover::before {
  animation-duration: 1.2s;
}
.timeline-btn:active {
  transform: translateY(-1px);
}

/* ripple on click */
.tl-btn-ripple {
  position: absolute;
  border-radius: 50%;
  width: 40px; height: 40px;
  background: rgba(0,200,255,0.25);
  transform: scale(0);
  animation: tl-btn-ripple 0.6s ease-out forwards;
  pointer-events: none;
  margin-left: -20px;
  margin-top: -20px;
}

@media (max-width: 992px) {
  .timeline-content {
    height: auto;
    align-items: center;
  }
  
  .timeline-desc-wrapper {
    height: auto;
  }
  
  .timeline-btn {
    width: auto !important;
    max-width: none !important;
    display: inline-block !important;
    align-self: center;
  }
}

@media (max-width: 768px) {
  .timeline-content {
    height: auto;
    align-items: center;
  }
  
  .timeline-desc-wrapper {
    height: auto;
  }
  
  .timeline-btn {
    width: auto !important;
    max-width: none !important;
    display: inline-block !important;
    align-self: center;
    padding: 12px 32px;
    font-size: 0.9rem;
    clip-path: none;
  }
}

@media (max-width: 992px) {
  .next-steps-sec{
    padding: 60px 0;
  }
  
  .next-steps-sec h1{
    font-size: 2.5rem;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .next-steps-table th{
    font-size: 1rem;
    padding: 15px 10px;
  }
  
  .next-steps-table td{
    font-size: 0.9rem;
    padding: 15px 10px;
  }
}

@media (max-width: 768px) {
  .next-steps-sec h1{
    font-size: 2rem;
    margin-bottom: 30px;
  }
  
  .next-steps-table th{
    font-size: 0.9rem;
    padding: 12px 8px;
  }
  
  .next-steps-table td{
    font-size: 0.85rem;
    padding: 12px 8px;
  }
  
  .next-steps-table td:first-child{
    width: 40px;
  }
}


@media (min-width: 993px) and (max-width: 1400px) {
  .competition-sec .step-content-box{
    font-size: 0.85rem !important;
  } 
}

@media (max-width: 992px) {
  .competition-sec{
    padding: 60px 0;
    min-height: auto;
  }
  
  .competition-sec .competition-content h1{
    font-size: 2.5rem;
    text-align: center;
  }
  
  .competition-sec .competition-content p{
    text-align: center;
  }
  
  .competition-sec .step-item{
    gap: 12px;
  }
  
  .competition-sec .step-number{
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
  
  .competition-sec .step-content-box{
    padding: 15px 20px;
    font-size: 1rem;
    min-height: 50px;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
  }
  
  .competition-sec .competition-right{
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 40px;
  }
  
  .competition-sec .competition-image-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
  }
}


.estimated-sec{
  background: #090e41 url('../../../assets/images/misson-header.png') no-repeat top center;
  background-size: 100%;
  padding: 40vh 0 6vh;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

/* particle canvas */
.tl-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}

/* subtle grid overlay */
.tl-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,180,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,180,255,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  z-index: 1;
}

.estimated-sec .container{
  position: relative;
  z-index: 2;
}

/* title reveal animation */
.tl-section-title {
  animation: tl-title-reveal 1s cubic-bezier(0.22,1,0.36,1) both;
  text-shadow: 0 0 30px rgba(0,180,255,0.35);
}

.estimated-sec h1{
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 60px;
}

/* item entrance animation class */
[data-tl-item] {
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1),
              transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
[data-tl-item].tl-item-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
/* also handle items that entered via scroll-animate already */
[data-tl-item].is-animated {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.timeline-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 40px 0;
  flex-wrap: wrap;
}

.timeline-item{
  flex: 1;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

/* ── TIMELINE FUTURISTIC ANIMATIONS ── */

@keyframes tl-node-pulse {
  0%,100% { box-shadow: 0 0 4px 1px rgba(0,180,255,0.1); }
  50%      { box-shadow: 0 0 10px 2px rgba(0,180,255,0.22); }
}
@keyframes tl-corner-spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes tl-scan-line {
  0%   { top: 0; opacity: 0.15; }
  80%  { top: 100%; opacity: 0.15; }
  100% { top: 100%; opacity: 0; }
}
@keyframes tl-connector-march {
  0%   { background-position: 0 0; }
  100% { background-position: 60px 0; }
}
@keyframes tl-date-flicker {
  0%,92%,100% { opacity: 1; text-shadow: 0 0 8px rgba(0,180,255,0.7); }
  93%          { opacity: 0.7; }
  95%          { opacity: 1; }
  97%          { opacity: 0.5; }
}
@keyframes tl-title-reveal {
  0%   { clip-path: inset(0 100% 0 0); opacity: 0; }
  100% { clip-path: inset(0 0% 0 0); opacity: 1; }
}
@keyframes tl-node-enter {
  0%   { transform: scale(0.4) rotate(-15deg); opacity: 0; }
  60%  { transform: scale(1.15) rotate(4deg); opacity: 1; }
  100% { transform: scale(1) rotate(0deg); opacity: 1; }
}
@keyframes tl-content-slide {
  0%   { transform: translateY(30px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

/* number box */
.timeline-number-box{
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(0,10,40,0.95) 60%, rgba(0,40,80,0.85));
  border: 2px solid rgba(0,180,255,0.55);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  animation: tl-node-pulse 10s ease-in-out infinite;
  transition: border-color 0.6s, transform 0.5s;
}
.timeline-item:hover .timeline-number-box {
  border-color: rgba(0,220,255,0.95);
  transform: scale(1.08);
}

/* scan line inside node */
.timeline-number-box .tl-node-scan {
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,200,255,0.18), transparent);
  animation: tl-scan-line 5s ease-in-out infinite;
  pointer-events: none;
}

.timeline-number{
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: 'Orbitron', sans-serif;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 12px rgba(0,200,255,0.8);
  transition: text-shadow 0.3s;
}
.timeline-item:hover .timeline-number {
  text-shadow: 0 0 22px rgba(0,220,255,1), 0 0 40px rgba(0,180,255,0.5);
}

/* connector line with marching dashes */
.timeline-connector{
  position: absolute;
  top: 40px;
  left: calc(50% + 40px);
  right: calc(-50% + 40px);
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    rgba(0,180,255,0.7) 0px, rgba(0,180,255,0.7) 8px,
    transparent 8px, transparent 16px
  );
  background-size: 16px 2px;
  animation: tl-connector-march 4s linear infinite;
  z-index: 1;
  border: none;
  opacity: 0.3;
}
/* glow dot at start of connector */
.timeline-connector::before {
  content: '';
  position: absolute;
  left: -5px; top: -4px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(0,200,255,0.9);
  box-shadow: 0 0 6px 2px rgba(0,180,255,0.25);
  animation: tl-node-pulse 10s ease-in-out infinite;
}

.timeline-item:last-child .timeline-connector{
  display: none;
}

.timeline-content{
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 200px;
  transition: transform 0.3s;
}
.timeline-item:hover .timeline-content {
  transform: translateY(-4px);
}

.timeline-date{
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'Orbitron', sans-serif;
  animation: tl-date-flicker 14s ease-in-out infinite;
  text-shadow: 0 0 8px rgba(0,180,255,0.6);
}
.timeline-item:nth-child(2) .timeline-date { animation-delay: 2.5s; }
.timeline-item:nth-child(3) .timeline-date { animation-delay: 5s; }
.timeline-item:nth-child(4) .timeline-date { animation-delay: 7.5s; }
.timeline-item:nth-child(5) .timeline-date { animation-delay: 10s; }

.timeline-desc{
  color: rgba(200,230,255,0.92);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 6px;
  font-family: sans-serif;
  transition: color 0.3s;
}
.timeline-item:hover .timeline-desc {
  color: #fff;
}

@media (max-width: 1200px) {
  .timeline-wrapper{
    justify-content: center;
    gap: 30px;
  }
  
  .timeline-item{
    flex: 0 0 calc(33.333% - 20px);
    min-width: 200px;
  }
  
  .timeline-connector{
    display: none;
  }
}

@media (max-width: 992px) {
  .estimated-sec{
    padding: 20vh 0;
    min-height: auto;
  }
  
  .estimated-sec h1{
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
  
  .timeline-wrapper{
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  
  .timeline-item{
    flex: none;
    width: 100%;
    max-width: 300px;
    margin-bottom: 0;
  }

  /* hide horizontal connector, use vertical pseudo-line instead */
  .timeline-connector { display: none !important; }

  .timeline-item:not(:last-child)::after {
    content: '';
    display: block;
    width: 2px;
    height: 60px;
    margin: 0 auto;
    background: repeating-linear-gradient(
      180deg,
      rgba(0,180,255,0.7) 0px, rgba(0,180,255,0.7) 8px,
      transparent 8px, transparent 16px
    );
    opacity: 0.3;
    animation: tl-connector-march-v 4s linear infinite;
  }

  @keyframes tl-connector-march-v {
    0%   { background-position: 0 0; }
    100% { background-position: 0 60px; }
  }
  
  .timeline-number-box{
    width: 70px;
    height: 70px;
  }
  
  .timeline-number{
    font-size: 2rem;
  }
  
  .timeline-content{
    max-width: 100%;
  }
  
  .timeline-date{
    font-size: 1rem;
  }
  
  .timeline-desc{
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .estimated-sec h1{
    font-size: 2rem;
    margin-bottom: 30px;
  }
  
  .timeline-number-box{
    width: 60px;
    height: 60px;
  }
  
  .timeline-number{
    font-size: 1.8rem;
  }
  
  .timeline-date{
    font-size: 0.95rem;
  }
  
  .timeline-desc{
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .competition-sec .competition-content h1{
    font-size: 2rem;
  }
  
  .competition-sec .step-item{
    gap: 10px;
  }
  
  .competition-sec .step-number{
    width: 45px;
    height: 45px;
    font-size: 1.8rem;
  }
  
  .competition-sec .step-content-box{
    padding: 12px 18px;
    font-size: 0.9rem;
    min-height: 45px;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
  }
  
  .competition-sec .competition-right{
    height: 300px;
  }
}

/* ============================================
   COMPREHENSIVE RESPONSIVE STYLES
   ============================================ */

/* Header Section Responsive */
@media (max-width: 992px) {
  .h-90vh{
    height: 70vh;
    min-height: 500px;
  }
  
  .banner-content-wrapper{
    padding-top: 80px;
  }
  
  .banner-content-wrapper .mbr-section-title{
    font-size: 3rem;
  }
  
  .nav-logo-wrapper img{ height: 9vh; }
}

@media (max-width: 768px) {
  .h-90vh{
    height: 60vh;
    min-height: 360px;
  }

  .cid-uK8zXrooqs {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .cid-uK8zXrooqs > .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
  
  .banner-content-wrapper{
    padding-top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .banner-content-wrapper .mbr-section-title{
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
  }

  .banner-content-wrapper .typed-text{
    text-align: center;
    width: 100%;
  }

  .banner-content-wrapper .hero-glitch-bar{
    align-self: center;
  }

  .nav-logo-wrapper img{ height: 9vh; }
}

@media (max-width: 575px) {
  .nav-logo-wrapper img{ height: 9vh; }
}

/* Mission Section Responsive */
@media (max-width: 992px) {
  .mission-sec{
    padding: 60px 0;
    min-height: auto;
    padding-top: 30vh;
    height: auto;
  }
  
  .mission-sec h1{
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  
  .mission-sec h3{
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .mission-sec{
    padding: 40px 0;
    padding-top: 15vh;
  }
  
  .mission-sec h1{
    font-size: 2rem;
    margin-bottom: 20px;
  }
  
  .mission-sec h3{
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

@media (max-width: 575px) {
  .mission-sec{
    padding-top: 13vh;
  }
}

/* Competition Section - Additional Responsive */
@media (max-width: 1200px) {
  .competition-sec .competition-content h1{
    font-size: 3rem;
  }
  
  .competition-sec .step-content-box{
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .competition-sec{
    padding: 40px 0 0;
    min-height: auto;
  }
  
  .competition-sec .competition-left{
    margin-bottom: 30px;
  }
  
  .competition-sec .competition-content h1{
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
  }
  
  .competition-sec .competition-content p{
    text-align: center;
    font-size: 0.9rem;
  }
  
  .competition-sec .competition-image-wrapper{
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 20px;
    display: none;
  }
  .criteria-box{
    height: auto;
        padding: 10px;
  }
  .criteria-title {
    font-size: 1.2rem;
    padding: 15px 10px;
    display: inline-block;
    width: auto;
}
.criteria-desc {
  font-size: 1rem;
  max-width: 90%;
  margin-top: 0.50rem;
}
}

/* Criteria Section Responsive */
@media (max-width: 992px) {
  .criteria-sec{
    height: auto !important;
    min-height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 160px !important;
  }
  
  .criteria-sec h1{
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .criteria-box{
    margin-bottom: 20px;
  }
  
  .criteria-title{
    font-size: 1.2rem;
    padding: 8px 12px;
  }
  
  .criteria-desc{
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .criteria-sec{
    height: auto !important;
    min-height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 160px !important;
  }
  
  .criteria-sec h1{
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .criteria-box{
    min-height: auto !important;
    height: auto !important;
    margin-bottom: 0px;
  }
  
  .criteria-title{
    font-size: 1.1rem;
    padding: 8px 10px;
  }
  
  .criteria-desc{
    font-size: 0.85rem;
    max-width: 90%;
  }
}

/* Benefits Section - Additional Responsive */
@media (max-width: 1200px) {
  .benefits-sec h1{
    font-size: 3rem;
  }
  
  .benefits-panel{
    min-height: 550px;
  }
}

@media (max-width: 768px) {
  .benefits-sec{
    padding: 40px 0;
    min-height: auto;
  }
  
  .benefits-sec h1{
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .benefits-panel{
    padding: 20px 18px;
    min-height: auto;
    margin-bottom: 1px;
  }
  
  .benefits-panel-title{
    font-size: 1.2rem;
    margin-bottom: 25px;
    letter-spacing: 1px;
  }
  
  .benefits-list{
    gap: 15px;
  }
  
  .benefit-item{
    gap: 10px;
  }
  
  .benefit-number{
    font-size: 1.1rem;
  }
  
  .benefit-title{
    font-size: 0.95rem;
    margin-bottom: 5px;
  }
  
  .benefit-desc{
    font-size: 0.8rem;
  }
}

/* Estimated Timeline - Additional Responsive */
@media (max-width: 1200px) {
  .estimated-sec h1{
    font-size: 3rem;
  }
  
  .timeline-number-box{
    width: 70px;
    height: 70px;
  }
  
  .timeline-number{
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .estimated-sec{
    padding: 40px 0;
    min-height: auto;
    padding-top: 20vh;
  }
  
  .estimated-sec h1{
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  
  .timeline-wrapper{
    padding: 20px 0;
    gap: 0px;
  }
  
  .timeline-item{
    max-width: 100%;
  }
  
  .timeline-number-box{
    width: 55px;
    height: 55px;
  }
  
  .timeline-number{
    font-size: 1.6rem;
  }
  
  .timeline-content{
    max-width: 100%;
  }
  
  .timeline-date{
    font-size: 0.9rem;
  }
  
  .timeline-desc{
    font-size: 0.8rem;
  }
}

/* Next Steps Table - Additional Responsive */
@media (max-width: 1200px) {
  .next-steps-sec h1{
    font-size: 3rem;
  }
  
  .next-steps-table th{
    font-size: 1rem;
    padding: 18px 12px;
  }
  
  .next-steps-table td{
    font-size: 0.95rem;
    padding: 16px 12px;
  }
}

@media (max-width: 768px) {
  .next-steps-sec{
    padding: 40px 0;
  }
  
  .next-steps-sec h1{
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  
  .next-steps-table-wrapper{
    overflow-x: scroll;
  }
  
  .next-steps-table{
    min-width: 600px;
  }
  
  .next-steps-table th{
    font-size: 0.85rem;
    padding: 10px 8px;
    white-space: nowrap;
  }
  
  .next-steps-table td{
    font-size: 0.8rem;
    padding: 10px 8px;
  }
  
  .next-steps-table td:first-child{
    width: 35px;
  }
}

/* General Responsive Utilities */
@media (max-width: 992px) {
  .display-1{
    font-size: 3.5rem;
  }
  
  .display-2{
    font-size: 2.5rem;
  }
  
  .display-5{
    font-size: 1.4rem;
  }
  
  .display-7{
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .display-1{
    font-size: 2.5rem;
  }
  
  .display-2{
    font-size: 2rem;
  }
  
  .display-5{
    font-size: 1.2rem;
  }
  
  .display-7{
    font-size: 0.9rem;
  }
  
  .container,
  .container-fluid{
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Image Responsive */
@media (max-width: 768px) {
  img{
    max-width: 100%;
    height: auto;
  }
  
  .w-100{
    width: 100% !important;
  }
}

/* ============================================
   ANIMATIONS - FADE EFFECTS
   ============================================ */

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Animation Classes */
.animate-fade-up {
  animation: fadeUp 0.8s ease-out forwards;
  opacity: 0;
}

.animate-fade-down {
  animation: fadeDown 0.8s ease-out forwards;
  opacity: 0;
}

.animate-fade-right {
  animation: fadeRight 0.8s ease-out forwards;
  opacity: 0;
}

.animate-fade-left {
  animation: fadeLeft 0.8s ease-out forwards;
  opacity: 0;
}

.animate-fade-in {
  animation: fadeIn 0.8s ease-out forwards;
  opacity: 0;
}

.animate-scale-in {
  animation: scaleIn 0.8s ease-out forwards;
  opacity: 0;
}

/* Delay Classes */
.animate-delay-1 {
  animation-delay: 0.1s;
}

.animate-delay-2 {
  animation-delay: 0.2s;
}

.animate-delay-3 {
  animation-delay: 0.3s;
}

.animate-delay-4 {
  animation-delay: 0.4s;
}

.animate-delay-5 {
  animation-delay: 0.5s;
}

/* Scroll Animation - Elements hidden by default */
.scroll-animate {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-animate.animated {
  opacity: 1;
}

.scroll-fade-up {
  transform: translateY(30px);
}

.scroll-fade-up.animated {
  transform: translateY(0);
}

.scroll-fade-down {
  transform: translateY(-30px);
}

.scroll-fade-down.animated {
  transform: translateY(0);
}

.scroll-fade-right {
  transform: translateX(-30px);
}

.scroll-fade-right.animated {
  transform: translateX(0);
}

.scroll-fade-left {
  transform: translateX(30px);
}

.scroll-fade-left.animated {
  transform: translateX(0);
}

.scroll-scale-in {
  transform: scale(0.9);
}

.scroll-scale-in.animated {
  transform: scale(1);
}

/* Disable animations on mobile for performance */
@media (max-width: 768px) {
  .animate-fade-up,
  .animate-fade-down,
  .animate-fade-right,
  .animate-fade-left,
  .animate-fade-in,
  .animate-scale-in {
    animation: none;
    opacity: 1;
  }
}

/* @media (max-width: 1400px) {
  .nav-logo-wrapper img{
    width:78%;
   }
} */

/* ══════════════════════════════════════
   PRIZES SECTION – NEXT-GEN FUTURISTIC
   ══════════════════════════════════════ */

/* ── Keyframes ── */
@keyframes prz-fade-up {
  from { opacity:0; transform:translateY(50px) scale(0.95); }
  to   { opacity:1; transform:translateY(0)    scale(1); }
}
@keyframes prz-title-in {
  from { opacity:0; letter-spacing:0.6em; filter:blur(8px); }
  to   { opacity:1; letter-spacing:0.25em; filter:blur(0); }
}
@keyframes prz-label-in {
  from { opacity:0; transform:translateX(-20px); }
  to   { opacity:1; transform:translateX(0); }
}
@keyframes prz-line-expand {
  from { width:0; }
  to   { width:100%; }
}
@keyframes glow-pulse-gold {
  0%,100% { box-shadow: 0 0 25px rgba(255,215,0,0.4), 0 0 60px rgba(255,215,0,0.15), inset 0 0 20px rgba(255,215,0,0.05); }
  50%     { box-shadow: 0 0 55px rgba(255,215,0,0.8), 0 0 120px rgba(255,200,0,0.4), inset 0 0 40px rgba(255,215,0,0.12); }
}
@keyframes glow-pulse-silver {
  0%,100% { box-shadow: 0 0 25px rgba(180,200,220,0.35), 0 0 60px rgba(180,200,220,0.1), inset 0 0 20px rgba(180,200,220,0.04); }
  50%     { box-shadow: 0 0 55px rgba(180,200,220,0.7),  0 0 120px rgba(180,200,220,0.3), inset 0 0 40px rgba(180,200,220,0.1); }
}
@keyframes glow-pulse-bronze {
  0%,100% { box-shadow: 0 0 25px rgba(205,127,50,0.4), 0 0 60px rgba(205,127,50,0.15), inset 0 0 20px rgba(205,127,50,0.05); }
  50%     { box-shadow: 0 0 55px rgba(205,127,50,0.75), 0 0 120px rgba(205,127,50,0.35), inset 0 0 40px rgba(205,127,50,0.12); }
}
@keyframes scan-line {
  0%   { top:-5%; opacity:0.7; }
  80%  { opacity:0.7; }
  100% { top:110%; opacity:0; }
}
@keyframes corner-blink {
  0%,100% { opacity:1; }
  50%     { opacity:0.3; }
}
@keyframes float-particle {
  0%   { transform:translateY(0)   scale(1);   opacity:0.6; }
  50%  { transform:translateY(-30px) scale(1.3); opacity:1; }
  100% { transform:translateY(-70px) scale(0.8); opacity:0; }
}
@keyframes bar-fill {
  from { width:0; }
}
@keyframes badge-pulse {
  0%,100% { box-shadow:0 0 4px rgba(255,215,0,0.25); }
  50%     { box-shadow:0 0 10px rgba(255,215,0,0.5); }
}
@keyframes grid-scroll {
  from { background-position: 0 0; }
  to   { background-position: 0 80px; }
}
@keyframes title-glow {
  0%,100% { text-shadow: 0 0 20px rgba(255,255,255,0.2), 0 0 60px rgba(80,140,255,0.2); }
  50%     { text-shadow: 0 0 40px rgba(255,255,255,0.8), 0 0 100px rgba(80,180,255,0.6), 0 0 160px rgba(80,140,255,0.3); }
}

/* ── Section shell ── */
.prizes-sec {
  position: relative;
  background: #03061a !important;
  padding: 130px 0 140px;
  overflow: hidden;
}

/* scrolling grid */
.prizes-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,200,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,200,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: grid-scroll 4s linear infinite;
  pointer-events: none;
}

/* floating particles */
.prizes-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.prizes-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(0,220,255,0.8);
  box-shadow: 0 0 8px rgba(0,220,255,1);
  animation: float-particle 5s ease-in-out infinite;
}
.prizes-particles span:nth-child(1)  { left:8%;   bottom:15%; animation-delay:0s;    animation-duration:5.5s; }
.prizes-particles span:nth-child(2)  { left:22%;  bottom:8%;  animation-delay:0.8s;  animation-duration:6s; }
.prizes-particles span:nth-child(3)  { left:40%;  bottom:20%; animation-delay:1.5s;  animation-duration:4.8s; }
.prizes-particles span:nth-child(4)  { left:58%;  bottom:10%; animation-delay:0.3s;  animation-duration:5.2s; }
.prizes-particles span:nth-child(5)  { left:72%;  bottom:18%; animation-delay:2s;    animation-duration:6.5s; }
.prizes-particles span:nth-child(6)  { left:85%;  bottom:12%; animation-delay:1.2s;  animation-duration:4.5s; }
.prizes-particles span:nth-child(7)  { left:14%;  bottom:40%; animation-delay:3s;    animation-duration:7s;  width:3px; height:3px; }
.prizes-particles span:nth-child(8)  { left:90%;  bottom:35%; animation-delay:2.5s;  animation-duration:5.8s; width:3px; height:3px; }

/* ── Header block ── */
.prizes-container { position: relative; z-index: 2; }

.prizes-header {
  text-align: center;
  margin-bottom: 70px;
}

.prizes-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  color: #00d4ff;
  text-transform: uppercase;
  margin-bottom: 16px;
  animation: prz-label-in 0.7s ease both;
}

.prizes-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.25em;
  margin: 0 0 16px;
  animation: prz-title-in 1s ease 0.2s both;
}

.prizes-subtitle {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.08em;
  margin-bottom: 28px;
  animation: prz-fade-up 0.7s ease 0.4s both;
}

.prizes-line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prizes-line span {
  display: block;
  height: 1px;
  width: 0;
  background: linear-gradient(90deg, transparent, #00d4ff, #fff, #00d4ff, transparent);
  animation: prz-line-expand 1s ease 0.6s forwards;
  max-width: 400px;
}

/* ── Cards ── */
.prize-col { animation: prz-fade-up 0.8s ease both; }
.prize-col--gold   { animation-delay: 0.5s; }
.prize-col--silver { animation-delay: 0.3s; }
.prize-col--bronze { animation-delay: 0.7s; }


.prize-card {
  position: relative;
  border-radius: 4px;
  padding: 48px 28px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(255,255,255,0.04) 0%, rgba(0,0,0,0.3) 100%);
  backdrop-filter: blur(10px);
  transition: transform 0.5s cubic-bezier(0.23,1,0.32,1), filter 0.5s ease, box-shadow 0.5s ease, border-color 0.5s ease;
  cursor: default;
}

/* HUD corner brackets */
.prize-card__corner {
  position: absolute;
  width: 18px;
  height: 18px;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.prize-card__corner--tl { top:10px;    left:10px;  border-top:2px solid; border-left:2px solid; }
.prize-card__corner--tr { top:10px;    right:10px; border-top:2px solid; border-right:2px solid; }
.prize-card__corner--bl { bottom:10px; left:10px;  border-bottom:2px solid; border-left:2px solid; }
.prize-card__corner--br { bottom:10px; right:10px; border-bottom:2px solid; border-right:2px solid; }

/* scanning line – hidden by default */
.prize-card__scan {
  position: absolute;
  left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
  pointer-events: none;
  top: -5%;
  opacity: 0;
}

/* Gold – matches silver palette */
.prize-gold {
  border: 1px solid rgba(180, 200, 220, 0.3);
  background: linear-gradient(160deg, rgb(15 95 255 / 60%) 0%, rgba(8, 10, 28, 0.85) 100%);
  box-shadow: 0 0 12px rgba(180, 200, 220, 0.08);
}
.prize-gold .prize-card__corner { border-color: #a0c0d8; }
.prize-gold .prize-card__scan   { background: linear-gradient(90deg, transparent, rgba(180,200,220,0.7), transparent); }
.prize-gold .prize-rank          { color: #b4c8dc; text-shadow: none; }
.prize-gold .prize-place         { color: #ccdde8; }
.prize-gold .prize-bar span      { background: linear-gradient(90deg, #445566, #a0c0d8, #cce0f0); box-shadow: none; }

/* Silver */
.prize-silver {
  border: 1px solid rgba(180, 200, 220, 0.3);
  background: linear-gradient(160deg, rgb(15 95 255 / 60%) 0%, rgba(8, 10, 28, 0.85) 100%);
  box-shadow: 0 0 12px rgba(180, 200, 220, 0.08);
}
.prize-silver .prize-card__corner { border-color: #a0c0d8; }
.prize-silver .prize-card__scan   { background: linear-gradient(90deg, transparent, rgba(180,200,220,0.7), transparent); }
.prize-silver .prize-rank          { color: #b4c8dc; text-shadow: none; }
.prize-silver .prize-place         { color: #ccdde8; }
.prize-silver .prize-bar span      { background: linear-gradient(90deg, #445566, #a0c0d8, #cce0f0); box-shadow: none; }

/* Bronze – matches silver palette */
.prize-bronze {
  border: 1px solid rgba(180, 200, 220, 0.3);
  background: linear-gradient(160deg, rgb(15 95 255 / 60%) 0%, rgba(8, 10, 28, 0.85) 100%);
  box-shadow: 0 0 12px rgba(180, 200, 220, 0.08);
}
.prize-bronze .prize-card__corner { border-color: #a0c0d8; }
.prize-bronze .prize-card__scan   { background: linear-gradient(90deg, transparent, rgba(180,200,220,0.7), transparent); }
.prize-bronze .prize-rank          { color: #b4c8dc; text-shadow: none; }
.prize-bronze .prize-place         { color: #ccdde8; }
.prize-bronze .prize-bar span      { background: linear-gradient(90deg, #445566, #a0c0d8, #cce0f0); box-shadow: none; }

/* ── HOVER: everything fires on hover only ── */
.prize-card:hover {
  transform: translateY(-14px) scale(1.04);
  filter: brightness(1.18);
}
.prize-card:hover .prize-card__corner {
  opacity: 1;
}
.prize-card:hover .prize-card__scan {
  opacity: 0;
}

.prize-gold:hover,
.prize-silver:hover,
.prize-bronze:hover {
  border-color: rgba(180,200,220,0.6);
  box-shadow: 0 0 16px rgba(180,200,220,0.22), 0 0 40px rgba(180,200,220,0.08);
}
.prize-gold:hover .prize-rank,
.prize-silver:hover .prize-rank,
.prize-bronze:hover .prize-rank { text-shadow: 0 0 12px rgba(180,200,220,0.5); }
.prize-gold:hover .prize-bar span,
.prize-silver:hover .prize-bar span,
.prize-bronze:hover .prize-bar span { box-shadow: 0 0 6px rgba(180,200,220,0.35); }

/* featured (gold) card is taller */
.prize-card--featured {
  padding-top: 60px;
  padding-bottom: 52px;
}

/* CHAMPION badge */
.prize-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #a86800, #ffd700, #a86800);
  color: #0a0800;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.25em;
  padding: 5px 18px;
  border-radius: 0 0 6px 6px;
  white-space: nowrap;
  transition: box-shadow 0.3s ease;
}
.prize-card:hover .prize-badge {
  animation: badge-pulse 1.2s ease-in-out infinite;
}

/* rank number */
.prize-rank {
  font-family: 'Orbitron', sans-serif;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  opacity: 0.9;
  transition: text-shadow 0.5s ease;
}

/* place label */
.prize-place {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

/* divider */
.prize-divider {
  width: 40px;
  height: 1px;
  background: rgba(255,255,255,0.2);
  margin: 4px 0;
}

/* amount */
.prize-amount {
  font-family: 'Orbitron', sans-serif;
  font-size: 2.1rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.1;
}
.prize-currency {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.7;
  letter-spacing: 0.1em;
}

/* progress bar */
.prize-bar {
  width: 100%;
  height: 3px;
  background: rgba(255,255,255,0.08);
  border-radius: 2px;
  margin-top: 8px;
  overflow: hidden;
}
.prize-bar span {
  display: block;
  height: 100%;
  border-radius: 2px;
  animation: bar-fill 1.2s cubic-bezier(0.23,1,0.32,1) 0.8s both;
  transition: box-shadow 0.5s ease;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .prizes-title { font-size: 2.8rem; letter-spacing: 0.15em; }
  .prize-rank   { font-size: 2.8rem; }
  .prize-amount { font-size: 1.6rem; }
  .prize-card--featured { padding-top: 52px; padding-bottom: 44px; }
}


/* ============================================================
   HERO SECTION – FUTURISTIC EFFECTS
   ============================================================ */

/* ---------- particle canvas ---------- */
.hero-particles-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* ---------- perspective grid ---------- */
.hero-grid-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(0,180,255,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,180,255,0.07) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.6) 80%, transparent 100%);
  animation: hero-grid-drift 12s linear infinite;
}
@keyframes hero-grid-drift {
  0%   { background-position: 0 0; }
  100% { background-position: 0 60px; }
}

/* ---------- data-stream columns ---------- */
.hero-datastream {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  overflow: hidden;
}
/* Each column is injected by JS as a <span> */
.hero-datastream span {
  position: absolute;
  top: 0;
  font-family: 'Courier New', monospace;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  writing-mode: vertical-lr;
  white-space: nowrap;
  color: rgba(0, 180, 255, 0.18);
  animation: ds-fall linear infinite;
  user-select: none;
}
@keyframes ds-fall {
  0%   { transform: translateY(-100%); opacity: 0; }
  5%   { opacity: 1; }
  90%  { opacity: 1; }
  100% { transform: translateY(110vh);  opacity: 0; }
}

/* ---------- vignette ---------- */
.hero-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
  background: radial-gradient(ellipse at center, transparent 55%, rgba(0,0,10,0.55) 100%);
}

/* ---------- content sits above overlays ---------- */
#head .container-fluid,
#head > .mbr-overlay {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

#head > .container-fluid {
  position: relative;
  z-index: 6;
}

#head > .container {
  position: relative;
  z-index: 5;
}

/* ---------- HUD corner brackets ---------- */
.hero-hud {
  position: absolute;
  inset: -16px;
  pointer-events: none;
}
.hud-corner {
  position: absolute;
  width: 22px;
  height: 22px;
  border-color: rgba(0,180,255,0.7);
  border-style: solid;
  animation: hud-blink 3s ease-in-out infinite;
}
.hud-tl { top: 0; left: 0;  border-width: 2px 0 0 2px; }
.hud-tr { top: 0; right: 0; border-width: 2px 2px 0 0; }
.hud-bl { bottom: 0; left: 0;  border-width: 0 0 2px 2px; }
.hud-br { bottom: 0; right: 0; border-width: 0 2px 2px 0; }

@keyframes hud-blink {
  0%,100% { opacity: 0.7; }
  50%      { opacity: 0.25; }
}

.hud-label {
  position: absolute;
  font-family: 'Courier New', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: rgba(0,180,255,0.6);
  text-transform: uppercase;
  animation: hud-blink 3s ease-in-out infinite;
}
.hud-label-tl { top: -20px; left: 0; }
.hud-label-br { bottom: -20px; right: 0; }

/* ---------- title text glow ---------- */
.hero-title-line {
  text-shadow:
    0 0 8px rgba(0,180,255,0.4),
    0 0 22px rgba(0,180,255,0.18);
  animation: hero-title-glow 4s ease-in-out infinite alternate;
}
.hero-title-sub {
  text-shadow:
    0 0 10px rgba(255,215,0,0.45),
    0 0 28px rgba(255,215,0,0.18);
  animation: hero-sub-glow 4s ease-in-out infinite alternate;
}
@keyframes hero-title-glow {
  from { text-shadow: 0 0 6px rgba(0,180,255,0.35), 0 0 18px rgba(0,180,255,0.12); }
  to   { text-shadow: 0 0 14px rgba(0,180,255,0.65), 0 0 38px rgba(0,180,255,0.28); }
}
@keyframes hero-sub-glow {
  from { text-shadow: 0 0 8px rgba(255,215,0,0.35), 0 0 20px rgba(255,215,0,0.12); }
  to   { text-shadow: 0 0 16px rgba(255,215,0,0.65), 0 0 40px rgba(255,215,0,0.28); }
}

/* ---------- glitch bar ---------- */
.hero-glitch-bar {
  margin-top: 18px;
  width: 100%;
  max-width: 420px;
  height: 3px;
  background: rgba(0,180,255,0.12);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.hero-glitch-bar span {
  display: block;
  position: absolute;
  top: 0; left: -60%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0,180,255,0.9), rgba(255,255,255,0.6), rgba(0,180,255,0.9), transparent);
  animation: hero-bar-sweep 2.8s ease-in-out infinite;
}
@keyframes hero-bar-sweep {
  0%   { left: -60%; }
  100% { left: 110%; }
}

/* ---------- banner-content-wrapper needs relative ---------- */
.banner-content-wrapper {
  position: relative;
}

/* ============================================================
   FUTURISTIC NAVIGATION
   ============================================================ */

/* ── sticky nav wrapper ── */
.ftk-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  pointer-events: none;
  transition: background 0.35s ease, backdrop-filter 0.35s ease, box-shadow 0.35s ease;
}

/* full-width header bar */
.ftk-nav__bar {
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 22px;
  width: 100%;
}

/* logo inside bar */
.ftk-nav__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}
.ftk-nav__logo img {
  height: 40px;
  width: auto;
  filter: drop-shadow(0 0 6px rgba(0,180,255,0.4));
}

/* show logo only when scrolled */
.ftk-nav--scrolled .ftk-nav__logo {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

/* scrolled state – frosted bar */
.ftk-nav--scrolled {
  background: rgba(4, 10, 20, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(0, 180, 255, 0.2);
}

.ftk-nav__toggle {
  pointer-events: all;
  width: 44px; height: 44px;
  background: rgba(0,180,255,0.08);
  border: 1px solid rgba(0,180,255,0.4);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  z-index: 10001;
  transition: background 0.3s, border-color 0.3s;
  backdrop-filter: blur(6px);
  flex-shrink: 0;
}
.ftk-nav__toggle:hover {
  background: rgba(0,180,255,0.18);
  border-color: rgba(0,180,255,0.8);
}
.ftk-nav__toggle span {
  display: block;
  width: 22px; height: 2px;
  background: #00b4ff;
  border-radius: 2px;
  transition: transform 0.35s ease, opacity 0.35s ease, width 0.35s ease;
  transform-origin: center;
}
/* open state – X */
.ftk-nav__toggle--open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ftk-nav__toggle--open span:nth-child(2) { opacity: 0; width: 0; }
.ftk-nav__toggle--open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── slide-in panel ── */
.ftk-nav__panel {
  pointer-events: all;
  position: fixed;
  top: 0; right: 0;
  width: 260px;
  height: 100vh;
  background: rgba(4, 8, 30, 0.96);
  border-left: 1px solid rgba(0,180,255,0.25);
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.23,1,0.32,1);
  display: flex;
  flex-direction: column;
  padding: 72px 0 32px;
  z-index: 10000;
  backdrop-filter: blur(12px);
  overflow: hidden;
}
/* top cyan accent line */
.ftk-nav__panel::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #00b4ff, transparent);
}
/* subtle grid bg */
.ftk-nav__panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,180,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,180,255,0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.ftk-nav__panel--open {
  transform: translateX(0);
}

/* ── nav links ── */
.ftk-nav__list {
  list-style: none;
  margin: 0;
  padding: 0 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  z-index: 1;
}

.ftk-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: color 0.25s, background 0.25s, border-color 0.25s, padding-left 0.25s;
  position: relative;
}
.ftk-link::before {
  content: attr(data-label);
  font-size: 9px;
  color: rgba(0,180,255,0.5);
  letter-spacing: 0.1em;
  transition: color 0.25s;
  min-width: 20px;
}

.ftk-link:hover,
.ftk-link--active {
  color: #fff;
  background: rgba(0,180,255,0.08);
  border-color: rgba(0,180,255,0.3);
  padding-left: 20px;
  text-decoration: none;
}
.ftk-link--active::before,
.ftk-link:hover::before {
  color: #00b4ff;
}
/* active left glow bar */
.ftk-link--active {
  border-left-color: #00b4ff;
  color: #00b4ff;
  text-shadow: 0 0 8px rgba(0,180,255,0.5);
}

/* ── panel footer ── */
.ftk-nav__footer {
  padding: 0 44px;
  font-family: 'Courier New', monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  color: rgba(0,180,255,0.3);
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

/* ── mobile: always show frosted bar + logo ── */
@media (max-width: 768px) {
  .nav-logo-wrapper { display: none; }
  .ftk-nav {
    background: rgba(4, 10, 20, 0.78);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 rgba(0, 180, 255, 0.2);
  }
  .ftk-nav__logo {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }
  .ftk-nav__panel { width: 220px; }
}
