body {
  font-family: Jost;
}
.display-1 {
  font-family: 'swiss-721-black-extended-bt';
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'swiss-721-black-extended-bt';
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'futura medium bt';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'futura medium bt';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'futura medium bt';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff008f !important;
}
.bg-success {
  background-color: #e7ff00 !important;
}
.bg-info {
  background-color: #ff008f !important;
}
.bg-warning {
  background-color: #4da0db !important;
}
.bg-danger {
  background-color: #13eb84 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff008f !important;
  border-color: #ff008f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a8005e !important;
  border-color: #a8005e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a8005e !important;
  border-color: #a8005e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #090650 !important;
  border-color: #090650 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff008f !important;
  border-color: #ff008f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a8005e !important;
  border-color: #a8005e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a8005e !important;
  border-color: #a8005e !important;
}
.btn-success,
.btn-success:active {
  background-color: #e7ff00 !important;
  border-color: #e7ff00 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #98a800 !important;
  border-color: #98a800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #98a800 !important;
  border-color: #98a800 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4da0db !important;
  border-color: #4da0db !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2374ae !important;
  border-color: #2374ae !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2374ae !important;
  border-color: #2374ae !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #13eb84 !important;
  border-color: #13eb84 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0d9b57 !important;
  border-color: #0d9b57 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #0d9b57 !important;
  border-color: #0d9b57 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff008f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a8005e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff008f !important;
  border-color: #ff008f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #090650;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #090650 !important;
  border-color: #090650 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff008f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a8005e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff008f !important;
  border-color: #ff008f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e7ff00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #98a800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #e7ff00 !important;
  border-color: #e7ff00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4da0db;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2374ae !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4da0db !important;
  border-color: #4da0db !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #13eb84;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0d9b57 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #13eb84 !important;
  border-color: #13eb84 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #ff008f !important;
}
.text-secondary {
  color: #090650 !important;
}
.text-success {
  color: #e7ff00 !important;
}
.text-info {
  color: #ff008f !important;
}
.text-warning {
  color: #4da0db !important;
}
.text-danger {
  color: #13eb84 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #990056 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8b9900 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #990056 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #216ca1 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0b8d4f !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: #ff008f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff008f;
}
.alert-warning {
  background-color: #4da0db;
}
.alert-danger {
  background-color: #13eb84;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff008f;
  border-color: #ff008f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff008f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcce9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #faffcc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffcce9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7fbfd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cffbe6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'futura medium bt';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff008f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'futura medium bt';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff008f;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff008f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff008f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff008f;
  border-bottom-color: #ff008f;
}
.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: #ff008f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #090650 !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='%23ff008f' %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;
}
.cid-utQTa3P9X6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utQTa3P9X6 nav.navbar {
  position: fixed;
  border-bottom: 2px solid #e7ff00;
}
.cid-utQTa3P9X6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utQTa3P9X6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utQTa3P9X6 .dropdown-item:hover,
.cid-utQTa3P9X6 .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-utQTa3P9X6 .dropdown-item:hover span {
  color: white;
}
.cid-utQTa3P9X6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utQTa3P9X6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utQTa3P9X6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utQTa3P9X6 .nav-link {
  position: relative;
}
.cid-utQTa3P9X6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .container {
    flex-wrap: nowrap;
  }
}
.cid-utQTa3P9X6 .iconfont-wrapper {
  color: #e7ff00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown-menu,
.cid-utQTa3P9X6 .navbar.opened {
  background: #030042 !important;
}
.cid-utQTa3P9X6 .nav-item:focus,
.cid-utQTa3P9X6 .nav-link:focus {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utQTa3P9X6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utQTa3P9X6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.opened {
  transition: all 0.3s;
}
.cid-utQTa3P9X6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utQTa3P9X6 .navbar .navbar-logo img {
  width: auto;
}
.cid-utQTa3P9X6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar.collapsed {
  justify-content: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utQTa3P9X6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utQTa3P9X6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utQTa3P9X6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utQTa3P9X6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utQTa3P9X6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utQTa3P9X6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utQTa3P9X6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utQTa3P9X6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown-item.active,
.cid-utQTa3P9X6 .dropdown-item:active {
  background-color: transparent;
}
.cid-utQTa3P9X6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utQTa3P9X6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utQTa3P9X6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utQTa3P9X6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utQTa3P9X6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7ff00;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utQTa3P9X6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utQTa3P9X6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utQTa3P9X6 .navbar {
    height: 70px;
  }
  .cid-utQTa3P9X6 .navbar.opened {
    height: auto;
  }
  .cid-utQTa3P9X6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucWN1igGkc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucWN1igGkc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13-5.jpg");
}
.cid-ucWN1igGkc .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ucWN1igGkc .mbr-section-subtitle {
  color: #ffb18a;
  text-align: left;
}
.cid-ucWN1igGkc .btn-warning {
  color: #000 !important;
}
.cid-ukAym66aKK {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #030042;
}
.cid-ukAym66aKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukAym66aKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukAym66aKK .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ukAym66aKK .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ukAym66aKK .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-ukAym66aKK .bg-twitter:hover {
  background: #0c85d0;
}
.cid-ukAym66aKK .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-ukAym66aKK .bg-instagram:hover {
  background: #bd005c;
}
.cid-ukAym66aKK .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-ukAym66aKK .bg-youtube:hover {
  background: #cc0000;
}
.cid-ukAym66aKK .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ukAym66aKK [class^="socicon-"]:before,
.cid-ukAym66aKK [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-ukAym66aKK .mbr-section-title,
.cid-ukAym66aKK .social-list {
  color: #ffffff;
}
.cid-utQSSZuzWe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utQSSZuzWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-utQSSZuzWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utQSSZuzWe .mbr-section-title {
  color: #030042;
}
.cid-utQMX9MciY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-utQMX9MciY .carousel {
    border-radius: 20px;
    max-height: 600px;
  }
  .cid-utQMX9MciY .carousel img {
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-utQMX9MciY .carousel {
    min-height: 390px;
  }
  .cid-utQMX9MciY .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-utQMX9MciY .carousel {
    min-height: 330px;
  }
  .cid-utQMX9MciY .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-utQMX9MciY .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-utQMX9MciY .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-utQMX9MciY .carousel,
.cid-utQMX9MciY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-utQMX9MciY .item-wrapper {
  width: 100%;
}
.cid-utQMX9MciY .item-menu-overlay {
  border-radius: 2rem;
}
.cid-utQMX9MciY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-utQMX9MciY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-utQMX9MciY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-utQMX9MciY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-utQMX9MciY .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utQMX9MciY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utQMX9MciY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-utQMX9MciY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-utQMX9MciY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-utQMX9MciY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-utQMX9MciY .carousel-indicators li.active,
.cid-utQMX9MciY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-utQMX9MciY .carousel-indicators li::after,
.cid-utQMX9MciY .carousel-indicators li::before {
  content: none;
}
.cid-utQMX9MciY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-utQMX9MciY .carousel-indicators {
    display: none !important;
  }
}
.cid-utQNJeNFhN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udw2brY0lV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e7ff00;
}
.cid-udw2brY0lV .mbr-fallback-image.disabled {
  display: none;
}
.cid-udw2brY0lV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udw2brY0lV .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-udw2brY0lV .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-udw2brY0lV .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-udw2brY0lV .container {
    padding: 0 22px;
  }
}
.cid-udw2brY0lV .card {
  justify-content: center;
}
.cid-udw2brY0lV .content-wrapper {
  padding-left: 34px;
}
@media (max-width: 992px) {
  .cid-udw2brY0lV .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-udw2brY0lV .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-udw2brY0lV .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-udw2brY0lV .box {
  padding-right: 84px;
}
@media (max-width: 992px) {
  .cid-udw2brY0lV .box {
    padding: 0;
  }
}
.cid-udw2brY0lV .box .mbr-media {
  position: relative;
  height: 480px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-udw2brY0lV .box .mbr-media {
    height: 350px;
  }
}
.cid-udw2brY0lV .box .mbr-media img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vh;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-udw2brY0lV .box .mbr-media .mbr-iconfont {
  font-size: 20px;
  color: #030042;
  transition: all 0.3s ease-in-out;
  margin-left: 4px;
}
.cid-udw2brY0lV .mbr-media {
  position: relative;
}
.cid-udw2brY0lV .mbr-media img {
  object-fit: cover;
  border-radius: 15px !important;
}
.cid-udw2brY0lV a:hover {
  background-image: none !important;
}
.cid-udw2brY0lV .icon-wrap {
  right: 400px;
  bottom: 200px;
  position: absolute;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  background-color: #e7ff00;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .cid-udw2brY0lV .icon-wrap {
    right: 170px;
    bottom: 150px;
  }
}
.cid-udw2brY0lV .icon-wrap:hover,
.cid-udw2brY0lV .icon-wrap:focus {
  background-color: #030042;
}
.cid-udw2brY0lV .icon-wrap:hover .mbr-iconfont,
.cid-udw2brY0lV .icon-wrap:focus .mbr-iconfont {
  color: #e7ff00;
}
.cid-udw2brY0lV .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-udw2brY0lV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-udw2brY0lV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-udw2brY0lV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-udw2brY0lV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-udw2brY0lV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-udw2brY0lV .mbr-section-title {
  color: #ffffff;
}
.cid-udw2brY0lV .mbr-text {
  color: #090650;
  text-align: left;
}
.cid-udw2brY0lV .mbr-section-title,
.cid-udw2brY0lV .mbr-section-btn {
  color: #ff008f;
}
.cid-udw2brY0lV .mbr-description {
  text-align: center;
  display: flex;
  margin: 10px;
  font-size: 15px;
}
.cid-ueavmluHNu {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #e7ff00;
}
.cid-ueavmluHNu .btn-white {
  color: #090650 !important;
}
.cid-udxfUKZMzL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-udxfUKZMzL .mbr-section-subtitle {
  text-align: center;
  color: #090650;
}
.cid-udxfUKZMzL .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-udxfUKZMzL .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-udxfUKZMzL H3 {
  color: #1d1d1f;
}
.cid-udxfUKZMzL .card-subtitle {
  text-align: left;
}
.cid-udxfUKZMzL .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-udxfUKZMzL .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-udxfUKZMzL .card-title,
.cid-udxfUKZMzL .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-udxfUKZMzL .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #090650;
}
.cid-udxfUKZMzL .card-text {
  color: #8c8c95;
}
.cid-udxfUKZMzL .year-title {
  text-align: center;
  color: #090650;
  margin-bottom: 20px;
  position: relative;
}
.cid-udxfUKZMzL .year-subtitle {
  text-align: center;
  color: #090650;
}
.cid-udxfUKZMzL .line {
  width: 20px;
  background-color: #000;
  height: 2px;
  margin-top: 100px;
  align-items: center;
}
.cid-udxfUKZMzL .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-udxfUKZMzL .accent1 {
  background-color: #5758e0;
}
.cid-udxfUKZMzL .accent2 {
  background-color: #fedb01;
}
.cid-udxfUKZMzL .accent3 {
  background-color: #b32ae1;
}
.cid-udxfUKZMzL .accent4 {
  background-color: #ff9417;
}
.cid-udxfUKZMzL .accent5 {
  background-color: #4cc9f0;
}
.cid-udxfUKZMzL .timeline {
  align-items: top;
}
.cid-udxfUKZMzL .year-title:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: none;
  margin: 11px 40px 0px 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  position: absolute;
  left: -40px;
  top: 15px;
}
.cid-udxfUKZMzL .year-title.year1:before {
  background-color: #5758e0;
}
.cid-udxfUKZMzL .year-title.year2:before {
  background-color: #fedb01;
}
.cid-udxfUKZMzL .year-title.year3:before {
  background-color: #b32ae1;
}
.cid-udxfUKZMzL .year-title.year4:before {
  background-color: #ff9417;
}
.cid-udxfUKZMzL .year-title.year5:before {
  background-color: #4cc9f0;
}
.cid-udxfUKZMzL .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-udxfUKZMzL .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-udxfUKZMzL .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-udxfUKZMzL .year {
    flex-direction: row;
  }
  .cid-udxfUKZMzL .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-udxfUKZMzL .year-title:before {
    display: block;
  }
  .cid-udxfUKZMzL .accent {
    display: none;
  }
  .cid-udxfUKZMzL .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-udxfUKZMzL .line {
    display: none;
  }
  .cid-udxfUKZMzL .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-udxfUKZMzL .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-udxfUKZMzL .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-udxfUKZMzL .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-udxfUKZMzL .main {
    flex-direction: column;
  }
  .cid-udxfUKZMzL .row.title-block,
  .cid-udxfUKZMzL .timeline {
    margin: auto;
  }
  .cid-udxfUKZMzL .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-udxfUKZMzL .button-align {
    margin-top: 16px;
  }
}
.cid-udxfUKZMzL .btn {
  margin-top: 20px;
}
.cid-udxfUKZMzL a.btn > span {
  margin-left: 0.5rem;
}
.cid-usNpMaHmti {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ff008f;
}
.cid-usNpMaHmti .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNpMaHmti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNpMaHmti .mbr-section-title {
  color: #ffffff;
}
.cid-usNpMaHmti .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udrajvgf0Q {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #030042;
}
@media (max-width: 1200px) {
  .cid-udrajvgf0Q .display-2 {
    font-size: 1.68rem;
  }
}
.cid-udrajvgf0Q .item-img {
  padding: 0.5rem;
}
.cid-udrajvgf0Q .item-img:hover img {
  transform: scale(1.05);
}
.cid-udrajvgf0Q .item-img:hover img .social-row {
  opacity: 1;
}
.cid-udrajvgf0Q img,
.cid-udrajvgf0Q .item-img {
  width: 100%;
  border-radius: 20px;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-udrajvgf0Q .item:focus,
.cid-udrajvgf0Q span:focus {
  outline: none;
}
.cid-udrajvgf0Q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-udrajvgf0Q .item-wrapper {
  position: relative;
  background: #fafafa;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udrajvgf0Q .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udrajvgf0Q .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udrajvgf0Q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udrajvgf0Q .mbr-section-title {
  color: #e7ff00;
}
.cid-udrajvgf0Q .item-title {
  color: #ff008f;
  text-align: center;
}
.cid-udrajvgf0Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udrajvgf0Q .mbr-text,
.cid-udrajvgf0Q .mbr-section-btn {
  text-align: center;
}
.cid-udrfwWDhT1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #030042;
}
.cid-udrfwWDhT1 img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.cid-udrfwWDhT1 .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-udrfwWDhT1 .card-title {
  margin: 0;
  padding-bottom: 0.2rem;
  color: #ffffff;
}
.cid-udrfwWDhT1 .card-wrapper {
  border-radius: 5px;
}
.cid-udrfwWDhT1 .img-wrapper {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 5px;
}
.cid-udrfwWDhT1 .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
  border: 2px solid #e7ff00;
}
@media only screen and (min-width: 1000px) {
  .cid-udrfwWDhT1 .img-wrapper:before {
    background-image: linear-gradient(rgba(30, 102, 7, 0), rgba(255, 20, 147, 0.8));
  }
}
.cid-udrfwWDhT1 .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  padding: 1.5rem;
  padding-bottom: 1rem;
  z-index: 2;
}
.cid-udrfwWDhT1 .card:hover img {
  transform: scale(1.06);
}
.cid-udrfwWDhT1 .card:hover .card-box {
  opacity: 1;
}
.cid-udrfwWDhT1 .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-udrfwWDhT1 .card:hover .text-wrap {
  opacity: 1;
}
.cid-udrfwWDhT1 .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin-left: 1.5rem;
}
.cid-udrfwWDhT1 .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 1.2rem;
  justify-content: center;
}
.cid-udrfwWDhT1 .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  right: 0;
  padding: 2rem;
  padding-top: 1.5rem;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.cid-udrfwWDhT1 .mbr-text,
.cid-udrfwWDhT1 .link-align {
  color: #ffffff;
}
.cid-udrfwWDhT1 .mbr-subtitle,
.cid-udrfwWDhT1 .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-udrfwWDhT1 .card .text-wrap,
  .cid-udrfwWDhT1 .card .card-box {
    opacity: 1;
    padding: 1rem;
  }
  .cid-udrfwWDhT1 .card .img-wrapper:before {
    opacity: 0.8;
  }
}
.cid-udrfwWDhT1 .mbr-section-subtitle {
  color: #ffcc00;
}
.cid-udrfwWDhT1 .main-title {
  color: #ffffff;
}
.cid-udrfwWDhT1 .mbr-subtitle {
  color: #cccccc;
}
.cid-udrfwWDhT1 .mbr-mainsubtitle {
  color: #e7ff00;
}
.cid-udrfwWDhT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udrfwWDhT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udrztqTA4A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #030042;
}
.cid-udrztqTA4A img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.cid-udrztqTA4A .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-udrztqTA4A .card-title {
  margin: 0;
  padding-bottom: 0.2rem;
  color: #ffffff;
}
.cid-udrztqTA4A .card-wrapper {
  border-radius: 5px;
}
.cid-udrztqTA4A .img-wrapper {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 5px;
}
.cid-udrztqTA4A .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
  border: 2px solid #e7ff00;
}
@media only screen and (min-width: 1000px) {
  .cid-udrztqTA4A .img-wrapper:before {
    background-image: linear-gradient(rgba(30, 102, 7, 0), rgba(255, 20, 147, 0.8));
  }
}
.cid-udrztqTA4A .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  padding: 1.5rem;
  padding-bottom: 1rem;
  z-index: 2;
}
.cid-udrztqTA4A .card:hover img {
  transform: scale(1.06);
}
.cid-udrztqTA4A .card:hover .card-box {
  opacity: 1;
}
.cid-udrztqTA4A .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-udrztqTA4A .card:hover .text-wrap {
  opacity: 1;
}
.cid-udrztqTA4A .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin-left: 1.5rem;
}
.cid-udrztqTA4A .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 1.2rem;
  justify-content: center;
}
.cid-udrztqTA4A .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  right: 0;
  padding: 2rem;
  padding-top: 1.5rem;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.cid-udrztqTA4A .mbr-text,
.cid-udrztqTA4A .link-align {
  color: #ffffff;
}
.cid-udrztqTA4A .mbr-subtitle,
.cid-udrztqTA4A .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-udrztqTA4A .card .text-wrap,
  .cid-udrztqTA4A .card .card-box {
    opacity: 1;
    padding: 1rem;
  }
  .cid-udrztqTA4A .card .img-wrapper:before {
    opacity: 0.8;
  }
}
.cid-udrztqTA4A .mbr-section-subtitle {
  color: #ffcc00;
}
.cid-udrztqTA4A .main-title {
  color: #ffffff;
}
.cid-udrztqTA4A .mbr-subtitle {
  color: #cccccc;
}
.cid-udrztqTA4A .mbr-mainsubtitle {
  color: #e7ff00;
}
.cid-udrztqTA4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-udrztqTA4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udrzFQtV5a {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #030042;
}
.cid-udrzFQtV5a img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.cid-udrzFQtV5a .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-udrzFQtV5a .card-title {
  margin: 0;
  padding-bottom: 0.2rem;
  color: #ffffff;
}
.cid-udrzFQtV5a .card-wrapper {
  border-radius: 5px;
}
.cid-udrzFQtV5a .img-wrapper {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 5px;
}
.cid-udrzFQtV5a .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
  border: 2px solid #e7ff00;
}
@media only screen and (min-width: 1000px) {
  .cid-udrzFQtV5a .img-wrapper:before {
    background-image: linear-gradient(rgba(30, 102, 7, 0), rgba(255, 20, 147, 0.8));
  }
}
.cid-udrzFQtV5a .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  padding: 1.5rem;
  padding-bottom: 1rem;
  z-index: 2;
}
.cid-udrzFQtV5a .card:hover img {
  transform: scale(1.06);
}
.cid-udrzFQtV5a .card:hover .card-box {
  opacity: 1;
}
.cid-udrzFQtV5a .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-udrzFQtV5a .card:hover .text-wrap {
  opacity: 1;
}
.cid-udrzFQtV5a .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin-left: 1.5rem;
}
.cid-udrzFQtV5a .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 1.2rem;
  justify-content: center;
}
.cid-udrzFQtV5a .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  right: 0;
  padding: 2rem;
  padding-top: 1.5rem;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.cid-udrzFQtV5a .mbr-text,
.cid-udrzFQtV5a .link-align {
  color: #ffffff;
}
.cid-udrzFQtV5a .mbr-subtitle,
.cid-udrzFQtV5a .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-udrzFQtV5a .card .text-wrap,
  .cid-udrzFQtV5a .card .card-box {
    opacity: 1;
    padding: 1rem;
  }
  .cid-udrzFQtV5a .card .img-wrapper:before {
    opacity: 0.8;
  }
}
.cid-udrzFQtV5a .mbr-section-subtitle {
  color: #ffcc00;
}
.cid-udrzFQtV5a .main-title {
  color: #ffffff;
}
.cid-udrzFQtV5a .mbr-subtitle {
  color: #cccccc;
}
.cid-udrzFQtV5a .mbr-mainsubtitle {
  color: #e7ff00;
}
.cid-udrzFQtV5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-udrzFQtV5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue0tEy1iIX {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #030042;
}
.cid-ue0tEy1iIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue0tEy1iIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue0tEy1iIX .item {
  padding-bottom: 2rem;
}
.cid-ue0tEy1iIX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ue0tEy1iIX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ue0tEy1iIX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ue0tEy1iIX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ue0tEy1iIX .carousel-control,
.cid-ue0tEy1iIX .close {
  background: #1b1b1b;
}
.cid-ue0tEy1iIX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ue0tEy1iIX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ue0tEy1iIX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ue0tEy1iIX .carousel-control-next span {
  margin-left: 5px;
}
.cid-ue0tEy1iIX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ue0tEy1iIX .close::before {
  content: '\e91a';
}
.cid-ue0tEy1iIX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ue0tEy1iIX .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ue0tEy1iIX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ue0tEy1iIX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ue0tEy1iIX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ue0tEy1iIX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ue0tEy1iIX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ue0tEy1iIX .carousel-indicators li.active,
.cid-ue0tEy1iIX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ue0tEy1iIX .carousel-indicators li::after,
.cid-ue0tEy1iIX .carousel-indicators li::before {
  content: none;
}
.cid-ue0tEy1iIX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ue0tEy1iIX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ue0tEy1iIX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ue0tEy1iIX .carousel-indicators {
    display: none;
  }
}
.cid-ue0tEy1iIX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ue0tEy1iIX .carousel-inner > .active {
  display: block;
}
.cid-ue0tEy1iIX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ue0tEy1iIX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ue0tEy1iIX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ue0tEy1iIX .carousel-control,
  .cid-ue0tEy1iIX .carousel-indicators,
  .cid-ue0tEy1iIX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ue0tEy1iIX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ue0tEy1iIX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ue0tEy1iIX .carousel-indicators .active,
.cid-ue0tEy1iIX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ue0tEy1iIX .carousel-indicators .active {
  background: #fff;
}
.cid-ue0tEy1iIX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ue0tEy1iIX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ue0tEy1iIX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ue0tEy1iIX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ue0tEy1iIX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ue0tEy1iIX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ue0tEy1iIX .carousel {
  width: 100%;
}
.cid-ue0tEy1iIX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ue0tEy1iIX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ue0tEy1iIX .modal.fade .modal-dialog,
.cid-ue0tEy1iIX .modal.in .modal-dialog {
  transform: none;
}
.cid-ue0tEy1iIX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ue0tEy1iIX H6 {
  text-align: center;
}
.cid-ue0tEy1iIX H3 {
  color: #ffffff;
}
.cid-ue0tEy1iIX H4 {
  color: #ffffff;
}
.cid-udw528sDb8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ff008f;
}
.cid-udw528sDb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udw528sDb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udw528sDb8 .container {
    padding: 0 24px;
  }
}
.cid-udw528sDb8 .row {
  justify-content: center;
}
.cid-udw528sDb8 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-udw528sDb8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-udw528sDb8 .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #090650;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-udw528sDb8 .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-udw528sDb8 .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-udw528sDb8 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udw528sDb8 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udw528sDb8 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udw528sDb8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udw528sDb8 .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  background-color: #ff008f;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-udw528sDb8 .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-udw528sDb8 .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-udw528sDb8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-udw528sDb8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udw528sDb8 .panel-title-edit {
  color: #ffffff;
}
.cid-udw528sDb8 .panel-text {
  color: #ffffff;
}
.cid-teZmC4ceG6 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teZmC4ceG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teZmC4ceG6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teZmC4ceG6 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-teZmC4ceG6 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #090650;
}
@media (max-width: 991px) {
  .cid-teZmC4ceG6 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-teZmC4ceG6 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-teZmC4ceG6 .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-teZmC4ceG6 .card-title {
  color: #ffffff;
}
.cid-teZmC4ceG6 P {
  color: #ffffff;
}
.cid-teZmC4ceG6 .mbr-section-title {
  color: #090650;
}
.cid-teZmC4ceG6 .mbr-section-subtitle {
  color: #ff008f;
}
.cid-tjeuZaQ8GS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e7ff00;
}
.cid-tjeuZaQ8GS .btn-white {
  color: #090650 !important;
}
.cid-udxdqR6eOI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090650;
}
.cid-udxdqR6eOI .mbr-fallback-image.disabled {
  display: none;
}
.cid-udxdqR6eOI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udxdqR6eOI .container {
    padding: 0 24px;
  }
}
.cid-udxdqR6eOI .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-udxdqR6eOI .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-udxdqR6eOI .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-udxdqR6eOI .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-udxdqR6eOI .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-udxdqR6eOI .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #090650;
}
.cid-udxdqclNYV .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .copyright {
    margin-bottom: 1rem;
  }
}
.cid-udxdqclNYV .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e7ff00;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-udxdqclNYV .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-udxdqclNYV .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-ueaVAWXbhx img {
  width: 35px;
}
.cid-ueaVAWXbhx p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-ueaVAWXbhx DIV {
  color: #ffffff;
}
.cid-ueaVAWXbhx H10 {
  color: #767676;
}
.cid-ueaVAWXbhx .hidden {
  display: none;
}
.cid-ueaVAWXbhx .sidebar {
  z-index: 1001;
  background-color: #030042;
  opacity: 100%;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-ueaVAWXbhx .sidebar nav {
  height: 100%;
}
.cid-ueaVAWXbhx .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-ueaVAWXbhx .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-ueaVAWXbhx .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #ff008f;
  color: #ffffff;
}
.cid-ueaVAWXbhx .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-ueaVAWXbhx .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-ueaVAWXbhx .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-ueaVAWXbhx .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-ueaVAWXbhx .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-ueaVAWXbhx .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-ueaVAWXbhx .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-ueaVAWXbhx .sidebar:hover {
    width: 14rem;
    opacity: 0.9;
  }
  .cid-ueaVAWXbhx .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-ueaVAWXbhx .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-ueaVAWXbhx .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-ueaVAWXbhx .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 900px) {
  .cid-ueaVAWXbhx .sidebar {
    overflow-y: scroll;
  }
}
.cid-ueaVAWXbhx :root {
  --sidebar-width: 4.5em;
}
.cid-teBJTRdu2w {
  background-image: url("../../../assets/images/damas-background.png");
}
.cid-teBJTRdu2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-teBJTRdu2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teBJTRdu2w .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-teBJTRdu2w .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-teBJTRdu2w .mbr-buttons {
  color: #000 !important;
}
.cid-utPKM5O7AK {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utPKM5O7AK .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPKM5O7AK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPKM5O7AK .item {
  padding-bottom: 2rem;
}
.cid-utPKM5O7AK .item-wrapper {
  position: relative;
}
.cid-utPKM5O7AK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-utPKM5O7AK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-utPKM5O7AK .carousel-control,
.cid-utPKM5O7AK .close {
  background: #1b1b1b;
}
.cid-utPKM5O7AK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-utPKM5O7AK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-utPKM5O7AK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-utPKM5O7AK .carousel-control-next span {
  margin-left: 5px;
}
.cid-utPKM5O7AK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-utPKM5O7AK .close::before {
  content: '\e91a';
}
.cid-utPKM5O7AK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-utPKM5O7AK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utPKM5O7AK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPKM5O7AK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-utPKM5O7AK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-utPKM5O7AK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-utPKM5O7AK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-utPKM5O7AK .carousel-indicators li.active,
.cid-utPKM5O7AK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-utPKM5O7AK .carousel-indicators li::after,
.cid-utPKM5O7AK .carousel-indicators li::before {
  content: none;
}
.cid-utPKM5O7AK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-utPKM5O7AK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-utPKM5O7AK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-utPKM5O7AK .carousel-indicators {
    display: none;
  }
}
.cid-utPKM5O7AK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-utPKM5O7AK .carousel-inner > .active {
  display: block;
}
.cid-utPKM5O7AK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPKM5O7AK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-utPKM5O7AK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-utPKM5O7AK .carousel-control,
  .cid-utPKM5O7AK .carousel-indicators,
  .cid-utPKM5O7AK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-utPKM5O7AK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-utPKM5O7AK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-utPKM5O7AK .carousel-indicators .active,
.cid-utPKM5O7AK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-utPKM5O7AK .carousel-indicators .active {
  background: #fff;
}
.cid-utPKM5O7AK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-utPKM5O7AK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-utPKM5O7AK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-utPKM5O7AK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-utPKM5O7AK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-utPKM5O7AK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-utPKM5O7AK .carousel {
  width: 100%;
}
.cid-utPKM5O7AK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-utPKM5O7AK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-utPKM5O7AK .modal.fade .modal-dialog,
.cid-utPKM5O7AK .modal.in .modal-dialog {
  transform: none;
}
.cid-utPKM5O7AK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-utPKM5O7AK H6 {
  text-align: center;
}
.cid-utPKM5O7AK H3 {
  color: #030042;
}
.cid-upZ2skfWxi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upZ2skfWxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-upZ2skfWxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upZ2skfWxi .mbr-section-title {
  color: #030042;
}
#custom-html-kt {
  /* Type valid CSS here */
}
#custom-html-kt div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-kt p {
  font-size: 60px;
  color: #777;
}
.cid-ue4N5RPoyX {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue4N5RPoyX .container {
  max-width: 1600px;
}
.cid-ue4N5RPoyX .row {
  justify-content: center;
}
.cid-ue4N5RPoyX .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue4N5RPoyX .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue4N5RPoyX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue4N5RPoyX .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue4N5RPoyX .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue4N5RPoyX .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue4N5RPoyX .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue4N5RPoyX .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue4N5RPoyX .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue4N5RPoyX .card:hover {
  transform: scale(0.98);
}
.cid-ue4N5RPoyX .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue4N5RPoyX .card-wrapper {
    padding: 16px;
  }
}
.cid-ue4N5RPoyX .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue4N5RPoyX .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue4N5RPoyX .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue4N5RPoyX .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue4N5RPoyX .card-text {
    margin-top: 8px;
  }
}
.cid-ue4N5RPoyX .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue4N5RPoyX .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue4N5RPoyX .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue4N5RPoyX .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue4N5RPoyX .card-img {
    height: auto;
  }
}
.cid-ue4N5RPoyX .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue4N5RPoyX .card-title,
.cid-ue4N5RPoyX .mbr-section-btn {
  text-align: center;
  color: #030042;
}
.cid-teBXB8NmN1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-teBXB8NmN1 .mbr-text {
  color: #767676;
}
.cid-teBXB8NmN1 .mbr-section-subtitle {
  color: #767676;
}
.cid-teBXB8NmN1 .title .num {
  width: 100%;
  display: block;
}
.cid-teBXB8NmN1 .title .card-title {
  z-index: 1;
}
.cid-teBXB8NmN1 .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-teBXB8NmN1 * {
    text-align: center !important;
  }
  .cid-teBXB8NmN1 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-teBXB8NmN1 .mbr-section-title,
.cid-teBXB8NmN1 .card-box {
  text-align: center;
  color: #090650;
}
.cid-teBXB8NmN1 .card-title,
.cid-teBXB8NmN1 .card-img {
  color: #090650;
}
.cid-teBXB8NmN1 .card-text {
  color: #090650;
}
.cid-ue4ROOl2TB {
  padding-top: 4rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue4ROOl2TB .container {
  max-width: 1600px;
}
.cid-ue4ROOl2TB .row {
  justify-content: center;
}
.cid-ue4ROOl2TB .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue4ROOl2TB .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue4ROOl2TB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue4ROOl2TB .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue4ROOl2TB .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue4ROOl2TB .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue4ROOl2TB .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue4ROOl2TB .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue4ROOl2TB .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue4ROOl2TB .card:hover {
  transform: scale(0.98);
}
.cid-ue4ROOl2TB .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue4ROOl2TB .card-wrapper {
    padding: 16px;
  }
}
.cid-ue4ROOl2TB .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue4ROOl2TB .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue4ROOl2TB .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue4ROOl2TB .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue4ROOl2TB .card-text {
    margin-top: 8px;
  }
}
.cid-ue4ROOl2TB .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue4ROOl2TB .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue4ROOl2TB .card-img {
  width: 100%;
  height: 384px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue4ROOl2TB .card-img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-ue4ROOl2TB .card-img {
    height: auto;
  }
}
.cid-ue4ROOl2TB .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue4ROOl2TB .card-title,
.cid-ue4ROOl2TB .mbr-section-btn {
  text-align: center;
  color: #030042;
}
.cid-ue56Hb8C3l {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #030042;
}
.cid-ue56Hb8C3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue56Hb8C3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue56Hb8C3l .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ue56Hb8C3l .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ue56Hb8C3l .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue56Hb8C3l .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ue56Hb8C3l .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-ue56Hb8C3l .card-title {
  color: #030042;
}
.cid-ue56Hb8C3l P {
  color: #ff008f;
}
.cid-ue56Hb8C3l .mbr-section-title {
  color: #ffffff;
}
.cid-ue56Hb8C3l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-teZq9faM0S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-teZq9faM0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-teZq9faM0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teZq9faM0S .video-wrapper iframe {
  width: 100%;
}
.cid-teZq9faM0S .mbr-section-title,
.cid-teZq9faM0S .mbr-section-subtitle,
.cid-teZq9faM0S .mbr-text {
  text-align: center;
}
.cid-teZq9faM0S .mbr-section-title {
  text-align: center;
  color: #090650;
}
.cid-teZq9faM0S .mbr-section-subtitle {
  color: #000000;
}
.cid-uePH5GpGHa {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uePH5GpGHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePH5GpGHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uePH5GpGHa .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uePH5GpGHa .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #090650;
}
@media (max-width: 991px) {
  .cid-uePH5GpGHa .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uePH5GpGHa .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uePH5GpGHa .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-uePH5GpGHa .card-title {
  color: #ffffff;
}
.cid-uePH5GpGHa P {
  color: #ffffff;
}
.cid-uePH5GpGHa .mbr-section-title {
  color: #090650;
}
.cid-uePH5GpGHa .mbr-section-subtitle {
  color: #ff008f;
}
.cid-ukAvw5kfU8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e7ff00;
}
.cid-ukAvw5kfU8 .btn-white {
  color: #090650 !important;
}
.cid-ue4R4dUFaU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090650;
}
.cid-ue4R4dUFaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4R4dUFaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue4R4dUFaU .container {
    padding: 0 24px;
  }
}
.cid-ue4R4dUFaU .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ue4R4dUFaU .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ue4R4dUFaU .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-ue4R4dUFaU .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-ue4R4dUFaU .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-ue4R4dUFaU .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #090650;
}
.cid-udxdqclNYV .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .copyright {
    margin-bottom: 1rem;
  }
}
.cid-udxdqclNYV .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e7ff00;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-udxdqclNYV .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-udxdqclNYV .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-utQTa3P9X6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utQTa3P9X6 nav.navbar {
  position: fixed;
  border-bottom: 2px solid #e7ff00;
}
.cid-utQTa3P9X6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utQTa3P9X6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utQTa3P9X6 .dropdown-item:hover,
.cid-utQTa3P9X6 .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-utQTa3P9X6 .dropdown-item:hover span {
  color: white;
}
.cid-utQTa3P9X6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utQTa3P9X6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utQTa3P9X6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utQTa3P9X6 .nav-link {
  position: relative;
}
.cid-utQTa3P9X6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .container {
    flex-wrap: nowrap;
  }
}
.cid-utQTa3P9X6 .iconfont-wrapper {
  color: #e7ff00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown-menu,
.cid-utQTa3P9X6 .navbar.opened {
  background: #030042 !important;
}
.cid-utQTa3P9X6 .nav-item:focus,
.cid-utQTa3P9X6 .nav-link:focus {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utQTa3P9X6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utQTa3P9X6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.opened {
  transition: all 0.3s;
}
.cid-utQTa3P9X6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utQTa3P9X6 .navbar .navbar-logo img {
  width: auto;
}
.cid-utQTa3P9X6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar.collapsed {
  justify-content: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utQTa3P9X6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utQTa3P9X6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utQTa3P9X6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utQTa3P9X6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utQTa3P9X6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utQTa3P9X6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utQTa3P9X6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utQTa3P9X6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown-item.active,
.cid-utQTa3P9X6 .dropdown-item:active {
  background-color: transparent;
}
.cid-utQTa3P9X6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utQTa3P9X6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utQTa3P9X6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utQTa3P9X6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utQTa3P9X6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7ff00;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utQTa3P9X6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utQTa3P9X6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utQTa3P9X6 .navbar {
    height: 70px;
  }
  .cid-utQTa3P9X6 .navbar.opened {
    height: auto;
  }
  .cid-utQTa3P9X6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueb5Psuzbs img {
  width: 35px;
}
.cid-ueb5Psuzbs p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-ueb5Psuzbs DIV {
  color: #ffffff;
}
.cid-ueb5Psuzbs H10 {
  color: #767676;
}
.cid-ueb5Psuzbs .hidden {
  display: none;
}
.cid-ueb5Psuzbs .sidebar {
  z-index: 1001;
  background-color: #030042;
  opacity: 100%;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-ueb5Psuzbs .sidebar nav {
  height: 100%;
}
.cid-ueb5Psuzbs .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-ueb5Psuzbs .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-ueb5Psuzbs .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #ff008f;
  color: #ffffff;
}
.cid-ueb5Psuzbs .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-ueb5Psuzbs .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-ueb5Psuzbs .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-ueb5Psuzbs .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-ueb5Psuzbs .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-ueb5Psuzbs .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-ueb5Psuzbs .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-ueb5Psuzbs .sidebar:hover {
    width: 14rem;
    opacity: 0.9;
  }
  .cid-ueb5Psuzbs .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-ueb5Psuzbs .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-ueb5Psuzbs .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-ueb5Psuzbs .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 900px) {
  .cid-ueb5Psuzbs .sidebar {
    overflow-y: scroll;
  }
}
.cid-ueb5Psuzbs :root {
  --sidebar-width: 4.5em;
}
.cid-teBK78CfvK {
  background-image: url("../../../assets/images/free-fire-background.png");
}
.cid-teBK78CfvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-teBK78CfvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teBK78CfvK .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-teBK78CfvK .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-teBK78CfvK .btn-primary {
  color: #fff !important;
}
.cid-teBK78CfvK .mbr-section-title {
  color: #ffffff;
}
.cid-utPzjzPTmb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utPzjzPTmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPzjzPTmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPzjzPTmb .item {
  padding-bottom: 2rem;
}
.cid-utPzjzPTmb .item-wrapper {
  position: relative;
}
.cid-utPzjzPTmb .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-utPzjzPTmb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-utPzjzPTmb .carousel-control,
.cid-utPzjzPTmb .close {
  background: #1b1b1b;
}
.cid-utPzjzPTmb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-utPzjzPTmb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-utPzjzPTmb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-utPzjzPTmb .carousel-control-next span {
  margin-left: 5px;
}
.cid-utPzjzPTmb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-utPzjzPTmb .close::before {
  content: '\e91a';
}
.cid-utPzjzPTmb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-utPzjzPTmb .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utPzjzPTmb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPzjzPTmb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-utPzjzPTmb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-utPzjzPTmb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-utPzjzPTmb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-utPzjzPTmb .carousel-indicators li.active,
.cid-utPzjzPTmb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-utPzjzPTmb .carousel-indicators li::after,
.cid-utPzjzPTmb .carousel-indicators li::before {
  content: none;
}
.cid-utPzjzPTmb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-utPzjzPTmb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-utPzjzPTmb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-utPzjzPTmb .carousel-indicators {
    display: none;
  }
}
.cid-utPzjzPTmb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-utPzjzPTmb .carousel-inner > .active {
  display: block;
}
.cid-utPzjzPTmb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPzjzPTmb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-utPzjzPTmb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-utPzjzPTmb .carousel-control,
  .cid-utPzjzPTmb .carousel-indicators,
  .cid-utPzjzPTmb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-utPzjzPTmb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-utPzjzPTmb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-utPzjzPTmb .carousel-indicators .active,
.cid-utPzjzPTmb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-utPzjzPTmb .carousel-indicators .active {
  background: #fff;
}
.cid-utPzjzPTmb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-utPzjzPTmb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-utPzjzPTmb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-utPzjzPTmb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-utPzjzPTmb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-utPzjzPTmb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-utPzjzPTmb .carousel {
  width: 100%;
}
.cid-utPzjzPTmb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-utPzjzPTmb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-utPzjzPTmb .modal.fade .modal-dialog,
.cid-utPzjzPTmb .modal.in .modal-dialog {
  transform: none;
}
.cid-utPzjzPTmb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-utPzjzPTmb H6 {
  text-align: center;
}
.cid-utPzjzPTmb H3 {
  color: #030042;
}
.cid-uq5mMIyWie {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uq5mMIyWie img,
.cid-uq5mMIyWie .item-img {
  width: 100%;
}
.cid-uq5mMIyWie .item:focus,
.cid-uq5mMIyWie span:focus {
  outline: none;
}
.cid-uq5mMIyWie .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uq5mMIyWie .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uq5mMIyWie .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uq5mMIyWie .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uq5mMIyWie .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uq5mMIyWie .mbr-section-title {
  color: #030042;
}
.cid-ue4VGiZ8lD {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue4VGiZ8lD .container {
  max-width: 1600px;
}
.cid-ue4VGiZ8lD .row {
  justify-content: center;
}
.cid-ue4VGiZ8lD .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue4VGiZ8lD .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue4VGiZ8lD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue4VGiZ8lD .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-ue4VGiZ8lD .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue4VGiZ8lD .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue4VGiZ8lD .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue4VGiZ8lD .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue4VGiZ8lD .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue4VGiZ8lD .card:hover {
  transform: scale(0.98);
}
.cid-ue4VGiZ8lD .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue4VGiZ8lD .card-wrapper {
    padding: 16px;
  }
}
.cid-ue4VGiZ8lD .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue4VGiZ8lD .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue4VGiZ8lD .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue4VGiZ8lD .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue4VGiZ8lD .card-text {
    margin-top: 8px;
  }
}
.cid-ue4VGiZ8lD .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue4VGiZ8lD .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue4VGiZ8lD .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue4VGiZ8lD .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue4VGiZ8lD .card-img {
    height: auto;
  }
}
.cid-ue4VGiZ8lD .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue4VGiZ8lD .card-title,
.cid-ue4VGiZ8lD .mbr-section-btn {
  text-align: center;
  color: #030042;
}
.cid-teC1G655zu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-teC1G655zu .mbr-text {
  color: #767676;
}
.cid-teC1G655zu .mbr-section-subtitle {
  color: #767676;
}
.cid-teC1G655zu .title .num {
  width: 100%;
  display: block;
}
.cid-teC1G655zu .title .card-title {
  z-index: 1;
}
.cid-teC1G655zu .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-teC1G655zu * {
    text-align: center !important;
  }
  .cid-teC1G655zu .content-column {
    margin-bottom: 2rem;
  }
}
.cid-teC1G655zu .mbr-section-title,
.cid-teC1G655zu .card-box {
  text-align: center;
  color: #090650;
}
.cid-teC1G655zu .card-title,
.cid-teC1G655zu .card-img {
  color: #090650;
}
.cid-teC1G655zu .card-text {
  color: #090650;
  text-align: center;
}
.cid-ue4VH17Kj0 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue4VH17Kj0 .container {
  max-width: 1600px;
}
.cid-ue4VH17Kj0 .row {
  justify-content: center;
}
.cid-ue4VH17Kj0 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue4VH17Kj0 .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue4VH17Kj0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue4VH17Kj0 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue4VH17Kj0 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue4VH17Kj0 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue4VH17Kj0 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue4VH17Kj0 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue4VH17Kj0 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue4VH17Kj0 .card:hover {
  transform: scale(0.98);
}
.cid-ue4VH17Kj0 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue4VH17Kj0 .card-wrapper {
    padding: 16px;
  }
}
.cid-ue4VH17Kj0 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue4VH17Kj0 .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue4VH17Kj0 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue4VH17Kj0 .card-text {
  width: 100%;
  color: #ff008f;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue4VH17Kj0 .card-text {
    margin-top: 8px;
  }
}
.cid-ue4VH17Kj0 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue4VH17Kj0 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue4VH17Kj0 .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue4VH17Kj0 .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue4VH17Kj0 .card-img {
    height: auto;
  }
}
.cid-ue4VH17Kj0 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue4VH17Kj0 .card-title,
.cid-ue4VH17Kj0 .mbr-section-btn {
  text-align: center;
  color: #030042;
}
.cid-ue58ou79d1 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #030042;
}
.cid-ue58ou79d1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue58ou79d1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue58ou79d1 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ue58ou79d1 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ue58ou79d1 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue58ou79d1 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ue58ou79d1 .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-ue58ou79d1 .card-title {
  color: #030042;
}
.cid-ue58ou79d1 P {
  color: #ff008f;
}
.cid-ue58ou79d1 .mbr-section-title {
  color: #ffffff;
}
.cid-ue58ou79d1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ue4UYq70rn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ue4UYq70rn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4UYq70rn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue4UYq70rn .video-wrapper iframe {
  width: 100%;
}
.cid-ue4UYq70rn .mbr-section-title,
.cid-ue4UYq70rn .mbr-section-subtitle,
.cid-ue4UYq70rn .mbr-text {
  text-align: center;
}
.cid-ue4UYq70rn .mbr-section-title {
  color: #030042;
}
.cid-ue4UYq70rn .mbr-text {
  color: #030042;
}
.cid-uePHaB1ZA7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uePHaB1ZA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePHaB1ZA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uePHaB1ZA7 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uePHaB1ZA7 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #090650;
}
@media (max-width: 991px) {
  .cid-uePHaB1ZA7 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uePHaB1ZA7 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uePHaB1ZA7 .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-uePHaB1ZA7 .card-title {
  color: #ffffff;
}
.cid-uePHaB1ZA7 P {
  color: #ffffff;
}
.cid-uePHaB1ZA7 .mbr-section-title {
  color: #090650;
}
.cid-uePHaB1ZA7 .mbr-section-subtitle {
  color: #ff008f;
}
.cid-ukADpRCbS1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e7ff00;
}
.cid-ukADpRCbS1 .btn-white {
  color: #090650 !important;
}
.cid-ue4VrkcVBU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090650;
}
.cid-ue4VrkcVBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4VrkcVBU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue4VrkcVBU .container {
    padding: 0 24px;
  }
}
.cid-ue4VrkcVBU .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ue4VrkcVBU .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ue4VrkcVBU .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-ue4VrkcVBU .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-ue4VrkcVBU .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-ue4VrkcVBU .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #090650;
}
.cid-udxdqclNYV .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .copyright {
    margin-bottom: 1rem;
  }
}
.cid-udxdqclNYV .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e7ff00;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-udxdqclNYV .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-udxdqclNYV .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-utQTa3P9X6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utQTa3P9X6 nav.navbar {
  position: fixed;
  border-bottom: 2px solid #e7ff00;
}
.cid-utQTa3P9X6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utQTa3P9X6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utQTa3P9X6 .dropdown-item:hover,
.cid-utQTa3P9X6 .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-utQTa3P9X6 .dropdown-item:hover span {
  color: white;
}
.cid-utQTa3P9X6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utQTa3P9X6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utQTa3P9X6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utQTa3P9X6 .nav-link {
  position: relative;
}
.cid-utQTa3P9X6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .container {
    flex-wrap: nowrap;
  }
}
.cid-utQTa3P9X6 .iconfont-wrapper {
  color: #e7ff00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown-menu,
.cid-utQTa3P9X6 .navbar.opened {
  background: #030042 !important;
}
.cid-utQTa3P9X6 .nav-item:focus,
.cid-utQTa3P9X6 .nav-link:focus {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utQTa3P9X6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utQTa3P9X6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.opened {
  transition: all 0.3s;
}
.cid-utQTa3P9X6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utQTa3P9X6 .navbar .navbar-logo img {
  width: auto;
}
.cid-utQTa3P9X6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar.collapsed {
  justify-content: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utQTa3P9X6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utQTa3P9X6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utQTa3P9X6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utQTa3P9X6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utQTa3P9X6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utQTa3P9X6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utQTa3P9X6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utQTa3P9X6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown-item.active,
.cid-utQTa3P9X6 .dropdown-item:active {
  background-color: transparent;
}
.cid-utQTa3P9X6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utQTa3P9X6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utQTa3P9X6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utQTa3P9X6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utQTa3P9X6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7ff00;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utQTa3P9X6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utQTa3P9X6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utQTa3P9X6 .navbar {
    height: 70px;
  }
  .cid-utQTa3P9X6 .navbar.opened {
    height: auto;
  }
  .cid-utQTa3P9X6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueb5X89y9O img {
  width: 35px;
}
.cid-ueb5X89y9O p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-ueb5X89y9O DIV {
  color: #ffffff;
}
.cid-ueb5X89y9O H10 {
  color: #767676;
}
.cid-ueb5X89y9O .hidden {
  display: none;
}
.cid-ueb5X89y9O .sidebar {
  z-index: 1001;
  background-color: #030042;
  opacity: 100%;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-ueb5X89y9O .sidebar nav {
  height: 100%;
}
.cid-ueb5X89y9O .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-ueb5X89y9O .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-ueb5X89y9O .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #ff008f;
  color: #ffffff;
}
.cid-ueb5X89y9O .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-ueb5X89y9O .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-ueb5X89y9O .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-ueb5X89y9O .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-ueb5X89y9O .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-ueb5X89y9O .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-ueb5X89y9O .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-ueb5X89y9O .sidebar:hover {
    width: 14rem;
    opacity: 0.9;
  }
  .cid-ueb5X89y9O .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-ueb5X89y9O .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-ueb5X89y9O .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-ueb5X89y9O .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 900px) {
  .cid-ueb5X89y9O .sidebar {
    overflow-y: scroll;
  }
}
.cid-ueb5X89y9O :root {
  --sidebar-width: 4.5em;
}
.cid-teBKsEc9pn {
  background-image: url("../../../assets/images/xadrez-background.png");
}
.cid-teBKsEc9pn .mbr-fallback-image.disabled {
  display: none;
}
.cid-teBKsEc9pn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teBKsEc9pn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-teBKsEc9pn .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-teBKsEc9pn .btn-primary {
  color: #fff !important;
}
.cid-utPKWW2myN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utPKWW2myN .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPKWW2myN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPKWW2myN .item {
  padding-bottom: 2rem;
}
.cid-utPKWW2myN .item-wrapper {
  position: relative;
}
.cid-utPKWW2myN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-utPKWW2myN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-utPKWW2myN .carousel-control,
.cid-utPKWW2myN .close {
  background: #1b1b1b;
}
.cid-utPKWW2myN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-utPKWW2myN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-utPKWW2myN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-utPKWW2myN .carousel-control-next span {
  margin-left: 5px;
}
.cid-utPKWW2myN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-utPKWW2myN .close::before {
  content: '\e91a';
}
.cid-utPKWW2myN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-utPKWW2myN .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utPKWW2myN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPKWW2myN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-utPKWW2myN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-utPKWW2myN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-utPKWW2myN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-utPKWW2myN .carousel-indicators li.active,
.cid-utPKWW2myN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-utPKWW2myN .carousel-indicators li::after,
.cid-utPKWW2myN .carousel-indicators li::before {
  content: none;
}
.cid-utPKWW2myN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-utPKWW2myN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-utPKWW2myN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-utPKWW2myN .carousel-indicators {
    display: none;
  }
}
.cid-utPKWW2myN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-utPKWW2myN .carousel-inner > .active {
  display: block;
}
.cid-utPKWW2myN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPKWW2myN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-utPKWW2myN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-utPKWW2myN .carousel-control,
  .cid-utPKWW2myN .carousel-indicators,
  .cid-utPKWW2myN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-utPKWW2myN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-utPKWW2myN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-utPKWW2myN .carousel-indicators .active,
.cid-utPKWW2myN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-utPKWW2myN .carousel-indicators .active {
  background: #fff;
}
.cid-utPKWW2myN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-utPKWW2myN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-utPKWW2myN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-utPKWW2myN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-utPKWW2myN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-utPKWW2myN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-utPKWW2myN .carousel {
  width: 100%;
}
.cid-utPKWW2myN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-utPKWW2myN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-utPKWW2myN .modal.fade .modal-dialog,
.cid-utPKWW2myN .modal.in .modal-dialog {
  transform: none;
}
.cid-utPKWW2myN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-utPKWW2myN H6 {
  text-align: center;
}
.cid-utPKWW2myN H3 {
  color: #030042;
}
.cid-upZ37GZ6kq {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upZ37GZ6kq .mbr-fallback-image.disabled {
  display: none;
}
.cid-upZ37GZ6kq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upZ37GZ6kq .mbr-section-title {
  color: #030042;
}
#custom-html-ky {
  /* Type valid CSS here */
}
#custom-html-ky div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ky p {
  font-size: 60px;
  color: #777;
}
.cid-ue4XVEVGA8 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue4XVEVGA8 .container {
  max-width: 1600px;
}
.cid-ue4XVEVGA8 .row {
  justify-content: center;
}
.cid-ue4XVEVGA8 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue4XVEVGA8 .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue4XVEVGA8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue4XVEVGA8 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue4XVEVGA8 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue4XVEVGA8 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue4XVEVGA8 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue4XVEVGA8 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue4XVEVGA8 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue4XVEVGA8 .card:hover {
  transform: scale(0.98);
}
.cid-ue4XVEVGA8 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue4XVEVGA8 .card-wrapper {
    padding: 16px;
  }
}
.cid-ue4XVEVGA8 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue4XVEVGA8 .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue4XVEVGA8 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue4XVEVGA8 .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue4XVEVGA8 .card-text {
    margin-top: 8px;
  }
}
.cid-ue4XVEVGA8 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue4XVEVGA8 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue4XVEVGA8 .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue4XVEVGA8 .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue4XVEVGA8 .card-img {
    height: auto;
  }
}
.cid-ue4XVEVGA8 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue4XVEVGA8 .card-title,
.cid-ue4XVEVGA8 .mbr-section-btn {
  text-align: center;
  color: #030042;
}
.cid-tKozmmE55u {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKozmmE55u .mbr-text {
  color: #767676;
}
.cid-tKozmmE55u .mbr-section-subtitle {
  color: #767676;
}
.cid-tKozmmE55u .title .num {
  width: 100%;
  display: block;
}
.cid-tKozmmE55u .title .card-title {
  z-index: 1;
}
.cid-tKozmmE55u .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-tKozmmE55u * {
    text-align: center !important;
  }
  .cid-tKozmmE55u .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tKozmmE55u .mbr-section-title,
.cid-tKozmmE55u .card-box {
  text-align: center;
  color: #090650;
}
.cid-tKozmmE55u .card-title,
.cid-tKozmmE55u .card-img {
  color: #090650;
}
.cid-tKozmmE55u .card-text {
  color: #090650;
}
.cid-ue4ZhnVLzu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue4ZhnVLzu .container {
  max-width: 1600px;
}
.cid-ue4ZhnVLzu .row {
  justify-content: center;
}
.cid-ue4ZhnVLzu .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue4ZhnVLzu .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue4ZhnVLzu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue4ZhnVLzu .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue4ZhnVLzu .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue4ZhnVLzu .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue4ZhnVLzu .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue4ZhnVLzu .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue4ZhnVLzu .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue4ZhnVLzu .card:hover {
  transform: scale(0.98);
}
.cid-ue4ZhnVLzu .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue4ZhnVLzu .card-wrapper {
    padding: 16px;
  }
}
.cid-ue4ZhnVLzu .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue4ZhnVLzu .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue4ZhnVLzu .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue4ZhnVLzu .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue4ZhnVLzu .card-text {
    margin-top: 8px;
  }
}
.cid-ue4ZhnVLzu .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue4ZhnVLzu .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue4ZhnVLzu .card-img {
  width: 100%;
  height: 384px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue4ZhnVLzu .card-img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-ue4ZhnVLzu .card-img {
    height: auto;
  }
}
.cid-ue4ZhnVLzu .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue4ZhnVLzu .card-title,
.cid-ue4ZhnVLzu .mbr-section-btn {
  text-align: center;
  color: #030042;
}
.cid-ue58uyTOJD {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #030042;
}
.cid-ue58uyTOJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue58uyTOJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue58uyTOJD .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ue58uyTOJD .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ue58uyTOJD .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue58uyTOJD .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ue58uyTOJD .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-ue58uyTOJD .card-title {
  color: #030042;
}
.cid-ue58uyTOJD P {
  color: #ff008f;
}
.cid-ue58uyTOJD .mbr-section-title {
  color: #ffffff;
}
.cid-ue58uyTOJD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfmqQy6HX3 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tfmqQy6HX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfmqQy6HX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfmqQy6HX3 .video-wrapper iframe {
  width: 100%;
}
.cid-tfmqQy6HX3 .mbr-section-title,
.cid-tfmqQy6HX3 .mbr-section-subtitle,
.cid-tfmqQy6HX3 .mbr-text {
  text-align: center;
}
.cid-tfmqQy6HX3 .mbr-section-title {
  color: #090650;
}
.cid-uePHczOLa6 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uePHczOLa6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePHczOLa6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uePHczOLa6 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uePHczOLa6 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #090650;
}
@media (max-width: 991px) {
  .cid-uePHczOLa6 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uePHczOLa6 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uePHczOLa6 .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-uePHczOLa6 .card-title {
  color: #ffffff;
}
.cid-uePHczOLa6 P {
  color: #ffffff;
}
.cid-uePHczOLa6 .mbr-section-title {
  color: #090650;
}
.cid-uePHczOLa6 .mbr-section-subtitle {
  color: #ff008f;
}
.cid-ukADsd1Uro {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e7ff00;
}
.cid-ukADsd1Uro .btn-white {
  color: #090650 !important;
}
.cid-ue4XR4uQKs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090650;
}
.cid-ue4XR4uQKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue4XR4uQKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue4XR4uQKs .container {
    padding: 0 24px;
  }
}
.cid-ue4XR4uQKs .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ue4XR4uQKs .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ue4XR4uQKs .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-ue4XR4uQKs .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-ue4XR4uQKs .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-ue4XR4uQKs .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #090650;
}
.cid-udxdqclNYV .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .copyright {
    margin-bottom: 1rem;
  }
}
.cid-udxdqclNYV .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e7ff00;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-udxdqclNYV .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-udxdqclNYV .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-utQTa3P9X6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utQTa3P9X6 nav.navbar {
  position: fixed;
  border-bottom: 2px solid #e7ff00;
}
.cid-utQTa3P9X6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utQTa3P9X6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utQTa3P9X6 .dropdown-item:hover,
.cid-utQTa3P9X6 .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-utQTa3P9X6 .dropdown-item:hover span {
  color: white;
}
.cid-utQTa3P9X6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utQTa3P9X6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utQTa3P9X6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utQTa3P9X6 .nav-link {
  position: relative;
}
.cid-utQTa3P9X6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .container {
    flex-wrap: nowrap;
  }
}
.cid-utQTa3P9X6 .iconfont-wrapper {
  color: #e7ff00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown-menu,
.cid-utQTa3P9X6 .navbar.opened {
  background: #030042 !important;
}
.cid-utQTa3P9X6 .nav-item:focus,
.cid-utQTa3P9X6 .nav-link:focus {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utQTa3P9X6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utQTa3P9X6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.opened {
  transition: all 0.3s;
}
.cid-utQTa3P9X6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utQTa3P9X6 .navbar .navbar-logo img {
  width: auto;
}
.cid-utQTa3P9X6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar.collapsed {
  justify-content: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utQTa3P9X6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utQTa3P9X6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utQTa3P9X6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utQTa3P9X6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utQTa3P9X6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utQTa3P9X6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utQTa3P9X6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utQTa3P9X6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown-item.active,
.cid-utQTa3P9X6 .dropdown-item:active {
  background-color: transparent;
}
.cid-utQTa3P9X6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utQTa3P9X6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utQTa3P9X6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utQTa3P9X6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utQTa3P9X6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7ff00;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utQTa3P9X6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utQTa3P9X6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utQTa3P9X6 .navbar {
    height: 70px;
  }
  .cid-utQTa3P9X6 .navbar.opened {
    height: auto;
  }
  .cid-utQTa3P9X6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueb60bJmLD img {
  width: 35px;
}
.cid-ueb60bJmLD p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-ueb60bJmLD DIV {
  color: #ffffff;
}
.cid-ueb60bJmLD H10 {
  color: #767676;
}
.cid-ueb60bJmLD .hidden {
  display: none;
}
.cid-ueb60bJmLD .sidebar {
  z-index: 1001;
  background-color: #030042;
  opacity: 100%;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-ueb60bJmLD .sidebar nav {
  height: 100%;
}
.cid-ueb60bJmLD .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-ueb60bJmLD .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-ueb60bJmLD .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #ff008f;
  color: #ffffff;
}
.cid-ueb60bJmLD .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-ueb60bJmLD .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-ueb60bJmLD .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-ueb60bJmLD .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-ueb60bJmLD .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-ueb60bJmLD .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-ueb60bJmLD .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-ueb60bJmLD .sidebar:hover {
    width: 14rem;
    opacity: 0.9;
  }
  .cid-ueb60bJmLD .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-ueb60bJmLD .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-ueb60bJmLD .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-ueb60bJmLD .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 900px) {
  .cid-ueb60bJmLD .sidebar {
    overflow-y: scroll;
  }
}
.cid-ueb60bJmLD :root {
  --sidebar-width: 4.5em;
}
.cid-teZy7vX5Yc {
  background-image: url("../../../assets/images/truco-background.png");
}
.cid-teZy7vX5Yc .mbr-fallback-image.disabled {
  display: none;
}
.cid-teZy7vX5Yc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teZy7vX5Yc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-teZy7vX5Yc .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-teZy7vX5Yc .btn-primary {
  color: #fff !important;
}
.cid-utPLmXoG75 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utPLmXoG75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPLmXoG75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPLmXoG75 .item {
  padding-bottom: 2rem;
}
.cid-utPLmXoG75 .item-wrapper {
  position: relative;
}
.cid-utPLmXoG75 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-utPLmXoG75 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-utPLmXoG75 .carousel-control,
.cid-utPLmXoG75 .close {
  background: #1b1b1b;
}
.cid-utPLmXoG75 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-utPLmXoG75 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-utPLmXoG75 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-utPLmXoG75 .carousel-control-next span {
  margin-left: 5px;
}
.cid-utPLmXoG75 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-utPLmXoG75 .close::before {
  content: '\e91a';
}
.cid-utPLmXoG75 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-utPLmXoG75 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utPLmXoG75 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPLmXoG75 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-utPLmXoG75 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-utPLmXoG75 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-utPLmXoG75 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-utPLmXoG75 .carousel-indicators li.active,
.cid-utPLmXoG75 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-utPLmXoG75 .carousel-indicators li::after,
.cid-utPLmXoG75 .carousel-indicators li::before {
  content: none;
}
.cid-utPLmXoG75 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-utPLmXoG75 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-utPLmXoG75 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-utPLmXoG75 .carousel-indicators {
    display: none;
  }
}
.cid-utPLmXoG75 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-utPLmXoG75 .carousel-inner > .active {
  display: block;
}
.cid-utPLmXoG75 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPLmXoG75 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-utPLmXoG75 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-utPLmXoG75 .carousel-control,
  .cid-utPLmXoG75 .carousel-indicators,
  .cid-utPLmXoG75 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-utPLmXoG75 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-utPLmXoG75 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-utPLmXoG75 .carousel-indicators .active,
.cid-utPLmXoG75 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-utPLmXoG75 .carousel-indicators .active {
  background: #fff;
}
.cid-utPLmXoG75 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-utPLmXoG75 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-utPLmXoG75 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-utPLmXoG75 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-utPLmXoG75 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-utPLmXoG75 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-utPLmXoG75 .carousel {
  width: 100%;
}
.cid-utPLmXoG75 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-utPLmXoG75 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-utPLmXoG75 .modal.fade .modal-dialog,
.cid-utPLmXoG75 .modal.in .modal-dialog {
  transform: none;
}
.cid-utPLmXoG75 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-utPLmXoG75 H6 {
  text-align: center;
}
.cid-utPLmXoG75 H3 {
  color: #030042;
}
.cid-upZ3i9uAV9 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upZ3i9uAV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upZ3i9uAV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upZ3i9uAV9 .mbr-section-title {
  color: #030042;
}
#custom-html-l2 {
  /* Type valid CSS here */
}
#custom-html-l2 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-l2 p {
  font-size: 60px;
  color: #777;
}
.cid-ue59dvi10W {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue59dvi10W .container {
  max-width: 1600px;
}
.cid-ue59dvi10W .row {
  justify-content: center;
}
.cid-ue59dvi10W .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue59dvi10W .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue59dvi10W .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue59dvi10W .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue59dvi10W .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue59dvi10W .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue59dvi10W .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue59dvi10W .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue59dvi10W .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue59dvi10W .card:hover {
  transform: scale(0.98);
}
.cid-ue59dvi10W .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue59dvi10W .card-wrapper {
    padding: 16px;
  }
}
.cid-ue59dvi10W .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue59dvi10W .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue59dvi10W .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue59dvi10W .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue59dvi10W .card-text {
    margin-top: 8px;
  }
}
.cid-ue59dvi10W .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue59dvi10W .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue59dvi10W .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue59dvi10W .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue59dvi10W .card-img {
    height: auto;
  }
}
.cid-ue59dvi10W .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue59dvi10W .card-title,
.cid-ue59dvi10W .mbr-section-btn {
  text-align: center;
  color: #030042;
}
.cid-tKsPukDTNu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKsPukDTNu .mbr-text {
  color: #767676;
}
.cid-tKsPukDTNu .mbr-section-subtitle {
  color: #767676;
}
.cid-tKsPukDTNu .title .num {
  width: 100%;
  display: block;
}
.cid-tKsPukDTNu .title .card-title {
  z-index: 1;
}
.cid-tKsPukDTNu .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-tKsPukDTNu * {
    text-align: center !important;
  }
  .cid-tKsPukDTNu .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tKsPukDTNu .mbr-section-title,
.cid-tKsPukDTNu .card-box {
  text-align: center;
  color: #090650;
}
.cid-tKsPukDTNu .card-title,
.cid-tKsPukDTNu .card-img {
  color: #090650;
}
.cid-tKsPukDTNu .card-text {
  color: #090650;
}
.cid-ue58Erpk3g {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #030042;
}
.cid-ue58Erpk3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue58Erpk3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue58Erpk3g .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ue58Erpk3g .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ue58Erpk3g .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue58Erpk3g .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ue58Erpk3g .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-ue58Erpk3g .card-title {
  color: #030042;
  text-align: left;
}
.cid-ue58Erpk3g P {
  color: #ff008f;
}
.cid-ue58Erpk3g .mbr-section-title {
  color: #ffffff;
}
.cid-ue58Erpk3g .mbr-section-subtitle {
  color: #ffffff;
}
.cid-teZz6ljprq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-teZz6ljprq .mbr-fallback-image.disabled {
  display: none;
}
.cid-teZz6ljprq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teZz6ljprq .video-wrapper iframe {
  width: 100%;
}
.cid-teZz6ljprq .mbr-section-title,
.cid-teZz6ljprq .mbr-section-subtitle,
.cid-teZz6ljprq .mbr-text {
  text-align: center;
}
.cid-teZz6ljprq .mbr-section-title {
  color: #090650;
}
.cid-uePHi4BvK8 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uePHi4BvK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePHi4BvK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uePHi4BvK8 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uePHi4BvK8 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #090650;
}
@media (max-width: 991px) {
  .cid-uePHi4BvK8 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uePHi4BvK8 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uePHi4BvK8 .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-uePHi4BvK8 .card-title {
  color: #ffffff;
}
.cid-uePHi4BvK8 P {
  color: #ffffff;
}
.cid-uePHi4BvK8 .mbr-section-title {
  color: #090650;
}
.cid-uePHi4BvK8 .mbr-section-subtitle {
  color: #ff008f;
}
.cid-ukADvF4hNF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e7ff00;
}
.cid-ukADvF4hNF .btn-white {
  color: #090650 !important;
}
.cid-ue566g1TCT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090650;
}
.cid-ue566g1TCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue566g1TCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue566g1TCT .container {
    padding: 0 24px;
  }
}
.cid-ue566g1TCT .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ue566g1TCT .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ue566g1TCT .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-ue566g1TCT .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-ue566g1TCT .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-ue566g1TCT .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #090650;
}
.cid-udxdqclNYV .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .copyright {
    margin-bottom: 1rem;
  }
}
.cid-udxdqclNYV .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e7ff00;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-udxdqclNYV .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-udxdqclNYV .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-utQTa3P9X6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utQTa3P9X6 nav.navbar {
  position: fixed;
  border-bottom: 2px solid #e7ff00;
}
.cid-utQTa3P9X6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utQTa3P9X6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utQTa3P9X6 .dropdown-item:hover,
.cid-utQTa3P9X6 .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-utQTa3P9X6 .dropdown-item:hover span {
  color: white;
}
.cid-utQTa3P9X6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utQTa3P9X6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utQTa3P9X6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utQTa3P9X6 .nav-link {
  position: relative;
}
.cid-utQTa3P9X6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .container {
    flex-wrap: nowrap;
  }
}
.cid-utQTa3P9X6 .iconfont-wrapper {
  color: #e7ff00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown-menu,
.cid-utQTa3P9X6 .navbar.opened {
  background: #030042 !important;
}
.cid-utQTa3P9X6 .nav-item:focus,
.cid-utQTa3P9X6 .nav-link:focus {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utQTa3P9X6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utQTa3P9X6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.opened {
  transition: all 0.3s;
}
.cid-utQTa3P9X6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utQTa3P9X6 .navbar .navbar-logo img {
  width: auto;
}
.cid-utQTa3P9X6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar.collapsed {
  justify-content: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utQTa3P9X6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utQTa3P9X6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utQTa3P9X6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utQTa3P9X6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utQTa3P9X6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utQTa3P9X6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utQTa3P9X6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utQTa3P9X6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown-item.active,
.cid-utQTa3P9X6 .dropdown-item:active {
  background-color: transparent;
}
.cid-utQTa3P9X6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utQTa3P9X6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utQTa3P9X6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utQTa3P9X6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utQTa3P9X6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7ff00;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utQTa3P9X6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utQTa3P9X6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utQTa3P9X6 .navbar {
    height: 70px;
  }
  .cid-utQTa3P9X6 .navbar.opened {
    height: auto;
  }
  .cid-utQTa3P9X6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueb62tg7o5 img {
  width: 35px;
}
.cid-ueb62tg7o5 p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-ueb62tg7o5 DIV {
  color: #ffffff;
}
.cid-ueb62tg7o5 H10 {
  color: #767676;
}
.cid-ueb62tg7o5 .hidden {
  display: none;
}
.cid-ueb62tg7o5 .sidebar {
  z-index: 1001;
  background-color: #030042;
  opacity: 100%;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-ueb62tg7o5 .sidebar nav {
  height: 100%;
}
.cid-ueb62tg7o5 .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-ueb62tg7o5 .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-ueb62tg7o5 .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #ff008f;
  color: #ffffff;
}
.cid-ueb62tg7o5 .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-ueb62tg7o5 .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-ueb62tg7o5 .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-ueb62tg7o5 .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-ueb62tg7o5 .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-ueb62tg7o5 .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-ueb62tg7o5 .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-ueb62tg7o5 .sidebar:hover {
    width: 14rem;
    opacity: 0.9;
  }
  .cid-ueb62tg7o5 .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-ueb62tg7o5 .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-ueb62tg7o5 .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-ueb62tg7o5 .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 900px) {
  .cid-ueb62tg7o5 .sidebar {
    overflow-y: scroll;
  }
}
.cid-ueb62tg7o5 :root {
  --sidebar-width: 4.5em;
}
.cid-tf3uaXMQRE {
  background-image: url("../../../assets/images/lol-background.png");
}
.cid-tf3uaXMQRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tf3uaXMQRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tf3uaXMQRE .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tf3uaXMQRE .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tf3uaXMQRE .btn-primary {
  color: #fff !important;
}
.cid-utPLrRJmBV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utPLrRJmBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPLrRJmBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPLrRJmBV .item {
  padding-bottom: 2rem;
}
.cid-utPLrRJmBV .item-wrapper {
  position: relative;
}
.cid-utPLrRJmBV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-utPLrRJmBV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-utPLrRJmBV .carousel-control,
.cid-utPLrRJmBV .close {
  background: #1b1b1b;
}
.cid-utPLrRJmBV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-utPLrRJmBV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-utPLrRJmBV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-utPLrRJmBV .carousel-control-next span {
  margin-left: 5px;
}
.cid-utPLrRJmBV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-utPLrRJmBV .close::before {
  content: '\e91a';
}
.cid-utPLrRJmBV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-utPLrRJmBV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utPLrRJmBV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPLrRJmBV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-utPLrRJmBV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-utPLrRJmBV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-utPLrRJmBV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-utPLrRJmBV .carousel-indicators li.active,
.cid-utPLrRJmBV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-utPLrRJmBV .carousel-indicators li::after,
.cid-utPLrRJmBV .carousel-indicators li::before {
  content: none;
}
.cid-utPLrRJmBV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-utPLrRJmBV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-utPLrRJmBV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-utPLrRJmBV .carousel-indicators {
    display: none;
  }
}
.cid-utPLrRJmBV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-utPLrRJmBV .carousel-inner > .active {
  display: block;
}
.cid-utPLrRJmBV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPLrRJmBV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-utPLrRJmBV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-utPLrRJmBV .carousel-control,
  .cid-utPLrRJmBV .carousel-indicators,
  .cid-utPLrRJmBV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-utPLrRJmBV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-utPLrRJmBV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-utPLrRJmBV .carousel-indicators .active,
.cid-utPLrRJmBV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-utPLrRJmBV .carousel-indicators .active {
  background: #fff;
}
.cid-utPLrRJmBV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-utPLrRJmBV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-utPLrRJmBV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-utPLrRJmBV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-utPLrRJmBV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-utPLrRJmBV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-utPLrRJmBV .carousel {
  width: 100%;
}
.cid-utPLrRJmBV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-utPLrRJmBV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-utPLrRJmBV .modal.fade .modal-dialog,
.cid-utPLrRJmBV .modal.in .modal-dialog {
  transform: none;
}
.cid-utPLrRJmBV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-utPLrRJmBV H6 {
  text-align: center;
}
.cid-utPLrRJmBV H3 {
  color: #030042;
}
.cid-upZ3lTscYS {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upZ3lTscYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-upZ3lTscYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upZ3lTscYS .mbr-section-title {
  color: #030042;
}
#custom-html-l4 {
  /* Type valid CSS here */
}
#custom-html-l4 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-l4 p {
  font-size: 60px;
  color: #777;
}
.cid-ue5a9qHTZR {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue5a9qHTZR .container {
  max-width: 1600px;
}
.cid-ue5a9qHTZR .row {
  justify-content: center;
}
.cid-ue5a9qHTZR .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue5a9qHTZR .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue5a9qHTZR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue5a9qHTZR .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue5a9qHTZR .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue5a9qHTZR .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue5a9qHTZR .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue5a9qHTZR .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue5a9qHTZR .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue5a9qHTZR .card:hover {
  transform: scale(0.98);
}
.cid-ue5a9qHTZR .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue5a9qHTZR .card-wrapper {
    padding: 16px;
  }
}
.cid-ue5a9qHTZR .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue5a9qHTZR .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue5a9qHTZR .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue5a9qHTZR .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue5a9qHTZR .card-text {
    margin-top: 8px;
  }
}
.cid-ue5a9qHTZR .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue5a9qHTZR .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue5a9qHTZR .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue5a9qHTZR .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue5a9qHTZR .card-img {
    height: auto;
  }
}
.cid-ue5a9qHTZR .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue5a9qHTZR .card-title,
.cid-ue5a9qHTZR .mbr-section-btn {
  text-align: center;
  color: #030042;
}
.cid-tKsUMdDppt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKsUMdDppt .mbr-text {
  color: #767676;
}
.cid-tKsUMdDppt .mbr-section-subtitle {
  color: #767676;
}
.cid-tKsUMdDppt .title .num {
  width: 100%;
  display: block;
}
.cid-tKsUMdDppt .title .card-title {
  z-index: 1;
}
.cid-tKsUMdDppt .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-tKsUMdDppt * {
    text-align: center !important;
  }
  .cid-tKsUMdDppt .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tKsUMdDppt .mbr-section-title,
.cid-tKsUMdDppt .card-box {
  text-align: center;
  color: #090650;
}
.cid-tKsUMdDppt .card-title,
.cid-tKsUMdDppt .card-img {
  color: #090650;
}
.cid-tKsUMdDppt .card-text {
  color: #090650;
}
.cid-ue5dcpIjSk {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue5dcpIjSk .container {
  max-width: 1600px;
}
.cid-ue5dcpIjSk .row {
  justify-content: center;
}
.cid-ue5dcpIjSk .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue5dcpIjSk .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue5dcpIjSk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue5dcpIjSk .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue5dcpIjSk .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue5dcpIjSk .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue5dcpIjSk .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue5dcpIjSk .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue5dcpIjSk .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue5dcpIjSk .card:hover {
  transform: scale(0.98);
}
.cid-ue5dcpIjSk .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue5dcpIjSk .card-wrapper {
    padding: 16px;
  }
}
.cid-ue5dcpIjSk .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue5dcpIjSk .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue5dcpIjSk .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue5dcpIjSk .card-text {
  width: 100%;
  color: #3d09fe;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue5dcpIjSk .card-text {
    margin-top: 8px;
  }
}
.cid-ue5dcpIjSk .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue5dcpIjSk .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue5dcpIjSk .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue5dcpIjSk .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue5dcpIjSk .card-img {
    height: auto;
  }
}
.cid-ue5dcpIjSk .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue5dcpIjSk .card-title,
.cid-ue5dcpIjSk .mbr-section-btn {
  text-align: center;
  color: #030042;
}
.cid-ue5bE0WDYf {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #030042;
}
.cid-ue5bE0WDYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue5bE0WDYf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue5bE0WDYf .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ue5bE0WDYf .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ue5bE0WDYf .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue5bE0WDYf .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ue5bE0WDYf .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-ue5bE0WDYf .card-title {
  color: #030042;
}
.cid-ue5bE0WDYf P {
  color: #ff008f;
}
.cid-ue5bE0WDYf .mbr-section-title {
  color: #ffffff;
}
.cid-ue5bE0WDYf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tf3uaZ9PNe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tf3uaZ9PNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tf3uaZ9PNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tf3uaZ9PNe .video-wrapper iframe {
  width: 100%;
}
.cid-tf3uaZ9PNe .mbr-section-title,
.cid-tf3uaZ9PNe .mbr-section-subtitle,
.cid-tf3uaZ9PNe .mbr-text {
  text-align: center;
}
.cid-tf3uaZ9PNe .mbr-section-title {
  color: #090650;
}
.cid-uePHk1Dtl4 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uePHk1Dtl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePHk1Dtl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uePHk1Dtl4 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uePHk1Dtl4 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #090650;
}
@media (max-width: 991px) {
  .cid-uePHk1Dtl4 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uePHk1Dtl4 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uePHk1Dtl4 .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-uePHk1Dtl4 .card-title {
  color: #ffffff;
}
.cid-uePHk1Dtl4 P {
  color: #ffffff;
}
.cid-uePHk1Dtl4 .mbr-section-title {
  color: #090650;
}
.cid-uePHk1Dtl4 .mbr-section-subtitle {
  color: #ff008f;
}
.cid-ukADxlynWN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e7ff00;
}
.cid-ukADxlynWN .btn-white {
  color: #090650 !important;
}
.cid-ue5dl0koVi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090650;
}
.cid-ue5dl0koVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue5dl0koVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue5dl0koVi .container {
    padding: 0 24px;
  }
}
.cid-ue5dl0koVi .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ue5dl0koVi .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ue5dl0koVi .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-ue5dl0koVi .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-ue5dl0koVi .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-ue5dl0koVi .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #090650;
}
.cid-udxdqclNYV .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .copyright {
    margin-bottom: 1rem;
  }
}
.cid-udxdqclNYV .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e7ff00;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-udxdqclNYV .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-udxdqclNYV .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-utQTa3P9X6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utQTa3P9X6 nav.navbar {
  position: fixed;
  border-bottom: 2px solid #e7ff00;
}
.cid-utQTa3P9X6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utQTa3P9X6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utQTa3P9X6 .dropdown-item:hover,
.cid-utQTa3P9X6 .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-utQTa3P9X6 .dropdown-item:hover span {
  color: white;
}
.cid-utQTa3P9X6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utQTa3P9X6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utQTa3P9X6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utQTa3P9X6 .nav-link {
  position: relative;
}
.cid-utQTa3P9X6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .container {
    flex-wrap: nowrap;
  }
}
.cid-utQTa3P9X6 .iconfont-wrapper {
  color: #e7ff00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown-menu,
.cid-utQTa3P9X6 .navbar.opened {
  background: #030042 !important;
}
.cid-utQTa3P9X6 .nav-item:focus,
.cid-utQTa3P9X6 .nav-link:focus {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utQTa3P9X6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utQTa3P9X6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.opened {
  transition: all 0.3s;
}
.cid-utQTa3P9X6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utQTa3P9X6 .navbar .navbar-logo img {
  width: auto;
}
.cid-utQTa3P9X6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar.collapsed {
  justify-content: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utQTa3P9X6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utQTa3P9X6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utQTa3P9X6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utQTa3P9X6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utQTa3P9X6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utQTa3P9X6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utQTa3P9X6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utQTa3P9X6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown-item.active,
.cid-utQTa3P9X6 .dropdown-item:active {
  background-color: transparent;
}
.cid-utQTa3P9X6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utQTa3P9X6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utQTa3P9X6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utQTa3P9X6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utQTa3P9X6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7ff00;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utQTa3P9X6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utQTa3P9X6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utQTa3P9X6 .navbar {
    height: 70px;
  }
  .cid-utQTa3P9X6 .navbar.opened {
    height: auto;
  }
  .cid-utQTa3P9X6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueb63T43aY img {
  width: 35px;
}
.cid-ueb63T43aY p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-ueb63T43aY DIV {
  color: #ffffff;
}
.cid-ueb63T43aY H10 {
  color: #767676;
}
.cid-ueb63T43aY .hidden {
  display: none;
}
.cid-ueb63T43aY .sidebar {
  z-index: 1001;
  background-color: #030042;
  opacity: 100%;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-ueb63T43aY .sidebar nav {
  height: 100%;
}
.cid-ueb63T43aY .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-ueb63T43aY .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-ueb63T43aY .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #ff008f;
  color: #ffffff;
}
.cid-ueb63T43aY .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-ueb63T43aY .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-ueb63T43aY .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-ueb63T43aY .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-ueb63T43aY .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-ueb63T43aY .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-ueb63T43aY .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-ueb63T43aY .sidebar:hover {
    width: 14rem;
    opacity: 0.9;
  }
  .cid-ueb63T43aY .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-ueb63T43aY .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-ueb63T43aY .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-ueb63T43aY .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 900px) {
  .cid-ueb63T43aY .sidebar {
    overflow-y: scroll;
  }
}
.cid-ueb63T43aY :root {
  --sidebar-width: 4.5em;
}
.cid-tf3yyc2Ss1 {
  background-image: url("../../../assets/images/clash-background.png");
}
.cid-tf3yyc2Ss1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tf3yyc2Ss1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tf3yyc2Ss1 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tf3yyc2Ss1 .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-tf3yyc2Ss1 .btn-primary {
  color: #fff !important;
}
.cid-utPLBqdlXx {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utPLBqdlXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPLBqdlXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPLBqdlXx .item {
  padding-bottom: 2rem;
}
.cid-utPLBqdlXx .item-wrapper {
  position: relative;
}
.cid-utPLBqdlXx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-utPLBqdlXx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-utPLBqdlXx .carousel-control,
.cid-utPLBqdlXx .close {
  background: #1b1b1b;
}
.cid-utPLBqdlXx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-utPLBqdlXx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-utPLBqdlXx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-utPLBqdlXx .carousel-control-next span {
  margin-left: 5px;
}
.cid-utPLBqdlXx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-utPLBqdlXx .close::before {
  content: '\e91a';
}
.cid-utPLBqdlXx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-utPLBqdlXx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utPLBqdlXx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPLBqdlXx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-utPLBqdlXx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-utPLBqdlXx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-utPLBqdlXx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-utPLBqdlXx .carousel-indicators li.active,
.cid-utPLBqdlXx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-utPLBqdlXx .carousel-indicators li::after,
.cid-utPLBqdlXx .carousel-indicators li::before {
  content: none;
}
.cid-utPLBqdlXx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-utPLBqdlXx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-utPLBqdlXx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-utPLBqdlXx .carousel-indicators {
    display: none;
  }
}
.cid-utPLBqdlXx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-utPLBqdlXx .carousel-inner > .active {
  display: block;
}
.cid-utPLBqdlXx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPLBqdlXx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-utPLBqdlXx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-utPLBqdlXx .carousel-control,
  .cid-utPLBqdlXx .carousel-indicators,
  .cid-utPLBqdlXx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-utPLBqdlXx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-utPLBqdlXx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-utPLBqdlXx .carousel-indicators .active,
.cid-utPLBqdlXx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-utPLBqdlXx .carousel-indicators .active {
  background: #fff;
}
.cid-utPLBqdlXx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-utPLBqdlXx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-utPLBqdlXx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-utPLBqdlXx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-utPLBqdlXx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-utPLBqdlXx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-utPLBqdlXx .carousel {
  width: 100%;
}
.cid-utPLBqdlXx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-utPLBqdlXx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-utPLBqdlXx .modal.fade .modal-dialog,
.cid-utPLBqdlXx .modal.in .modal-dialog {
  transform: none;
}
.cid-utPLBqdlXx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-utPLBqdlXx H6 {
  text-align: center;
}
.cid-utPLBqdlXx H3 {
  color: #030042;
}
.cid-uq5kuVH1Xu {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uq5kuVH1Xu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq5kuVH1Xu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq5kuVH1Xu .item {
  padding-bottom: 2rem;
}
.cid-uq5kuVH1Xu .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uq5kuVH1Xu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uq5kuVH1Xu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uq5kuVH1Xu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uq5kuVH1Xu .carousel-control,
.cid-uq5kuVH1Xu .close {
  background: #1b1b1b;
}
.cid-uq5kuVH1Xu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uq5kuVH1Xu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uq5kuVH1Xu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uq5kuVH1Xu .carousel-control-next span {
  margin-left: 5px;
}
.cid-uq5kuVH1Xu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uq5kuVH1Xu .close::before {
  content: '\e91a';
}
.cid-uq5kuVH1Xu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uq5kuVH1Xu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uq5kuVH1Xu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uq5kuVH1Xu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uq5kuVH1Xu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uq5kuVH1Xu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uq5kuVH1Xu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uq5kuVH1Xu .carousel-indicators li.active,
.cid-uq5kuVH1Xu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uq5kuVH1Xu .carousel-indicators li::after,
.cid-uq5kuVH1Xu .carousel-indicators li::before {
  content: none;
}
.cid-uq5kuVH1Xu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uq5kuVH1Xu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uq5kuVH1Xu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uq5kuVH1Xu .carousel-indicators {
    display: none;
  }
}
.cid-uq5kuVH1Xu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uq5kuVH1Xu .carousel-inner > .active {
  display: block;
}
.cid-uq5kuVH1Xu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uq5kuVH1Xu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uq5kuVH1Xu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uq5kuVH1Xu .carousel-control,
  .cid-uq5kuVH1Xu .carousel-indicators,
  .cid-uq5kuVH1Xu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uq5kuVH1Xu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uq5kuVH1Xu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uq5kuVH1Xu .carousel-indicators .active,
.cid-uq5kuVH1Xu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uq5kuVH1Xu .carousel-indicators .active {
  background: #fff;
}
.cid-uq5kuVH1Xu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uq5kuVH1Xu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uq5kuVH1Xu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uq5kuVH1Xu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uq5kuVH1Xu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uq5kuVH1Xu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uq5kuVH1Xu .carousel {
  width: 100%;
}
.cid-uq5kuVH1Xu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uq5kuVH1Xu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uq5kuVH1Xu .modal.fade .modal-dialog,
.cid-uq5kuVH1Xu .modal.in .modal-dialog {
  transform: none;
}
.cid-uq5kuVH1Xu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uq5kuVH1Xu H6 {
  text-align: center;
}
.cid-uq5kDNtQhd {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ue5UGmc2TI {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue5UGmc2TI .container {
  max-width: 1600px;
}
.cid-ue5UGmc2TI .row {
  justify-content: center;
}
.cid-ue5UGmc2TI .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue5UGmc2TI .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue5UGmc2TI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue5UGmc2TI .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue5UGmc2TI .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue5UGmc2TI .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue5UGmc2TI .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue5UGmc2TI .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue5UGmc2TI .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue5UGmc2TI .card:hover {
  transform: scale(0.98);
}
.cid-ue5UGmc2TI .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue5UGmc2TI .card-wrapper {
    padding: 16px;
  }
}
.cid-ue5UGmc2TI .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue5UGmc2TI .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue5UGmc2TI .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue5UGmc2TI .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue5UGmc2TI .card-text {
    margin-top: 8px;
  }
}
.cid-ue5UGmc2TI .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue5UGmc2TI .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue5UGmc2TI .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue5UGmc2TI .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue5UGmc2TI .card-img {
    height: auto;
  }
}
.cid-ue5UGmc2TI .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue5UGmc2TI .card-title,
.cid-ue5UGmc2TI .mbr-section-btn {
  text-align: center;
  color: #030042;
}
.cid-tKsXYVr2Zw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKsXYVr2Zw .mbr-text {
  color: #767676;
}
.cid-tKsXYVr2Zw .mbr-section-subtitle {
  color: #767676;
}
.cid-tKsXYVr2Zw .title .num {
  width: 100%;
  display: block;
}
.cid-tKsXYVr2Zw .title .card-title {
  z-index: 1;
}
.cid-tKsXYVr2Zw .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-tKsXYVr2Zw * {
    text-align: center !important;
  }
  .cid-tKsXYVr2Zw .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tKsXYVr2Zw .mbr-section-title,
.cid-tKsXYVr2Zw .card-box {
  text-align: center;
  color: #090650;
}
.cid-tKsXYVr2Zw .card-title,
.cid-tKsXYVr2Zw .card-img {
  color: #090650;
}
.cid-tKsXYVr2Zw .card-text {
  color: #090650;
}
.cid-ue5YDrCefw {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue5YDrCefw .container {
  max-width: 1600px;
}
.cid-ue5YDrCefw .row {
  justify-content: center;
}
.cid-ue5YDrCefw .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue5YDrCefw .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue5YDrCefw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue5YDrCefw .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue5YDrCefw .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue5YDrCefw .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue5YDrCefw .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue5YDrCefw .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue5YDrCefw .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue5YDrCefw .card:hover {
  transform: scale(0.98);
}
.cid-ue5YDrCefw .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue5YDrCefw .card-wrapper {
    padding: 16px;
  }
}
.cid-ue5YDrCefw .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue5YDrCefw .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue5YDrCefw .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue5YDrCefw .card-text {
  width: 100%;
  color: #3d09fe;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue5YDrCefw .card-text {
    margin-top: 8px;
  }
}
.cid-ue5YDrCefw .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue5YDrCefw .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue5YDrCefw .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue5YDrCefw .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue5YDrCefw .card-img {
    height: auto;
  }
}
.cid-ue5YDrCefw .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue5YDrCefw .card-title,
.cid-ue5YDrCefw .mbr-section-btn {
  text-align: center;
  color: #000a1d;
}
.cid-ue5dwY4K1r {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #030042;
}
.cid-ue5dwY4K1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue5dwY4K1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue5dwY4K1r .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ue5dwY4K1r .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ue5dwY4K1r .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue5dwY4K1r .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ue5dwY4K1r .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-ue5dwY4K1r .card-title {
  color: #030042;
}
.cid-ue5dwY4K1r P {
  color: #ff008f;
}
.cid-ue5dwY4K1r .mbr-section-title {
  color: #ffffff;
}
.cid-ue5dwY4K1r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uePHn6k72t {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uePHn6k72t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePHn6k72t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uePHn6k72t .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uePHn6k72t .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #090650;
}
@media (max-width: 991px) {
  .cid-uePHn6k72t .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uePHn6k72t .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uePHn6k72t .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-uePHn6k72t .card-title {
  color: #ffffff;
}
.cid-uePHn6k72t P {
  color: #ffffff;
}
.cid-uePHn6k72t .mbr-section-title {
  color: #090650;
}
.cid-uePHn6k72t .mbr-section-subtitle {
  color: #ff008f;
}
.cid-ukADzhj8my {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e7ff00;
}
.cid-ukADzhj8my .btn-white {
  color: #090650 !important;
}
.cid-ue5dElbOWk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090650;
}
.cid-ue5dElbOWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue5dElbOWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue5dElbOWk .container {
    padding: 0 24px;
  }
}
.cid-ue5dElbOWk .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ue5dElbOWk .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ue5dElbOWk .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-ue5dElbOWk .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-ue5dElbOWk .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-ue5dElbOWk .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #090650;
}
.cid-udxdqclNYV .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .copyright {
    margin-bottom: 1rem;
  }
}
.cid-udxdqclNYV .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e7ff00;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-udxdqclNYV .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-udxdqclNYV .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-utQTa3P9X6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utQTa3P9X6 nav.navbar {
  position: fixed;
  border-bottom: 2px solid #e7ff00;
}
.cid-utQTa3P9X6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utQTa3P9X6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utQTa3P9X6 .dropdown-item:hover,
.cid-utQTa3P9X6 .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-utQTa3P9X6 .dropdown-item:hover span {
  color: white;
}
.cid-utQTa3P9X6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utQTa3P9X6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utQTa3P9X6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utQTa3P9X6 .nav-link {
  position: relative;
}
.cid-utQTa3P9X6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .container {
    flex-wrap: nowrap;
  }
}
.cid-utQTa3P9X6 .iconfont-wrapper {
  color: #e7ff00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown-menu,
.cid-utQTa3P9X6 .navbar.opened {
  background: #030042 !important;
}
.cid-utQTa3P9X6 .nav-item:focus,
.cid-utQTa3P9X6 .nav-link:focus {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utQTa3P9X6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utQTa3P9X6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.opened {
  transition: all 0.3s;
}
.cid-utQTa3P9X6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utQTa3P9X6 .navbar .navbar-logo img {
  width: auto;
}
.cid-utQTa3P9X6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar.collapsed {
  justify-content: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utQTa3P9X6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utQTa3P9X6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utQTa3P9X6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utQTa3P9X6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utQTa3P9X6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utQTa3P9X6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utQTa3P9X6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utQTa3P9X6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown-item.active,
.cid-utQTa3P9X6 .dropdown-item:active {
  background-color: transparent;
}
.cid-utQTa3P9X6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utQTa3P9X6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utQTa3P9X6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utQTa3P9X6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utQTa3P9X6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7ff00;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utQTa3P9X6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utQTa3P9X6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utQTa3P9X6 .navbar {
    height: 70px;
  }
  .cid-utQTa3P9X6 .navbar.opened {
    height: auto;
  }
  .cid-utQTa3P9X6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueb65nAzRq img {
  width: 35px;
}
.cid-ueb65nAzRq p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-ueb65nAzRq DIV {
  color: #ffffff;
}
.cid-ueb65nAzRq H10 {
  color: #767676;
}
.cid-ueb65nAzRq .hidden {
  display: none;
}
.cid-ueb65nAzRq .sidebar {
  z-index: 1001;
  background-color: #030042;
  opacity: 100%;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-ueb65nAzRq .sidebar nav {
  height: 100%;
}
.cid-ueb65nAzRq .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-ueb65nAzRq .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-ueb65nAzRq .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #ff008f;
  color: #ffffff;
}
.cid-ueb65nAzRq .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-ueb65nAzRq .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-ueb65nAzRq .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-ueb65nAzRq .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-ueb65nAzRq .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-ueb65nAzRq .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-ueb65nAzRq .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-ueb65nAzRq .sidebar:hover {
    width: 14rem;
    opacity: 0.9;
  }
  .cid-ueb65nAzRq .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-ueb65nAzRq .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-ueb65nAzRq .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-ueb65nAzRq .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 900px) {
  .cid-ueb65nAzRq .sidebar {
    overflow-y: scroll;
  }
}
.cid-ueb65nAzRq :root {
  --sidebar-width: 4.5em;
}
.cid-tf3G7ERCli {
  background-image: url("../../../assets/images/sinuca-background-1.png");
}
.cid-tf3G7ERCli .mbr-fallback-image.disabled {
  display: none;
}
.cid-tf3G7ERCli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tf3G7ERCli .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tf3G7ERCli .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-tf3G7ERCli .btn-primary {
  color: #fff !important;
}
.cid-utPLLhRY4P {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utPLLhRY4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPLLhRY4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPLLhRY4P .item {
  padding-bottom: 2rem;
}
.cid-utPLLhRY4P .item-wrapper {
  position: relative;
}
.cid-utPLLhRY4P .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-utPLLhRY4P .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-utPLLhRY4P .carousel-control,
.cid-utPLLhRY4P .close {
  background: #1b1b1b;
}
.cid-utPLLhRY4P .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-utPLLhRY4P .carousel-control-prev span {
  margin-right: 5px;
}
.cid-utPLLhRY4P .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-utPLLhRY4P .carousel-control-next span {
  margin-left: 5px;
}
.cid-utPLLhRY4P .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-utPLLhRY4P .close::before {
  content: '\e91a';
}
.cid-utPLLhRY4P .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-utPLLhRY4P .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utPLLhRY4P .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPLLhRY4P .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-utPLLhRY4P .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-utPLLhRY4P .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-utPLLhRY4P .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-utPLLhRY4P .carousel-indicators li.active,
.cid-utPLLhRY4P .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-utPLLhRY4P .carousel-indicators li::after,
.cid-utPLLhRY4P .carousel-indicators li::before {
  content: none;
}
.cid-utPLLhRY4P .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-utPLLhRY4P .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-utPLLhRY4P .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-utPLLhRY4P .carousel-indicators {
    display: none;
  }
}
.cid-utPLLhRY4P .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-utPLLhRY4P .carousel-inner > .active {
  display: block;
}
.cid-utPLLhRY4P .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPLLhRY4P .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-utPLLhRY4P .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-utPLLhRY4P .carousel-control,
  .cid-utPLLhRY4P .carousel-indicators,
  .cid-utPLLhRY4P .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-utPLLhRY4P .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-utPLLhRY4P .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-utPLLhRY4P .carousel-indicators .active,
.cid-utPLLhRY4P .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-utPLLhRY4P .carousel-indicators .active {
  background: #fff;
}
.cid-utPLLhRY4P .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-utPLLhRY4P .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-utPLLhRY4P .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-utPLLhRY4P .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-utPLLhRY4P .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-utPLLhRY4P .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-utPLLhRY4P .carousel {
  width: 100%;
}
.cid-utPLLhRY4P .modal-backdrop.in {
  opacity: 0.8;
}
.cid-utPLLhRY4P .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-utPLLhRY4P .modal.fade .modal-dialog,
.cid-utPLLhRY4P .modal.in .modal-dialog {
  transform: none;
}
.cid-utPLLhRY4P .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-utPLLhRY4P H6 {
  text-align: center;
}
.cid-utPLLhRY4P H3 {
  color: #030042;
}
.cid-upZ3sbSTs0 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upZ3sbSTs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upZ3sbSTs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upZ3sbSTs0 .mbr-section-title {
  color: #030042;
}
#custom-html-l6 {
  /* Type valid CSS here */
}
#custom-html-l6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-l6 p {
  font-size: 60px;
  color: #777;
}
.cid-ue60RfOeI2 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue60RfOeI2 .container {
  max-width: 1600px;
}
.cid-ue60RfOeI2 .row {
  justify-content: center;
}
.cid-ue60RfOeI2 .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue60RfOeI2 .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue60RfOeI2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue60RfOeI2 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue60RfOeI2 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue60RfOeI2 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue60RfOeI2 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue60RfOeI2 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue60RfOeI2 .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue60RfOeI2 .card:hover {
  transform: scale(0.98);
}
.cid-ue60RfOeI2 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue60RfOeI2 .card-wrapper {
    padding: 16px;
  }
}
.cid-ue60RfOeI2 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue60RfOeI2 .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue60RfOeI2 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue60RfOeI2 .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue60RfOeI2 .card-text {
    margin-top: 8px;
  }
}
.cid-ue60RfOeI2 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue60RfOeI2 .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue60RfOeI2 .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue60RfOeI2 .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue60RfOeI2 .card-img {
    height: auto;
  }
}
.cid-ue60RfOeI2 .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue60RfOeI2 .card-title,
.cid-ue60RfOeI2 .mbr-section-btn {
  text-align: center;
  color: #030042;
}
.cid-tKt3mHd9GD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKt3mHd9GD .mbr-text {
  color: #767676;
}
.cid-tKt3mHd9GD .mbr-section-subtitle {
  color: #767676;
}
.cid-tKt3mHd9GD .title .num {
  width: 100%;
  display: block;
}
.cid-tKt3mHd9GD .title .card-title {
  z-index: 1;
}
.cid-tKt3mHd9GD .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-tKt3mHd9GD * {
    text-align: center !important;
  }
  .cid-tKt3mHd9GD .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tKt3mHd9GD .mbr-section-title,
.cid-tKt3mHd9GD .card-box {
  text-align: center;
  color: #090650;
}
.cid-tKt3mHd9GD .card-title,
.cid-tKt3mHd9GD .card-img {
  color: #090650;
}
.cid-tKt3mHd9GD .card-text {
  color: #090650;
}
.cid-ue62rsgjfP {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue62rsgjfP .container {
  max-width: 1600px;
}
.cid-ue62rsgjfP .row {
  justify-content: center;
}
.cid-ue62rsgjfP .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue62rsgjfP .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue62rsgjfP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue62rsgjfP .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue62rsgjfP .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue62rsgjfP .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue62rsgjfP .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue62rsgjfP .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue62rsgjfP .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue62rsgjfP .card:hover {
  transform: scale(0.98);
}
.cid-ue62rsgjfP .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue62rsgjfP .card-wrapper {
    padding: 16px;
  }
}
.cid-ue62rsgjfP .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue62rsgjfP .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue62rsgjfP .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue62rsgjfP .card-text {
  width: 100%;
  color: #3d09fe;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue62rsgjfP .card-text {
    margin-top: 8px;
  }
}
.cid-ue62rsgjfP .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue62rsgjfP .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue62rsgjfP .card-img {
  width: 100%;
  height: 384px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue62rsgjfP .card-img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-ue62rsgjfP .card-img {
    height: auto;
  }
}
.cid-ue62rsgjfP .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue62rsgjfP .card-title,
.cid-ue62rsgjfP .mbr-section-btn {
  text-align: center;
  color: #000a1d;
}
.cid-ue652b0NFC {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #030042;
}
.cid-ue652b0NFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue652b0NFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue652b0NFC .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ue652b0NFC .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ue652b0NFC .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue652b0NFC .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ue652b0NFC .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-ue652b0NFC .card-title {
  color: #030042;
}
.cid-ue652b0NFC P {
  color: #ff008f;
}
.cid-ue652b0NFC .mbr-section-title {
  color: #ffffff;
}
.cid-ue652b0NFC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tf3GTBA4cU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tf3GTBA4cU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tf3GTBA4cU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tf3GTBA4cU .video-wrapper iframe {
  width: 100%;
}
.cid-tf3GTBA4cU .mbr-section-title,
.cid-tf3GTBA4cU .mbr-section-subtitle,
.cid-tf3GTBA4cU .mbr-text {
  text-align: center;
}
.cid-tf3GTBA4cU .mbr-section-title {
  color: #090650;
}
.cid-uePHoWjO34 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uePHoWjO34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePHoWjO34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uePHoWjO34 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uePHoWjO34 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #090650;
}
@media (max-width: 991px) {
  .cid-uePHoWjO34 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uePHoWjO34 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uePHoWjO34 .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-uePHoWjO34 .card-title {
  color: #ffffff;
}
.cid-uePHoWjO34 P {
  color: #ffffff;
}
.cid-uePHoWjO34 .mbr-section-title {
  color: #090650;
}
.cid-uePHoWjO34 .mbr-section-subtitle {
  color: #ff008f;
}
.cid-ukADAYR4dz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e7ff00;
}
.cid-ukADAYR4dz .btn-white {
  color: #090650 !important;
}
.cid-ue65b2xWnT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090650;
}
.cid-ue65b2xWnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue65b2xWnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue65b2xWnT .container {
    padding: 0 24px;
  }
}
.cid-ue65b2xWnT .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ue65b2xWnT .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ue65b2xWnT .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-ue65b2xWnT .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-ue65b2xWnT .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-ue65b2xWnT .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #090650;
}
.cid-udxdqclNYV .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .copyright {
    margin-bottom: 1rem;
  }
}
.cid-udxdqclNYV .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e7ff00;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-udxdqclNYV .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-udxdqclNYV .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-utQTa3P9X6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utQTa3P9X6 nav.navbar {
  position: fixed;
  border-bottom: 2px solid #e7ff00;
}
.cid-utQTa3P9X6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utQTa3P9X6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utQTa3P9X6 .dropdown-item:hover,
.cid-utQTa3P9X6 .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-utQTa3P9X6 .dropdown-item:hover span {
  color: white;
}
.cid-utQTa3P9X6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utQTa3P9X6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utQTa3P9X6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utQTa3P9X6 .nav-link {
  position: relative;
}
.cid-utQTa3P9X6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .container {
    flex-wrap: nowrap;
  }
}
.cid-utQTa3P9X6 .iconfont-wrapper {
  color: #e7ff00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown-menu,
.cid-utQTa3P9X6 .navbar.opened {
  background: #030042 !important;
}
.cid-utQTa3P9X6 .nav-item:focus,
.cid-utQTa3P9X6 .nav-link:focus {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utQTa3P9X6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utQTa3P9X6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.opened {
  transition: all 0.3s;
}
.cid-utQTa3P9X6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utQTa3P9X6 .navbar .navbar-logo img {
  width: auto;
}
.cid-utQTa3P9X6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar.collapsed {
  justify-content: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utQTa3P9X6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utQTa3P9X6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utQTa3P9X6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utQTa3P9X6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utQTa3P9X6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utQTa3P9X6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utQTa3P9X6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utQTa3P9X6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown-item.active,
.cid-utQTa3P9X6 .dropdown-item:active {
  background-color: transparent;
}
.cid-utQTa3P9X6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utQTa3P9X6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utQTa3P9X6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utQTa3P9X6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utQTa3P9X6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7ff00;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utQTa3P9X6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utQTa3P9X6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utQTa3P9X6 .navbar {
    height: 70px;
  }
  .cid-utQTa3P9X6 .navbar.opened {
    height: auto;
  }
  .cid-utQTa3P9X6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueb673BbHj img {
  width: 35px;
}
.cid-ueb673BbHj p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-ueb673BbHj DIV {
  color: #ffffff;
}
.cid-ueb673BbHj H10 {
  color: #767676;
}
.cid-ueb673BbHj .hidden {
  display: none;
}
.cid-ueb673BbHj .sidebar {
  z-index: 1001;
  background-color: #030042;
  opacity: 100%;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-ueb673BbHj .sidebar nav {
  height: 100%;
}
.cid-ueb673BbHj .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-ueb673BbHj .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-ueb673BbHj .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #ff008f;
  color: #ffffff;
}
.cid-ueb673BbHj .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-ueb673BbHj .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-ueb673BbHj .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-ueb673BbHj .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-ueb673BbHj .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-ueb673BbHj .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-ueb673BbHj .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-ueb673BbHj .sidebar:hover {
    width: 14rem;
    opacity: 0.9;
  }
  .cid-ueb673BbHj .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-ueb673BbHj .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-ueb673BbHj .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-ueb673BbHj .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 900px) {
  .cid-ueb673BbHj .sidebar {
    overflow-y: scroll;
  }
}
.cid-ueb673BbHj :root {
  --sidebar-width: 4.5em;
}
.cid-tKt87WgYiU {
  background-image: url("../../../assets/images/fortnite-background-2.png");
}
.cid-tKt87WgYiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKt87WgYiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKt87WgYiU .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tKt87WgYiU .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-tKt87WgYiU .btn-primary {
  color: #fff !important;
}
.cid-tKt87WgYiU .mbr-section-title {
  color: #ffffff;
}
.cid-utPMA96KCZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utPMA96KCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPMA96KCZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPMA96KCZ .item {
  padding-bottom: 2rem;
}
.cid-utPMA96KCZ .item-wrapper {
  position: relative;
}
.cid-utPMA96KCZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-utPMA96KCZ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-utPMA96KCZ .carousel-control,
.cid-utPMA96KCZ .close {
  background: #1b1b1b;
}
.cid-utPMA96KCZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-utPMA96KCZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-utPMA96KCZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-utPMA96KCZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-utPMA96KCZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-utPMA96KCZ .close::before {
  content: '\e91a';
}
.cid-utPMA96KCZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-utPMA96KCZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utPMA96KCZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPMA96KCZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-utPMA96KCZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-utPMA96KCZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-utPMA96KCZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-utPMA96KCZ .carousel-indicators li.active,
.cid-utPMA96KCZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-utPMA96KCZ .carousel-indicators li::after,
.cid-utPMA96KCZ .carousel-indicators li::before {
  content: none;
}
.cid-utPMA96KCZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-utPMA96KCZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-utPMA96KCZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-utPMA96KCZ .carousel-indicators {
    display: none;
  }
}
.cid-utPMA96KCZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-utPMA96KCZ .carousel-inner > .active {
  display: block;
}
.cid-utPMA96KCZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPMA96KCZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-utPMA96KCZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-utPMA96KCZ .carousel-control,
  .cid-utPMA96KCZ .carousel-indicators,
  .cid-utPMA96KCZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-utPMA96KCZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-utPMA96KCZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-utPMA96KCZ .carousel-indicators .active,
.cid-utPMA96KCZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-utPMA96KCZ .carousel-indicators .active {
  background: #fff;
}
.cid-utPMA96KCZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-utPMA96KCZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-utPMA96KCZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-utPMA96KCZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-utPMA96KCZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-utPMA96KCZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-utPMA96KCZ .carousel {
  width: 100%;
}
.cid-utPMA96KCZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-utPMA96KCZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-utPMA96KCZ .modal.fade .modal-dialog,
.cid-utPMA96KCZ .modal.in .modal-dialog {
  transform: none;
}
.cid-utPMA96KCZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-utPMA96KCZ H6 {
  text-align: center;
}
.cid-utPMA96KCZ H3 {
  color: #030042;
}
.cid-uq5n2hdLgc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uq5n2hdLgc img,
.cid-uq5n2hdLgc .item-img {
  width: 100%;
}
.cid-uq5n2hdLgc .item:focus,
.cid-uq5n2hdLgc span:focus {
  outline: none;
}
.cid-uq5n2hdLgc .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uq5n2hdLgc .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uq5n2hdLgc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uq5n2hdLgc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uq5n2hdLgc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uq5n2hdLgc .mbr-section-title {
  color: #232323;
}
.cid-ue65J0kZNV {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue65J0kZNV .container {
  max-width: 1600px;
}
.cid-ue65J0kZNV .row {
  justify-content: center;
}
.cid-ue65J0kZNV .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue65J0kZNV .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue65J0kZNV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue65J0kZNV .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue65J0kZNV .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue65J0kZNV .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue65J0kZNV .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue65J0kZNV .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue65J0kZNV .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue65J0kZNV .card:hover {
  transform: scale(0.98);
}
.cid-ue65J0kZNV .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue65J0kZNV .card-wrapper {
    padding: 16px;
  }
}
.cid-ue65J0kZNV .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue65J0kZNV .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue65J0kZNV .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue65J0kZNV .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue65J0kZNV .card-text {
    margin-top: 8px;
  }
}
.cid-ue65J0kZNV .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue65J0kZNV .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue65J0kZNV .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue65J0kZNV .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue65J0kZNV .card-img {
    height: auto;
  }
}
.cid-ue65J0kZNV .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue65J0kZNV .card-title,
.cid-ue65J0kZNV .mbr-section-btn {
  text-align: center;
  color: #030042;
}
.cid-tKtb8vA0l6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKtb8vA0l6 .mbr-text {
  color: #767676;
}
.cid-tKtb8vA0l6 .mbr-section-subtitle {
  color: #767676;
}
.cid-tKtb8vA0l6 .title .num {
  width: 100%;
  display: block;
}
.cid-tKtb8vA0l6 .title .card-title {
  z-index: 1;
}
.cid-tKtb8vA0l6 .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-tKtb8vA0l6 * {
    text-align: center !important;
  }
  .cid-tKtb8vA0l6 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tKtb8vA0l6 .mbr-section-title,
.cid-tKtb8vA0l6 .card-box {
  text-align: center;
  color: #090650;
}
.cid-tKtb8vA0l6 .card-title,
.cid-tKtb8vA0l6 .card-img {
  color: #090650;
}
.cid-tKtb8vA0l6 .card-text {
  color: #090650;
  text-align: center;
}
.cid-ue6bhoFCuO {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue6bhoFCuO .container {
  max-width: 1600px;
}
.cid-ue6bhoFCuO .row {
  justify-content: center;
}
.cid-ue6bhoFCuO .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue6bhoFCuO .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue6bhoFCuO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue6bhoFCuO .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue6bhoFCuO .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue6bhoFCuO .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue6bhoFCuO .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue6bhoFCuO .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue6bhoFCuO .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue6bhoFCuO .card:hover {
  transform: scale(0.98);
}
.cid-ue6bhoFCuO .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue6bhoFCuO .card-wrapper {
    padding: 16px;
  }
}
.cid-ue6bhoFCuO .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue6bhoFCuO .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue6bhoFCuO .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue6bhoFCuO .card-text {
  width: 100%;
  color: #3d09fe;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue6bhoFCuO .card-text {
    margin-top: 8px;
  }
}
.cid-ue6bhoFCuO .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue6bhoFCuO .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue6bhoFCuO .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue6bhoFCuO .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue6bhoFCuO .card-img {
    height: auto;
  }
}
.cid-ue6bhoFCuO .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue6bhoFCuO .card-title,
.cid-ue6bhoFCuO .mbr-section-btn {
  text-align: center;
  color: #000a1d;
}
.cid-ue69IqPwLj {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #030042;
}
.cid-ue69IqPwLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue69IqPwLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue69IqPwLj .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ue69IqPwLj .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ue69IqPwLj .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue69IqPwLj .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ue69IqPwLj .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-ue69IqPwLj .card-title {
  color: #030042;
}
.cid-ue69IqPwLj P {
  color: #ff008f;
}
.cid-ue69IqPwLj .mbr-section-title {
  color: #ffffff;
}
.cid-ue69IqPwLj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tKu6uukB8M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tKu6uukB8M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKu6uukB8M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKu6uukB8M .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tKu6uukB8M .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tKu6uukB8M .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tKu6uukB8M .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tKu6uukB8M .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tKu6uukB8M .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tKu6uukB8M .carousel-control,
.cid-tKu6uukB8M .close {
  background: #1b1b1b;
}
.cid-tKu6uukB8M .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tKu6uukB8M .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tKu6uukB8M .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tKu6uukB8M .carousel-control-next span {
  margin-left: 5px;
}
.cid-tKu6uukB8M .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tKu6uukB8M .close::before {
  content: '\e91a';
}
.cid-tKu6uukB8M .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tKu6uukB8M .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tKu6uukB8M .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKu6uukB8M .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKu6uukB8M .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tKu6uukB8M .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tKu6uukB8M .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tKu6uukB8M .carousel-indicators li.active,
.cid-tKu6uukB8M .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tKu6uukB8M .carousel-indicators li::after,
.cid-tKu6uukB8M .carousel-indicators li::before {
  content: none;
}
.cid-tKu6uukB8M .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tKu6uukB8M .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tKu6uukB8M .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tKu6uukB8M .carousel-indicators {
    display: none;
  }
}
.cid-tKu6uukB8M .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tKu6uukB8M .carousel-inner > .active {
  display: block;
}
.cid-tKu6uukB8M .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKu6uukB8M .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKu6uukB8M .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tKu6uukB8M .carousel-control,
  .cid-tKu6uukB8M .carousel-indicators,
  .cid-tKu6uukB8M .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tKu6uukB8M .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tKu6uukB8M .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tKu6uukB8M .carousel-indicators .active,
.cid-tKu6uukB8M .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tKu6uukB8M .carousel-indicators .active {
  background: #fff;
}
.cid-tKu6uukB8M .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tKu6uukB8M .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tKu6uukB8M .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tKu6uukB8M .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tKu6uukB8M .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tKu6uukB8M .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tKu6uukB8M .carousel {
  width: 100%;
}
.cid-tKu6uukB8M .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tKu6uukB8M .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tKu6uukB8M .modal.fade .modal-dialog,
.cid-tKu6uukB8M .modal.in .modal-dialog {
  transform: none;
}
.cid-tKu6uukB8M .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tKu6uukB8M H6 {
  text-align: center;
}
.cid-tKu6uukB8M H3 {
  color: #090650;
}
.cid-uePHsFM2h4 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uePHsFM2h4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePHsFM2h4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uePHsFM2h4 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uePHsFM2h4 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #090650;
}
@media (max-width: 991px) {
  .cid-uePHsFM2h4 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uePHsFM2h4 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uePHsFM2h4 .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-uePHsFM2h4 .card-title {
  color: #ffffff;
}
.cid-uePHsFM2h4 P {
  color: #ffffff;
}
.cid-uePHsFM2h4 .mbr-section-title {
  color: #090650;
}
.cid-uePHsFM2h4 .mbr-section-subtitle {
  color: #ff008f;
}
.cid-ukADCGRVyI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e7ff00;
}
.cid-ukADCGRVyI .btn-white {
  color: #090650 !important;
}
.cid-ue6bB5lxdV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090650;
}
.cid-ue6bB5lxdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue6bB5lxdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue6bB5lxdV .container {
    padding: 0 24px;
  }
}
.cid-ue6bB5lxdV .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ue6bB5lxdV .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ue6bB5lxdV .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-ue6bB5lxdV .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-ue6bB5lxdV .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-ue6bB5lxdV .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #090650;
}
.cid-udxdqclNYV .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .copyright {
    margin-bottom: 1rem;
  }
}
.cid-udxdqclNYV .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e7ff00;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-udxdqclNYV .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-udxdqclNYV .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-utQTa3P9X6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utQTa3P9X6 nav.navbar {
  position: fixed;
  border-bottom: 2px solid #e7ff00;
}
.cid-utQTa3P9X6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utQTa3P9X6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utQTa3P9X6 .dropdown-item:hover,
.cid-utQTa3P9X6 .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-utQTa3P9X6 .dropdown-item:hover span {
  color: white;
}
.cid-utQTa3P9X6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utQTa3P9X6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utQTa3P9X6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utQTa3P9X6 .nav-link {
  position: relative;
}
.cid-utQTa3P9X6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .container {
    flex-wrap: nowrap;
  }
}
.cid-utQTa3P9X6 .iconfont-wrapper {
  color: #e7ff00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown-menu,
.cid-utQTa3P9X6 .navbar.opened {
  background: #030042 !important;
}
.cid-utQTa3P9X6 .nav-item:focus,
.cid-utQTa3P9X6 .nav-link:focus {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utQTa3P9X6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utQTa3P9X6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.opened {
  transition: all 0.3s;
}
.cid-utQTa3P9X6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utQTa3P9X6 .navbar .navbar-logo img {
  width: auto;
}
.cid-utQTa3P9X6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar.collapsed {
  justify-content: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utQTa3P9X6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utQTa3P9X6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utQTa3P9X6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utQTa3P9X6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utQTa3P9X6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utQTa3P9X6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utQTa3P9X6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utQTa3P9X6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown-item.active,
.cid-utQTa3P9X6 .dropdown-item:active {
  background-color: transparent;
}
.cid-utQTa3P9X6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utQTa3P9X6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utQTa3P9X6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utQTa3P9X6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utQTa3P9X6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7ff00;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utQTa3P9X6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utQTa3P9X6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utQTa3P9X6 .navbar {
    height: 70px;
  }
  .cid-utQTa3P9X6 .navbar.opened {
    height: auto;
  }
  .cid-utQTa3P9X6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueb699V0Yf img {
  width: 35px;
}
.cid-ueb699V0Yf p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-ueb699V0Yf DIV {
  color: #ffffff;
}
.cid-ueb699V0Yf H10 {
  color: #767676;
}
.cid-ueb699V0Yf .hidden {
  display: none;
}
.cid-ueb699V0Yf .sidebar {
  z-index: 1001;
  background-color: #030042;
  opacity: 100%;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-ueb699V0Yf .sidebar nav {
  height: 100%;
}
.cid-ueb699V0Yf .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-ueb699V0Yf .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-ueb699V0Yf .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #ff008f;
  color: #ffffff;
}
.cid-ueb699V0Yf .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-ueb699V0Yf .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-ueb699V0Yf .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-ueb699V0Yf .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-ueb699V0Yf .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-ueb699V0Yf .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-ueb699V0Yf .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-ueb699V0Yf .sidebar:hover {
    width: 14rem;
    opacity: 0.9;
  }
  .cid-ueb699V0Yf .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-ueb699V0Yf .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-ueb699V0Yf .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-ueb699V0Yf .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 900px) {
  .cid-ueb699V0Yf .sidebar {
    overflow-y: scroll;
  }
}
.cid-ueb699V0Yf :root {
  --sidebar-width: 4.5em;
}
.cid-tKtdKjCZ8Z {
  background-image: url("../../../assets/images/cs2-background.png");
}
.cid-tKtdKjCZ8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKtdKjCZ8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKtdKjCZ8Z .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tKtdKjCZ8Z .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-tKtdKjCZ8Z .btn-primary {
  color: #fff !important;
}
.cid-utPMk7AHQI {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-utPMk7AHQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPMk7AHQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPMk7AHQI .item {
  padding-bottom: 2rem;
}
.cid-utPMk7AHQI .item-wrapper {
  position: relative;
}
.cid-utPMk7AHQI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-utPMk7AHQI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-utPMk7AHQI .carousel-control,
.cid-utPMk7AHQI .close {
  background: #1b1b1b;
}
.cid-utPMk7AHQI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-utPMk7AHQI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-utPMk7AHQI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-utPMk7AHQI .carousel-control-next span {
  margin-left: 5px;
}
.cid-utPMk7AHQI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-utPMk7AHQI .close::before {
  content: '\e91a';
}
.cid-utPMk7AHQI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-utPMk7AHQI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utPMk7AHQI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPMk7AHQI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-utPMk7AHQI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-utPMk7AHQI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-utPMk7AHQI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-utPMk7AHQI .carousel-indicators li.active,
.cid-utPMk7AHQI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-utPMk7AHQI .carousel-indicators li::after,
.cid-utPMk7AHQI .carousel-indicators li::before {
  content: none;
}
.cid-utPMk7AHQI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-utPMk7AHQI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-utPMk7AHQI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-utPMk7AHQI .carousel-indicators {
    display: none;
  }
}
.cid-utPMk7AHQI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-utPMk7AHQI .carousel-inner > .active {
  display: block;
}
.cid-utPMk7AHQI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPMk7AHQI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-utPMk7AHQI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-utPMk7AHQI .carousel-control,
  .cid-utPMk7AHQI .carousel-indicators,
  .cid-utPMk7AHQI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-utPMk7AHQI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-utPMk7AHQI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-utPMk7AHQI .carousel-indicators .active,
.cid-utPMk7AHQI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-utPMk7AHQI .carousel-indicators .active {
  background: #fff;
}
.cid-utPMk7AHQI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-utPMk7AHQI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-utPMk7AHQI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-utPMk7AHQI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-utPMk7AHQI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-utPMk7AHQI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-utPMk7AHQI .carousel {
  width: 100%;
}
.cid-utPMk7AHQI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-utPMk7AHQI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-utPMk7AHQI .modal.fade .modal-dialog,
.cid-utPMk7AHQI .modal.in .modal-dialog {
  transform: none;
}
.cid-utPMk7AHQI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-utPMk7AHQI H6 {
  text-align: center;
}
.cid-utPMk7AHQI H3 {
  color: #030042;
}
.cid-ue6fTYgGze {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue6fTYgGze .container {
  max-width: 1600px;
}
.cid-ue6fTYgGze .row {
  justify-content: center;
}
.cid-ue6fTYgGze .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue6fTYgGze .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue6fTYgGze .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue6fTYgGze .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue6fTYgGze .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue6fTYgGze .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue6fTYgGze .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue6fTYgGze .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue6fTYgGze .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue6fTYgGze .card:hover {
  transform: scale(0.98);
}
.cid-ue6fTYgGze .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue6fTYgGze .card-wrapper {
    padding: 16px;
  }
}
.cid-ue6fTYgGze .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue6fTYgGze .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue6fTYgGze .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue6fTYgGze .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue6fTYgGze .card-text {
    margin-top: 8px;
  }
}
.cid-ue6fTYgGze .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue6fTYgGze .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue6fTYgGze .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue6fTYgGze .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue6fTYgGze .card-img {
    height: auto;
  }
}
.cid-ue6fTYgGze .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue6fTYgGze .card-title,
.cid-ue6fTYgGze .mbr-section-btn {
  text-align: center;
  color: #030042;
}
.cid-tKthpPr6L2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKthpPr6L2 .mbr-text {
  color: #767676;
}
.cid-tKthpPr6L2 .mbr-section-subtitle {
  color: #767676;
}
.cid-tKthpPr6L2 .title .num {
  width: 100%;
  display: block;
}
.cid-tKthpPr6L2 .title .card-title {
  z-index: 1;
}
.cid-tKthpPr6L2 .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-tKthpPr6L2 * {
    text-align: center !important;
  }
  .cid-tKthpPr6L2 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tKthpPr6L2 .mbr-section-title,
.cid-tKthpPr6L2 .card-box {
  text-align: center;
  color: #090650;
}
.cid-tKthpPr6L2 .card-title,
.cid-tKthpPr6L2 .card-img {
  color: #090650;
}
.cid-tKthpPr6L2 .card-text {
  color: #090650;
}
.cid-ue6h3X2epA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue6h3X2epA .container {
  max-width: 1600px;
}
.cid-ue6h3X2epA .row {
  justify-content: center;
}
.cid-ue6h3X2epA .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue6h3X2epA .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue6h3X2epA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue6h3X2epA .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue6h3X2epA .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue6h3X2epA .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue6h3X2epA .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue6h3X2epA .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue6h3X2epA .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue6h3X2epA .card:hover {
  transform: scale(0.98);
}
.cid-ue6h3X2epA .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue6h3X2epA .card-wrapper {
    padding: 16px;
  }
}
.cid-ue6h3X2epA .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue6h3X2epA .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue6h3X2epA .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue6h3X2epA .card-text {
  width: 100%;
  color: #3d09fe;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue6h3X2epA .card-text {
    margin-top: 8px;
  }
}
.cid-ue6h3X2epA .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue6h3X2epA .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue6h3X2epA .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue6h3X2epA .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue6h3X2epA .card-img {
    height: auto;
  }
}
.cid-ue6h3X2epA .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue6h3X2epA .card-title,
.cid-ue6h3X2epA .mbr-section-btn {
  text-align: center;
  color: #000a1d;
}
.cid-ue6g86kXTd {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #030042;
}
.cid-ue6g86kXTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue6g86kXTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue6g86kXTd .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ue6g86kXTd .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ue6g86kXTd .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ue6g86kXTd .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ue6g86kXTd .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-ue6g86kXTd .card-title {
  color: #030042;
}
.cid-ue6g86kXTd P {
  color: #ff008f;
}
.cid-ue6g86kXTd .mbr-section-title {
  color: #ffffff;
}
.cid-ue6g86kXTd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uePHuX66DT {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uePHuX66DT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePHuX66DT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uePHuX66DT .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uePHuX66DT .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #090650;
}
@media (max-width: 991px) {
  .cid-uePHuX66DT .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uePHuX66DT .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uePHuX66DT .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-uePHuX66DT .card-title {
  color: #ffffff;
}
.cid-uePHuX66DT P {
  color: #ffffff;
}
.cid-uePHuX66DT .mbr-section-title {
  color: #090650;
}
.cid-uePHuX66DT .mbr-section-subtitle {
  color: #ff008f;
}
.cid-ukADEdGCH6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e7ff00;
}
.cid-ukADEdGCH6 .btn-white {
  color: #090650 !important;
}
.cid-ue6eeSYMsU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090650;
}
.cid-ue6eeSYMsU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue6eeSYMsU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue6eeSYMsU .container {
    padding: 0 24px;
  }
}
.cid-ue6eeSYMsU .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ue6eeSYMsU .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ue6eeSYMsU .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-ue6eeSYMsU .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-ue6eeSYMsU .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-ue6eeSYMsU .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #090650;
}
.cid-udxdqclNYV .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .copyright {
    margin-bottom: 1rem;
  }
}
.cid-udxdqclNYV .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e7ff00;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-udxdqclNYV .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-udxdqclNYV .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-utQTa3P9X6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utQTa3P9X6 nav.navbar {
  position: fixed;
  border-bottom: 2px solid #e7ff00;
}
.cid-utQTa3P9X6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utQTa3P9X6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utQTa3P9X6 .dropdown-item:hover,
.cid-utQTa3P9X6 .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-utQTa3P9X6 .dropdown-item:hover span {
  color: white;
}
.cid-utQTa3P9X6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utQTa3P9X6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utQTa3P9X6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utQTa3P9X6 .nav-link {
  position: relative;
}
.cid-utQTa3P9X6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .container {
    flex-wrap: nowrap;
  }
}
.cid-utQTa3P9X6 .iconfont-wrapper {
  color: #e7ff00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown-menu,
.cid-utQTa3P9X6 .navbar.opened {
  background: #030042 !important;
}
.cid-utQTa3P9X6 .nav-item:focus,
.cid-utQTa3P9X6 .nav-link:focus {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utQTa3P9X6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utQTa3P9X6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.opened {
  transition: all 0.3s;
}
.cid-utQTa3P9X6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utQTa3P9X6 .navbar .navbar-logo img {
  width: auto;
}
.cid-utQTa3P9X6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar.collapsed {
  justify-content: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utQTa3P9X6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utQTa3P9X6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utQTa3P9X6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utQTa3P9X6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utQTa3P9X6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utQTa3P9X6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utQTa3P9X6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utQTa3P9X6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown-item.active,
.cid-utQTa3P9X6 .dropdown-item:active {
  background-color: transparent;
}
.cid-utQTa3P9X6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utQTa3P9X6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utQTa3P9X6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utQTa3P9X6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utQTa3P9X6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7ff00;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utQTa3P9X6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utQTa3P9X6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utQTa3P9X6 .navbar {
    height: 70px;
  }
  .cid-utQTa3P9X6 .navbar.opened {
    height: auto;
  }
  .cid-utQTa3P9X6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueaJMZP9Ln {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-ueaJMZP9Ln .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ueaJMZP9Ln .team-card:hover {
  transform: translateY(-10px);
}
.cid-ueaJMZP9Ln .image-wrap {
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
}
.cid-ueaJMZP9Ln .image-wrap:hover img {
  transform: scale(1.05);
}
.cid-ueaJMZP9Ln .image-wrap:hover img .social-row {
  opacity: 1;
}
.cid-ueaJMZP9Ln .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ueaJMZP9Ln .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-ueaJMZP9Ln .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .cid-ueaJMZP9Ln .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ueaJMZP9Ln .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-ueaJMZP9Ln .card-wrap:hover img {
  transform: scale(1.05);
}
.cid-ueaJMZP9Ln .social-row {
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.cid-ueaJMZP9Ln .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 0.5rem;
  background: #2299aa;
  transition: all 0.3s;
}
.cid-ueaJMZP9Ln .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1rem;
}
.cid-ueaJMZP9Ln .mbr-section-title {
  color: #030042;
}
.cid-ueaJMZP9Ln .mbr-section-subtitle {
  color: #161734;
}
.cid-ueaJMZP9Ln .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueaJMZP9Ln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueaJMZP9Ln .card-title,
.cid-ueaJMZP9Ln .social-row {
  color: #030042;
}
.cid-ue6lNCA2dA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090650;
}
.cid-ue6lNCA2dA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue6lNCA2dA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue6lNCA2dA .container {
    padding: 0 24px;
  }
}
.cid-ue6lNCA2dA .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ue6lNCA2dA .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ue6lNCA2dA .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-ue6lNCA2dA .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-ue6lNCA2dA .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-ue6lNCA2dA .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #090650;
}
.cid-udxdqclNYV .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .copyright {
    margin-bottom: 1rem;
  }
}
.cid-udxdqclNYV .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e7ff00;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-udxdqclNYV .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-udxdqclNYV .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-utQTa3P9X6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utQTa3P9X6 nav.navbar {
  position: fixed;
  border-bottom: 2px solid #e7ff00;
}
.cid-utQTa3P9X6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utQTa3P9X6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utQTa3P9X6 .dropdown-item:hover,
.cid-utQTa3P9X6 .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-utQTa3P9X6 .dropdown-item:hover span {
  color: white;
}
.cid-utQTa3P9X6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utQTa3P9X6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utQTa3P9X6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utQTa3P9X6 .nav-link {
  position: relative;
}
.cid-utQTa3P9X6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .container {
    flex-wrap: nowrap;
  }
}
.cid-utQTa3P9X6 .iconfont-wrapper {
  color: #e7ff00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown-menu,
.cid-utQTa3P9X6 .navbar.opened {
  background: #030042 !important;
}
.cid-utQTa3P9X6 .nav-item:focus,
.cid-utQTa3P9X6 .nav-link:focus {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utQTa3P9X6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utQTa3P9X6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.opened {
  transition: all 0.3s;
}
.cid-utQTa3P9X6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utQTa3P9X6 .navbar .navbar-logo img {
  width: auto;
}
.cid-utQTa3P9X6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar.collapsed {
  justify-content: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utQTa3P9X6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utQTa3P9X6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utQTa3P9X6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utQTa3P9X6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utQTa3P9X6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utQTa3P9X6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utQTa3P9X6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utQTa3P9X6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown-item.active,
.cid-utQTa3P9X6 .dropdown-item:active {
  background-color: transparent;
}
.cid-utQTa3P9X6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utQTa3P9X6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utQTa3P9X6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utQTa3P9X6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utQTa3P9X6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7ff00;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utQTa3P9X6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utQTa3P9X6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utQTa3P9X6 .navbar {
    height: 70px;
  }
  .cid-utQTa3P9X6 .navbar.opened {
    height: auto;
  }
  .cid-utQTa3P9X6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiCVSi0Qfb {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uiCVSi0Qfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiCVSi0Qfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiCVSi0Qfb .mbr-section-title {
  color: #090650;
}
.cid-uiCfPgVu5n {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #090650;
}
.cid-uiCfPgVu5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiCfPgVu5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiCfPgVu5n .mbr-section-title {
  color: #ffffff;
}
.cid-ukMQfVHw3M {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ff008f;
}
.cid-ukMQfVHw3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMQfVHw3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukMQfVHw3M .mbr-section-title {
  color: #ffffff;
}
.cid-tKA1bs5xrk {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKA1bs5xrk img,
.cid-tKA1bs5xrk .item-img {
  width: 100%;
}
.cid-tKA1bs5xrk .item:focus,
.cid-tKA1bs5xrk span:focus {
  outline: none;
}
.cid-tKA1bs5xrk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tKA1bs5xrk .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #090650;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKA1bs5xrk .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tKA1bs5xrk .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKA1bs5xrk .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tKA1bs5xrk .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tKA1bs5xrk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKA1bs5xrk .mbr-section-title {
  color: #090650;
}
.cid-tKA1bs5xrk .mbr-text,
.cid-tKA1bs5xrk .mbr-section-btn {
  text-align: center;
}
.cid-tKA1bs5xrk .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tKA1bs5xrk .item-subtitle {
  text-align: center;
}
.cid-ue562lhVsy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090650;
}
.cid-ue562lhVsy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue562lhVsy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue562lhVsy .container {
    padding: 0 24px;
  }
}
.cid-ue562lhVsy .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ue562lhVsy .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ue562lhVsy .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-ue562lhVsy .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-ue562lhVsy .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-ue562lhVsy .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #090650;
}
.cid-udxdqclNYV .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .copyright {
    margin-bottom: 1rem;
  }
}
.cid-udxdqclNYV .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e7ff00;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-udxdqclNYV .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-udxdqclNYV .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-utQTa3P9X6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utQTa3P9X6 nav.navbar {
  position: fixed;
  border-bottom: 2px solid #e7ff00;
}
.cid-utQTa3P9X6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utQTa3P9X6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utQTa3P9X6 .dropdown-item:hover,
.cid-utQTa3P9X6 .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-utQTa3P9X6 .dropdown-item:hover span {
  color: white;
}
.cid-utQTa3P9X6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utQTa3P9X6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utQTa3P9X6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utQTa3P9X6 .nav-link {
  position: relative;
}
.cid-utQTa3P9X6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .container {
    flex-wrap: nowrap;
  }
}
.cid-utQTa3P9X6 .iconfont-wrapper {
  color: #e7ff00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown-menu,
.cid-utQTa3P9X6 .navbar.opened {
  background: #030042 !important;
}
.cid-utQTa3P9X6 .nav-item:focus,
.cid-utQTa3P9X6 .nav-link:focus {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utQTa3P9X6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utQTa3P9X6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.opened {
  transition: all 0.3s;
}
.cid-utQTa3P9X6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utQTa3P9X6 .navbar .navbar-logo img {
  width: auto;
}
.cid-utQTa3P9X6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar.collapsed {
  justify-content: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utQTa3P9X6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utQTa3P9X6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utQTa3P9X6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utQTa3P9X6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utQTa3P9X6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utQTa3P9X6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utQTa3P9X6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utQTa3P9X6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown-item.active,
.cid-utQTa3P9X6 .dropdown-item:active {
  background-color: transparent;
}
.cid-utQTa3P9X6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utQTa3P9X6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utQTa3P9X6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utQTa3P9X6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utQTa3P9X6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7ff00;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utQTa3P9X6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utQTa3P9X6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utQTa3P9X6 .navbar {
    height: 70px;
  }
  .cid-utQTa3P9X6 .navbar.opened {
    height: auto;
  }
  .cid-utQTa3P9X6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueb6ayV2KI img {
  width: 35px;
}
.cid-ueb6ayV2KI p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-ueb6ayV2KI DIV {
  color: #ffffff;
}
.cid-ueb6ayV2KI H10 {
  color: #767676;
}
.cid-ueb6ayV2KI .hidden {
  display: none;
}
.cid-ueb6ayV2KI .sidebar {
  z-index: 1001;
  background-color: #030042;
  opacity: 100%;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-ueb6ayV2KI .sidebar nav {
  height: 100%;
}
.cid-ueb6ayV2KI .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-ueb6ayV2KI .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-ueb6ayV2KI .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #ff008f;
  color: #ffffff;
}
.cid-ueb6ayV2KI .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-ueb6ayV2KI .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-ueb6ayV2KI .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-ueb6ayV2KI .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-ueb6ayV2KI .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-ueb6ayV2KI .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-ueb6ayV2KI .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-ueb6ayV2KI .sidebar:hover {
    width: 14rem;
    opacity: 0.9;
  }
  .cid-ueb6ayV2KI .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-ueb6ayV2KI .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-ueb6ayV2KI .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-ueb6ayV2KI .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 900px) {
  .cid-ueb6ayV2KI .sidebar {
    overflow-y: scroll;
  }
}
.cid-ueb6ayV2KI :root {
  --sidebar-width: 4.5em;
}
.cid-ue6hApFbup {
  background-image: url("../../../assets/images/sf6-background.png");
}
.cid-ue6hApFbup .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue6hApFbup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue6hApFbup .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ue6hApFbup .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-ue6hApFbup .btn-primary {
  color: #fff !important;
}
.cid-utPMtGMyOo {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utPMtGMyOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPMtGMyOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPMtGMyOo .item {
  padding-bottom: 2rem;
}
.cid-utPMtGMyOo .item-wrapper {
  position: relative;
}
.cid-utPMtGMyOo .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-utPMtGMyOo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-utPMtGMyOo .carousel-control,
.cid-utPMtGMyOo .close {
  background: #1b1b1b;
}
.cid-utPMtGMyOo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-utPMtGMyOo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-utPMtGMyOo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-utPMtGMyOo .carousel-control-next span {
  margin-left: 5px;
}
.cid-utPMtGMyOo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-utPMtGMyOo .close::before {
  content: '\e91a';
}
.cid-utPMtGMyOo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-utPMtGMyOo .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utPMtGMyOo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPMtGMyOo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-utPMtGMyOo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-utPMtGMyOo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-utPMtGMyOo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-utPMtGMyOo .carousel-indicators li.active,
.cid-utPMtGMyOo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-utPMtGMyOo .carousel-indicators li::after,
.cid-utPMtGMyOo .carousel-indicators li::before {
  content: none;
}
.cid-utPMtGMyOo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-utPMtGMyOo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-utPMtGMyOo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-utPMtGMyOo .carousel-indicators {
    display: none;
  }
}
.cid-utPMtGMyOo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-utPMtGMyOo .carousel-inner > .active {
  display: block;
}
.cid-utPMtGMyOo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPMtGMyOo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-utPMtGMyOo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-utPMtGMyOo .carousel-control,
  .cid-utPMtGMyOo .carousel-indicators,
  .cid-utPMtGMyOo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-utPMtGMyOo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-utPMtGMyOo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-utPMtGMyOo .carousel-indicators .active,
.cid-utPMtGMyOo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-utPMtGMyOo .carousel-indicators .active {
  background: #fff;
}
.cid-utPMtGMyOo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-utPMtGMyOo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-utPMtGMyOo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-utPMtGMyOo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-utPMtGMyOo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-utPMtGMyOo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-utPMtGMyOo .carousel {
  width: 100%;
}
.cid-utPMtGMyOo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-utPMtGMyOo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-utPMtGMyOo .modal.fade .modal-dialog,
.cid-utPMtGMyOo .modal.in .modal-dialog {
  transform: none;
}
.cid-utPMtGMyOo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-utPMtGMyOo H6 {
  text-align: center;
}
.cid-utPMtGMyOo H3 {
  color: #030042;
}
.cid-upZ3yOxZfo {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upZ3yOxZfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-upZ3yOxZfo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upZ3yOxZfo .mbr-section-title {
  color: #030042;
}
#custom-html-l9 {
  /* Type valid CSS here */
}
#custom-html-l9 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-l9 p {
  font-size: 60px;
  color: #777;
}
.cid-ue6hAqiNef {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue6hAqiNef .container {
  max-width: 1600px;
}
.cid-ue6hAqiNef .row {
  justify-content: center;
}
.cid-ue6hAqiNef .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue6hAqiNef .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue6hAqiNef .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue6hAqiNef .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue6hAqiNef .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue6hAqiNef .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue6hAqiNef .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue6hAqiNef .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue6hAqiNef .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue6hAqiNef .card:hover {
  transform: scale(0.98);
}
.cid-ue6hAqiNef .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue6hAqiNef .card-wrapper {
    padding: 16px;
  }
}
.cid-ue6hAqiNef .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue6hAqiNef .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue6hAqiNef .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue6hAqiNef .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue6hAqiNef .card-text {
    margin-top: 8px;
  }
}
.cid-ue6hAqiNef .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue6hAqiNef .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue6hAqiNef .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue6hAqiNef .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue6hAqiNef .card-img {
    height: auto;
  }
}
.cid-ue6hAqiNef .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue6hAqiNef .card-title,
.cid-ue6hAqiNef .mbr-section-btn {
  text-align: center;
  color: #030042;
}
.cid-ue6hAqGso5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ue6hAqGso5 .mbr-text {
  color: #767676;
}
.cid-ue6hAqGso5 .mbr-section-subtitle {
  color: #767676;
}
.cid-ue6hAqGso5 .title .num {
  width: 100%;
  display: block;
}
.cid-ue6hAqGso5 .title .card-title {
  z-index: 1;
}
.cid-ue6hAqGso5 .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-ue6hAqGso5 * {
    text-align: center !important;
  }
  .cid-ue6hAqGso5 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-ue6hAqGso5 .mbr-section-title,
.cid-ue6hAqGso5 .card-box {
  text-align: center;
  color: #090650;
}
.cid-ue6hAqGso5 .card-title,
.cid-ue6hAqGso5 .card-img {
  color: #090650;
}
.cid-ue6hAqGso5 .card-text {
  color: #090650;
}
.cid-ue6hArfMgS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue6hArfMgS .container {
  max-width: 1600px;
}
.cid-ue6hArfMgS .row {
  justify-content: center;
}
.cid-ue6hArfMgS .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue6hArfMgS .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue6hArfMgS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue6hArfMgS .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue6hArfMgS .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue6hArfMgS .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue6hArfMgS .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue6hArfMgS .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue6hArfMgS .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue6hArfMgS .card:hover {
  transform: scale(0.98);
}
.cid-ue6hArfMgS .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue6hArfMgS .card-wrapper {
    padding: 16px;
  }
}
.cid-ue6hArfMgS .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue6hArfMgS .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue6hArfMgS .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue6hArfMgS .card-text {
  width: 100%;
  color: #3d09fe;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue6hArfMgS .card-text {
    margin-top: 8px;
  }
}
.cid-ue6hArfMgS .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue6hArfMgS .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue6hArfMgS .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue6hArfMgS .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue6hArfMgS .card-img {
    height: auto;
  }
}
.cid-ue6hArfMgS .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue6hArfMgS .card-title,
.cid-ue6hArfMgS .mbr-section-btn {
  text-align: center;
  color: #000a1d;
}
.cid-uePHyj9uYo {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uePHyj9uYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePHyj9uYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uePHyj9uYo .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uePHyj9uYo .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #090650;
}
@media (max-width: 991px) {
  .cid-uePHyj9uYo .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uePHyj9uYo .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uePHyj9uYo .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-uePHyj9uYo .card-title {
  color: #ffffff;
}
.cid-uePHyj9uYo P {
  color: #ffffff;
}
.cid-uePHyj9uYo .mbr-section-title {
  color: #090650;
}
.cid-uePHyj9uYo .mbr-section-subtitle {
  color: #ff008f;
}
.cid-ukADGdqMLE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e7ff00;
}
.cid-ukADGdqMLE .btn-white {
  color: #090650 !important;
}
.cid-ue6hAsxaal {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090650;
}
.cid-ue6hAsxaal .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue6hAsxaal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue6hAsxaal .container {
    padding: 0 24px;
  }
}
.cid-ue6hAsxaal .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ue6hAsxaal .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ue6hAsxaal .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-ue6hAsxaal .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-ue6hAsxaal .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-ue6hAsxaal .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-ue6hAsV3S7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #090650;
}
.cid-ue6hAsV3S7 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ue6hAsV3S7 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-ue6hAsV3S7 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-ue6hAsV3S7 .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e7ff00;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-ue6hAsV3S7 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-ue6hAsV3S7 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-ue6hAsV3S7 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-ue6hAsV3S7 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-ue6hAsV3S7 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-ue6hAsV3S7 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-ue6hAsV3S7 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-utQTa3P9X6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utQTa3P9X6 nav.navbar {
  position: fixed;
  border-bottom: 2px solid #e7ff00;
}
.cid-utQTa3P9X6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utQTa3P9X6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utQTa3P9X6 .dropdown-item:hover,
.cid-utQTa3P9X6 .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-utQTa3P9X6 .dropdown-item:hover span {
  color: white;
}
.cid-utQTa3P9X6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utQTa3P9X6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utQTa3P9X6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utQTa3P9X6 .nav-link {
  position: relative;
}
.cid-utQTa3P9X6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .container {
    flex-wrap: nowrap;
  }
}
.cid-utQTa3P9X6 .iconfont-wrapper {
  color: #e7ff00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown-menu,
.cid-utQTa3P9X6 .navbar.opened {
  background: #030042 !important;
}
.cid-utQTa3P9X6 .nav-item:focus,
.cid-utQTa3P9X6 .nav-link:focus {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utQTa3P9X6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utQTa3P9X6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.opened {
  transition: all 0.3s;
}
.cid-utQTa3P9X6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utQTa3P9X6 .navbar .navbar-logo img {
  width: auto;
}
.cid-utQTa3P9X6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar.collapsed {
  justify-content: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utQTa3P9X6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utQTa3P9X6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utQTa3P9X6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utQTa3P9X6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utQTa3P9X6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utQTa3P9X6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utQTa3P9X6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utQTa3P9X6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown-item.active,
.cid-utQTa3P9X6 .dropdown-item:active {
  background-color: transparent;
}
.cid-utQTa3P9X6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utQTa3P9X6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utQTa3P9X6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utQTa3P9X6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utQTa3P9X6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7ff00;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utQTa3P9X6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utQTa3P9X6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utQTa3P9X6 .navbar {
    height: 70px;
  }
  .cid-utQTa3P9X6 .navbar.opened {
    height: auto;
  }
  .cid-utQTa3P9X6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueb5YIk4hR img {
  width: 35px;
}
.cid-ueb5YIk4hR p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-ueb5YIk4hR DIV {
  color: #ffffff;
}
.cid-ueb5YIk4hR H10 {
  color: #767676;
}
.cid-ueb5YIk4hR .hidden {
  display: none;
}
.cid-ueb5YIk4hR .sidebar {
  z-index: 1001;
  background-color: #030042;
  opacity: 100%;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-ueb5YIk4hR .sidebar nav {
  height: 100%;
}
.cid-ueb5YIk4hR .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-ueb5YIk4hR .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-ueb5YIk4hR .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #ff008f;
  color: #ffffff;
}
.cid-ueb5YIk4hR .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-ueb5YIk4hR .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-ueb5YIk4hR .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-ueb5YIk4hR .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-ueb5YIk4hR .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-ueb5YIk4hR .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-ueb5YIk4hR .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-ueb5YIk4hR .sidebar:hover {
    width: 14rem;
    opacity: 0.9;
  }
  .cid-ueb5YIk4hR .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-ueb5YIk4hR .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-ueb5YIk4hR .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-ueb5YIk4hR .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 900px) {
  .cid-ueb5YIk4hR .sidebar {
    overflow-y: scroll;
  }
}
.cid-ueb5YIk4hR :root {
  --sidebar-width: 4.5em;
}
.cid-teZwfmAftV {
  background-image: url("../../../assets/images/ea-fc-24-background.png");
}
.cid-teZwfmAftV .mbr-fallback-image.disabled {
  display: none;
}
.cid-teZwfmAftV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teZwfmAftV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-teZwfmAftV .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-teZwfmAftV .btn-primary {
  color: #fff !important;
}
.cid-utPLeIeBWr {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utPLeIeBWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-utPLeIeBWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utPLeIeBWr .item {
  padding-bottom: 2rem;
}
.cid-utPLeIeBWr .item-wrapper {
  position: relative;
}
.cid-utPLeIeBWr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-utPLeIeBWr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-utPLeIeBWr .carousel-control,
.cid-utPLeIeBWr .close {
  background: #1b1b1b;
}
.cid-utPLeIeBWr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-utPLeIeBWr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-utPLeIeBWr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-utPLeIeBWr .carousel-control-next span {
  margin-left: 5px;
}
.cid-utPLeIeBWr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-utPLeIeBWr .close::before {
  content: '\e91a';
}
.cid-utPLeIeBWr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-utPLeIeBWr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utPLeIeBWr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPLeIeBWr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-utPLeIeBWr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-utPLeIeBWr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-utPLeIeBWr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-utPLeIeBWr .carousel-indicators li.active,
.cid-utPLeIeBWr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-utPLeIeBWr .carousel-indicators li::after,
.cid-utPLeIeBWr .carousel-indicators li::before {
  content: none;
}
.cid-utPLeIeBWr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-utPLeIeBWr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-utPLeIeBWr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-utPLeIeBWr .carousel-indicators {
    display: none;
  }
}
.cid-utPLeIeBWr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-utPLeIeBWr .carousel-inner > .active {
  display: block;
}
.cid-utPLeIeBWr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utPLeIeBWr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-utPLeIeBWr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-utPLeIeBWr .carousel-control,
  .cid-utPLeIeBWr .carousel-indicators,
  .cid-utPLeIeBWr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-utPLeIeBWr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-utPLeIeBWr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-utPLeIeBWr .carousel-indicators .active,
.cid-utPLeIeBWr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-utPLeIeBWr .carousel-indicators .active {
  background: #fff;
}
.cid-utPLeIeBWr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-utPLeIeBWr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-utPLeIeBWr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-utPLeIeBWr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-utPLeIeBWr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-utPLeIeBWr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-utPLeIeBWr .carousel {
  width: 100%;
}
.cid-utPLeIeBWr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-utPLeIeBWr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-utPLeIeBWr .modal.fade .modal-dialog,
.cid-utPLeIeBWr .modal.in .modal-dialog {
  transform: none;
}
.cid-utPLeIeBWr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-utPLeIeBWr H6 {
  text-align: center;
}
.cid-utPLeIeBWr H3 {
  color: #030042;
}
.cid-urSjUVpkTs {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urSjUVpkTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-urSjUVpkTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urSjUVpkTs .mbr-section-title {
  color: #030042;
}
#custom-html-me {
  /* Type valid CSS here */
}
#custom-html-me div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-me p {
  font-size: 60px;
  color: #777;
}
.cid-upZ3cPr3o8 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upZ3cPr3o8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upZ3cPr3o8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upZ3cPr3o8 .mbr-section-title {
  color: #030042;
}
#custom-html-l0 {
  /* Type valid CSS here */
}
#custom-html-l0 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-l0 p {
  font-size: 60px;
  color: #777;
}
.cid-ue51axWzzk {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue51axWzzk .container {
  max-width: 1600px;
}
.cid-ue51axWzzk .row {
  justify-content: center;
}
.cid-ue51axWzzk .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue51axWzzk .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue51axWzzk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue51axWzzk .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue51axWzzk .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue51axWzzk .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue51axWzzk .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue51axWzzk .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue51axWzzk .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue51axWzzk .card:hover {
  transform: scale(0.98);
}
.cid-ue51axWzzk .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue51axWzzk .card-wrapper {
    padding: 16px;
  }
}
.cid-ue51axWzzk .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue51axWzzk .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue51axWzzk .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue51axWzzk .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-ue51axWzzk .card-text {
    margin-top: 8px;
  }
}
.cid-ue51axWzzk .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue51axWzzk .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue51axWzzk .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue51axWzzk .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue51axWzzk .card-img {
    height: auto;
  }
}
.cid-ue51axWzzk .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue51axWzzk .card-title,
.cid-ue51axWzzk .mbr-section-btn {
  text-align: center;
  color: #030042;
}
.cid-tKoC1Ln0Td {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKoC1Ln0Td .mbr-text {
  color: #767676;
}
.cid-tKoC1Ln0Td .mbr-section-subtitle {
  color: #767676;
}
.cid-tKoC1Ln0Td .title .num {
  width: 100%;
  display: block;
}
.cid-tKoC1Ln0Td .title .card-title {
  z-index: 1;
}
.cid-tKoC1Ln0Td .num {
  color: #ff008f;
}
@media (max-width: 767px) {
  .cid-tKoC1Ln0Td * {
    text-align: center !important;
  }
  .cid-tKoC1Ln0Td .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tKoC1Ln0Td .mbr-section-title,
.cid-tKoC1Ln0Td .card-box {
  text-align: center;
  color: #090650;
}
.cid-tKoC1Ln0Td .card-title,
.cid-tKoC1Ln0Td .card-img {
  color: #090650;
}
.cid-tKoC1Ln0Td .card-text {
  color: #090650;
}
.cid-ue55d5PwLP {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #030042;
}
.cid-ue55d5PwLP .container {
  max-width: 1600px;
}
.cid-ue55d5PwLP .row {
  justify-content: center;
}
.cid-ue55d5PwLP .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-ue55d5PwLP .text-container {
    margin-bottom: 50px;
  }
}
.cid-ue55d5PwLP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue55d5PwLP .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue55d5PwLP .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-ue55d5PwLP .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-ue55d5PwLP .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-ue55d5PwLP .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ue55d5PwLP .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: .18s all;
}
.cid-ue55d5PwLP .card:hover {
  transform: scale(0.98);
}
.cid-ue55d5PwLP .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-ue55d5PwLP .card-wrapper {
    padding: 16px;
  }
}
.cid-ue55d5PwLP .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-ue55d5PwLP .card-box {
    margin-bottom: 20px;
  }
}
.cid-ue55d5PwLP .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
}
.cid-ue55d5PwLP .card-text {
  width: 100%;
  color: #3d09fe;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ue55d5PwLP .card-text {
    margin-top: 8px;
  }
}
.cid-ue55d5PwLP .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-ue55d5PwLP .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-ue55d5PwLP .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ue55d5PwLP .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-ue55d5PwLP .card-img {
    height: auto;
  }
}
.cid-ue55d5PwLP .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-ue55d5PwLP .card-title,
.cid-ue55d5PwLP .mbr-section-btn {
  text-align: center;
  color: #000a1d;
}
.cid-uePHez1NKS {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uePHez1NKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePHez1NKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uePHez1NKS .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uePHez1NKS .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #090650;
}
@media (max-width: 991px) {
  .cid-uePHez1NKS .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uePHez1NKS .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uePHez1NKS .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-uePHez1NKS .card-title {
  color: #ffffff;
}
.cid-uePHez1NKS P {
  color: #ffffff;
}
.cid-uePHez1NKS .mbr-section-title {
  color: #090650;
}
.cid-uePHez1NKS .mbr-section-subtitle {
  color: #ff008f;
}
.cid-ukADtTu6OG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e7ff00;
}
.cid-ukADtTu6OG .btn-white {
  color: #090650 !important;
}
.cid-ue55LSmpYi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090650;
}
.cid-ue55LSmpYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue55LSmpYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ue55LSmpYi .container {
    padding: 0 24px;
  }
}
.cid-ue55LSmpYi .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ue55LSmpYi .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ue55LSmpYi .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-ue55LSmpYi .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-ue55LSmpYi .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-ue55LSmpYi .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #090650;
}
.cid-udxdqclNYV .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .copyright {
    margin-bottom: 1rem;
  }
}
.cid-udxdqclNYV .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e7ff00;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-udxdqclNYV .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-udxdqclNYV .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-udxdqclNYV .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-utQTa3P9X6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utQTa3P9X6 nav.navbar {
  position: fixed;
  border-bottom: 2px solid #e7ff00;
}
.cid-utQTa3P9X6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utQTa3P9X6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utQTa3P9X6 .dropdown-item:hover,
.cid-utQTa3P9X6 .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-utQTa3P9X6 .dropdown-item:hover span {
  color: white;
}
.cid-utQTa3P9X6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utQTa3P9X6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utQTa3P9X6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utQTa3P9X6 .nav-link {
  position: relative;
}
.cid-utQTa3P9X6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .container {
    flex-wrap: nowrap;
  }
}
.cid-utQTa3P9X6 .iconfont-wrapper {
  color: #e7ff00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown-menu,
.cid-utQTa3P9X6 .navbar.opened {
  background: #030042 !important;
}
.cid-utQTa3P9X6 .nav-item:focus,
.cid-utQTa3P9X6 .nav-link:focus {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utQTa3P9X6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utQTa3P9X6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.opened {
  transition: all 0.3s;
}
.cid-utQTa3P9X6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utQTa3P9X6 .navbar .navbar-logo img {
  width: auto;
}
.cid-utQTa3P9X6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar.collapsed {
  justify-content: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utQTa3P9X6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utQTa3P9X6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utQTa3P9X6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utQTa3P9X6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utQTa3P9X6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utQTa3P9X6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utQTa3P9X6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utQTa3P9X6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown-item.active,
.cid-utQTa3P9X6 .dropdown-item:active {
  background-color: transparent;
}
.cid-utQTa3P9X6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utQTa3P9X6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utQTa3P9X6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utQTa3P9X6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utQTa3P9X6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7ff00;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utQTa3P9X6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utQTa3P9X6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utQTa3P9X6 .navbar {
    height: 70px;
  }
  .cid-utQTa3P9X6 .navbar.opened {
    height: auto;
  }
  .cid-utQTa3P9X6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueaO00Wmo0 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background-2.png");
}
.cid-ueaO00Wmo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueaO00Wmo0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueaO00Wmo0 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ueaO00Wmo0 .mbr-text,
.cid-ueaO00Wmo0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ueaO00Wmo0 b,
.cid-ueaO00Wmo0 strong {
  font-weight: 900;
}
.cid-ueaO00Wmo0 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ueaI6YiY3T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueaI6YiY3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueaI6YiY3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueaI6YiY3T .mbr-section-title {
  color: #ff008f;
}
.cid-ueaHYSDxEt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090650;
}
.cid-ueaHYSDxEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueaHYSDxEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ueaHYSDxEt .container {
    padding: 0 24px;
  }
}
.cid-ueaHYSDxEt .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ueaHYSDxEt .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ueaHYSDxEt .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-ueaHYSDxEt .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-ueaHYSDxEt .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-ueaHYSDxEt .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-ueaHYST0VK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #090650;
}
.cid-ueaHYST0VK .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ueaHYST0VK .copyright {
    margin-bottom: 1rem;
  }
}
.cid-ueaHYST0VK .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-ueaHYST0VK .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e7ff00;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-ueaHYST0VK .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-ueaHYST0VK .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-ueaHYST0VK .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-ueaHYST0VK .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-ueaHYST0VK .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-ueaHYST0VK .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-ueaHYST0VK .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-utQTa3P9X6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utQTa3P9X6 nav.navbar {
  position: fixed;
  border-bottom: 2px solid #e7ff00;
}
.cid-utQTa3P9X6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utQTa3P9X6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utQTa3P9X6 .dropdown-item:hover,
.cid-utQTa3P9X6 .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-utQTa3P9X6 .dropdown-item:hover span {
  color: white;
}
.cid-utQTa3P9X6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utQTa3P9X6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utQTa3P9X6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utQTa3P9X6 .nav-link {
  position: relative;
}
.cid-utQTa3P9X6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .container {
    flex-wrap: nowrap;
  }
}
.cid-utQTa3P9X6 .iconfont-wrapper {
  color: #e7ff00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown-menu,
.cid-utQTa3P9X6 .navbar.opened {
  background: #030042 !important;
}
.cid-utQTa3P9X6 .nav-item:focus,
.cid-utQTa3P9X6 .nav-link:focus {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utQTa3P9X6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utQTa3P9X6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.opened {
  transition: all 0.3s;
}
.cid-utQTa3P9X6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utQTa3P9X6 .navbar .navbar-logo img {
  width: auto;
}
.cid-utQTa3P9X6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar.collapsed {
  justify-content: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utQTa3P9X6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utQTa3P9X6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utQTa3P9X6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utQTa3P9X6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utQTa3P9X6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utQTa3P9X6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utQTa3P9X6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utQTa3P9X6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown-item.active,
.cid-utQTa3P9X6 .dropdown-item:active {
  background-color: transparent;
}
.cid-utQTa3P9X6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utQTa3P9X6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utQTa3P9X6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utQTa3P9X6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utQTa3P9X6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7ff00;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utQTa3P9X6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utQTa3P9X6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utQTa3P9X6 .navbar {
    height: 70px;
  }
  .cid-utQTa3P9X6 .navbar.opened {
    height: auto;
  }
  .cid-utQTa3P9X6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqPya233cz {
  align-items: flex-start;
  padding-top: 0;
}
.cid-uqPya233cz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqPya233cz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background-2.png");
}
.cid-uqPya233cz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uqPya233cz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uqPya233cz .container {
    padding: 0 22px;
  }
}
.cid-uqPya233cz .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 180px 80px 64px;
  background-color: #030042;
}
@media (max-width: 1440px) {
  .cid-uqPya233cz .content-wrapper {
    padding: 180px 80px 32px;
  }
}
@media (max-width: 1199px) {
  .cid-uqPya233cz .content-wrapper {
    padding: 180px 40px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uqPya233cz .content-wrapper {
    padding: 180px 22px 32px;
  }
}
.cid-uqPya233cz .content-wrapper .content-wrap {
  width: 90%;
}
@media (max-width: 1199px) {
  .cid-uqPya233cz .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uqPya233cz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uqPya233cz .content-wrapper .content-wrap .mbr-text {
  margin: 8px 0 6px;
}
.cid-uqPya233cz .content-wrapper .content-wrap .logo-wrap {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uqPya233cz .content-wrapper .content-wrap .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uqPya233cz .content-wrapper .content-wrap .logo-wrap img {
  display: inline-flex;
  width: 250px;
  height: 250px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uqPya233cz .content-wrapper img {
  position: absolute;
  object-fit: cover;
  height: 200px;
  width: 200px;
}
@media (max-width: 1500px) {
  .cid-uqPya233cz .content-wrapper img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1199px) {
  .cid-uqPya233cz .content-wrapper img {
    display: none;
  }
}
.cid-uqPya233cz .content-wrapper .image_1 {
  bottom: 0;
  left: 0;
  border-radius: 0 100% 0 0 !important;
}
.cid-uqPya233cz .content-wrapper .image_2 {
  bottom: 0;
  right: 0;
  border-radius: 100% 0 0 0 !important;
}
.cid-uqPya233cz .mbr-section-title {
  color: #ffffff;
}
.cid-uqPya233cz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uqPya233cz .mbr-section-title,
.cid-uqPya233cz .mbr-section-btn {
  text-align: center;
}
.cid-uqIN9hE4FE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ff008f;
}
.cid-uqIN9hE4FE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIN9hE4FE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqIN9hE4FE .content-head {
  max-width: 800px;
}
.cid-uqIN9hE4FE .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-uqIN9hE4FE .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uqIN9hE4FE .item {
    min-height: 45px;
  }
}
.cid-uqPa6DPhHs {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uqPa6DPhHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqPa6DPhHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqPa6DPhHs .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uqPa6DPhHs .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 20px;
  background: #030042;
}
@media (max-width: 991px) {
  .cid-uqPa6DPhHs .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqPa6DPhHs .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uqPa6DPhHs .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff008f;
}
.cid-uqPa6DPhHs .card-title {
  color: #ffffff;
}
.cid-uqPa6DPhHs P {
  color: #ffffff;
}
.cid-uqPa6DPhHs .mbr-section-title {
  color: #030042;
}
.cid-urix8iyp0P {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqPfHEmBbT {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #030042;
}
.cid-uqPfHEmBbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqPfHEmBbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqPfHEmBbT .card-wrapper {
  background: #ffffff;
  Border-radius: 20px;
}
@media (max-width: 767px) {
  .cid-uqPfHEmBbT .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqPfHEmBbT .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uqPfHEmBbT .card-wrapper {
    padding: 4rem;
  }
}
.cid-uqPfHEmBbT .mbr-text,
.cid-uqPfHEmBbT .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uqPfHEmBbT .card-title,
.cid-uqPfHEmBbT .card-box {
  text-align: center;
  color: #030042;
}
.cid-uqPfHEmBbT .mbr-card-title {
  text-align: left;
}
.cid-uqPfHEmBbT .mbr-card-subtitle {
  text-align: left;
}
.cid-uqPfHEmBbT .mbr-text {
  text-align: left;
  color: #030042;
}
.cid-uqPfHEmBbT .mbr-section-subtitle {
  text-align: center;
}
.cid-usNmFoDdzW {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #030042;
}
.cid-usNmFoDdzW .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNmFoDdzW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNmFoDdzW .card-wrapper {
  background: #ffffff;
  Border-radius: 20px;
}
@media (max-width: 767px) {
  .cid-usNmFoDdzW .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usNmFoDdzW .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-usNmFoDdzW .card-wrapper {
    padding: 4rem;
  }
}
.cid-usNmFoDdzW .mbr-text,
.cid-usNmFoDdzW .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-usNmFoDdzW .card-title,
.cid-usNmFoDdzW .card-box {
  text-align: center;
  color: #030042;
}
.cid-usNmFoDdzW .mbr-card-title {
  text-align: left;
}
.cid-usNmFoDdzW .mbr-card-subtitle {
  text-align: left;
}
.cid-usNmFoDdzW .mbr-text {
  text-align: left;
  color: #030042;
}
.cid-usNmFoDdzW .mbr-section-subtitle {
  text-align: center;
}
.cid-usNnUSvZ0J {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #030042;
}
.cid-usNnUSvZ0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNnUSvZ0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNnUSvZ0J .card-wrapper {
  background: #ffffff;
  Border-radius: 20px;
}
@media (max-width: 767px) {
  .cid-usNnUSvZ0J .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-usNnUSvZ0J .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-usNnUSvZ0J .card-wrapper {
    padding: 4rem;
  }
}
.cid-usNnUSvZ0J .mbr-text,
.cid-usNnUSvZ0J .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-usNnUSvZ0J .card-title,
.cid-usNnUSvZ0J .card-box {
  text-align: center;
  color: #030042;
}
.cid-usNnUSvZ0J .mbr-card-title {
  text-align: left;
}
.cid-usNnUSvZ0J .mbr-card-subtitle {
  text-align: left;
}
.cid-usNnUSvZ0J .mbr-text {
  text-align: left;
  color: #030042;
}
.cid-usNnUSvZ0J .mbr-section-subtitle {
  text-align: center;
}
.cid-uqPi4SBEvM {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background: #ff008f;
}
.cid-uqPi4SBEvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqPi4SBEvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqPi4SBEvM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uqPi4SBEvM .team-card:hover {
  transform: translateY(-10px);
}
.cid-uqPi4SBEvM .card-wrap {
  background: #fafaf9;
  overflow: hidden;
  border-radius: 2rem;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-uqPi4SBEvM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uqPi4SBEvM .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uqPi4SBEvM .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqPi4SBEvM .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uqPi4SBEvM .card-wrap:hover {
  transform: scale(1.05);
}
.cid-uqPi4SBEvM .social-row {
  text-align: center;
}
.cid-uqPi4SBEvM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #090650;
  transition: all 0.3s;
}
.cid-uqPi4SBEvM .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #090650;
  font-size: 1.5rem;
}
.cid-uqPi4SBEvM .social-row .soc-item:hover {
  background-color: #090650;
}
.cid-uqPi4SBEvM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uqPi4SBEvM .mbr-section-title {
  color: #ffffff;
}
.cid-uqPi4SBEvM .card-title,
.cid-uqPi4SBEvM .social-row {
  color: #090650;
}
.cid-uqPi4SBEvM .mbr-role,
.cid-uqPi4SBEvM .social-row {
  color: #090650;
}
.cid-uqPzbDUkQ0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #ff008f;
}
.cid-uqPzbDUkQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqPzbDUkQ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqPzbDUkQ0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uqPzbDUkQ0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uqPzbDUkQ0 .card-wrap {
  background: #fafaf9;
  overflow: hidden;
  border-radius: 2rem;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-uqPzbDUkQ0 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uqPzbDUkQ0 .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uqPzbDUkQ0 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqPzbDUkQ0 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uqPzbDUkQ0 .card-wrap:hover {
  transform: scale(1.05);
}
.cid-uqPzbDUkQ0 .social-row {
  text-align: center;
}
.cid-uqPzbDUkQ0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #090650;
  transition: all 0.3s;
}
.cid-uqPzbDUkQ0 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #090650;
  font-size: 1.5rem;
}
.cid-uqPzbDUkQ0 .social-row .soc-item:hover {
  background-color: #090650;
}
.cid-uqPzbDUkQ0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uqPzbDUkQ0 .mbr-section-title {
  color: #ffffff;
}
.cid-uqPzbDUkQ0 .card-title,
.cid-uqPzbDUkQ0 .social-row {
  color: #090650;
}
.cid-uqPzbDUkQ0 .mbr-role,
.cid-uqPzbDUkQ0 .social-row {
  color: #090650;
}
.cid-uqVaKLaGjx {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background: #ff008f;
}
.cid-uqVaKLaGjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqVaKLaGjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqVaKLaGjx .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uqVaKLaGjx .team-card:hover {
  transform: translateY(-10px);
}
.cid-uqVaKLaGjx .card-wrap {
  background: #fafaf9;
  overflow: hidden;
  border-radius: 2rem;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-uqVaKLaGjx .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uqVaKLaGjx .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uqVaKLaGjx .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqVaKLaGjx .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uqVaKLaGjx .card-wrap:hover {
  transform: scale(1.05);
}
.cid-uqVaKLaGjx .social-row {
  text-align: center;
}
.cid-uqVaKLaGjx .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #090650;
  transition: all 0.3s;
}
.cid-uqVaKLaGjx .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #090650;
  font-size: 1.5rem;
}
.cid-uqVaKLaGjx .social-row .soc-item:hover {
  background-color: #090650;
}
.cid-uqVaKLaGjx .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uqVaKLaGjx .mbr-section-title {
  color: #ffffff;
}
.cid-uqVaKLaGjx .card-title,
.cid-uqVaKLaGjx .social-row {
  color: #090650;
}
.cid-uqVaKLaGjx .mbr-role,
.cid-uqVaKLaGjx .social-row {
  color: #090650;
}
.cid-uqPgisYIe2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uqPgisYIe2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqPgisYIe2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqPgisYIe2 .mbr-section-title {
  color: #030042;
}
.cid-uqIPSyrMta {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uqIPSyrMta .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIPSyrMta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqIPSyrMta .row {
    padding: 0;
  }
  .cid-uqIPSyrMta .container-fluid {
    padding: 0;
  }
}
.cid-uqIPSyrMta .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
  max-height: 1000px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uqIPSyrMta .items {
    grid-template-columns: 1fr 1fr;
    max-height: 1500px;
  }
}
@media (max-width: 425px) {
  .cid-uqIPSyrMta .items {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .cid-uqIPSyrMta .items-card {
    padding-top: 100px;
  }
}
.cid-uqIPSyrMta .items-card .item {
  margin-bottom: 14px;
  height: 380px;
}
@media (max-width: 768px) {
  .cid-uqIPSyrMta .items-card .item {
    margin-bottom: 5px;
  }
}
.cid-uqIPSyrMta .items-card .item .item-wrapper {
  height: 100%;
  border-radius: 20px;
}
.cid-uqIPSyrMta .items-card .item .item-wrapper .item-img {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.cid-uqIPSyrMta .items-card .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uqIPSyrMta .items-card:nth-child(2n) {
  padding-top: 0;
}
.cid-uqIJLnWtwS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090650;
}
.cid-uqIJLnWtwS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIJLnWtwS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uqIJLnWtwS .container {
    padding: 0 24px;
  }
}
.cid-uqIJLnWtwS .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uqIJLnWtwS .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqIJLnWtwS .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uqIJLnWtwS .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uqIJLnWtwS .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uqIJLnWtwS .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uqIJLod9Cb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #090650;
}
.cid-uqIJLod9Cb .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uqIJLod9Cb .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uqIJLod9Cb .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uqIJLod9Cb .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #e7ff00;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uqIJLod9Cb .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.cid-uqIJLod9Cb .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ff008f;
}
.cid-uqIJLod9Cb .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uqIJLod9Cb .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-uqIJLod9Cb .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uqIJLod9Cb .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #e7ff00;
}
@media (max-width: 992px) {
  .cid-uqIJLod9Cb .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-utQTa3P9X6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utQTa3P9X6 nav.navbar {
  position: fixed;
  border-bottom: 2px solid #e7ff00;
}
.cid-utQTa3P9X6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utQTa3P9X6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utQTa3P9X6 .dropdown-item:hover,
.cid-utQTa3P9X6 .dropdown-item:focus {
  background: #ff008f !important;
  color: white !important;
}
.cid-utQTa3P9X6 .dropdown-item:hover span {
  color: white;
}
.cid-utQTa3P9X6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utQTa3P9X6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utQTa3P9X6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utQTa3P9X6 .nav-link {
  position: relative;
}
.cid-utQTa3P9X6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .container {
    flex-wrap: nowrap;
  }
}
.cid-utQTa3P9X6 .iconfont-wrapper {
  color: #e7ff00 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown-menu,
.cid-utQTa3P9X6 .navbar.opened {
  background: #030042 !important;
}
.cid-utQTa3P9X6 .nav-item:focus,
.cid-utQTa3P9X6 .nav-link:focus {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utQTa3P9X6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utQTa3P9X6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utQTa3P9X6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utQTa3P9X6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.opened {
  transition: all 0.3s;
}
.cid-utQTa3P9X6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utQTa3P9X6 .navbar .navbar-logo img {
  width: auto;
}
.cid-utQTa3P9X6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar.collapsed {
  justify-content: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utQTa3P9X6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utQTa3P9X6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utQTa3P9X6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utQTa3P9X6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utQTa3P9X6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utQTa3P9X6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utQTa3P9X6 .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-utQTa3P9X6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utQTa3P9X6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utQTa3P9X6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utQTa3P9X6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utQTa3P9X6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-utQTa3P9X6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-utQTa3P9X6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utQTa3P9X6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utQTa3P9X6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utQTa3P9X6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utQTa3P9X6 .dropdown-item.active,
.cid-utQTa3P9X6 .dropdown-item:active {
  background-color: transparent;
}
.cid-utQTa3P9X6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utQTa3P9X6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030042;
}
.cid-utQTa3P9X6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utQTa3P9X6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utQTa3P9X6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utQTa3P9X6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utQTa3P9X6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e7ff00;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utQTa3P9X6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utQTa3P9X6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utQTa3P9X6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utQTa3P9X6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utQTa3P9X6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utQTa3P9X6 .navbar {
    height: 70px;
  }
  .cid-utQTa3P9X6 .navbar.opened {
    height: auto;
  }
  .cid-utQTa3P9X6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
